Skip to content

Commit f48509e

Browse files
authored
Translations update from Hosted Weblate (#9493)
2 parents fe334ca + 1d0bc13 commit f48509e

38 files changed

Lines changed: 900 additions & 259 deletions

apps/client/src/translations/ar/translation.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
22
"about": {
3-
"title": "حول تريليوم للملاحظات",
4-
"homepage": "الصفحة الرئيسية:",
5-
"app_version": "اصدار التطبيق:",
6-
"sync_version": "اصدار المزامنه:",
7-
"build_date": "تاريخ الانشاء:",
8-
"build_revision": "مراجعة الاصدار:",
9-
"data_directory": "مجلد البيانات:",
10-
"db_version": "اصدار قاعدة البيانات:"
3+
"data_directory": "مجلد البيانات:"
114
},
125
"toast": {
136
"critical-error": {

apps/client/src/translations/ca/translation.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
2-
"about": {
3-
"title": "Sobre Trilium Notes",
4-
"homepage": "Pàgina principal:",
5-
"app_version": "Versió de l'aplicació:",
6-
"db_version": "Versió de la base de dades:"
7-
},
82
"add_link": {
93
"note": "Nota"
104
},

apps/client/src/translations/cn/translation.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"about": {
3-
"title": "关于 Trilium Notes",
4-
"homepage": "项目主页:",
5-
"app_version": "应用版本:",
6-
"db_version": "数据库版本:",
7-
"sync_version": "同步版本:",
8-
"build_date": "编译日期:",
9-
"build_revision": "编译版本:",
103
"data_directory": "数据目录:"
114
},
125
"toast": {

apps/client/src/translations/cs/translation.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"about": {
3-
"title": "O Trilium Notes",
4-
"homepage": "Domovská stránka:",
5-
"app_version": "Verze aplikace:",
6-
"db_version": "Verze DB:",
7-
"sync_version": "Verze synchronizace:",
8-
"build_date": "Datum sestavení:",
9-
"build_revision": "Revize sestavení:",
103
"data_directory": "Datový adresář:"
114
},
125
"toast": {

apps/client/src/translations/de/translation.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"about": {
3-
"title": "Über Trilium Notes",
4-
"homepage": "Startseite:",
5-
"app_version": "App-Version:",
6-
"db_version": "DB-Version:",
7-
"sync_version": "Sync-Version:",
8-
"build_date": "Build-Datum:",
9-
"build_revision": "Build-Revision:",
103
"data_directory": "Datenverzeichnis:"
114
},
125
"toast": {

apps/client/src/translations/el/translation.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"about": {
3-
"title": "Σχετικά με το Trilium Notes",
4-
"homepage": "Αρχική Σελίδα:",
5-
"app_version": "Έκδοση εφαρμογής:",
6-
"db_version": "Έκδοση βάσης δεδομένων:",
7-
"sync_version": "Έκδοση συγχρονισμού:",
8-
"build_date": "Ημερομηνία χτισίματος εφαρμογής:",
9-
"build_revision": "Αριθμός αναθεώρησης χτισίματος:",
103
"data_directory": "Φάκελος δεδομένων:"
114
},
125
"toast": {

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

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

apps/client/src/translations/es/translation.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"about": {
3-
"title": "Acerca de Trilium Notes",
4-
"homepage": "Página principal:",
5-
"app_version": "Versión de la aplicación:",
6-
"db_version": "Versión de base de datos:",
7-
"sync_version": "Versión de sincronización:",
8-
"build_date": "Fecha de creación:",
9-
"build_revision": "Revisión de compilación:",
103
"data_directory": "Directorio de datos:"
114
},
125
"toast": {

apps/client/src/translations/fa/translation.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"about": {
3-
"title": "درباره Trilium Notes",
4-
"homepage": "صفحه اصلی:",
5-
"app_version": "نسخه برنامه:",
6-
"db_version": "نسخه پایگاه داده:",
7-
"sync_version": "نسخه منطبق:",
8-
"build_date": "تاریخ ساخت:",
9-
"build_revision": "نسخه بازنگری شده:",
103
"data_directory": "دایرکتوری داده:"
114
},
125
"toast": {

apps/client/src/translations/fi/translation.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
22
"about": {
3-
"title": "Lisätietoja Trilium Notes:ista",
4-
"homepage": "Kotisivu:",
5-
"app_version": "Sovelluksen versio:",
6-
"db_version": "Tietokannan versio:",
7-
"build_date": "Koontipäivämäärä:",
8-
"data_directory": "Datakansio:",
9-
"sync_version": "Synkronoinnin versio:",
10-
"build_revision": "Sovelluksen versio:"
3+
"data_directory": "Datakansio:"
114
},
125
"toast": {
136
"critical-error": {

0 commit comments

Comments
 (0)