mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 09:17:35 +02:00
Merge branch 'main' of https://github.com/TriliumNext/Trilium
This commit is contained in:
7
.claude/settings.local.json
Normal file
7
.claude/settings.local.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(gh issue *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
2
.github/workflows/claude-code-review.yml
vendored
2
.github/workflows/claude-code-review.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
|
||||
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
actions: read # Required for Claude to read CI results on PRs
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
"debounce": "3.0.0",
|
||||
"dompurify": "3.4.0",
|
||||
"draggabilly": "3.0.0",
|
||||
"force-graph": "1.51.2",
|
||||
"force-graph": "1.51.4",
|
||||
"htmldiff-js": "1.0.5",
|
||||
"i18next": "26.0.4",
|
||||
"i18next-http-backend": "3.0.4",
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "حول تريليوم للملاحظات",
|
||||
"homepage": "الصفحة الرئيسية:",
|
||||
"app_version": "اصدار التطبيق:",
|
||||
"sync_version": "اصدار المزامنه:",
|
||||
"build_date": "تاريخ الانشاء:",
|
||||
"build_revision": "مراجعة الاصدار:",
|
||||
"data_directory": "مجلد البيانات:",
|
||||
"db_version": "اصدار قاعدة البيانات:"
|
||||
"data_directory": "مجلد البيانات:"
|
||||
},
|
||||
"toast": {
|
||||
"critical-error": {
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Sobre Trilium Notes",
|
||||
"homepage": "Pàgina principal:",
|
||||
"app_version": "Versió de l'aplicació:",
|
||||
"db_version": "Versió de la base de dades:"
|
||||
},
|
||||
"add_link": {
|
||||
"note": "Nota"
|
||||
},
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "关于 Trilium Notes",
|
||||
"homepage": "项目主页:",
|
||||
"app_version": "应用版本:",
|
||||
"db_version": "数据库版本:",
|
||||
"sync_version": "同步版本:",
|
||||
"build_date": "编译日期:",
|
||||
"build_revision": "编译版本:",
|
||||
"data_directory": "数据目录:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "O Trilium Notes",
|
||||
"homepage": "Domovská stránka:",
|
||||
"app_version": "Verze aplikace:",
|
||||
"db_version": "Verze DB:",
|
||||
"sync_version": "Verze synchronizace:",
|
||||
"build_date": "Datum sestavení:",
|
||||
"build_revision": "Revize sestavení:",
|
||||
"data_directory": "Datový adresář:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Über Trilium Notes",
|
||||
"homepage": "Startseite:",
|
||||
"app_version": "App-Version:",
|
||||
"db_version": "DB-Version:",
|
||||
"sync_version": "Sync-Version:",
|
||||
"build_date": "Build-Datum:",
|
||||
"build_revision": "Build-Revision:",
|
||||
"data_directory": "Datenverzeichnis:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Σχετικά με το Trilium Notes",
|
||||
"homepage": "Αρχική Σελίδα:",
|
||||
"app_version": "Έκδοση εφαρμογής:",
|
||||
"db_version": "Έκδοση βάσης δεδομένων:",
|
||||
"sync_version": "Έκδοση συγχρονισμού:",
|
||||
"build_date": "Ημερομηνία χτισίματος εφαρμογής:",
|
||||
"build_revision": "Αριθμός αναθεώρησης χτισίματος:",
|
||||
"data_directory": "Φάκελος δεδομένων:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -66,6 +66,172 @@
|
||||
"set-custom-color": "Set custom note colour"
|
||||
},
|
||||
"about": {
|
||||
"title": "About Trilium Notes"
|
||||
"data_directory": "Data directory:"
|
||||
},
|
||||
"toast": {
|
||||
"critical-error": {
|
||||
"title": "Critical error",
|
||||
"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."
|
||||
},
|
||||
"widget-error": {
|
||||
"title": "Failed to initialise a widget",
|
||||
"message-custom": "Custom widget from note with ID \"{{id}}\", titled \"{{title}}\" could not be initialised due to:\n\n{{message}}",
|
||||
"message-unknown": "Unknown widget could not be initialised due to:\n\n{{message}}"
|
||||
},
|
||||
"bundle-error": {
|
||||
"title": "Failed to load a custom script",
|
||||
"message": "Script could not be executed due to:\n\n{{message}}"
|
||||
},
|
||||
"widget-list-error": {
|
||||
"title": "Failed to obtain the list of widgets from the server"
|
||||
},
|
||||
"widget-render-error": {
|
||||
"title": "Failed to render a custom React widget"
|
||||
},
|
||||
"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.",
|
||||
"open-script-note": "Open script note",
|
||||
"scripting-error": "Custom script error: {{title}}"
|
||||
},
|
||||
"add_link": {
|
||||
"add_link": "Add link",
|
||||
"help_on_links": "Help on links",
|
||||
"note": "Note",
|
||||
"search_note": "search for note by its name",
|
||||
"link_title_mirrors": "link title mirrors the note's current title",
|
||||
"link_title_arbitrary": "link title can be changed arbitrarily",
|
||||
"link_title": "Link title",
|
||||
"anchor": "Anchor (optional)",
|
||||
"anchor_none": "None (link to note)",
|
||||
"button_add_link": "Add link"
|
||||
},
|
||||
"delete_notes": {
|
||||
"delete_clones_description_one": "Also delete {{count}} other clone. Can be undone in recent changes.",
|
||||
"delete_clones_description_other": "Also delete {{count}} other clones. Can be undone in recent changes.",
|
||||
"title": "Delete notes",
|
||||
"close": "Close",
|
||||
"clones_label": "Clones",
|
||||
"delete_all_clones_description": "Delete also all clones (can be undone in recent changes)",
|
||||
"erase_notes_label": "Erase permanently",
|
||||
"erase_notes_description": "Erase notes immediately instead of soft deletion. This cannot be undone and will force application reload.",
|
||||
"erase_notes_warning": "Erase notes permanently (can't be undone), including all clones. This will force application reload.",
|
||||
"notes_to_be_deleted": "Notes to be deleted ({{notesCount}})",
|
||||
"no_note_to_delete": "No note will be deleted (only clones).",
|
||||
"broken_relations_to_be_deleted": "Broken relations ({{relationCount}})",
|
||||
"table_note_with_relation": "Note with relation",
|
||||
"table_relation": "Relation",
|
||||
"table_points_to": "Points to (deleted)",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete"
|
||||
},
|
||||
"branch_prefix": {
|
||||
"edit_branch_prefix": "Edit branch prefix",
|
||||
"edit_branch_prefix_multiple": "Edit branch prefix for {{count}} branches",
|
||||
"help_on_tree_prefix": "Help on Tree prefix",
|
||||
"prefix": "Prefix: ",
|
||||
"save": "Save",
|
||||
"branch_prefix_saved": "Branch prefix has been saved.",
|
||||
"branch_prefix_saved_multiple": "Branch prefix has been saved for {{count}} branches.",
|
||||
"affected_branches": "Affected branches ({{count}}):"
|
||||
},
|
||||
"bulk_actions": {
|
||||
"bulk_actions": "Bulk actions",
|
||||
"affected_notes": "Affected notes",
|
||||
"include_descendants": "Include descendants of the selected notes",
|
||||
"available_actions": "Available actions",
|
||||
"chosen_actions": "Chosen actions",
|
||||
"execute_bulk_actions": "Execute bulk actions",
|
||||
"bulk_actions_executed": "Bulk actions have been executed successfully.",
|
||||
"none_yet": "None yet... add an action by clicking one of the available ones above.",
|
||||
"labels": "Labels",
|
||||
"relations": "Relations",
|
||||
"notes": "Notes",
|
||||
"other": "Other"
|
||||
},
|
||||
"clone_to": {
|
||||
"clone_notes_to": "Clone notes to...",
|
||||
"help_on_links": "Help on links",
|
||||
"notes_to_clone": "Notes to clone",
|
||||
"target_parent_note": "Target parent note",
|
||||
"search_for_note_by_its_name": "search for note by its name",
|
||||
"cloned_note_prefix_title": "Cloned note will be shown in note tree with given prefix",
|
||||
"prefix_optional": "Prefix (optional)",
|
||||
"clone_to_selected_note": "Clone to selected note",
|
||||
"no_path_to_clone_to": "No path to clone to.",
|
||||
"note_cloned": "Note \"{{clonedTitle}}\" has been cloned into \"{{targetTitle}}\""
|
||||
},
|
||||
"confirm": {
|
||||
"confirmation": "Confirmation",
|
||||
"cancel": "Cancel",
|
||||
"ok": "OK",
|
||||
"are_you_sure_remove_note": "Are you sure you want to remove the note \"{{title}}\" from relation map? ",
|
||||
"if_you_dont_check": "If you don't check this, the note will be only removed from the relation map.",
|
||||
"also_delete_note": "Also delete the note"
|
||||
},
|
||||
"export": {
|
||||
"export_note_title": "Export note",
|
||||
"close": "Close",
|
||||
"export_type_subtree": "This note and all of its descendants",
|
||||
"format_html": "HTML - recommended as it keeps all format",
|
||||
"format_html_zip": "HTML in ZIP archive - this is recommended since this preserves all the formatting.",
|
||||
"format_markdown": "Markdown - this preserves most of the formatting.",
|
||||
"format_opml": "OPML - outliner interchange format for text only. Formatting, images and files are not included.",
|
||||
"opml_version_1": "OPML v1.0 - plain text only",
|
||||
"opml_version_2": "OPML v2.0 - allows also HTML",
|
||||
"export_type_single": "Only this note without its descendants",
|
||||
"export": "Export",
|
||||
"choose_export_type": "Choose export type first please",
|
||||
"export_status": "Export status",
|
||||
"export_in_progress": "Export in progress: {{progressCount}}",
|
||||
"export_finished_successfully": "Export finished successfully.",
|
||||
"format_pdf": "PDF - for printing or sharing purposes.",
|
||||
"share-format": "HTML for web publishing - uses the same theme that is used shared notes, but can be published as a static website."
|
||||
},
|
||||
"help": {
|
||||
"title": "Cheatsheet",
|
||||
"collapseSubTree": "collapse sub-tree",
|
||||
"activateNextTab": "activate next tab",
|
||||
"editShortcuts": "Edit keyboard shortcuts",
|
||||
"noteNavigation": "Note navigation",
|
||||
"goUpDown": "go up/down in the list of notes",
|
||||
"collapseExpand": "collapse/expand node",
|
||||
"notSet": "not set",
|
||||
"goBackForwards": "go back / forwards in the history",
|
||||
"showJumpToNoteDialog": "show <a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/note-navigation.html#jump-to-note\">\"Jump to\" dialog</a>",
|
||||
"scrollToActiveNote": "scroll to active note",
|
||||
"jumpToParentNote": "jump to parent note",
|
||||
"collapseWholeTree": "collapse whole note tree",
|
||||
"tabShortcuts": "Tab shortcuts",
|
||||
"newTabNoteLink": "on note link opens note in a new tab",
|
||||
"newTabWithActivationNoteLink": "on note link opens and activates the note in a new tab",
|
||||
"onlyInDesktop": "Only in desktop (Electron build)",
|
||||
"openEmptyTab": "open empty tab",
|
||||
"closeActiveTab": "close active tab",
|
||||
"activatePreviousTab": "activate previous tab",
|
||||
"creatingNotes": "Creating notes",
|
||||
"createNoteAfter": "create new note after the active note",
|
||||
"createNoteInto": "create new sub-note into active note",
|
||||
"editBranchPrefix": "edit <a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/tree-concepts.html#prefix\">prefix</a> of active note clone",
|
||||
"movingCloningNotes": "Moving / cloning notes",
|
||||
"moveNoteUpDown": "move note up/down in the note list",
|
||||
"moveNoteUpHierarchy": "move note up in the hierarchy",
|
||||
"multiSelectNote": "multi-select note above/below",
|
||||
"selectAllNotes": "select all notes in the current level",
|
||||
"selectNote": "select note",
|
||||
"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>)",
|
||||
"cutNotes": "cut current note (or current selection) into clipboard (used for moving notes)",
|
||||
"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)",
|
||||
"deleteNotes": "delete note / sub-tree",
|
||||
"editingNotes": "Editing notes",
|
||||
"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.",
|
||||
"createEditLink": "create / edit external link",
|
||||
"createInternalLink": "create internal link",
|
||||
"followLink": "follow link under cursor",
|
||||
"insertDateTime": "insert current date and time at caret position",
|
||||
"jumpToTreePane": "jump away to the tree pane and scroll to active note",
|
||||
"markdownAutoformat": "Markdown-like autoformatting",
|
||||
"headings": "<code>##</code>, <code>###</code>, <code>####</code> etc. followed by space for headings",
|
||||
"bulletList": "<code>*</code> or <code>-</code> followed by space for bullet list",
|
||||
"numberedList": "<code>1.</code> or <code>1)</code> followed by space for numbered list",
|
||||
"blockQuote": "start a line with <code>></code> followed by space for block quote"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Acerca de Trilium Notes",
|
||||
"homepage": "Página principal:",
|
||||
"app_version": "Versión de la aplicación:",
|
||||
"db_version": "Versión de base de datos:",
|
||||
"sync_version": "Versión de sincronización:",
|
||||
"build_date": "Fecha de creación:",
|
||||
"build_revision": "Revisión de compilación:",
|
||||
"data_directory": "Directorio de datos:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "درباره Trilium Notes",
|
||||
"homepage": "صفحه اصلی:",
|
||||
"app_version": "نسخه برنامه:",
|
||||
"db_version": "نسخه پایگاه داده:",
|
||||
"sync_version": "نسخه منطبق:",
|
||||
"build_date": "تاریخ ساخت:",
|
||||
"build_revision": "نسخه بازنگری شده:",
|
||||
"data_directory": "دایرکتوری داده:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Lisätietoja Trilium Notes:ista",
|
||||
"homepage": "Kotisivu:",
|
||||
"app_version": "Sovelluksen versio:",
|
||||
"db_version": "Tietokannan versio:",
|
||||
"build_date": "Koontipäivämäärä:",
|
||||
"data_directory": "Datakansio:",
|
||||
"sync_version": "Synkronoinnin versio:",
|
||||
"build_revision": "Sovelluksen versio:"
|
||||
"data_directory": "Datakansio:"
|
||||
},
|
||||
"toast": {
|
||||
"critical-error": {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "À propos de Trilium Notes",
|
||||
"homepage": "Page d'accueil :",
|
||||
"app_version": "Version de l'application :",
|
||||
"db_version": "Version de la base de données :",
|
||||
"sync_version": "Version de la synchronisation :",
|
||||
"build_date": "Date du build :",
|
||||
"build_revision": "Version de build :",
|
||||
"data_directory": "Répertoire des données :"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -31,13 +31,6 @@
|
||||
"search_notes": "Cuardaigh nótaí"
|
||||
},
|
||||
"about": {
|
||||
"title": "Maidir le Trilium Notes",
|
||||
"homepage": "Leathanach baile:",
|
||||
"app_version": "Leagan an aip:",
|
||||
"db_version": "Leagan DB:",
|
||||
"sync_version": "Leagan sioncrónaithe:",
|
||||
"build_date": "Dáta tógála:",
|
||||
"build_revision": "Athbhreithniú tógála:",
|
||||
"data_directory": "Eolaire sonraí:"
|
||||
},
|
||||
"toast": {
|
||||
@@ -72,7 +65,9 @@
|
||||
"link_title_mirrors": "Léiríonn teideal an naisc teideal reatha an nóta",
|
||||
"link_title_arbitrary": "is féidir teideal an naisc a athrú go treallach",
|
||||
"link_title": "Teideal an naisc",
|
||||
"button_add_link": "Cuir nasc leis"
|
||||
"button_add_link": "Cuir nasc leis",
|
||||
"anchor": "Ancaire (roghnach)",
|
||||
"anchor_none": "Dada (nasc chuig nóta)"
|
||||
},
|
||||
"branch_prefix": {
|
||||
"edit_branch_prefix": "Cuir réimír na brainse in eagar",
|
||||
@@ -700,7 +695,8 @@
|
||||
"word_wrap_auto": "Uathoibríoch",
|
||||
"word_wrap_auto_description": "Lean an suíomh domhanda",
|
||||
"word_wrap_on": "Ar",
|
||||
"word_wrap_off": "As"
|
||||
"word_wrap_off": "As",
|
||||
"save_named_revision": "Sábháil athbhreithniú ainmnithe..."
|
||||
},
|
||||
"onclick_button": {
|
||||
"no_click_handler": "Níl aon láimhseálaí cliceáil sainithe ag an ngiuirléid cnaipe '{{componentId}}'"
|
||||
@@ -1622,7 +1618,8 @@
|
||||
"new-feature": "Nua",
|
||||
"collections": "Bailiúcháin",
|
||||
"spreadsheet": "Scarbhileog",
|
||||
"llm-chat": "Comhrá AI"
|
||||
"llm-chat": "Comhrá AI",
|
||||
"markdown": "Markdown"
|
||||
},
|
||||
"protect_note": {
|
||||
"toggle-on": "Cosain an nóta",
|
||||
@@ -1787,7 +1784,9 @@
|
||||
"entrypoints": {
|
||||
"note-revision-created": "Cruthaíodh athbhreithniú nóta.",
|
||||
"note-executed": "Nóta curtha i gcrích.",
|
||||
"sql-error": "Tharla earráid agus fiosrúchán SQL á fhorghníomhú: {{message}}"
|
||||
"sql-error": "Tharla earráid agus fiosrúchán SQL á fhorghníomhú: {{message}}",
|
||||
"save-named-revision-title": "Sábháil athbhreithniú ainmnithe",
|
||||
"save-named-revision-message": "Cuir isteach ainm don athbhreithniú seo (fág folamh mura bhfuil ainm ar bith ann):"
|
||||
},
|
||||
"branches": {
|
||||
"cannot-move-notes-here": "Ní féidir nótaí a bhogadh anseo.",
|
||||
@@ -2510,5 +2509,79 @@
|
||||
"page_ranges_hint": "Fág folamh chun na leathanaigh go léir a phriontáil.",
|
||||
"page_ranges_invalid": "Formáid neamhbhailí. Úsáid m.sh. 1-5, 8, 11-13.",
|
||||
"page_ranges_placeholder": "m.sh. 1-5, 8, 11-13"
|
||||
},
|
||||
"revisions": {
|
||||
"note_revisions": "Athbhreithnithe Nótaí",
|
||||
"delete_all_revisions": "Scrios gach athbhreithniú ar an nóta seo",
|
||||
"delete_all_button": "Scrios gach athbhreithniú",
|
||||
"help_title": "Cabhair le hathbhreithnithe nótaí",
|
||||
"confirm_delete_all": "Ar mhaith leat gach athbhreithniú ar an nóta seo a scriosadh?",
|
||||
"no_revisions": "Gan aon athbhreithnithe don nóta seo go fóill...",
|
||||
"restore_button": "Athchóirigh",
|
||||
"highlight_changes": "Aibhsigh athruithe",
|
||||
"diff_on": "Taispeáin an difríocht",
|
||||
"diff_off": "Taispeáin ábhar",
|
||||
"diff_on_hint": "Cliceáil chun difríocht foinse an nóta a thaispeáint",
|
||||
"diff_off_hint": "Cliceáil chun ábhar an nóta a thaispeáint",
|
||||
"diff_not_available": "Níl an difríocht ar fáil.",
|
||||
"confirm_restore": "Ar mhaith leat an t-athbhreithniú seo a athbhunú? Scríobhfaidh sé seo teideal agus ábhar reatha an nóta leis an athbhreithniú seo.",
|
||||
"delete_button": "Scrios",
|
||||
"confirm_delete": "Ar mhaith leat an t-athbhreithniú seo a scriosadh?",
|
||||
"revisions_deleted": "Scriosadh athbhreithnithe nótaí.",
|
||||
"revision_restored": "Tá athbhreithniú an nóta athchóirithe.",
|
||||
"revision_deleted": "Scriosadh athbhreithniú an nóta.",
|
||||
"snapshot_interval": "Eatramh Léirmheasa ar Nóta: {{seconds}}s.",
|
||||
"maximum_revisions": "Teorainn maidir le hathbhreithniú nóta: {{number}}.",
|
||||
"save_revision_now": "Sábháil athbhreithniú anois",
|
||||
"save_named_revision": "Sábháil athbhreithniú ainmnithe...",
|
||||
"snapshot_header": "Léargas athbhreithnithe nóta",
|
||||
"snapshot_interval_value": "Eatramh: {{seconds}}s",
|
||||
"snapshot_limit_value": "Teorainn: {{number}}",
|
||||
"settings": "Socruithe Athbhreithnithe Nóta",
|
||||
"menu_tooltip": "Roghanna athbhreithnithe",
|
||||
"download_button": "Íoslódáil",
|
||||
"mime": "MIME: ",
|
||||
"file_size": "Méid comhaid:",
|
||||
"preview_not_available": "Níl réamhamharc ar fáil don chineál nóta seo.",
|
||||
"save_revision": "Sábháil athbhreithniú",
|
||||
"save_revision_tooltip": "Sábháil pictiúr den nóta reatha de láimh",
|
||||
"description_placeholder": "Ainmnigh an t-athbhreithniú seo",
|
||||
"revision_saved": "Tá athbhreithniú an nóta sábháilte.",
|
||||
"edit_description": "Cuir ainm in eagar",
|
||||
"description_updated": "Tá ainm an athbhreithnithe nuashonraithe.",
|
||||
"source_auto": "Uath-shábháil",
|
||||
"source_manual": "Sábháil de láimh",
|
||||
"source_etapi": "ETAPI",
|
||||
"source_llm": "LLM",
|
||||
"source_restore": "Athchóirigh",
|
||||
"source_unknown": "Roghbhlúire",
|
||||
"date_today": "Inniu",
|
||||
"date_yesterday": "Inné",
|
||||
"date_this_week": "An tseachtain seo",
|
||||
"date_this_month": "An mhí seo",
|
||||
"source_description_auto": "Sábháilte go huathoibríoch ag an gcóras ag eatraimh rialta",
|
||||
"source_description_manual": "Sábháilte de láimh ag an úsáideoir",
|
||||
"source_description_etapi": "Cruthaithe tríd an API Seachtrach Trilium",
|
||||
"source_description_llm": "Cruthaithe ag an gcúntóir AI",
|
||||
"source_description_restore": "Sábháilte roimh athchóiriú an athbhreithnithe roimhe seo",
|
||||
"source_description_unknown": "Foinse gan fáil"
|
||||
},
|
||||
"auto_link_attribute_list": {
|
||||
"title": "Tréithe an Chórais"
|
||||
},
|
||||
"revisions_snapshot": {
|
||||
"title": "Athbhreithnithe Nótaí"
|
||||
},
|
||||
"launcher_button_context_menu": {
|
||||
"remove_from_launch_bar": "Bain den bharra lainseála"
|
||||
},
|
||||
"display_mode": {
|
||||
"source": "Radharc foinse",
|
||||
"split": "Radharc scoilte",
|
||||
"preview": "Réamhamharc"
|
||||
},
|
||||
"common": {
|
||||
"save": "Sábháil",
|
||||
"cancel": "Cealaigh"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "ट्रिलियम नोट्स के बारें में",
|
||||
"build_date": "निर्माण की तारीख:",
|
||||
"app_version": "ऐप वर्ज़न:",
|
||||
"db_version": "DB वर्ज़न:",
|
||||
"build_revision": "बिल्ड रिविज़न:",
|
||||
"homepage": "मुखपृष्ठ:",
|
||||
"sync_version": "सिंक वर्शन:",
|
||||
"data_directory": "डेटा डायरेक्टरी:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "A Trilium Notes-ról",
|
||||
"homepage": "Kezdőlap:",
|
||||
"app_version": "Alkalmazás verziója:",
|
||||
"db_version": "Adatbázis verzió:",
|
||||
"sync_version": "Verzió szinkronizálás :",
|
||||
"build_revision": "Build revízió:",
|
||||
"data_directory": "Adatkönyvtár:",
|
||||
"build_date": "Build dátum:"
|
||||
"data_directory": "Adatkönyvtár:"
|
||||
},
|
||||
"toast": {
|
||||
"critical-error": {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Tentang Trilium Notes",
|
||||
"homepage": "Halaman utama:",
|
||||
"app_version": "Versi Aplikasi:",
|
||||
"db_version": "Versi DB:",
|
||||
"sync_version": "Versi sinkronisasi:",
|
||||
"build_date": "Tanggal pembuatan:",
|
||||
"build_revision": "Revisi pembuatan:",
|
||||
"data_directory": "Direktori data:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
{
|
||||
"about": {
|
||||
"app_version": "Versione dell'app:",
|
||||
"db_version": "Versione DB:",
|
||||
"sync_version": "Versione Sync:",
|
||||
"data_directory": "Cartella dati:",
|
||||
"title": "Informazioni su Trilium Notes",
|
||||
"build_date": "Data della build:",
|
||||
"build_revision": "Revisione della build:",
|
||||
"homepage": "Homepage:"
|
||||
"data_directory": "Cartella dati:"
|
||||
},
|
||||
"toast": {
|
||||
"critical-error": {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Trilium Notesについて",
|
||||
"homepage": "ホームページ:",
|
||||
"app_version": "アプリのバージョン:",
|
||||
"db_version": "データベースのバージョン:",
|
||||
"sync_version": "同期のバージョン:",
|
||||
"build_date": "Build の日時:",
|
||||
"build_revision": "Build のバージョン:",
|
||||
"data_directory": "データの場所:"
|
||||
},
|
||||
"toast": {
|
||||
@@ -41,7 +34,9 @@
|
||||
"help_on_links": "リンクに関するヘルプ",
|
||||
"search_note": "ノート名で検索",
|
||||
"link_title_mirrors": "リンクタイトルはノートタイトルの変更を反映します",
|
||||
"link_title_arbitrary": "リンクタイトルは自由に変更可能"
|
||||
"link_title_arbitrary": "リンクタイトルは自由に変更可能",
|
||||
"anchor": "アンカー(任意)",
|
||||
"anchor_none": "なし(ノートへのリンク)"
|
||||
},
|
||||
"branch_prefix": {
|
||||
"save": "保存",
|
||||
@@ -496,7 +491,8 @@
|
||||
"word_wrap_auto": "自動",
|
||||
"word_wrap_auto_description": "グローバル設定に従う",
|
||||
"word_wrap_on": "オン",
|
||||
"word_wrap_off": "オフ"
|
||||
"word_wrap_off": "オフ",
|
||||
"save_named_revision": "名前を付けて変更履歴を保存..."
|
||||
},
|
||||
"command_palette": {
|
||||
"export_note_title": "ノートをエクスポート",
|
||||
@@ -1876,7 +1872,9 @@
|
||||
"entrypoints": {
|
||||
"note-revision-created": "ノートの改訂版が作成されました。",
|
||||
"sql-error": "SQL クエリの実行中にエラーが発生しました: {{message}}",
|
||||
"note-executed": "ノートが実行されました。"
|
||||
"note-executed": "ノートが実行されました。",
|
||||
"save-named-revision-title": "名前を付けて変更履歴を保存",
|
||||
"save-named-revision-message": "この変更履歴の名前を入力してください(名前なしの場合は空欄のままにしてください):"
|
||||
},
|
||||
"branches": {
|
||||
"cannot-move-notes-here": "ここにノートを移動することはできません。",
|
||||
@@ -2473,7 +2471,36 @@
|
||||
"download_button": "ダウンロード",
|
||||
"mime": "MIME: ",
|
||||
"file_size": "ファイルサイズ:",
|
||||
"preview_not_available": "このノートタイプではプレビューは利用できません。"
|
||||
"preview_not_available": "このノートタイプではプレビューは利用できません。",
|
||||
"highlight_changes": "変更箇所をハイライト",
|
||||
"save_revision_now": "今すぐ変更履歴を保存",
|
||||
"save_named_revision": "名前を付けた変更履歴を保存...",
|
||||
"snapshot_header": "ノートの変更履歴スナップショット",
|
||||
"snapshot_interval_value": "間隔: {{seconds}} 秒",
|
||||
"snapshot_limit_value": "制限: {{number}}",
|
||||
"menu_tooltip": "変更履歴オプション",
|
||||
"save_revision": "変更履歴を保存",
|
||||
"save_revision_tooltip": "現在のノートのスナップショットを手動で保存",
|
||||
"description_placeholder": "この変更履歴に名前を付ける",
|
||||
"revision_saved": "ノートの変更履歴が保存されました。",
|
||||
"edit_description": "名前を編集",
|
||||
"description_updated": "変更履歴名が更新されました。",
|
||||
"source_auto": "自動保存",
|
||||
"source_manual": "手動保存",
|
||||
"source_etapi": "ETAPI",
|
||||
"source_llm": "LLM",
|
||||
"source_restore": "復元",
|
||||
"source_unknown": "スナップショット",
|
||||
"date_today": "今日",
|
||||
"date_yesterday": "昨日",
|
||||
"date_this_week": "今週",
|
||||
"date_this_month": "今月",
|
||||
"source_description_auto": "システムにより定期的に自動保存",
|
||||
"source_description_manual": "ユーザーにより手動保存",
|
||||
"source_description_etapi": "外部 Trilium API 経由で作成",
|
||||
"source_description_llm": "AI アシスタントにより作成",
|
||||
"source_description_restore": "以前の変更履歴を復元する前に保存しました",
|
||||
"source_description_unknown": "ソースが利用できません"
|
||||
},
|
||||
"revisions_snapshot": {
|
||||
"title": "ノートの変更履歴"
|
||||
@@ -2485,5 +2512,12 @@
|
||||
"source": "ソースビュー",
|
||||
"split": "分割ビュー",
|
||||
"preview": "プレビュー"
|
||||
},
|
||||
"auto_link_attribute_list": {
|
||||
"title": "システム属性"
|
||||
},
|
||||
"common": {
|
||||
"save": "保存",
|
||||
"cancel": "キャンセル"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Trilium Notes에 대해서",
|
||||
"homepage": "홈페이지:",
|
||||
"app_version": "앱 버전:",
|
||||
"db_version": "DB 버전:",
|
||||
"sync_version": "동기화 버전:",
|
||||
"build_date": "빌드 날짜:",
|
||||
"build_revision": "빌드 리비전:",
|
||||
"data_directory": "데이터 경로:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Om Trilium Notes",
|
||||
"app_version": "App versjon:",
|
||||
"db_version": "DB versjon:",
|
||||
"sync_version": "Synk versjon:",
|
||||
"build_date": "Byggdato:",
|
||||
"build_revision": "Bygg versjon:",
|
||||
"data_directory": "Datamappe:",
|
||||
"homepage": "Hjemmeside:"
|
||||
"data_directory": "Datamappe:"
|
||||
},
|
||||
"experimental_features": {
|
||||
"new_layout_description": "Prøv det nye grensesnittet for et mer moderne utseende og forbedret brukervenlighet. Det må påregnes betydelige endringer i kommende versjoner."
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Over Trilium Notes",
|
||||
"homepage": "Homepagina:",
|
||||
"app_version": "App versie:",
|
||||
"db_version": "DB Versie:",
|
||||
"sync_version": "Sync Versie:",
|
||||
"build_date": "Build datum:",
|
||||
"build_revision": "Build revisie:",
|
||||
"data_directory": "Gegevensmap:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "O Trilium Notes",
|
||||
"homepage": "Strona domowa:",
|
||||
"app_version": "Wersja aplikacji:",
|
||||
"db_version": "Wersja bazy danych:",
|
||||
"sync_version": "Wersja synchronizacji:",
|
||||
"build_date": "Data kompilacji:",
|
||||
"build_revision": "Rewizja:",
|
||||
"data_directory": "Katalog danych:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Sobre o Trilium Notes",
|
||||
"app_version": "Versão da App:",
|
||||
"homepage": "Página inicial:",
|
||||
"db_version": "Versão da base de dados:",
|
||||
"sync_version": "Versão de sincronização:",
|
||||
"build_date": "Data de compilação:",
|
||||
"build_revision": "Revisão da compilação:",
|
||||
"data_directory": "Diretório de dados:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -7,13 +7,6 @@
|
||||
"copy_title": "Copiar para a área de transferência"
|
||||
},
|
||||
"about": {
|
||||
"title": "Sobre o Trilium Notes",
|
||||
"homepage": "Página inicial:",
|
||||
"app_version": "Versão do App:",
|
||||
"db_version": "Versão do banco de dados:",
|
||||
"sync_version": "Versão de sincronização:",
|
||||
"build_date": "Data de compilação:",
|
||||
"build_revision": "Revisão da compilação:",
|
||||
"data_directory": "Diretório de dados:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Despre Trilium Notes",
|
||||
"homepage": "Site web:",
|
||||
"app_version": "Versiune aplicație:",
|
||||
"db_version": "Versiune bază de date:",
|
||||
"sync_version": "Versiune sincronizare:",
|
||||
"build_date": "Data compilării:",
|
||||
"build_revision": "Revizia compilării:",
|
||||
"data_directory": "Directorul de date:"
|
||||
},
|
||||
"abstract_bulk_action": {
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
{
|
||||
"about": {
|
||||
"app_version": "Версия приложения:",
|
||||
"db_version": "Версия базы данных:",
|
||||
"sync_version": "Версия синхронизации:",
|
||||
"build_date": "Дата сборки:",
|
||||
"build_revision": "Номер сборки:",
|
||||
"data_directory": "Каталог с данными:",
|
||||
"title": "О Trilium Notes",
|
||||
"homepage": "Домашняя страница:"
|
||||
"data_directory": "Каталог с данными:"
|
||||
},
|
||||
"toast": {
|
||||
"critical-error": {
|
||||
|
||||
@@ -1,9 +1 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Podrobnosti Trilium Notes",
|
||||
"homepage": "Domača stran:",
|
||||
"app_version": "Verzija aplikacije:",
|
||||
"db_version": "Verzija DB:",
|
||||
"sync_version": "Verzija Sync:"
|
||||
}
|
||||
}
|
||||
{}
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "O Trilium Belеškama",
|
||||
"homepage": "Početna stranica:",
|
||||
"app_version": "Verzija aplikacije:",
|
||||
"db_version": "Verzija baze podataka:",
|
||||
"sync_version": "Verzija sinhronizacije:",
|
||||
"build_date": "Datum izgradnje:",
|
||||
"build_revision": "Revizija izgradnje:",
|
||||
"data_directory": "Direktorijum sa podacima:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Om Trilium Notes",
|
||||
"homepage": "Hemsida:",
|
||||
"app_version": "App version:",
|
||||
"db_version": "DB version:",
|
||||
"sync_version": "Sync version:",
|
||||
"build_date": "Bygg datum:",
|
||||
"build_revision": "Bygg version:",
|
||||
"data_directory": "Data sökväg:"
|
||||
},
|
||||
"toast": {
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
{
|
||||
"about": {
|
||||
"homepage": "Anasayfa:",
|
||||
"app_version": "Uygulama versiyonu:",
|
||||
"db_version": "Veritabanı versiyonu:",
|
||||
"title": "Trilium Notes Hakkında",
|
||||
"sync_version": "Eşleştirme versiyonu:",
|
||||
"data_directory": "Veri dizini:",
|
||||
"build_date": "Derleme tarihi:",
|
||||
"build_revision": "Derleme revizyonu:"
|
||||
"data_directory": "Veri dizini:"
|
||||
},
|
||||
"branch_prefix": {
|
||||
"save": "Kaydet",
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "關於 Trilium Notes",
|
||||
"homepage": "項目主頁:",
|
||||
"app_version": "程式版本:",
|
||||
"db_version": "資料庫版本:",
|
||||
"sync_version": "同步版本:",
|
||||
"build_date": "編譯日期:",
|
||||
"build_revision": "編譯版本:",
|
||||
"data_directory": "資料目錄:"
|
||||
},
|
||||
"toast": {
|
||||
@@ -41,7 +34,9 @@
|
||||
"link_title_mirrors": "連結標題跟隨筆記標題變化",
|
||||
"link_title_arbitrary": "連結標題可隨意修改",
|
||||
"link_title": "連結標題",
|
||||
"button_add_link": "新增連結"
|
||||
"button_add_link": "新增連結",
|
||||
"anchor": "錨點(可選)",
|
||||
"anchor_none": "無(連結至筆記)"
|
||||
},
|
||||
"branch_prefix": {
|
||||
"edit_branch_prefix": "編輯分支前綴",
|
||||
@@ -99,6 +94,7 @@
|
||||
"title": "刪除筆記",
|
||||
"clones_label": "克隆",
|
||||
"delete_clones_description_one": "同時刪除 {{count}} 個其他克隆。此操作可在最近修改中撤銷。",
|
||||
"delete_clones_description_other": "",
|
||||
"erase_notes_label": "永久擦除",
|
||||
"table_note_with_relation": "有關聯的筆記",
|
||||
"table_relation": "關聯",
|
||||
@@ -674,7 +670,7 @@
|
||||
"export_note": "匯出筆記",
|
||||
"delete_note": "刪除筆記",
|
||||
"print_note": "列印筆記",
|
||||
"save_revision": "儲存筆記歷史",
|
||||
"save_revision": "儲存筆記修訂",
|
||||
"convert_into_attachment_failed": "筆記 '{{title}}' 轉換失敗。",
|
||||
"convert_into_attachment_successful": "筆記 '{{title}}' 已成功轉換為附件。",
|
||||
"convert_into_attachment_prompt": "確定要將筆記 '{{title}}' 轉換為父級筆記的附件嗎?",
|
||||
@@ -2351,6 +2347,47 @@
|
||||
"help_title": "關於筆記歷史版本的說明",
|
||||
"confirm_delete_all": "您要刪除此筆記的所有歷史版本嗎?",
|
||||
"no_revisions": "尚無此筆記的歷史版本...",
|
||||
"restore_button": "還原"
|
||||
"restore_button": "還原",
|
||||
"highlight_changes": "高亮變更",
|
||||
"diff_on": "顯示差異",
|
||||
"diff_off": "顯示內容",
|
||||
"diff_on_hint": "點擊以顯示筆記來源差異",
|
||||
"diff_off_hint": "點擊以顯示筆記內容",
|
||||
"diff_not_available": "差異比較不可用。",
|
||||
"confirm_restore": "您要還原此版本嗎?此操作將以該版本覆寫筆記目前的標題和內容。",
|
||||
"delete_button": "刪除",
|
||||
"confirm_delete": "您要刪除此版本嗎?",
|
||||
"revisions_deleted": "筆記歷史版本已被刪除。",
|
||||
"revision_restored": "筆記歷史版本已被還原。",
|
||||
"revision_deleted": "筆記歷史版本已被刪除。",
|
||||
"snapshot_interval": "筆記歷史版本快照間隔:{{seconds}} 秒。",
|
||||
"maximum_revisions": "筆記歷史版本快照限制:{{number}}。",
|
||||
"save_revision_now": "立即儲存修訂",
|
||||
"save_named_revision": "儲存命名修訂…",
|
||||
"snapshot_header": "筆記歷史版本快照",
|
||||
"snapshot_interval_value": "間隔:{{seconds}} 秒",
|
||||
"snapshot_limit_value": "限制:{{number}}",
|
||||
"settings": "筆記歷史版本設定",
|
||||
"menu_tooltip": "歷史版本選項",
|
||||
"download_button": "下載",
|
||||
"mime": "MIME 類型: ",
|
||||
"file_size": "檔案大小:",
|
||||
"preview_not_available": "此筆記類型不支援預覽功能。",
|
||||
"save_revision": "儲存筆記修訂",
|
||||
"save_revision_tooltip": "手動儲存目前筆記的快照",
|
||||
"description_placeholder": "命名此歷史版本",
|
||||
"revision_saved": "筆記修訂已儲存。",
|
||||
"edit_description": "編輯名稱",
|
||||
"description_updated": "歷史版本名稱已更新。",
|
||||
"source_auto": "自動儲存",
|
||||
"source_manual": "手動儲存",
|
||||
"source_etapi": "ETAPI",
|
||||
"source_llm": "大語言模型",
|
||||
"source_restore": "還原",
|
||||
"source_unknown": "快照",
|
||||
"date_today": "今天",
|
||||
"date_yesterday": "昨天",
|
||||
"date_this_week": "這週",
|
||||
"date_this_month": "這個月"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Trilium خاتىرە ھەققىدە",
|
||||
"homepage": "پروگرامما باش بېتى:",
|
||||
"app_version": "App نۇسخىسى:",
|
||||
"db_version": "ساندان نۇسخىسى:",
|
||||
"sync_version": "ماسلاش نۇسخىسى:",
|
||||
"build_date": "قۇرۇلغان ۋاقىت:",
|
||||
"build_revision": "قۇرۇلۇش نۇسخىسى:",
|
||||
"data_directory": "سانلىق مەلۇمات مۇندەرىجىسى:"
|
||||
},
|
||||
"toast": {
|
||||
@@ -222,6 +215,199 @@
|
||||
"search_button": "تولۇق تېكىست بويىچە ئىزدەش"
|
||||
},
|
||||
"markdown_import": {
|
||||
"dialog_title": "Markdown نى كىرگۈزۈش"
|
||||
"dialog_title": "Markdown نى كىرگۈزۈش",
|
||||
"import_button": "كىرگۈزۈش",
|
||||
"import_success": "Markdown مەزمۇنى ھۆججەتكە مۇۋەپپەقىيەتلىك كىرگۈزۈلدى."
|
||||
},
|
||||
"move_to": {
|
||||
"dialog_title": "خاتىرىنى يۆتكەش...",
|
||||
"notes_to_move": "يۆتكىلىدىغان خاتىرە",
|
||||
"target_parent_note": "نىشان تۈپ خاتىرە",
|
||||
"search_placeholder": "خاتىرىنى نامى بويىچە ئىزدەش",
|
||||
"move_button": "تاللانغان خاتىرىگە يۆتكەش",
|
||||
"error_no_path": "يۆتكىلىدىغان ئورۇن تېپىلمىدى。",
|
||||
"move_success_message": "تاللانغان خاتىرە مۇشۇ يەرگە يۆتكەلدى "
|
||||
},
|
||||
"note_type_chooser": {
|
||||
"change_path_prompt": "يېڭى خاتىرە قۇرۇش ئورنىنى ئۆزگەرتىش:",
|
||||
"search_placeholder": "يولنى نامى بويىچە ئىزدەش (ئەسلى ھالىتى بېكىتىلمىگەن)",
|
||||
"modal_title": "خاتىرە تۈرىنى تاللاش",
|
||||
"modal_body": "يېڭى خاتىرە تۈرى ياكى template تاللاش:",
|
||||
"builtin_templates": "ئىچكى Templates"
|
||||
},
|
||||
"password_not_set": {
|
||||
"title": "مەخپىي نومۇر بېكىتىلمىگەن",
|
||||
"body1": "قوغدىلىدىغان خاتىرىلەر ئىشلەتكۈچى مەخپىي نومۇرى بىلەن شىفىرلىنىدۇ، ئەمما مەخپىي نومۇر تېخى بېكىتىلمىگەن.",
|
||||
"body2": "خاتىرىنى قوغداش ئۈچۈن، تۆۋەندىكى كۇنۇپكىنى بېسىپ «تاللانما» سۆزلىشىش رامكىسىنى ئېچىڭ ھەمدە مەخپىي نومۇر بېكىتىڭ.",
|
||||
"go_to_password_options": "مەخپىي نومۇر تاللانمىسىغا يۆتكەش"
|
||||
},
|
||||
"prompt": {
|
||||
"title": "ئەسكەرتىش",
|
||||
"ok": "OK",
|
||||
"defaultTitle": "ئەسكەرتىش"
|
||||
},
|
||||
"protected_session_password": {
|
||||
"modal_title": "قوغدىلىدىغان session",
|
||||
"help_title": "خاتىرىنى قوغداش ھەققىدىكى ياردەم",
|
||||
"close_label": "تاقاش",
|
||||
"form_label": "مەشغۇلاتنى داۋاملاشتۇرۇش ئۈچۈن، مەخپىي نومۇرنى كىرگۈزۈپ قوغدىلىدىغان session باشلىشىڭىز كېرەك:",
|
||||
"start_button": "قوغدىلىدىغان sessionنى باشلاش"
|
||||
},
|
||||
"recent_changes": {
|
||||
"title": "يېقىنقى ئۆزگىرىشلەر",
|
||||
"erase_notes_button": "ئۆچۈرۈلگەن خاتىرىلەرنى ھازىرلا تۈپتىن يوقىتىش",
|
||||
"deleted_notes_message": "ئۆچۈرۈلگەن خاتىرىلەر تۈپتىن يوقىتىلدى.",
|
||||
"no_changes_message": "تېخى ھېچقانداق ئۆزگىرىش يوق...",
|
||||
"undelete_link": "ئۆچۈرۈلگەننى ئەسلىگە كەلتۈرۈش",
|
||||
"confirm_undelete": "بۇ خاتىرە ۋە ئۇنىڭ تارماق خاتىرىلىرىنى ئەسلىگە كەلتۈرۈشنى جەزملەشتۈرەمسىز؟"
|
||||
},
|
||||
"revisions": {
|
||||
"note_revisions": "خاتىرە تەھرىرلىرى",
|
||||
"delete_all_revisions": "بۇ خاتىرىنىڭ بارلىق تەھرىرلىرىنى ئۆچۈرۈش",
|
||||
"delete_all_button": "بارلىق تەھرىرلەرنى ئۆچۈرۈش",
|
||||
"help_title": "خاتىرە تەھرىرلىرى ھەققىدىكى ياردەم",
|
||||
"confirm_delete_all": "بۇ خاتىرىنىڭ بارلىق تەھرىرلىرىنى ئۆچۈرۈشنى جەزملەشتۈرەمسىز؟",
|
||||
"no_revisions": "بۇ خاتىرىنىڭ تېخى تەھرىرلەش خاتىرىسى يوق...",
|
||||
"restore_button": "ئەسلىگە كەلتۈرۈش",
|
||||
"highlight_changes": "ئۆزگىرىشلەرنى گەۋدىلەندۈرۈش",
|
||||
"diff_on": "پەرقىنى كۆرسىتىش",
|
||||
"diff_off": "مەزمۇننى كۆرسىتىش",
|
||||
"diff_on_hint": "بۇ يەرنى چېكىپ خاتىرە مەنبەسىنىڭ پەرقىنى كۆرۈڭ",
|
||||
"diff_off_hint": "بۇ يەرنى چېكىپ خاتىرە مەزمۇنىنى كۆرۈڭ",
|
||||
"diff_not_available": "پەرقىنى كۆرسەتكىلى بولمايدۇ.",
|
||||
"confirm_restore": "بۇ تەھرىرنى ئەسلىگە كەلتۈرۈشنى جەزملەشتۈرەمسىز؟ بۇ مەشغۇلات خاتىرىنىڭ نۆۋەتتىكى تېمىسى ۋە مەزمۇنىنى مۇشۇ تەھرىرگە ئالماشتۇرۇۋېتىدۇ.",
|
||||
"delete_button": "ئۆچۈرۈش",
|
||||
"confirm_delete": "بۇ تەھرىرنى ئۆچۈرۈشنى جەزملەشتۈرەمسىز؟",
|
||||
"revisions_deleted": "خاتىرە تەھرىرلىرى ئۆچۈرۈلدى.",
|
||||
"revision_restored": "خاتىرە تەھرىرى ئەسلىگە كەلتۈرۈلدى.",
|
||||
"revision_deleted": "خاتىرە تەھرىرى ئۆچۈرۈلدى.",
|
||||
"snapshot_interval": "خاتىرە تەھرىرى نۇسخىسىنى ساقلاش ئارىلىقى: {{seconds}} سېكۇنت.",
|
||||
"maximum_revisions": "خاتىرە تەھرىرى نۇسخىسىنىڭ چەكلىمىسى: {{number}}.",
|
||||
"save_revision_now": "تەھرىر نۇسخىسىنى ھازىر ساقلاش",
|
||||
"save_named_revision": "ناملىق تەھرىر نۇسخىسىنى ساقلاش...",
|
||||
"snapshot_header": "خاتىرە تەھرىرى نۇسخىسى",
|
||||
"snapshot_interval_value": "ئارىلىقى: {{seconds}} سېكۇنت",
|
||||
"snapshot_limit_value": "چەكلىمىسى: {{number}}",
|
||||
"settings": "خاتىرە تەھرىرى تەڭشەكلىرى",
|
||||
"menu_tooltip": "تەھرىر تاللانمىلىرى",
|
||||
"download_button": "چۈشۈرۈش",
|
||||
"mime": "MIME تىپى: ",
|
||||
"file_size": "ھۆججەت چوڭلۇقى:",
|
||||
"preview_not_available": "بۇ خىلدىكى خاتىرىنى ئالدىن كۆرگىلى بولمايدۇ.",
|
||||
"save_revision": "تەھرىرنى ساقلاش",
|
||||
"save_revision_tooltip": "نۆۋەتتىكى خاتىرىنىڭ نۇسخىسىنى قولدا ساقلاش",
|
||||
"description_placeholder": "بۇ تەھرىرگە نام قويۇش",
|
||||
"revision_saved": "خاتىرىنىڭ تەھرىر نۇسخىسى ساقلاندى.",
|
||||
"edit_description": "نامىنى تەھرىرلەش",
|
||||
"description_updated": "تەھرىر نامى يېڭىلاندى.",
|
||||
"source_auto": "ئاپتوماتىك ساقلاش",
|
||||
"source_manual": "قولدا ساقلاش",
|
||||
"source_restore": "ئەسلىگە كەلتۈرۈش",
|
||||
"date_today": "بۈگۈن",
|
||||
"date_yesterday": "تۆنۈگۈن",
|
||||
"date_this_week": "بۇ ھەپتە",
|
||||
"date_this_month": "بۇ ئاي",
|
||||
"source_description_auto": "سىستېما تەرىپىدىن قەرەللىك ئاپتوماتىك ساقلانغان",
|
||||
"source_description_manual": "ئىشلەتكۈچى تەرىپىدىن قولدا ساقلانغان",
|
||||
"source_description_etapi": "سىرتقى Trilium API ئارقىلىق قۇرۇلغان",
|
||||
"source_description_llm": "AI ياردەمچىسى تەرىپىدىن قۇرۇلغان",
|
||||
"source_description_restore": "ئىلگىرىكى تەھرىرنى ئەسلىگە كەلتۈرۈشتىن بۇرۇن ساقلانغان"
|
||||
},
|
||||
"sort_child_notes": {
|
||||
"sort_children_by": "تارماق تۈرلەرنى تەرتىپلەش...",
|
||||
"sorting_criteria": "تەرتىپلەش ئۆلچىمى",
|
||||
"title": "ماۋزۇسى",
|
||||
"date_created": "قۇرۇلغان ۋاقتى",
|
||||
"date_modified": "ئۆزگەرتىلگەن ۋاقتى",
|
||||
"sorting_direction": "تەرتىپلەش يۆنىلىشى",
|
||||
"ascending": "ئۆرلەش تەرتىپى",
|
||||
"descending": "تۆۋەنلەش تەرتىپى",
|
||||
"folders": "ھۆججەت قىسقۇچى",
|
||||
"sort_folders_at_top": "ھۆججەت قىسقۇچىنى ئالدىدا تەرتىپلەش",
|
||||
"natural_sort": "تەبىئىي تەرتىپلەش",
|
||||
"sort_with_respect_to_different_character_sorting": "ئوخشاش بولمىغان تىل ياكى رايونلارنىڭ ھەرپ تەرتىپى ۋە قائىدىسى بويىچە تەرتىپلەش.",
|
||||
"natural_sort_language": "تىل بويىچە تەبىئىي تەرتىپلەش",
|
||||
"the_language_code_for_natural_sort": "تەبىئىي تەرتىپلەشتە ئىشلىتىلىدىغان تىل كودى، مەسىلەن، خەنزۇچە ئۈچۈن «zh-CN».",
|
||||
"sort": "تەرتىپلەش"
|
||||
},
|
||||
"upload_attachments": {
|
||||
"upload_attachments_to_note": "قوشۇمچە ھۆججەتلەرنى خاتىرىگە يۈكلەش",
|
||||
"choose_files": "ھۆججەتنى تاللاش",
|
||||
"files_will_be_uploaded": "ھۆججەتلەر قوشۇمچە سۈپىتىدە {{noteTitle}} غا يۈكلىنىدۇ",
|
||||
"options": "تاللانمىلار",
|
||||
"shrink_images": "رەسىمنى كىچىكلىتىش",
|
||||
"upload": "يۈكلەش",
|
||||
"tooltip": "ئەگەر بۇ تاللانمىنى تاللىسىڭىز، Trilium يۈكلەنگەن رەسىملەرنى چوڭ-كىچىكلىكىنى تەڭشەش ۋە ئەلالاشتۇرۇش ئارقىلىق كىچىكلىتىشكە ئۇرۇنىدۇ، بۇ رەسىمنىڭ سۈپىتىگە تەسىر كۆرسىتىشى مۇمكىن. ئەگەر تاللانمىسا، رەسىملەر ئەسلىدىكى پېتى، ھېچقانداق ئۆزگەرتىشسىز يۈكلىنىدۇ."
|
||||
},
|
||||
"attribute_detail": {
|
||||
"attr_detail_title": "خاسلىق تەپسىلات ماۋزۇسى",
|
||||
"close_button_title": "ئۆزگەرتىشلەردىن ۋاز كېچىش ۋە تاقاش",
|
||||
"attr_is_owned_by": "خاسلىق ئىگىسى",
|
||||
"attr_name_title": "خاسلىق ئىسمى پەقەت ھەرپ-سانلار، ئىككى چېكىت (:) ۋە ئاستى سىزىقتىن (_) لا تەركىب تاپىدۇ",
|
||||
"name": "نامى",
|
||||
"value": "قىممىتى",
|
||||
"target_note_title": "باغلىنىش بولسا مەنبە خاتىرە بىلەن نىشان خاتىرە ئوتتۇرىسىدىكى نام بېرىلگەن بىر خىل ئۇلىنىشتۇر.",
|
||||
"target_note": "نىشان خاتىرە",
|
||||
"promoted_title": "ئۆستۈرۈلگەن خاسلىق خاتىرىدە كۆرۈنەرلىك كۆرسىتىلىدۇ.",
|
||||
"promoted": "ئۆستۈرۈلگەن",
|
||||
"promoted_alias_title": "ئۆستۈرۈلگەن خاسلىقلار كۆرۈنمە يۈزىدە كۆرسىتىلىدىغان نام.",
|
||||
"promoted_alias": "تەخەللۇس",
|
||||
"multiplicity_title": "دەرىجىسى ئوخشاش ناملىق خاسلىقتىن قانچىنى قۇرغىلى بولىدىغانلىقىنى بەلگىلەيدۇ — ئەڭ كۆپ بولغاندا بىر ياكى بىردىن كۆپ.",
|
||||
"multiplicity": "تەكرارلىقى",
|
||||
"single_value": "يەككە قىممەت",
|
||||
"multi_value": "كۆپ قىممەت",
|
||||
"label_type_title": "بەلگە تىپى Trilium نىڭ بەلگە قىممىتىنى كىرگۈزۈشتە مۇۋاپىق كۆرۈنمە يۈزىنى تاللىشىغا ياردەم بېرىدۇ.",
|
||||
"label_type": "تىپى",
|
||||
"text": "تېكىست",
|
||||
"textarea": "كۆپ قۇرلىق تېكىست",
|
||||
"number": "سان",
|
||||
"date": "چېسلا",
|
||||
"date_time": "چېسلا ۋە ۋاقىت",
|
||||
"time": "ۋاقىت",
|
||||
"url": "تور ئادرېسى",
|
||||
"precision_title": "قىممەت تەڭشەش كۆرۈنمە يۈزىدە، چېكىتتىن كېيىن قانچە خانىلىق سان كۆرسىتىلىشى .",
|
||||
"precision": "ئېنىقلىقى",
|
||||
"digits": "چېكىتتىن كېيىنكى خانە سانى",
|
||||
"inverse_relation_title": "قايتۇرما مۇناسىۋەتنى بەلگىلەيدىغان تاللانما تەڭشەك. مەسىلەن: «دادا» ۋە «ئوغلان» بىر-بىرىگە قايتۇرما مۇناسىۋەتتۇر.",
|
||||
"inverse_relation": "قايتۇرما مۇناسىۋەت",
|
||||
"inheritable_title": "ۋارىسلىق قىلغىلى بولىدىغان خاسلىق شۇ دەرەخ قۇرۇلمىسى ئاستىدىكى بارلىق تارماقلارغا ۋارىسلىق قىلىنىدۇ.",
|
||||
"inheritable": "ۋارىسلىق",
|
||||
"save_and_close": "ساقلاش ۋە يېپىش <kbd>Ctrl+Enter</kbd>",
|
||||
"delete": "ئۆچۈرۈش",
|
||||
"related_notes_title": "مۇشۇ بەلگە قويۇلغان باشقا خاتىرىلەر",
|
||||
"more_notes": "تېخىمۇ كۆپ خاتىرىلەر",
|
||||
"label": "بەلگە تەپسىلاتى",
|
||||
"label_definition": "بەلگە ئېنىقلىمىسى تەپسىلاتى",
|
||||
"relation": "مۇناسىۋەت تەپسىلاتى",
|
||||
"relation_definition": "مۇناسىۋەت ئېنىقلىمىسى تەپسىلاتى",
|
||||
"disable_versioning": "ئاپتوماتىك نۇسخا باشقۇرۇشنى چەكلەيدۇ. بۇ چوڭ ھەجىملىك ئەمما مۇھىم بولمىغان خاتىرىلەرگە (مەسىلەن: قوليازما سىنارىيەسىدە ئىشلىتىلىدىغان چوڭ تىپتىكى JS ئامبارلىرىغا) ماس كېلىدۇ",
|
||||
"calendar_root": "بۇ بەلگە كۈندىلىك خاتىرىلەرنىڭ يىلتىزىنى بەلگىلەيدۇ. پەقەت بىرلا خاتىرىگە مۇشۇ بەلگىنى قويۇش كېرەك.",
|
||||
"archived": "مۇشۇ بەلگە قويۇلغان خاتىرىلەر ئىزدەش نەتىجىسىدە (شۇنداقلا «تېز ئۆتۈش»، «ئۇلانما قوشۇش» كۆزنىكى قاتارلىقلاردا) كۆرۈنمەيدۇ.",
|
||||
"exclude_from_export": "خاتىرىلەر (ۋە ئۇنىڭ تارماق دەرەخلىرى) ھېچقانداق ئېكسپورت قىلىش مەشغۇلاتىغا كىرگۈزۈلمەيدۇ",
|
||||
"run": "قوليازما script قايسى ھادىسىلەردە ئىجرا قىلىنىدىغانلىقىنى بەلگىلەيدۇ. تۆۋەندىكى قىممەتلەرنى تاللاشقا بولىدۇ:\n\n<ul>\n<li><strong>frontendStartup</strong> - Trilium ئالدى يۈزى قوزغالغاندا (ياكى يېڭىلانغاندا) ئىجرا قىلىنىدۇ، لېكىن كۆچمە تېلېفوننى ئۆز ئىچىگە ئالمايدۇ.</li>\n<li><strong>mobileStartup</strong> - Trilium ئالدى يۈزى كۆچمە تېلېفوندا قوزغالغاندا (ياكى يېڭىلانغاندا) ئىجرا قىلىنىدۇ.</li>\n<li><strong>backendStartup</strong> - Trilium ئارقا سۇپىسى قوزغالغاندا ئىجرا قىلىنىدۇ.</li>\n<li><strong>hourly</strong> - ھەر سائەتتە بىر قېتىم ئىجرا قىلىنىدۇ. سىز <code>runAtHour</code> قوشۇمچە بەلگىسىنى ئىشلىتىپ، كونكرېت قايسى سائەتتە ئىجرا قىلىنىدىغانلىقىنى بەلگىلىسىڭىز بولىدۇ.</li>\n<li><strong>daily</strong> - ھەر كۈنى بىر قېتىم ئىجرا قىلىنىدۇ.</li>\n</ul>",
|
||||
"run_on_instance": "قايسى Trilium نۇسخىسىدا (instance) ئىجرا قىلىنىدىغانلىقىنى بەلگىلەيدۇ. ئەسلىدىكى تەڭشەكتە بارلىق نۇسخىلاردا ئىجرا قىلىنىدۇ.",
|
||||
"run_at_hour": "قايسى سائەتتە ئىجرا قىلىنىدىغانلىقىنى بەلگىلەيدۇ. بۇنى <code>#run=hourly</code> بىلەن بىرلىكتە ئىشلىتىش كېرەك. بىر كۈندە كۆپ قېتىم ئىجرا قىلىش ئۈچۈن، بۇ بەلگىنى بىر نەچچە قېتىم تەكرار بەلگىلەشكە بولىدۇ.",
|
||||
"disable_inclusion": "بۇ بەلگە قويۇلغان قوليازمىلار ئاساسىي قوليازما (parent script) ئىجرا قىلىنغاندا ئۇنىڭغا كىرگۈزۈلمەيدۇ.",
|
||||
"sorted": "تارماق خاتىرىلەرنى ماۋزۇسىنىڭ ھەرىپ تەرتىپى بويىچە رەتلەيدۇ",
|
||||
"sort_folders_first": "ھۆججەت قىسقۇچلار (تارماق خاتىرىسى بارلار) ئەڭ ئۈستىدە رەتلىنىشى كېرەك",
|
||||
"top": "خاتىرىنى ئاساسىي خاتىرە (parent) ئىچىدە ئەڭ ئۈستىدە ساقلايدۇ (پەقەت رەتلەنگەن ئاساسىي خاتىرىلەرگىلا ماس كېلىدۇ)",
|
||||
"hide_promoted_attributes": "بۇ خاتىرىدىكى كۆتۈرۈلگەن خاسلىقلارنى يوشۇرۇش",
|
||||
"read_only": "تەھرىرلىگۈچنى «پەقەت ئوقۇش» ھالىتىگە تەڭشەيدۇ. بۇ پەقەت تېكىست ۋە كود تىپىدىكى خاتىرىلەرگىلا ماس كېلىدۇ.",
|
||||
"auto_read_only_disabled": "تېكىست ياكى كود خاتىرىلىرى بەك چوڭ بولغاندا، ئاپتوماتىك «پەقەت ئوقۇش» ھالىتىگە تەڭشىلىدۇ. مۇشۇ بەلگىنى قوشۇش ئارقىلىق، شۇ خاتىرىنىڭ ئاپتوماتىك ئۆزگىرىش ئىقتىدارىنى چەكلەپ قويالايسىز",
|
||||
"app_css": "Trilium غا يۈكلىنىدىغان CSS خاتىرىلىرىنى بەلگىلەيدۇ. بۇ ئارقىلىق Trilium نىڭ كۆرۈنۈش ئۇسلۇبىنى ئۆزگەرتىش ئىمكانىيىتىگە ئىگە بولىسىز.",
|
||||
"app_theme": "Trilium نىڭ تولۇق ئۇسلۇب (Theme) CSSخاتىرىلىرىنى بەلگىلەيدۇ. بۇ خاتىرىلەر Trilium تەڭشىكىدىكى «تېما» تاللانمىلىرىدا كۆرۈنىدۇ.",
|
||||
"app_theme_base": "TriliumNext ئۇسلۇبىنى ئاساس قىلىش ئۈچۈن، «next» قىلىپ تەڭشەڭ. بۇ كونا ئۇسلۇبتىكى ئاساسنىڭ ئورنىغا ئىشلىتىلىدۇ.",
|
||||
"css_class": "مۇشۇ بەلگىنىڭ قىممىتى دەرەخسىمان قۇرۇلمىدىكى شۇ خاتىرىگە CSS class سۈپىتىدە قوشۇلىدۇ. بۇ يۇقىرى دەرىجىلىك ئۇسلۇب (theming) تەڭشەشلىرى ئۈچۈن ئىنتايىن پايدىلىق. بۇنى قېلىپ خاتىرىلىرى (template notes) ئىچىدە ئىشلىتىشكە بولىدۇ.",
|
||||
"icon_class": "مۇشۇ بەلگىنىڭ قىممىتى دەرەخسىمان قۇرۇلمىدىكى سىنبەلگىگە CSS class قىلىپ قوشۇلىدۇ، بۇ خاتىرىلەرنى كۆرۈنۈش جەھەتتىن پەرقلەندۈرۈشكە ياردەم بېرىدۇ. مەسىلەن: bx bx-home؛ سىنبەلگىلەر boxicons دىن ئېلىنىدۇ. قېلىپ خاتىرىلىرى (template notes) ئىچىدە ئىشلىتىشكە بولىدۇ.",
|
||||
"page_size": "خاتىرە تىزىملىكىنىڭ ھەر بىر بېتىدە كۆرۈنىدىغان تۈر سانى",
|
||||
"widget": "بۇ خاتىرىنى Trilium نىڭ زاپچاس دەرىخىگە (component tree) قوشۇلىدىغان ئىختىيارىي كىچىك قورال (custom widget) قىلىپ بەلگىلەيدۇ",
|
||||
"workspace": "بۇ خاتىرىنى «خىزمەت بوشلۇقى» قىلىپ بەلگىلەيدۇ، بۇ تېز سۈرەتتە شۇ قاتلامغا مەركەزلىشىش (hoisting) ئىمكانىيىتىنى يارىتىپ بېرىدۇ",
|
||||
"workspace_icon_class": "بۇ خاتىرىگە مەركەزلەشكەندە (hoist قىلىنغاندا)، بەتكۈچتە (tab) كۆرۈنىدىغان box icon نىڭ CSS class نى بەلگىلەيدۇ",
|
||||
"workspace_tab_background_color": "بۇ خاتىرىگە مەركەزلەشكەندە (hoist قىلىنغاندا)، خاتىرە بەتكۈچىدە (tab) ئىشلىتىلىدىغان CSS رەڭگىنى بەلگىلەيدۇ",
|
||||
"workspace_calendar_root": "ھەر بىر خىزمەت بوشلۇقىنىڭ كالېندار ئاساسىي مۇندەرىجىسىنى بەلگىلەيدۇ",
|
||||
"workspace_template": "يېڭى خاتىرە قۇرغاندا، بۇ قېلىپنى تاللاش تىزىملىكىدىن تاپقىلى بولىدۇ. ئەمما بۇ پەقەت مۇشۇ قېلىپنى ئۆز ئىچىگە ئالغان خىزمەت بوشلۇقىغا مەركەزلەشكەندە (hoist قىلىنغاندا) ئاندىن كۆرۈنىدۇ",
|
||||
"search_home": "يېڭىدىن قۇرۇلغان ئىزدەش خاتىرىلىرى مۇشۇ خاتىرىنىڭ تارماق خاتىرىسى (تارماق تۈگۈنى) سۈپىتىدە قوشۇلىدۇ",
|
||||
"workspace_search_home": "مۇشۇ خىزمەت بوشلۇقى خاتىرىسىنىڭ ھەرقانداق بىر يۇقىرى قاتلام تۈگۈنىگە مەركەزلەشكەندە (hoist قىلىنغاندا)، يېڭى ئىزدەش خاتىرىلىرى مۇشۇ خاتىرىنىڭ تارماق خاتىرىسى سۈپىتىدە قۇرۇلىدۇ",
|
||||
"inbox": "يان تىزىملىكتىكى «يېڭى خاتىرە» كۇنۇپكىسى ئارقىلىق خاتىرە قۇرغاندا، سۈكۈتتىكى كىرىش ساندۇقى (inbox) ئورنىنى بەلگىلەيدۇ. يېڭى خاتىرە <code>#inbox</code> بەلگىسى قويۇلغان خاتىرىنىڭ تارماق خاتىرىسى سۈپىتىدە قۇرۇلىدۇ."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,14 +20,7 @@
|
||||
"affected_branches": "Уражені гілки ({{count}}):"
|
||||
},
|
||||
"about": {
|
||||
"app_version": "Версія програми:",
|
||||
"db_version": "Версія БД:",
|
||||
"build_date": "Дата збірки:",
|
||||
"build_revision": "Ревізія збірки:",
|
||||
"data_directory": "Каталог даних:",
|
||||
"homepage": "Домашня сторінка:",
|
||||
"title": "Про Trilium Notes",
|
||||
"sync_version": "Версія синхронізації:"
|
||||
"data_directory": "Каталог даних:"
|
||||
},
|
||||
"global_menu": {
|
||||
"about": "Про Trilium Notes",
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"about": {
|
||||
"homepage": "Trang chủ:",
|
||||
"title": "Về Trilium Notes",
|
||||
"app_version": "Phiên bản:",
|
||||
"db_version": "Phiên bản DB:",
|
||||
"sync_version": "Phiên bản liên kết:",
|
||||
"build_date": "Ngày build:",
|
||||
"build_revision": "Xây dựng bản sửa đổi:",
|
||||
"data_directory": "Đường dẫn dữ liệu:"
|
||||
},
|
||||
"add_link": {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:24.14.1-bullseye-slim AS builder
|
||||
FROM node:24.15.0-bullseye-slim AS builder
|
||||
RUN corepack enable
|
||||
|
||||
# Install build tools required to compile native addons (e.g. better-sqlite3) on ARM
|
||||
@@ -15,7 +15,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
|
||||
# We have to use --no-frozen-lockfile due to CKEditor patches
|
||||
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
|
||||
|
||||
FROM node:24.14.1-bullseye-slim
|
||||
FROM node:24.15.0-bullseye-slim
|
||||
# Install only runtime dependencies
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:24.14.1-alpine AS builder
|
||||
FROM node:24.15.0-alpine AS builder
|
||||
RUN corepack enable
|
||||
|
||||
# Install build tools required to compile native addons (e.g. better-sqlite3) on ARM
|
||||
@@ -10,7 +10,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
|
||||
# We have to use --no-frozen-lockfile due to CKEditor patches
|
||||
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
|
||||
|
||||
FROM node:24.14.1-alpine
|
||||
FROM node:24.15.0-alpine
|
||||
# Install runtime dependencies
|
||||
RUN apk add --no-cache su-exec shadow
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:24.14.1-alpine AS builder
|
||||
FROM node:24.15.0-alpine AS builder
|
||||
RUN corepack enable
|
||||
|
||||
# Install build tools required to compile native addons (e.g. better-sqlite3) on ARM
|
||||
@@ -10,7 +10,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
|
||||
# We have to use --no-frozen-lockfile due to CKEditor patches
|
||||
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
|
||||
|
||||
FROM node:24.14.1-alpine
|
||||
FROM node:24.15.0-alpine
|
||||
# Create a non-root user with configurable UID/GID
|
||||
ARG USER=trilium
|
||||
ARG UID=1001
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:24.14.1-bullseye-slim AS builder
|
||||
FROM node:24.15.0-bullseye-slim AS builder
|
||||
RUN corepack enable
|
||||
|
||||
# Install build tools required to compile native addons (e.g. better-sqlite3) on ARM
|
||||
@@ -15,7 +15,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
|
||||
# We have to use --no-frozen-lockfile due to CKEditor patches
|
||||
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
|
||||
|
||||
FROM node:24.14.1-bullseye-slim
|
||||
FROM node:24.15.0-bullseye-slim
|
||||
# Create a non-root user with configurable UID/GID
|
||||
ARG USER=trilium
|
||||
ARG UID=1001
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"@types/ejs": "3.1.5",
|
||||
"@types/escape-html": "1.0.4",
|
||||
"@types/express-http-proxy": "1.6.7",
|
||||
"@types/express-session": "1.18.2",
|
||||
"@types/express-session": "1.19.0",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/html": "1.0.4",
|
||||
"@types/ini": "4.1.1",
|
||||
|
||||
@@ -1 +1,150 @@
|
||||
{}
|
||||
{
|
||||
"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",
|
||||
"save-named-revision": "Save a named revision of the active note",
|
||||
"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": {
|
||||
"command-palette": "Command Palette",
|
||||
"search-in-subtree": "Search in Subtree",
|
||||
"collapse-tree": "Collapse Tree",
|
||||
"create-note-after": "Create Note After",
|
||||
"create-note-into": "Create Note Into",
|
||||
"delete-notes": "Delete Notes",
|
||||
"move-note-down": "Move Note Down",
|
||||
"move-note-down-in-hierarchy": "Move Note Down in Hierarchy",
|
||||
"edit-branch-prefix": "Edit Branch Prefix",
|
||||
"move-notes-to": "Move Notes To",
|
||||
"back-in-note-history": "Back in Note History",
|
||||
"forward-in-note-history": "Forward in Note History",
|
||||
"jump-to-note": "Jump to...",
|
||||
"scroll-to-active-note": "Scroll to Active Note",
|
||||
"quick-search": "Quick Search",
|
||||
"expand-subtree": "Expand Subtree",
|
||||
"collapse-subtree": "Collapse Subtree",
|
||||
"sort-child-notes": "Sort Child Notes",
|
||||
"create-note-into-inbox": "Create Note Into Inbox",
|
||||
"move-note-up": "Move Note Up",
|
||||
"move-note-up-in-hierarchy": "Move Note Up in Hierarchy",
|
||||
"edit-note-title": "Edit Note Title",
|
||||
"clone-notes-to": "Clone 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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,7 +103,8 @@
|
||||
"toggle-book-properties": "Airíonna an Bhailiúcháin a Athrú",
|
||||
"toggle-classic-editor-toolbar": "Athraigh an cluaisín Formáidithe don eagarthóir leis an mbarra uirlisí socraithe",
|
||||
"export-as-pdf": "Easpórtáil an nóta reatha mar PDF",
|
||||
"toggle-zen-mode": "Cumasaíonn/díchumasaíonn sé an mód zen (comhad úsáideora íosta le haghaidh eagarthóireacht níos dírithe)"
|
||||
"toggle-zen-mode": "Cumasaíonn/díchumasaíonn sé an mód zen (comhad úsáideora íosta le haghaidh eagarthóireacht níos dírithe)",
|
||||
"save-named-revision": "Sábháil athbhreithniú ainmnithe den nóta gníomhach"
|
||||
},
|
||||
"keyboard_action_names": {
|
||||
"back-in-note-history": "Ar ais i Stair na Nótaí",
|
||||
@@ -200,7 +201,8 @@
|
||||
"zoom-in": "Zúmáil Isteach",
|
||||
"reset-zoom-level": "Athshocraigh Leibhéal Súmála",
|
||||
"copy-without-formatting": "Cóipeáil Gan Formáidiú",
|
||||
"force-save-revision": "Athbhreithniú Sábháilte Fórsála"
|
||||
"force-save-revision": "Athbhreithniú Sábháilte Fórsála",
|
||||
"save-named-revision": "Sábháil Athbhreithniú Ainmnithe"
|
||||
},
|
||||
"login": {
|
||||
"title": "Logáil Isteach",
|
||||
@@ -394,7 +396,8 @@
|
||||
"migration": {
|
||||
"old_version": "Ní thacaítear le haistriú díreach ó do leagan reatha. Uasghrádaigh go dtí an leagan is déanaí v0.60.4 ar dtús agus ansin go dtí an leagan seo amháin.",
|
||||
"error_message": "Earráid le linn imirce go leagan {{version}}: {{stack}}",
|
||||
"wrong_db_version": "Tá leagan an bhunachair shonraí ({{version}}) níos nuaí ná mar a bhfuil súil ag an bhfeidhmchlár leis ({{targetVersion}}), rud a chiallaíonn gur cruthaíodh é le leagan níos nuaí agus neamh-chomhoiriúnach de Trilium. Uasghrádaigh go dtí an leagan is déanaí de Trilium chun an fhadhb seo a réiteach."
|
||||
"wrong_db_version": "Tá leagan an bhunachair shonraí ({{version}}) níos nuaí ná mar a bhfuil súil ag an bhfeidhmchlár leis ({{targetVersion}}), rud a chiallaíonn gur cruthaíodh é le leagan níos nuaí agus neamh-chomhoiriúnach de Trilium. Uasghrádaigh go dtí an leagan is déanaí de Trilium chun an fhadhb seo a réiteach.",
|
||||
"invalid_db_version": "Ní uimhir bhailí í an leagan bunachar sonraí. De ghnáth léiríonn sé seo go bhfuil an rogha 'dbVersion' truaillithe sa bhunachar sonraí. Athchóirigh ó chúltaca le do thoil."
|
||||
},
|
||||
"modals": {
|
||||
"error_title": "Earráid"
|
||||
|
||||
@@ -103,7 +103,8 @@
|
||||
"add-include-note-to-text": "ノートを埋め込むダイアログを開く",
|
||||
"toggle-promoted-attributes": "プロモート属性切り替え",
|
||||
"force-save-revision": "アクティブノートの新しいノートリヴィジョンを強制する",
|
||||
"toggle-classic-editor-toolbar": "固定ツールバーエディターの書式設定タブ切り替え"
|
||||
"toggle-classic-editor-toolbar": "固定ツールバーエディターの書式設定タブ切り替え",
|
||||
"save-named-revision": "アクティブなノートの変更履歴を名前を付けて保存"
|
||||
},
|
||||
"keyboard_action_names": {
|
||||
"back-in-note-history": "ノートの履歴を戻る",
|
||||
@@ -200,7 +201,8 @@
|
||||
"force-save-revision": "強制保存リビジョン",
|
||||
"add-include-note-to-text": "埋め込みノートを追加",
|
||||
"toggle-ribbon-tab-classic-editor": "リボンタブのクラシックエディターに切り替える",
|
||||
"toggle-ribbon-tab-promoted-attributes": "リボンタブ切り替え:プロモート属性"
|
||||
"toggle-ribbon-tab-promoted-attributes": "リボンタブ切り替え:プロモート属性",
|
||||
"save-named-revision": "変更履歴を名前を付けて保存"
|
||||
},
|
||||
"login": {
|
||||
"title": "ログイン",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"packageManager": "pnpm@10.33.0",
|
||||
"devDependencies": {
|
||||
"@wxt-dev/auto-icons": "1.1.1",
|
||||
"wxt": "0.20.22"
|
||||
"wxt": "0.20.23"
|
||||
},
|
||||
"dependencies": {
|
||||
"cash-dom": "8.1.5"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"@preact/preset-vite": "2.10.5",
|
||||
"eslint": "10.2.0",
|
||||
"eslint-config-preact": "2.0.0",
|
||||
"typescript": "6.0.2",
|
||||
"typescript": "6.0.3",
|
||||
"user-agent-data-types": "0.4.3",
|
||||
"vite": "8.0.8",
|
||||
"vitest": "4.1.4"
|
||||
|
||||
@@ -1 +1,188 @@
|
||||
{}
|
||||
{
|
||||
"get-started": {
|
||||
"title": "Get started",
|
||||
"desktop_title": "Download the desktop application (v{{version}})",
|
||||
"architecture": "Architecture:",
|
||||
"older_releases": "See older releases",
|
||||
"server_title": "Set up a server for access on multiple devices"
|
||||
},
|
||||
"hero_section": {
|
||||
"title": "Organise your thoughts. Build your personal knowledge base.",
|
||||
"subtitle": "Trilium is an open-source solution for note-taking and organising a personal knowledge base. Use it locally on your desktop, or sync it with your self-hosted server to keep your notes everywhere you go.",
|
||||
"get_started": "Get started",
|
||||
"github": "GitHub",
|
||||
"dockerhub": "Docker Hub",
|
||||
"screenshot_alt": "Screenshot of the Trilium Notes desktop application"
|
||||
},
|
||||
"organization_benefits": {
|
||||
"title": "Organisation",
|
||||
"note_structure_title": "Note structure",
|
||||
"note_structure_description": "Notes can be arranged hierarchically. There's no need for folders, since each note can contain sub-notes. A single note can be added in multiple places in the hierarchy.",
|
||||
"attributes_title": "Note labels and relationships",
|
||||
"attributes_description": "Use relations between notes or add labels for easy categorisation. Use promoted attributes to enter structured information which can be used in tables, boards.",
|
||||
"hoisting_title": "Workspaces and hoisting",
|
||||
"hoisting_description": "Easily separate your personal and work notes by grouping them under a workspace, which focuses your note tree to only show a specific set of notes."
|
||||
},
|
||||
"productivity_benefits": {
|
||||
"title": "Productivity and safety",
|
||||
"revisions_title": "Note revisions",
|
||||
"revisions_content": "Notes are periodically saved in the background and revisions can be used for review or to undo accidental changes. Revisions can also be created on-demand.",
|
||||
"sync_title": "Synchronisation",
|
||||
"sync_content": "Use a self-hosted or cloud instance to easily synchronise your notes across multiple devices, and to access it from your mobile phone using a PWA.",
|
||||
"protected_notes_title": "Protected notes",
|
||||
"protected_notes_content": "Protect sensitive personal information by encrypting the notes and locking them behind a password-protected session.",
|
||||
"jump_to_title": "Quick search and commands",
|
||||
"jump_to_content": "Jump quickly to notes or UI commands across the hierarchy by searching for their title, with fuzzy matching to account for typos or slight differences.",
|
||||
"search_title": "Powerful search",
|
||||
"search_content": "Or search for text inside notes and narrow down the search by filtering by the parent note, or by depth.",
|
||||
"web_clipper_title": "Web clipper",
|
||||
"web_clipper_content": "Grab web pages (or screenshots) and place them directly into Trilium using the web clipper browser extension."
|
||||
},
|
||||
"note_types": {
|
||||
"text_description": "The notes are edited using a visual (WYSIWYG) editor, with support for tables, images, maths expressions, code blocks with syntax highlighting. Quickly format the text using Markdown-like syntax or using slash commands.",
|
||||
"code_description": "Large samples of source code or scripts use a dedicated editor, with syntax highlighting for many programming languages and with various colour themes.",
|
||||
"mindmap_description": "Organise your thoughts visually or do a brainstorming session.",
|
||||
"title": "Multiple ways to represent your information",
|
||||
"text_title": "Text notes",
|
||||
"code_title": "Code notes",
|
||||
"file_title": "File notes",
|
||||
"file_description": "Embed multimedia files such as PDFs, images, videos with an in-application preview.",
|
||||
"canvas_title": "Canvas",
|
||||
"canvas_description": "Arrange shapes, images and text across an infinite canvas, using the same technology behind excalidraw.com. Ideal for diagrams, sketches and visual planning.",
|
||||
"mermaid_title": "Mermaid diagrams",
|
||||
"mermaid_description": "Create diagrams such as flowcharts, class & sequence diagrams, Gantt charts and many more, using the Mermaid syntax.",
|
||||
"mindmap_title": "Mindmap",
|
||||
"others_list": "and others: <0>note map</0>, <1>relation map</1>, <2>saved searches</2>, <3>render note</3>, and <4>web views</4>."
|
||||
},
|
||||
"extensibility_benefits": {
|
||||
"api_description": "Interact with Trilium programmatically using its builtin REST API.",
|
||||
"title": "Sharing & extensibility",
|
||||
"import_export_title": "Import/export",
|
||||
"import_export_description": "Easily interact with other applications using Markdown, ENEX, OML formats.",
|
||||
"share_title": "Share notes on the web",
|
||||
"share_description": "If you have a server, it can be used to share a subset of your notes with other people.",
|
||||
"scripting_title": "Advanced scripting",
|
||||
"scripting_description": "Build your own integrations within Trilium with custom widgets, or server-side logic.",
|
||||
"api_title": "REST API"
|
||||
},
|
||||
"collections": {
|
||||
"calendar_description": "Organise your personal or professional events using a calendar, with support for all-day and multi-day events. See your events at a glance with the week, month and year views. Easy interaction to add or drag events.",
|
||||
"table_description": "Display and edit information about notes in a tabular structure, with various column types such as text, number, check boxes, date & time, links and colours and support for relations. Optionally, display the notes within a tree hierarchy inside the table.",
|
||||
"board_description": "Organise your tasks or project status into a Kanban board with an easy way to create new items and columns and simply changing their status by dragging across the board.",
|
||||
"geomap_description": "Plan your holidays or mark your points of interest directly on a geographical map using customisable markers. Display recorded GPX tracks to track itineraries.",
|
||||
"presentation_description": "Organise information into slides and present them in full-screen with smooth transitions. The slides can also be exported to PDF for easy sharing.",
|
||||
"title": "Collections",
|
||||
"calendar_title": "Calendar",
|
||||
"table_title": "Table",
|
||||
"board_title": "Kanban Board",
|
||||
"geomap_title": "Geomap",
|
||||
"presentation_title": "Presentation"
|
||||
},
|
||||
"faq": {
|
||||
"server_answer": "No, the server allows access via a web browser and manages the synchronisation if you have multiple devices. To get started, it's enough to download the desktop application and start using it.",
|
||||
"title": "Frequently Asked Questions",
|
||||
"mobile_question": "Is there a mobile application?",
|
||||
"mobile_answer": "Currently there is no official mobile application. However, if you have a server instance you can access it using a web browser and even install it as a PWA. For Android, there is an unofficial application called TriliumDroid that even works offline (same as a desktop client).",
|
||||
"database_question": "Where is the data stored?",
|
||||
"database_answer": "All your notes will be stored in an SQLite database in an application folder. The reasoning why Trilium uses a database instead of plain text files is both performance and some features would be much more difficult to implement such as clones (same note in multiple places in the tree). To find the application folder, simply go to the About window.",
|
||||
"server_question": "Do I need a server to use Trilium?",
|
||||
"scaling_question": "How well does the application scale with a large amount of notes?",
|
||||
"scaling_answer": "Depending on usage, the application should be able to handle at least 100,000 notes without an issue. Do note that the sync process can sometimes fail if uploading many large files (1 GB per file) since Trilium is meant more as a knowledge base application rather than a file store (like NextCloud, for example).",
|
||||
"network_share_question": "Can I share my database over a network drive?",
|
||||
"network_share_answer": "No, it's generally not a good idea to share a SQLite database over a network drive. Although sometimes it might work, there are chances that the database will get corrupted due to imperfect file locks over a network.",
|
||||
"security_question": "How is my data protected?",
|
||||
"security_answer": "By default, notes are not encrypted and can be read directly from the database. Once a note is marked as encrypted, the note is encrypted using AES-128-CBC."
|
||||
},
|
||||
"final_cta": {
|
||||
"title": "Ready to get started with Trilium Notes?",
|
||||
"description": "Build your personal knowledge base with powerful features and full privacy.",
|
||||
"get_started": "Get started"
|
||||
},
|
||||
"components": {
|
||||
"link_learn_more": "Learn more..."
|
||||
},
|
||||
"download_now": {
|
||||
"text": "Download now ",
|
||||
"platform_big": "v{{version}} for {{platform}}",
|
||||
"platform_small": "for {{platform}}",
|
||||
"linux_big": "v{{version}} for Linux",
|
||||
"linux_small": "for Linux",
|
||||
"more_platforms": "More platforms & server setup"
|
||||
},
|
||||
"header": {
|
||||
"get-started": "Get started",
|
||||
"documentation": "Documentation",
|
||||
"resources": "Resources",
|
||||
"support-us": "Support us"
|
||||
},
|
||||
"footer": {
|
||||
"copyright_and_the": " and the ",
|
||||
"copyright_community": "community"
|
||||
},
|
||||
"social_buttons": {
|
||||
"github": "GitHub",
|
||||
"github_discussions": "GitHub Discussions",
|
||||
"matrix": "Matrix",
|
||||
"reddit": "Reddit"
|
||||
},
|
||||
"support_us": {
|
||||
"paypal": "PayPal",
|
||||
"title": "Support us",
|
||||
"financial_donations_title": "Financial donations",
|
||||
"financial_donations_description": "Trilium is built and maintained with <Link>hundreds of hours of work</Link>. Your support keeps it open-source, improves features, and covers costs such as hosting.",
|
||||
"financial_donations_cta": "Consider supporting the main developer (<Link>eliandoran</Link>) of the application via:",
|
||||
"github_sponsors": "GitHub Sponsors",
|
||||
"buy_me_a_coffee": "Buy Me A Coffee"
|
||||
},
|
||||
"contribute": {
|
||||
"way_translate": "Translate the application into your native language via <Link>Weblate</Link>.",
|
||||
"title": "Other ways to contribute",
|
||||
"way_community": "Interact with the community on <Discussions>GitHub Discussions</Discussions> or on <Matrix>Matrix</Matrix>.",
|
||||
"way_reports": "Report bugs via <Link>GitHub issues</Link>.",
|
||||
"way_document": "Improve the documentation by informing us on gaps in the documentation or contributing guides, FAQs or tutorials.",
|
||||
"way_market": "Spread the word: Share Trilium Notes with friends, or on blogs and social media."
|
||||
},
|
||||
"download_helper_desktop_windows": {
|
||||
"title_arm64": "Windows on ARM",
|
||||
"quick_start": "To install via Winget:",
|
||||
"title_x64": "Windows 64-bit",
|
||||
"description_x64": "Compatible with Intel or AMD devices running Windows 10 and 11.",
|
||||
"description_arm64": "Compatible with ARM devices (e.g. with Qualcomm Snapdragon).",
|
||||
"download_exe": "Download Installer (.exe)",
|
||||
"download_zip": "Portable (.zip)",
|
||||
"download_scoop": "Scoop"
|
||||
},
|
||||
"download_helper_desktop_linux": {
|
||||
"download_zip": "Portable (.zip)",
|
||||
"title_x64": "Linux 64-bit",
|
||||
"title_arm64": "Linux on ARM",
|
||||
"description_x64": "For most Linux distributions, compatible with x86_64 architecture.",
|
||||
"description_arm64": "For ARM-based Linux distributions, compatible with aarch64 architecture.",
|
||||
"quick_start": "Select an appropriate package format, depending on your distribution:",
|
||||
"download_deb": ".deb",
|
||||
"download_rpm": ".rpm",
|
||||
"download_flatpak": ".flatpak",
|
||||
"download_nixpkgs": "nixpkgs",
|
||||
"download_aur": "AUR"
|
||||
},
|
||||
"404": {
|
||||
"title": "404: Not Found",
|
||||
"description": "The page you were looking for could not be found. Maybe it was deleted or the URL is incorrect."
|
||||
},
|
||||
"download_helper_desktop_macos": {
|
||||
"title_x64": "macOS for Intel",
|
||||
"title_arm64": "macOS for Apple Silicon",
|
||||
"description_x64": "For Intel-based Macs running macOS Monterey or later.",
|
||||
"description_arm64": "For Apple Silicon Macs such as those with M1 and M2 chips.",
|
||||
"quick_start": "To install via Homebrew:",
|
||||
"download_dmg": "Download Installer (.dmg)",
|
||||
"download_homebrew_cask": "Homebrew Cask",
|
||||
"download_zip": "Portable (.zip)"
|
||||
},
|
||||
"download_helper_server_docker": {
|
||||
"title": "Self-hosted using Docker",
|
||||
"description": "Easily deploy on Windows, Linux or macOS using a Docker container.",
|
||||
"download_dockerhub": "Docker Hub",
|
||||
"download_ghcr": "ghcr.io"
|
||||
}
|
||||
}
|
||||
|
||||
12
docs/README-en_GB.md
vendored
12
docs/README-en_GB.md
vendored
@@ -85,14 +85,14 @@ Our documentation is available in multiple formats:
|
||||
versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
|
||||
* Note
|
||||
[attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
|
||||
can be used for note organization, querying and advanced
|
||||
can be used for note organisation, querying and advanced
|
||||
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
|
||||
* UI available in English, German, Spanish, French, Romanian, and Chinese
|
||||
(simplified and traditional)
|
||||
* Direct [OpenID and TOTP
|
||||
integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
|
||||
more secure login
|
||||
* [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
|
||||
* [Synchronisation](https://docs.triliumnotes.org/user-guide/setup/synchronization)
|
||||
with self-hosted sync server
|
||||
* there are [3rd party services for hosting synchronisation
|
||||
server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
|
||||
@@ -106,7 +106,7 @@ Our documentation is available in multiple formats:
|
||||
* [Relation
|
||||
maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
|
||||
[note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
|
||||
for visualizing notes and their relations
|
||||
for visualising notes and their relations
|
||||
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
|
||||
* [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
|
||||
location pins and GPX tracks
|
||||
@@ -115,7 +115,7 @@ Our documentation is available in multiple formats:
|
||||
* [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
|
||||
automation
|
||||
* Scales well in both usability and performance upwards of 100 000 notes
|
||||
* Touch optimized [mobile
|
||||
* Touch optimised [mobile
|
||||
frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
|
||||
smartphones and tablets
|
||||
* Built-in [dark
|
||||
@@ -126,7 +126,7 @@ Our documentation is available in multiple formats:
|
||||
export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
|
||||
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
|
||||
easy saving of web content
|
||||
* Customizable UI (sidebar buttons, user-defined widgets, ...)
|
||||
* Customisable UI (sidebar buttons, user-defined widgets, ...)
|
||||
* [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
|
||||
along with a Grafana Dashboard.
|
||||
|
||||
@@ -327,7 +327,7 @@ Consider supporting the main developer
|
||||
- [PayPal](https://paypal.me/eliandoran)
|
||||
- [Buy Me a Coffee](https://buymeacoffee.com/eliandoran)
|
||||
|
||||
## 🔑 License
|
||||
## 🔑 Licence
|
||||
|
||||
Copyright 2017-2025 zadam, Elian Doran, and other contributors
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
"rollup-plugin-webpack-stats": "3.1.1",
|
||||
"tslib": "2.8.1",
|
||||
"tsx": "4.21.0",
|
||||
"typescript": "6.0.2",
|
||||
"typescript": "6.0.3",
|
||||
"typescript-eslint": "8.58.2",
|
||||
"vite": "8.0.8",
|
||||
"vite-plugin-dts": "4.5.4",
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"eslint-config-ckeditor5": ">=9.1.0",
|
||||
"stylelint": "17.7.0",
|
||||
"stylelint-config-ckeditor5": ">=9.1.0",
|
||||
"typescript": "6.0.2",
|
||||
"typescript": "6.0.3",
|
||||
"vite-plugin-svgo": "2.0.0",
|
||||
"vitest": "4.1.4",
|
||||
"webdriverio": "9.27.0"
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"eslint-config-ckeditor5": ">=9.1.0",
|
||||
"stylelint": "17.7.0",
|
||||
"stylelint-config-ckeditor5": ">=9.1.0",
|
||||
"typescript": "6.0.2",
|
||||
"typescript": "6.0.3",
|
||||
"vite-plugin-svgo": "2.0.0",
|
||||
"vitest": "4.1.4",
|
||||
"webdriverio": "9.27.0"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"eslint-config-ckeditor5": ">=9.1.0",
|
||||
"stylelint": "17.7.0",
|
||||
"stylelint-config-ckeditor5": ">=9.1.0",
|
||||
"typescript": "6.0.2",
|
||||
"typescript": "6.0.3",
|
||||
"vite-plugin-svgo": "2.0.0",
|
||||
"vitest": "4.1.4",
|
||||
"webdriverio": "9.27.0"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"eslint-config-ckeditor5": ">=9.1.0",
|
||||
"stylelint": "17.7.0",
|
||||
"stylelint-config-ckeditor5": ">=9.1.0",
|
||||
"typescript": "6.0.2",
|
||||
"typescript": "6.0.3",
|
||||
"vite-plugin-svgo": "2.0.0",
|
||||
"vitest": "4.1.4",
|
||||
"webdriverio": "9.27.0"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"eslint-config-ckeditor5": ">=9.1.0",
|
||||
"stylelint": "17.7.0",
|
||||
"stylelint-config-ckeditor5": ">=9.1.0",
|
||||
"typescript": "6.0.2",
|
||||
"typescript": "6.0.3",
|
||||
"vite-plugin-svgo": "2.0.0",
|
||||
"vitest": "4.1.4",
|
||||
"webdriverio": "9.27.0"
|
||||
|
||||
@@ -37,6 +37,6 @@
|
||||
"esbuild": "0.28.0",
|
||||
"eslint": "10.2.0",
|
||||
"highlight.js": "11.11.1",
|
||||
"typescript": "6.0.2"
|
||||
"typescript": "6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -121,3 +121,8 @@ iframe.pdf-view {
|
||||
.ck-content .ck-content-widget.footnote-section .ck-content-widget__type-around__button_after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ck-content .todo-list .todo-list__label > input:before {
|
||||
background-color: var(--background-primary);
|
||||
border-color: var(--text-primary) !important;
|
||||
}
|
||||
|
||||
434
pnpm-lock.yaml
generated
434
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user