Skip to content

Commit 326c023

Browse files
Abi Quinnweblate
authored andcommitted
Translated using Weblate (English (United Kingdom))
Currently translated at 8.5% (170 of 1999 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/en_GB/
1 parent bbbacf7 commit 326c023

1 file changed

Lines changed: 174 additions & 1 deletion

File tree

apps/client/src/translations/en-GB/translation.json

Lines changed: 174 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,179 @@
6666
"set-custom-color": "Set custom note colour"
6767
},
6868
"about": {
69-
"title": "About Trilium Notes"
69+
"title": "About Trilium Notes",
70+
"homepage": "Homepage:",
71+
"app_version": "App version:",
72+
"db_version": "DB version:",
73+
"sync_version": "Sync version:",
74+
"build_date": "Build date:",
75+
"build_revision": "Build revision:",
76+
"data_directory": "Data directory:"
77+
},
78+
"toast": {
79+
"critical-error": {
80+
"title": "Critical error",
81+
"message": "A critical error has occurred which prevents the client application from starting:\n\n{{message}}\n\nThis is most likely caused by a script failing in an unexpected way. Try starting the application in safe mode and addressing the issue."
82+
},
83+
"widget-error": {
84+
"title": "Failed to initialise a widget",
85+
"message-custom": "Custom widget from note with ID \"{{id}}\", titled \"{{title}}\" could not be initialised due to:\n\n{{message}}",
86+
"message-unknown": "Unknown widget could not be initialised due to:\n\n{{message}}"
87+
},
88+
"bundle-error": {
89+
"title": "Failed to load a custom script",
90+
"message": "Script could not be executed due to:\n\n{{message}}"
91+
},
92+
"widget-list-error": {
93+
"title": "Failed to obtain the list of widgets from the server"
94+
},
95+
"widget-render-error": {
96+
"title": "Failed to render a custom React widget"
97+
},
98+
"widget-missing-parent": "Custom widget does not have mandatory '{{property}}' property defined.\n\nIf this script is meant to be run without a UI element, use '#run=frontendStartup' instead.",
99+
"open-script-note": "Open script note",
100+
"scripting-error": "Custom script error: {{title}}"
101+
},
102+
"add_link": {
103+
"add_link": "Add link",
104+
"help_on_links": "Help on links",
105+
"note": "Note",
106+
"search_note": "search for note by its name",
107+
"link_title_mirrors": "link title mirrors the note's current title",
108+
"link_title_arbitrary": "link title can be changed arbitrarily",
109+
"link_title": "Link title",
110+
"anchor": "Anchor (optional)",
111+
"anchor_none": "None (link to note)",
112+
"button_add_link": "Add link"
113+
},
114+
"delete_notes": {
115+
"delete_clones_description_one": "Also delete {{count}} other clone. Can be undone in recent changes.",
116+
"delete_clones_description_other": "Also delete {{count}} other clones. Can be undone in recent changes.",
117+
"title": "Delete notes",
118+
"close": "Close",
119+
"clones_label": "Clones",
120+
"delete_all_clones_description": "Delete also all clones (can be undone in recent changes)",
121+
"erase_notes_label": "Erase permanently",
122+
"erase_notes_description": "Erase notes immediately instead of soft deletion. This cannot be undone and will force application reload.",
123+
"erase_notes_warning": "Erase notes permanently (can't be undone), including all clones. This will force application reload.",
124+
"notes_to_be_deleted": "Notes to be deleted ({{notesCount}})",
125+
"no_note_to_delete": "No note will be deleted (only clones).",
126+
"broken_relations_to_be_deleted": "Broken relations ({{relationCount}})",
127+
"table_note_with_relation": "Note with relation",
128+
"table_relation": "Relation",
129+
"table_points_to": "Points to (deleted)",
130+
"cancel": "Cancel",
131+
"delete": "Delete"
132+
},
133+
"branch_prefix": {
134+
"edit_branch_prefix": "Edit branch prefix",
135+
"edit_branch_prefix_multiple": "Edit branch prefix for {{count}} branches",
136+
"help_on_tree_prefix": "Help on Tree prefix",
137+
"prefix": "Prefix: ",
138+
"save": "Save",
139+
"branch_prefix_saved": "Branch prefix has been saved.",
140+
"branch_prefix_saved_multiple": "Branch prefix has been saved for {{count}} branches.",
141+
"affected_branches": "Affected branches ({{count}}):"
142+
},
143+
"bulk_actions": {
144+
"bulk_actions": "Bulk actions",
145+
"affected_notes": "Affected notes",
146+
"include_descendants": "Include descendants of the selected notes",
147+
"available_actions": "Available actions",
148+
"chosen_actions": "Chosen actions",
149+
"execute_bulk_actions": "Execute bulk actions",
150+
"bulk_actions_executed": "Bulk actions have been executed successfully.",
151+
"none_yet": "None yet... add an action by clicking one of the available ones above.",
152+
"labels": "Labels",
153+
"relations": "Relations",
154+
"notes": "Notes",
155+
"other": "Other"
156+
},
157+
"clone_to": {
158+
"clone_notes_to": "Clone notes to...",
159+
"help_on_links": "Help on links",
160+
"notes_to_clone": "Notes to clone",
161+
"target_parent_note": "Target parent note",
162+
"search_for_note_by_its_name": "search for note by its name",
163+
"cloned_note_prefix_title": "Cloned note will be shown in note tree with given prefix",
164+
"prefix_optional": "Prefix (optional)",
165+
"clone_to_selected_note": "Clone to selected note",
166+
"no_path_to_clone_to": "No path to clone to.",
167+
"note_cloned": "Note \"{{clonedTitle}}\" has been cloned into \"{{targetTitle}}\""
168+
},
169+
"confirm": {
170+
"confirmation": "Confirmation",
171+
"cancel": "Cancel",
172+
"ok": "OK",
173+
"are_you_sure_remove_note": "Are you sure you want to remove the note \"{{title}}\" from relation map? ",
174+
"if_you_dont_check": "If you don't check this, the note will be only removed from the relation map.",
175+
"also_delete_note": "Also delete the note"
176+
},
177+
"export": {
178+
"export_note_title": "Export note",
179+
"close": "Close",
180+
"export_type_subtree": "This note and all of its descendants",
181+
"format_html": "HTML - recommended as it keeps all format",
182+
"format_html_zip": "HTML in ZIP archive - this is recommended since this preserves all the formatting.",
183+
"format_markdown": "Markdown - this preserves most of the formatting.",
184+
"format_opml": "OPML - outliner interchange format for text only. Formatting, images and files are not included.",
185+
"opml_version_1": "OPML v1.0 - plain text only",
186+
"opml_version_2": "OPML v2.0 - allows also HTML",
187+
"export_type_single": "Only this note without its descendants",
188+
"export": "Export",
189+
"choose_export_type": "Choose export type first please",
190+
"export_status": "Export status",
191+
"export_in_progress": "Export in progress: {{progressCount}}",
192+
"export_finished_successfully": "Export finished successfully.",
193+
"format_pdf": "PDF - for printing or sharing purposes.",
194+
"share-format": "HTML for web publishing - uses the same theme that is used shared notes, but can be published as a static website."
195+
},
196+
"help": {
197+
"title": "Cheatsheet",
198+
"collapseSubTree": "collapse sub-tree",
199+
"activateNextTab": "activate next tab",
200+
"editShortcuts": "Edit keyboard shortcuts",
201+
"noteNavigation": "Note navigation",
202+
"goUpDown": "go up/down in the list of notes",
203+
"collapseExpand": "collapse/expand node",
204+
"notSet": "not set",
205+
"goBackForwards": "go back / forwards in the history",
206+
"showJumpToNoteDialog": "show <a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/note-navigation.html#jump-to-note\">\"Jump to\" dialog</a>",
207+
"scrollToActiveNote": "scroll to active note",
208+
"jumpToParentNote": "jump to parent note",
209+
"collapseWholeTree": "collapse whole note tree",
210+
"tabShortcuts": "Tab shortcuts",
211+
"newTabNoteLink": "on note link opens note in a new tab",
212+
"newTabWithActivationNoteLink": "on note link opens and activates the note in a new tab",
213+
"onlyInDesktop": "Only in desktop (Electron build)",
214+
"openEmptyTab": "open empty tab",
215+
"closeActiveTab": "close active tab",
216+
"activatePreviousTab": "activate previous tab",
217+
"creatingNotes": "Creating notes",
218+
"createNoteAfter": "create new note after the active note",
219+
"createNoteInto": "create new sub-note into active note",
220+
"editBranchPrefix": "edit <a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/tree-concepts.html#prefix\">prefix</a> of active note clone",
221+
"movingCloningNotes": "Moving / cloning notes",
222+
"moveNoteUpDown": "move note up/down in the note list",
223+
"moveNoteUpHierarchy": "move note up in the hierarchy",
224+
"multiSelectNote": "multi-select note above/below",
225+
"selectAllNotes": "select all notes in the current level",
226+
"selectNote": "select note",
227+
"copyNotes": "copy active note (or current selection) into clipboard (used for <a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/cloning-notes.html#cloning-notes\">cloning</a>)",
228+
"cutNotes": "cut current note (or current selection) into clipboard (used for moving notes)",
229+
"pasteNotes": "paste note(s) as sub-note into active note (which is either move or clone depending on whether it was copied or cut into clipboard)",
230+
"deleteNotes": "delete note / sub-tree",
231+
"editingNotes": "Editing notes",
232+
"editNoteTitle": "in tree pane will switch from tree pane into note title. Enter from note title will switch focus to text editor. <kbd>Ctrl+.</kbd> will switch back from editor to tree pane.",
233+
"createEditLink": "create / edit external link",
234+
"createInternalLink": "create internal link",
235+
"followLink": "follow link under cursor",
236+
"insertDateTime": "insert current date and time at caret position",
237+
"jumpToTreePane": "jump away to the tree pane and scroll to active note",
238+
"markdownAutoformat": "Markdown-like autoformatting",
239+
"headings": "<code>##</code>, <code>###</code>, <code>####</code> etc. followed by space for headings",
240+
"bulletList": "<code>*</code> or <code>-</code> followed by space for bullet list",
241+
"numberedList": "<code>1.</code> or <code>1)</code> followed by space for numbered list",
242+
"blockQuote": "start a line with <code>></code> followed by space for block quote"
70243
}
71244
}

0 commit comments

Comments
 (0)