-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathserver.json
More file actions
443 lines (443 loc) · 20 KB
/
server.json
File metadata and controls
443 lines (443 loc) · 20 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
{
"keyboard_actions": {
"back-in-note-history": "Navigate to previous note in history",
"forward-in-note-history": "Navigate to next note in history",
"open-jump-to-note-dialog": "Open \"Jump to note\" dialog",
"open-command-palette": "Open command palette",
"scroll-to-active-note": "Scroll note tree to active note",
"quick-search": "Activate quick search bar",
"search-in-subtree": "Search for notes in the active note's subtree",
"expand-subtree": "Expand subtree of current note",
"collapse-tree": "Collapses the complete note tree",
"collapse-subtree": "Collapses subtree of current note",
"sort-child-notes": "Sort child notes",
"creating-and-moving-notes": "Creating and moving notes",
"create-note-after": "Create note after active note",
"create-note-into": "Create note as child of active note",
"create-note-into-inbox": "Create a note in the inbox (if defined) or day note",
"delete-note": "Delete note",
"move-note-up": "Move note up",
"move-note-down": "Move note down",
"move-note-up-in-hierarchy": "Move note up in hierarchy",
"move-note-down-in-hierarchy": "Move note down in hierarchy",
"edit-note-title": "Jump from tree to the note detail and edit title",
"edit-branch-prefix": "Show \"Edit branch prefix\" dialog",
"clone-notes-to": "Clone selected notes",
"move-notes-to": "Move selected notes",
"note-clipboard": "Note clipboard",
"copy-notes-to-clipboard": "Copy selected notes to the clipboard",
"paste-notes-from-clipboard": "Paste notes from the clipboard into active note",
"cut-notes-to-clipboard": "Cut selected notes to the clipboard",
"select-all-notes-in-parent": "Select all notes from the current note level",
"add-note-above-to-the-selection": "Add note above to the selection",
"add-note-below-to-selection": "Add note below to the selection",
"duplicate-subtree": "Duplicate subtree",
"tabs-and-windows": "Tabs & Windows",
"open-new-tab": "Open new tab",
"close-active-tab": "Close active tab",
"reopen-last-tab": "Reopen the last closed tab",
"activate-next-tab": "Activate tab on the right",
"activate-previous-tab": "Activate tab on the left",
"open-new-window": "Open new empty window",
"toggle-tray": "Show/hide the application from the system tray",
"first-tab": "Activate the first tab in the list",
"second-tab": "Activate the second tab in the list",
"third-tab": "Activate the third tab in the list",
"fourth-tab": "Activate the fourth tab in the list",
"fifth-tab": "Activate the fifth tab in the list",
"sixth-tab": "Activate the sixth tab in the list",
"seventh-tab": "Activate the seventh tab in the list",
"eight-tab": "Activate the eighth tab in the list",
"ninth-tab": "Activate the ninth tab in the list",
"last-tab": "Activate the last tab in the list",
"dialogs": "Dialogs",
"show-note-source": "Show \"Note Source\" dialog",
"show-options": "Open \"Options\" page",
"show-revisions": "Show \"Note Revisions\" dialog",
"show-recent-changes": "Show \"Recent Changes\" dialog",
"show-sql-console": "Open \"SQL Console\" page",
"show-backend-log": "Open \"Backend Log\" page",
"show-help": "Open the built-in User Guide",
"show-cheatsheet": "Show a modal with common keyboard operations",
"text-note-operations": "Text note operations",
"add-link-to-text": "Open dialog to add link to the text",
"follow-link-under-cursor": "Follow link within which the caret is placed",
"insert-date-and-time-to-text": "Insert current date & time into text",
"paste-markdown-into-text": "Pastes Markdown from clipboard into text note",
"cut-into-note": "Cuts the selection from the current note and creates subnote with the selected text",
"add-include-note-to-text": "Opens the dialog to include a note",
"edit-readonly-note": "Edit a read-only note",
"attributes-labels-and-relations": "Attributes (labels & relations)",
"add-new-label": "Create new label",
"create-new-relation": "Create new relation",
"ribbon-tabs": "Ribbon tabs",
"toggle-basic-properties": "Toggle Basic Properties",
"toggle-file-properties": "Toggle File Properties",
"toggle-image-properties": "Toggle Image Properties",
"toggle-owned-attributes": "Toggle Owned Attributes",
"toggle-inherited-attributes": "Toggle Inherited Attributes",
"toggle-promoted-attributes": "Toggle Promoted Attributes",
"toggle-link-map": "Toggle Link Map",
"toggle-note-info": "Toggle Note Info",
"toggle-note-paths": "Toggle Note Paths",
"toggle-similar-notes": "Toggle Similar Notes",
"other": "Other",
"toggle-right-pane": "Toggle the display of the right pane, which includes Table of Contents and Highlights",
"print-active-note": "Print active note",
"open-note-externally": "Open note as a file with default application",
"render-active-note": "Render (re-render) active note",
"run-active-note": "Run active JavaScript (frontend/backend) code note",
"toggle-note-hoisting": "Toggle note hoisting of active note",
"unhoist": "Unhoist from anywhere",
"reload-frontend-app": "Reload frontend",
"open-dev-tools": "Open developer tools",
"find-in-text": "Toggle search panel",
"toggle-left-note-tree-panel": "Toggle left (note tree) panel",
"toggle-full-screen": "Toggle full screen",
"zoom-out": "Zoom Out",
"zoom-in": "Zoom In",
"note-navigation": "Note navigation",
"reset-zoom-level": "Reset zoom level",
"copy-without-formatting": "Copy selected text without formatting",
"force-save-revision": "Force creating / saving new note revision of the active note",
"toggle-book-properties": "Toggle Collection Properties",
"toggle-classic-editor-toolbar": "Toggle the Formatting tab for the editor with fixed toolbar",
"export-as-pdf": "Export the current note as a PDF",
"toggle-zen-mode": "Enables/disables the zen mode (minimal UI for more focused editing)"
},
"keyboard_action_names": {
"back-in-note-history": "Back in Note History",
"forward-in-note-history": "Forward in Note History",
"jump-to-note": "Jump to...",
"command-palette": "Command Palette",
"scroll-to-active-note": "Scroll to Active Note",
"quick-search": "Quick Search",
"search-in-subtree": "Search in Subtree",
"expand-subtree": "Expand Subtree",
"collapse-tree": "Collapse Tree",
"collapse-subtree": "Collapse Subtree",
"sort-child-notes": "Sort Child Notes",
"create-note-after": "Create Note After",
"create-note-into": "Create Note Into",
"create-note-into-inbox": "Create Note Into Inbox",
"delete-notes": "Delete Notes",
"move-note-up": "Move Note Up",
"move-note-down": "Move Note Down",
"move-note-up-in-hierarchy": "Move Note Up in Hierarchy",
"move-note-down-in-hierarchy": "Move Note Down in Hierarchy",
"edit-note-title": "Edit Note Title",
"edit-branch-prefix": "Edit Branch Prefix",
"clone-notes-to": "Clone Notes To",
"move-notes-to": "Move Notes To",
"copy-notes-to-clipboard": "Copy Notes to Clipboard",
"paste-notes-from-clipboard": "Paste Notes from Clipboard",
"cut-notes-to-clipboard": "Cut Notes to Clipboard",
"select-all-notes-in-parent": "Select All Notes in Parent",
"add-note-above-to-selection": "Add Note Above to Selection",
"add-note-below-to-selection": "Add Note Below to Selection",
"duplicate-subtree": "Duplicate Subtree",
"open-new-tab": "Open New Tab",
"close-active-tab": "Close Active Tab",
"reopen-last-tab": "Reopen Last Tab",
"activate-next-tab": "Activate Next Tab",
"activate-previous-tab": "Activate Previous Tab",
"open-new-window": "Open New Window",
"toggle-system-tray-icon": "Toggle System Tray Icon",
"toggle-zen-mode": "Toggle Zen Mode",
"switch-to-first-tab": "Switch to First Tab",
"switch-to-second-tab": "Switch to Second Tab",
"switch-to-third-tab": "Switch to Third Tab",
"switch-to-fourth-tab": "Switch to Fourth Tab",
"switch-to-fifth-tab": "Switch to Fifth Tab",
"switch-to-sixth-tab": "Switch to Sixth Tab",
"switch-to-seventh-tab": "Switch to Seventh Tab",
"switch-to-eighth-tab": "Switch to Eighth Tab",
"switch-to-ninth-tab": "Switch to Ninth Tab",
"switch-to-last-tab": "Switch to Last Tab",
"show-note-source": "Show Note Source",
"show-options": "Show Options",
"show-revisions": "Show Revisions",
"show-recent-changes": "Show Recent Changes",
"show-sql-console": "Show SQL Console",
"show-backend-log": "Show Backend Log",
"show-help": "Show Help",
"show-cheatsheet": "Show Cheatsheet",
"add-link-to-text": "Add Link to Text",
"follow-link-under-cursor": "Follow Link Under Cursor",
"insert-date-and-time-to-text": "Insert Date and Time to Text",
"paste-markdown-into-text": "Paste Markdown into Text",
"cut-into-note": "Cut into Note",
"add-include-note-to-text": "Add Include Note to Text",
"edit-read-only-note": "Edit Read-Only Note",
"add-new-label": "Add New Label",
"add-new-relation": "Add New Relation",
"toggle-ribbon-tab-classic-editor": "Toggle Ribbon Tab Classic Editor",
"toggle-ribbon-tab-basic-properties": "Toggle Ribbon Tab Basic Properties",
"toggle-ribbon-tab-book-properties": "Toggle Ribbon Tab Book Properties",
"toggle-ribbon-tab-file-properties": "Toggle Ribbon Tab File Properties",
"toggle-ribbon-tab-image-properties": "Toggle Ribbon Tab Image Properties",
"toggle-ribbon-tab-owned-attributes": "Toggle Ribbon Tab Owned Attributes",
"toggle-ribbon-tab-inherited-attributes": "Toggle Ribbon Tab Inherited Attributes",
"toggle-ribbon-tab-promoted-attributes": "Toggle Ribbon Tab Promoted Attributes",
"toggle-ribbon-tab-note-map": "Toggle Ribbon Tab Note Map",
"toggle-ribbon-tab-note-info": "Toggle Ribbon Tab Note Info",
"toggle-ribbon-tab-note-paths": "Toggle Ribbon Tab Note Paths",
"toggle-ribbon-tab-similar-notes": "Toggle Ribbon Tab Similar Notes",
"toggle-right-pane": "Toggle Right Pane",
"print-active-note": "Print Active Note",
"export-active-note-as-pdf": "Export Active Note as PDF",
"open-note-externally": "Open Note Externally",
"render-active-note": "Render Active Note",
"run-active-note": "Run Active Note",
"toggle-note-hoisting": "Toggle Note Hoisting",
"unhoist-note": "Unhoist Note",
"reload-frontend-app": "Reload Frontend App",
"open-developer-tools": "Open Developer Tools",
"find-in-text": "Find In Text",
"toggle-left-pane": "Toggle Left Pane",
"toggle-full-screen": "Toggle Full Screen",
"zoom-out": "Zoom Out",
"zoom-in": "Zoom In",
"reset-zoom-level": "Reset Zoom Level",
"copy-without-formatting": "Copy Without Formatting",
"force-save-revision": "Force Save Revision"
},
"login": {
"title": "Login",
"heading": "Trilium Login",
"incorrect-totp": "TOTP is incorrect. Please try again.",
"incorrect-password": "Password is incorrect. Please try again.",
"password": "Password",
"remember-me": "Remember me",
"button": "Login",
"sign_in_with_sso": "Sign in with {{ ssoIssuerName }}"
},
"set_password": {
"title": "Set Password",
"heading": "Set password",
"description": "Before you can start using Trilium from web, you need to set a password first. You will then use this password to login.",
"password": "Password",
"password-confirmation": "Password confirmation",
"button": "Set password"
},
"setup": {
"heading": "Trilium Notes setup",
"new-document": "I'm a new user, and I want to create a new Trilium document for my notes",
"sync-from-desktop": "I have a desktop instance already, and I want to set up sync with it",
"sync-from-server": "I have a server instance already, and I want to set up sync with it",
"next": "Next",
"init-in-progress": "Document initialization in progress",
"redirecting": "You will be shortly redirected to the application.",
"title": "Setup"
},
"setup_sync-from-desktop": {
"heading": "Sync from Desktop",
"description": "This setup needs to be initiated from the desktop instance:",
"step1": "Open your desktop instance of Trilium Notes.",
"step2": "From the Trilium Menu, click Options.",
"step3": "Click on Sync category.",
"step4": "Change server instance address to: {{- host}} and click Save.",
"step5": "Click \"Test sync\" button to verify connection is successful.",
"step6": "Once you've completed these steps, click {{- link}}.",
"step6-here": "here"
},
"setup_sync-from-server": {
"heading": "Sync from Server",
"instructions": "Please enter Trilium server address and credentials below. This will download the whole Trilium document from server and setup sync to it. Depending on the document size and your connection speed, this may take a while.",
"server-host": "Trilium server address",
"server-host-placeholder": "https://<hostname>:<port>",
"proxy-server": "Proxy server (optional)",
"proxy-server-placeholder": "https://<hostname>:<port>",
"note": "Note:",
"proxy-instruction": "If you leave proxy setting blank, system proxy will be used (applies to the desktop application only)",
"password": "Password",
"password-placeholder": "Password",
"totp-token": "TOTP Token",
"totp-token-placeholder": "Enter your TOTP code",
"back": "Back",
"finish-setup": "Finish setup"
},
"setup_sync-in-progress": {
"heading": "Sync in progress",
"successful": "Sync has been correctly set up. It will take some time for the initial sync to finish. Once it's done, you'll be redirected to the login page.",
"outstanding-items": "Outstanding sync items:",
"outstanding-items-default": "N/A"
},
"share_404": {
"title": "Not found",
"heading": "Not found"
},
"share_page": {
"parent": "parent:",
"clipped-from": "This note was originally clipped from {{- url}}",
"child-notes": "Child notes:",
"no-content": "This note has no content."
},
"weekdays": {
"monday": "Monday",
"tuesday": "Tuesday",
"wednesday": "Wednesday",
"thursday": "Thursday",
"friday": "Friday",
"saturday": "Saturday",
"sunday": "Sunday"
},
"weekdayNumber": "Week {weekNumber}",
"months": {
"january": "January",
"february": "February",
"march": "March",
"april": "April",
"may": "May",
"june": "June",
"july": "July",
"august": "August",
"september": "September",
"october": "October",
"november": "November",
"december": "December"
},
"quarterNumber": "Quarter {quarterNumber}",
"special_notes": {
"search_prefix": "Search:"
},
"test_sync": {
"not-configured": "Sync server host is not configured. Please configure sync first.",
"successful": "Sync server handshake has been successful, sync has been started."
},
"hidden-subtree": {
"root-title": "Hidden Notes",
"search-history-title": "Search History",
"note-map-title": "Note Map",
"sql-console-history-title": "SQL Console History",
"shared-notes-title": "Shared Notes",
"bulk-action-title": "Bulk Action",
"backend-log-title": "Backend Log",
"user-hidden-title": "User Hidden",
"launch-bar-templates-title": "Launch Bar Templates",
"base-abstract-launcher-title": "Base Abstract Launcher",
"command-launcher-title": "Command Launcher",
"note-launcher-title": "Note Launcher",
"script-launcher-title": "Script Launcher",
"built-in-widget-title": "Built-in Widget",
"spacer-title": "Spacer",
"custom-widget-title": "Custom Widget",
"launch-bar-title": "Launch Bar",
"available-launchers-title": "Available Launchers",
"go-to-previous-note-title": "Go to Previous Note",
"go-to-next-note-title": "Go to Next Note",
"new-note-title": "New Note",
"search-notes-title": "Search Notes",
"jump-to-note-title": "Jump to...",
"calendar-title": "Calendar",
"recent-changes-title": "Recent Changes",
"bookmarks-title": "Bookmarks",
"command-palette": "Open Command Palette",
"zen-mode": "Zen Mode",
"open-today-journal-note-title": "Open Today's Journal Note",
"quick-search-title": "Quick Search",
"protected-session-title": "Protected Session",
"sync-status-title": "Sync Status",
"settings-title": "Settings",
"options-title": "Options",
"appearance-title": "Appearance",
"shortcuts-title": "Shortcuts",
"text-notes": "Text Notes",
"code-notes-title": "Code Notes",
"images-title": "Images",
"spellcheck-title": "Spellcheck",
"password-title": "Password",
"multi-factor-authentication-title": "MFA",
"etapi-title": "ETAPI",
"backup-title": "Backup",
"sync-title": "Sync",
"other": "Other",
"advanced-title": "Advanced",
"visible-launchers-title": "Visible Launchers",
"user-guide": "User Guide",
"localization": "Language & Region",
"inbox-title": "Inbox",
"tab-switcher-title": "Tab Switcher"
},
"notes": {
"new-note": "New note",
"duplicate-note-suffix": "(dup)",
"duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
},
"backend_log": {
"log-does-not-exist": "The backend log file '{{ fileName }}' does not exist (yet).",
"reading-log-failed": "Reading the backend log file '{{ fileName }}' failed."
},
"content_renderer": {
"note-cannot-be-displayed": "This note type cannot be displayed."
},
"pdf": {
"export_filter": "PDF Document (*.pdf)",
"unable-to-export-message": "The current note could not be exported as a PDF.",
"unable-to-export-title": "Unable to export as PDF",
"unable-to-save-message": "The selected file could not be written to. Try again or select another destination.",
"unable-to-print": "Unable to print the note"
},
"tray": {
"tooltip": "Trilium Notes",
"close": "Quit Trilium",
"recents": "Recent notes",
"bookmarks": "Bookmarks",
"today": "Open today's journal note",
"new-note": "New note",
"show-windows": "Show windows",
"open_new_window": "Open new window"
},
"migration": {
"old_version": "Direct migration from your current version is not supported. Please upgrade to the latest v0.60.4 first and only then to this version.",
"error_message": "Error during migration to version {{version}}: {{stack}}",
"wrong_db_version": "The version of the database ({{version}}) is newer than what the application expects ({{targetVersion}}), which means that it was created by a newer and incompatible version of Trilium. Upgrade to the latest version of Trilium to resolve this issue."
},
"modals": {
"error_title": "Error"
},
"share_theme": {
"site-theme": "Site Theme",
"search_placeholder": "Search...",
"image_alt": "Article Image",
"last-updated": "Last updated on {{- date}}",
"subpages": "Subpages:",
"on-this-page": "On This Page",
"expand": "Expand"
},
"hidden_subtree_templates": {
"text-snippet": "Text Snippet",
"description": "Description",
"list-view": "List View",
"grid-view": "Grid View",
"calendar": "Calendar",
"table": "Table",
"geo-map": "Geo Map",
"start-date": "Start Date",
"end-date": "End Date",
"start-time": "Start Time",
"end-time": "End Time",
"geolocation": "Geolocation",
"built-in-templates": "Built-in templates",
"board": "Kanban Board",
"status": "Status",
"board_note_first": "First note",
"board_note_second": "Second note",
"board_note_third": "Third note",
"board_status_todo": "To Do",
"board_status_progress": "In Progress",
"board_status_done": "Done",
"presentation": "Presentation",
"presentation_slide": "Presentation slide",
"presentation_slide_first": "First slide",
"presentation_slide_second": "Second slide",
"background": "Background"
},
"sql_init": {
"db_not_initialized_desktop": "DB not initialized, please follow on-screen instructions.",
"db_not_initialized_server": "DB not initialized, please visit setup page - http://[your-server-host]:{{port}} to see instructions on how to initialize Trilium."
},
"desktop": {
"instance_already_running": "There's already an instance running, focusing that instance instead."
}
}