mirror of
https://github.com/zadam/trilium.git
synced 2025-11-28 19:44:24 +01:00
Translations update from Hosted Weblate (#7867)
Some checks are pending
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy Documentation / Build and Deploy Documentation (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
Deploy website / Build & deploy website (push) Waiting to run
Some checks are pending
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy Documentation / Build and Deploy Documentation (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
Deploy website / Build & deploy website (push) Waiting to run
This commit is contained in:
commit
f7c0e56cec
@ -230,7 +230,6 @@
|
|||||||
"geo-map": "الخريطة الجغرافية",
|
"geo-map": "الخريطة الجغرافية",
|
||||||
"collapse_all_notes": "طي كل الملاحظات",
|
"collapse_all_notes": "طي كل الملاحظات",
|
||||||
"include_archived_notes": "عرض الملاحظات المؤرشفة",
|
"include_archived_notes": "عرض الملاحظات المؤرشفة",
|
||||||
"expand_all_children": "توسيع جميع العناصر الفرعية",
|
|
||||||
"presentation": "عرض تقديمي",
|
"presentation": "عرض تقديمي",
|
||||||
"invalid_view_type": "نوع العرض {{type}} غير صالح"
|
"invalid_view_type": "نوع العرض {{type}} غير صالح"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -764,7 +764,6 @@
|
|||||||
"grid": "网格",
|
"grid": "网格",
|
||||||
"list": "列表",
|
"list": "列表",
|
||||||
"collapse_all_notes": "折叠所有笔记",
|
"collapse_all_notes": "折叠所有笔记",
|
||||||
"expand_all_children": "展开所有子项",
|
|
||||||
"collapse": "折叠",
|
"collapse": "折叠",
|
||||||
"expand": "展开",
|
"expand": "展开",
|
||||||
"invalid_view_type": "无效的查看类型 '{{type}}'",
|
"invalid_view_type": "无效的查看类型 '{{type}}'",
|
||||||
@ -774,7 +773,11 @@
|
|||||||
"geo-map": "地理地图",
|
"geo-map": "地理地图",
|
||||||
"board": "看板",
|
"board": "看板",
|
||||||
"include_archived_notes": "展示归档笔记",
|
"include_archived_notes": "展示归档笔记",
|
||||||
"presentation": "演示"
|
"presentation": "演示",
|
||||||
|
"expand_tooltip": "展开此集合的直接子代(单层深度)。点击右方箭头以查看更多选项。",
|
||||||
|
"expand_first_level": "展开直接子代",
|
||||||
|
"expand_nth_level": "展开 {{depth}} 层",
|
||||||
|
"expand_all_levels": "展开所有层级"
|
||||||
},
|
},
|
||||||
"edited_notes": {
|
"edited_notes": {
|
||||||
"no_edited_notes_found": "今天还没有编辑过的笔记...",
|
"no_edited_notes_found": "今天还没有编辑过的笔记...",
|
||||||
@ -1151,7 +1154,10 @@
|
|||||||
"unit": "字符"
|
"unit": "字符"
|
||||||
},
|
},
|
||||||
"code_mime_types": {
|
"code_mime_types": {
|
||||||
"title": "下拉菜单可用的MIME文件类型"
|
"title": "下拉菜单可用的MIME文件类型",
|
||||||
|
"tooltip_syntax_highlighting": "语法高亮",
|
||||||
|
"tooltip_code_block_syntax": "文本笔记中的代码块",
|
||||||
|
"tooltip_code_note_syntax": "代码笔记"
|
||||||
},
|
},
|
||||||
"vim_key_bindings": {
|
"vim_key_bindings": {
|
||||||
"use_vim_keybindings_in_code_notes": "Vim 快捷键",
|
"use_vim_keybindings_in_code_notes": "Vim 快捷键",
|
||||||
@ -1695,7 +1701,8 @@
|
|||||||
"copy-link": "复制链接",
|
"copy-link": "复制链接",
|
||||||
"paste": "粘贴",
|
"paste": "粘贴",
|
||||||
"paste-as-plain-text": "以纯文本粘贴",
|
"paste-as-plain-text": "以纯文本粘贴",
|
||||||
"search_online": "用 {{searchEngine}} 搜索 \"{{term}}\""
|
"search_online": "用 {{searchEngine}} 搜索 \"{{term}}\"",
|
||||||
|
"search_in_trilium": "在 Trilium 中查找搜索 \"{{term}}\""
|
||||||
},
|
},
|
||||||
"image_context_menu": {
|
"image_context_menu": {
|
||||||
"copy_reference_to_clipboard": "复制引用到剪贴板",
|
"copy_reference_to_clipboard": "复制引用到剪贴板",
|
||||||
|
|||||||
@ -63,7 +63,8 @@
|
|||||||
"bulk_actions_executed": "Hromadné akce byly úspěšně provedeny.",
|
"bulk_actions_executed": "Hromadné akce byly úspěšně provedeny.",
|
||||||
"labels": "Štítky",
|
"labels": "Štítky",
|
||||||
"relations": "Relace",
|
"relations": "Relace",
|
||||||
"other": "Ostatní"
|
"other": "Ostatní",
|
||||||
|
"none_yet": "Zatím žádné akce... přidejte akci kliknutím na jednu z dostupných výše."
|
||||||
},
|
},
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"cancel": "Zrušit",
|
"cancel": "Zrušit",
|
||||||
|
|||||||
@ -39,7 +39,9 @@
|
|||||||
"help_on_tree_prefix": "Hilfe zum Baumpräfix",
|
"help_on_tree_prefix": "Hilfe zum Baumpräfix",
|
||||||
"prefix": "Präfix: ",
|
"prefix": "Präfix: ",
|
||||||
"save": "Speichern",
|
"save": "Speichern",
|
||||||
"branch_prefix_saved": "Zweigpräfix wurde gespeichert."
|
"branch_prefix_saved": "Zweigpräfix wurde gespeichert.",
|
||||||
|
"branch_prefix_saved_multiple": "Der Zweigpräfix wurde für {{count}} Zweige gespeichert.",
|
||||||
|
"edit_branch_prefix_multiple": "Präfix für {{count}} Zweige bearbeiten"
|
||||||
},
|
},
|
||||||
"bulk_actions": {
|
"bulk_actions": {
|
||||||
"bulk_actions": "Massenaktionen",
|
"bulk_actions": "Massenaktionen",
|
||||||
@ -684,7 +686,8 @@
|
|||||||
"convert_into_attachment_failed": "Konvertierung der Notiz '{{title}}' fehlgeschlagen.",
|
"convert_into_attachment_failed": "Konvertierung der Notiz '{{title}}' fehlgeschlagen.",
|
||||||
"convert_into_attachment_successful": "Notiz '{{title}}' wurde als Anhang konvertiert.",
|
"convert_into_attachment_successful": "Notiz '{{title}}' wurde als Anhang konvertiert.",
|
||||||
"convert_into_attachment_prompt": "Bist du dir sicher, dass du die Notiz '{{title}}' in ein Anhang der übergeordneten Notiz konvertieren möchtest?",
|
"convert_into_attachment_prompt": "Bist du dir sicher, dass du die Notiz '{{title}}' in ein Anhang der übergeordneten Notiz konvertieren möchtest?",
|
||||||
"print_pdf": "Export als PDF..."
|
"print_pdf": "Export als PDF...",
|
||||||
|
"open_note_on_server": "Öffne Notiz auf dem Server"
|
||||||
},
|
},
|
||||||
"onclick_button": {
|
"onclick_button": {
|
||||||
"no_click_handler": "Das Schaltflächen-Widget „{{componentId}}“ hat keinen definierten Klick-Handler"
|
"no_click_handler": "Das Schaltflächen-Widget „{{componentId}}“ hat keinen definierten Klick-Handler"
|
||||||
@ -757,7 +760,6 @@
|
|||||||
"grid": "Gitter",
|
"grid": "Gitter",
|
||||||
"list": "Liste",
|
"list": "Liste",
|
||||||
"collapse_all_notes": "Alle Notizen einklappen",
|
"collapse_all_notes": "Alle Notizen einklappen",
|
||||||
"expand_all_children": "Unternotizen ausklappen",
|
|
||||||
"collapse": "Einklappen",
|
"collapse": "Einklappen",
|
||||||
"expand": "Ausklappen",
|
"expand": "Ausklappen",
|
||||||
"invalid_view_type": "Ungültiger Ansichtstyp „{{type}}“",
|
"invalid_view_type": "Ungültiger Ansichtstyp „{{type}}“",
|
||||||
@ -1104,7 +1106,8 @@
|
|||||||
"title": "Inhaltsbreite",
|
"title": "Inhaltsbreite",
|
||||||
"default_description": "Trilium begrenzt standardmäßig die maximale Inhaltsbreite, um die Lesbarkeit für maximierte Bildschirme auf Breitbildschirmen zu verbessern.",
|
"default_description": "Trilium begrenzt standardmäßig die maximale Inhaltsbreite, um die Lesbarkeit für maximierte Bildschirme auf Breitbildschirmen zu verbessern.",
|
||||||
"max_width_label": "Maximale Inhaltsbreite in Pixel",
|
"max_width_label": "Maximale Inhaltsbreite in Pixel",
|
||||||
"max_width_unit": "Pixel"
|
"max_width_unit": "Pixel",
|
||||||
|
"centerContent": "Inhalt zentriert halten"
|
||||||
},
|
},
|
||||||
"native_title_bar": {
|
"native_title_bar": {
|
||||||
"title": "Native Titelleiste (App-Neustart erforderlich)",
|
"title": "Native Titelleiste (App-Neustart erforderlich)",
|
||||||
@ -1143,7 +1146,10 @@
|
|||||||
"unit": "Zeichen"
|
"unit": "Zeichen"
|
||||||
},
|
},
|
||||||
"code_mime_types": {
|
"code_mime_types": {
|
||||||
"title": "Verfügbare MIME-Typen im Dropdown-Menü"
|
"title": "Verfügbare MIME-Typen im Dropdown-Menü",
|
||||||
|
"tooltip_syntax_highlighting": "Syntaxhervorhebung",
|
||||||
|
"tooltip_code_block_syntax": "Code-Blöcke in Textnotizen",
|
||||||
|
"tooltip_code_note_syntax": "Code-Notizen"
|
||||||
},
|
},
|
||||||
"vim_key_bindings": {
|
"vim_key_bindings": {
|
||||||
"use_vim_keybindings_in_code_notes": "Verwende VIM-Tastenkombinationen in Codenotizen (kein Ex-Modus)",
|
"use_vim_keybindings_in_code_notes": "Verwende VIM-Tastenkombinationen in Codenotizen (kein Ex-Modus)",
|
||||||
@ -1654,7 +1660,8 @@
|
|||||||
"copy-link": "Link kopieren",
|
"copy-link": "Link kopieren",
|
||||||
"paste": "Einfügen",
|
"paste": "Einfügen",
|
||||||
"paste-as-plain-text": "Als unformatierten Text einfügen",
|
"paste-as-plain-text": "Als unformatierten Text einfügen",
|
||||||
"search_online": "Suche nach \"{{term}}\" mit {{searchEngine}} starten"
|
"search_online": "Suche nach \"{{term}}\" mit {{searchEngine}} starten",
|
||||||
|
"search_in_trilium": "Suche nach \"{{term}}\" in Trilium"
|
||||||
},
|
},
|
||||||
"image_context_menu": {
|
"image_context_menu": {
|
||||||
"copy_reference_to_clipboard": "Referenz in Zwischenablage kopieren",
|
"copy_reference_to_clipboard": "Referenz in Zwischenablage kopieren",
|
||||||
@ -2028,7 +2035,8 @@
|
|||||||
"new-item-placeholder": "Notiz Titel eingeben...",
|
"new-item-placeholder": "Notiz Titel eingeben...",
|
||||||
"add-column-placeholder": "Spaltenname eingeben...",
|
"add-column-placeholder": "Spaltenname eingeben...",
|
||||||
"edit-note-title": "Klicke zum Editieren des Notiz-Titels",
|
"edit-note-title": "Klicke zum Editieren des Notiz-Titels",
|
||||||
"edit-column-title": "Klicke zum Editieren des Spalten-Titels"
|
"edit-column-title": "Klicke zum Editieren des Spalten-Titels",
|
||||||
|
"column-already-exists": "Die Spalte ist auf dem Board bereits vorhanden."
|
||||||
},
|
},
|
||||||
"command_palette": {
|
"command_palette": {
|
||||||
"tree-action-name": "Struktur: {{name}}",
|
"tree-action-name": "Struktur: {{name}}",
|
||||||
@ -2078,5 +2086,19 @@
|
|||||||
"edit-slide": "Folie bearbeiten",
|
"edit-slide": "Folie bearbeiten",
|
||||||
"start-presentation": "Präsentation starten",
|
"start-presentation": "Präsentation starten",
|
||||||
"slide-overview": "Übersicht der Folien ein-/ausblenden"
|
"slide-overview": "Übersicht der Folien ein-/ausblenden"
|
||||||
|
},
|
||||||
|
"read-only-info": {
|
||||||
|
"read-only-note": "Aktuell wird eine Notiz nur im Lese-Modus angezeigt.",
|
||||||
|
"auto-read-only-note": "Diese Notiz wird im Nur-Lesen-Modus angezeigt, um ein schnelleres Laden zu ermöglichen.",
|
||||||
|
"auto-read-only-learn-more": "Mehr erfahren",
|
||||||
|
"edit-note": "Notiz bearbeiten"
|
||||||
|
},
|
||||||
|
"calendar_view": {
|
||||||
|
"delete_note": "Notiz löschen..."
|
||||||
|
},
|
||||||
|
"note-color": {
|
||||||
|
"clear-color": "Notizfarbe entfernen",
|
||||||
|
"set-color": "Notizfarbe wählen",
|
||||||
|
"set-custom-color": "Eigene Notizfarbe wählen"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -690,7 +690,8 @@
|
|||||||
"convert_into_attachment_failed": "La conversión de nota '{{title}}' falló.",
|
"convert_into_attachment_failed": "La conversión de nota '{{title}}' falló.",
|
||||||
"convert_into_attachment_successful": "La nota '{{title}}' ha sido convertida a un archivo adjunto.",
|
"convert_into_attachment_successful": "La nota '{{title}}' ha sido convertida a un archivo adjunto.",
|
||||||
"convert_into_attachment_prompt": "¿Está seguro que desea convertir la nota '{{title}}' en un archivo adjunto de la nota padre?",
|
"convert_into_attachment_prompt": "¿Está seguro que desea convertir la nota '{{title}}' en un archivo adjunto de la nota padre?",
|
||||||
"print_pdf": "Exportar como PDF..."
|
"print_pdf": "Exportar como PDF...",
|
||||||
|
"open_note_on_server": "Abrir nota en el servidor"
|
||||||
},
|
},
|
||||||
"onclick_button": {
|
"onclick_button": {
|
||||||
"no_click_handler": "El widget de botón '{{componentId}}' no tiene un controlador de clics definido"
|
"no_click_handler": "El widget de botón '{{componentId}}' no tiene un controlador de clics definido"
|
||||||
@ -763,7 +764,6 @@
|
|||||||
"grid": "Cuadrícula",
|
"grid": "Cuadrícula",
|
||||||
"list": "Lista",
|
"list": "Lista",
|
||||||
"collapse_all_notes": "Contraer todas las notas",
|
"collapse_all_notes": "Contraer todas las notas",
|
||||||
"expand_all_children": "Ampliar todas las subnotas",
|
|
||||||
"collapse": "Colapsar",
|
"collapse": "Colapsar",
|
||||||
"expand": "Expandir",
|
"expand": "Expandir",
|
||||||
"invalid_view_type": "Tipo de vista inválida '{{type}}'",
|
"invalid_view_type": "Tipo de vista inválida '{{type}}'",
|
||||||
@ -773,7 +773,11 @@
|
|||||||
"geo-map": "Mapa Geo",
|
"geo-map": "Mapa Geo",
|
||||||
"board": "Tablero",
|
"board": "Tablero",
|
||||||
"include_archived_notes": "Mostrar notas archivadas",
|
"include_archived_notes": "Mostrar notas archivadas",
|
||||||
"presentation": "Presentación"
|
"presentation": "Presentación",
|
||||||
|
"expand_tooltip": "Expande las notas hijas inmediatas de esta colección (un nivel). Para más opciones, pulsa la flecha a la derecha.",
|
||||||
|
"expand_first_level": "Expandir hijos inmediatos",
|
||||||
|
"expand_nth_level": "Expandir {{depth}} niveles",
|
||||||
|
"expand_all_levels": "Expandir todos los niveles"
|
||||||
},
|
},
|
||||||
"edited_notes": {
|
"edited_notes": {
|
||||||
"no_edited_notes_found": "Aún no hay notas editadas en este día...",
|
"no_edited_notes_found": "Aún no hay notas editadas en este día...",
|
||||||
@ -1301,7 +1305,10 @@
|
|||||||
"title": "Editor"
|
"title": "Editor"
|
||||||
},
|
},
|
||||||
"code_mime_types": {
|
"code_mime_types": {
|
||||||
"title": "Tipos MIME disponibles en el menú desplegable"
|
"title": "Tipos MIME disponibles en el menú desplegable",
|
||||||
|
"tooltip_syntax_highlighting": "Resaltado de sintaxis",
|
||||||
|
"tooltip_code_block_syntax": "Bloques de código en notas de texto",
|
||||||
|
"tooltip_code_note_syntax": "Notas de código"
|
||||||
},
|
},
|
||||||
"vim_key_bindings": {
|
"vim_key_bindings": {
|
||||||
"use_vim_keybindings_in_code_notes": "Atajos de teclas de Vim",
|
"use_vim_keybindings_in_code_notes": "Atajos de teclas de Vim",
|
||||||
@ -1851,7 +1858,8 @@
|
|||||||
"copy-link": "Copiar enlace",
|
"copy-link": "Copiar enlace",
|
||||||
"paste": "Pegar",
|
"paste": "Pegar",
|
||||||
"paste-as-plain-text": "Pegar como texto plano",
|
"paste-as-plain-text": "Pegar como texto plano",
|
||||||
"search_online": "Buscar \"{{term}}\" con {{searchEngine}}"
|
"search_online": "Buscar \"{{term}}\" con {{searchEngine}}",
|
||||||
|
"search_in_trilium": "Buscar \"{{term}}\" en Trilium"
|
||||||
},
|
},
|
||||||
"image_context_menu": {
|
"image_context_menu": {
|
||||||
"copy_reference_to_clipboard": "Copiar referencia al portapapeles",
|
"copy_reference_to_clipboard": "Copiar referencia al portapapeles",
|
||||||
@ -1992,7 +2000,8 @@
|
|||||||
"add-column-placeholder": "Ingresar título de la columna...",
|
"add-column-placeholder": "Ingresar título de la columna...",
|
||||||
"edit-note-title": "Haga clic para editar el título de la nota",
|
"edit-note-title": "Haga clic para editar el título de la nota",
|
||||||
"edit-column-title": "Haga clic para editar el título de la columna",
|
"edit-column-title": "Haga clic para editar el título de la columna",
|
||||||
"remove-from-board": "Eliminar del tablero"
|
"remove-from-board": "Eliminar del tablero",
|
||||||
|
"column-already-exists": "Esta columna ya existe en el tablero."
|
||||||
},
|
},
|
||||||
"content_renderer": {
|
"content_renderer": {
|
||||||
"open_externally": "Abrir externamente"
|
"open_externally": "Abrir externamente"
|
||||||
@ -2092,5 +2101,10 @@
|
|||||||
},
|
},
|
||||||
"calendar_view": {
|
"calendar_view": {
|
||||||
"delete_note": "Eliminar nota..."
|
"delete_note": "Eliminar nota..."
|
||||||
|
},
|
||||||
|
"note-color": {
|
||||||
|
"clear-color": "Borrar color de nota",
|
||||||
|
"set-color": "Asignar color de nota",
|
||||||
|
"set-custom-color": "Asignar color de nota personalizado"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -762,7 +762,6 @@
|
|||||||
"grid": "Grille",
|
"grid": "Grille",
|
||||||
"list": "Liste",
|
"list": "Liste",
|
||||||
"collapse_all_notes": "Réduire toutes les notes",
|
"collapse_all_notes": "Réduire toutes les notes",
|
||||||
"expand_all_children": "Développer tous les enfants",
|
|
||||||
"collapse": "Réduire",
|
"collapse": "Réduire",
|
||||||
"expand": "Développer",
|
"expand": "Développer",
|
||||||
"invalid_view_type": "Type de vue non valide '{{type}}'",
|
"invalid_view_type": "Type de vue non valide '{{type}}'",
|
||||||
|
|||||||
@ -1337,7 +1337,6 @@
|
|||||||
"grid": "Griglia",
|
"grid": "Griglia",
|
||||||
"list": "Lista",
|
"list": "Lista",
|
||||||
"collapse_all_notes": "Comprimi tutte le note",
|
"collapse_all_notes": "Comprimi tutte le note",
|
||||||
"expand_all_children": "Espandi tutti i bambini",
|
|
||||||
"collapse": "Crollo",
|
"collapse": "Crollo",
|
||||||
"expand": "Espandere",
|
"expand": "Espandere",
|
||||||
"book_properties": "Proprietà della raccolta",
|
"book_properties": "Proprietà della raccolta",
|
||||||
|
|||||||
@ -531,7 +531,6 @@
|
|||||||
"grid": "グリッド",
|
"grid": "グリッド",
|
||||||
"list": "リスト",
|
"list": "リスト",
|
||||||
"collapse_all_notes": "すべてのノートを折りたたむ",
|
"collapse_all_notes": "すべてのノートを折りたたむ",
|
||||||
"expand_all_children": "すべての子を展開",
|
|
||||||
"collapse": "折りたたむ",
|
"collapse": "折りたたむ",
|
||||||
"expand": "展開",
|
"expand": "展開",
|
||||||
"book_properties": "コレクションプロパティ",
|
"book_properties": "コレクションプロパティ",
|
||||||
@ -1301,7 +1300,8 @@
|
|||||||
"copy-link": "リンクをコピー",
|
"copy-link": "リンクをコピー",
|
||||||
"paste": "貼り付け",
|
"paste": "貼り付け",
|
||||||
"paste-as-plain-text": "プレーンテキストで貼り付け",
|
"paste-as-plain-text": "プレーンテキストで貼り付け",
|
||||||
"search_online": "{{searchEngine}} で \"{{term}}\" を検索"
|
"search_online": "{{searchEngine}} で \"{{term}}\" を検索",
|
||||||
|
"search_in_trilium": "Triliumで「{{term}}」を検索"
|
||||||
},
|
},
|
||||||
"duration": {
|
"duration": {
|
||||||
"seconds": "秒",
|
"seconds": "秒",
|
||||||
|
|||||||
@ -165,7 +165,6 @@
|
|||||||
"view_type": "Typ widoku",
|
"view_type": "Typ widoku",
|
||||||
"grid": "Siatka",
|
"grid": "Siatka",
|
||||||
"collapse_all_notes": "Zwiń wszystkie notatki",
|
"collapse_all_notes": "Zwiń wszystkie notatki",
|
||||||
"expand_all_children": "Rozwiń wszystkie dzieci",
|
|
||||||
"collapse": "Zwiń",
|
"collapse": "Zwiń",
|
||||||
"expand": "Rozwiń",
|
"expand": "Rozwiń",
|
||||||
"book_properties": "Właściwości kolekcji",
|
"book_properties": "Właściwości kolekcji",
|
||||||
|
|||||||
@ -739,7 +739,6 @@
|
|||||||
"grid": "Grade",
|
"grid": "Grade",
|
||||||
"list": "Lista",
|
"list": "Lista",
|
||||||
"collapse_all_notes": "Recolher todas as notas",
|
"collapse_all_notes": "Recolher todas as notas",
|
||||||
"expand_all_children": "Expandir todos os filhos",
|
|
||||||
"collapse": "Recolher",
|
"collapse": "Recolher",
|
||||||
"expand": "Expandir",
|
"expand": "Expandir",
|
||||||
"book_properties": "Propriedades da Coleção",
|
"book_properties": "Propriedades da Coleção",
|
||||||
|
|||||||
@ -1004,7 +1004,6 @@
|
|||||||
"grid": "Grade",
|
"grid": "Grade",
|
||||||
"list": "Lista",
|
"list": "Lista",
|
||||||
"collapse_all_notes": "Recolher todas as notas",
|
"collapse_all_notes": "Recolher todas as notas",
|
||||||
"expand_all_children": "Expandir todos os filhos",
|
|
||||||
"collapse": "Recolher",
|
"collapse": "Recolher",
|
||||||
"expand": "Expandir",
|
"expand": "Expandir",
|
||||||
"book_properties": "Propriedades da Coleção",
|
"book_properties": "Propriedades da Coleção",
|
||||||
|
|||||||
@ -279,7 +279,6 @@
|
|||||||
"collapse": "Minimizează",
|
"collapse": "Minimizează",
|
||||||
"collapse_all_notes": "Minimizează toate notițele",
|
"collapse_all_notes": "Minimizează toate notițele",
|
||||||
"expand": "Expandează",
|
"expand": "Expandează",
|
||||||
"expand_all_children": "Expandează toate subnotițele",
|
|
||||||
"grid": "Grilă",
|
"grid": "Grilă",
|
||||||
"invalid_view_type": "Mod de afișare incorect „{{type}}”",
|
"invalid_view_type": "Mod de afișare incorect „{{type}}”",
|
||||||
"list": "Listă",
|
"list": "Listă",
|
||||||
@ -290,7 +289,11 @@
|
|||||||
"geo-map": "Hartă geografică",
|
"geo-map": "Hartă geografică",
|
||||||
"board": "Tablă Kanban",
|
"board": "Tablă Kanban",
|
||||||
"include_archived_notes": "Afișează notițele arhivate",
|
"include_archived_notes": "Afișează notițele arhivate",
|
||||||
"presentation": "Prezentare"
|
"presentation": "Prezentare",
|
||||||
|
"expand_tooltip": "Expandează subnotițele directe ale acestei colecții (un singur nivel de adâncime). Pentru mai multe opțiuni, apăsați săgeata din dreapta.",
|
||||||
|
"expand_first_level": "Expandează subnotițele directe",
|
||||||
|
"expand_nth_level": "Expandează pe {{depth}} nivele",
|
||||||
|
"expand_all_levels": "Expandează pe toate nivelele"
|
||||||
},
|
},
|
||||||
"bookmark_switch": {
|
"bookmark_switch": {
|
||||||
"bookmark": "Semn de carte",
|
"bookmark": "Semn de carte",
|
||||||
@ -384,7 +387,10 @@
|
|||||||
"trilium_api_docs_button_title": "Deschide documentația API pentru Trilium"
|
"trilium_api_docs_button_title": "Deschide documentația API pentru Trilium"
|
||||||
},
|
},
|
||||||
"code_mime_types": {
|
"code_mime_types": {
|
||||||
"title": "Tipuri MIME disponibile în meniul derulant"
|
"title": "Tipuri MIME disponibile în meniul derulant",
|
||||||
|
"tooltip_syntax_highlighting": "Evidențiere de sintaxă",
|
||||||
|
"tooltip_code_block_syntax": "Blocuri de cod în notițe text",
|
||||||
|
"tooltip_code_note_syntax": "Notițe de tip cod"
|
||||||
},
|
},
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"also_delete_note": "Șterge și notița",
|
"also_delete_note": "Șterge și notița",
|
||||||
@ -1659,7 +1665,8 @@
|
|||||||
"cut": "Decupează",
|
"cut": "Decupează",
|
||||||
"paste": "Lipește",
|
"paste": "Lipește",
|
||||||
"paste-as-plain-text": "Lipește doar textul",
|
"paste-as-plain-text": "Lipește doar textul",
|
||||||
"search_online": "Caută „{{term}}” cu {{searchEngine}}"
|
"search_online": "Caută „{{term}}” cu {{searchEngine}}",
|
||||||
|
"search_in_trilium": "Caută „{{term}}” în Trilium"
|
||||||
},
|
},
|
||||||
"image_context_menu": {
|
"image_context_menu": {
|
||||||
"copy_image_to_clipboard": "Copiază imaginea în clipboard",
|
"copy_image_to_clipboard": "Copiază imaginea în clipboard",
|
||||||
|
|||||||
@ -1013,7 +1013,6 @@
|
|||||||
"book_properties": "Свойства коллекции",
|
"book_properties": "Свойства коллекции",
|
||||||
"geo-map": "Карта",
|
"geo-map": "Карта",
|
||||||
"invalid_view_type": "Недопустимый тип представления '{{type}}'",
|
"invalid_view_type": "Недопустимый тип представления '{{type}}'",
|
||||||
"expand_all_children": "Развернуть все дочерние элементы",
|
|
||||||
"collapse_all_notes": "Свернуть все заметки",
|
"collapse_all_notes": "Свернуть все заметки",
|
||||||
"include_archived_notes": "Показать заархивированные заметки"
|
"include_archived_notes": "Показать заархивированные заметки"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -761,7 +761,6 @@
|
|||||||
"grid": "網格",
|
"grid": "網格",
|
||||||
"list": "列表",
|
"list": "列表",
|
||||||
"collapse_all_notes": "收摺所有筆記",
|
"collapse_all_notes": "收摺所有筆記",
|
||||||
"expand_all_children": "展開所有子項",
|
|
||||||
"collapse": "收摺",
|
"collapse": "收摺",
|
||||||
"expand": "展開",
|
"expand": "展開",
|
||||||
"invalid_view_type": "無效的查看類型 '{{type}}'",
|
"invalid_view_type": "無效的查看類型 '{{type}}'",
|
||||||
@ -771,7 +770,11 @@
|
|||||||
"geo-map": "地理地圖",
|
"geo-map": "地理地圖",
|
||||||
"board": "看板",
|
"board": "看板",
|
||||||
"include_archived_notes": "顯示已封存筆記",
|
"include_archived_notes": "顯示已封存筆記",
|
||||||
"presentation": "簡報"
|
"presentation": "簡報",
|
||||||
|
"expand_tooltip": "展開此集合的直接子級(單層深度)。按下右側箭頭以查看更多選項。",
|
||||||
|
"expand_first_level": "展開直接子級",
|
||||||
|
"expand_nth_level": "展開 {{depth}} 層",
|
||||||
|
"expand_all_levels": "展開所有層級"
|
||||||
},
|
},
|
||||||
"edited_notes": {
|
"edited_notes": {
|
||||||
"no_edited_notes_found": "今天還沒有編輯過的筆記...",
|
"no_edited_notes_found": "今天還沒有編輯過的筆記...",
|
||||||
@ -1148,7 +1151,10 @@
|
|||||||
"unit": "字元"
|
"unit": "字元"
|
||||||
},
|
},
|
||||||
"code_mime_types": {
|
"code_mime_types": {
|
||||||
"title": "下拉選單可用的 MIME 文件類型"
|
"title": "下拉選單可用的 MIME 文件類型",
|
||||||
|
"tooltip_syntax_highlighting": "語法高亮顯示",
|
||||||
|
"tooltip_code_block_syntax": "文字筆記中的程式碼區塊",
|
||||||
|
"tooltip_code_note_syntax": "程式碼筆記"
|
||||||
},
|
},
|
||||||
"vim_key_bindings": {
|
"vim_key_bindings": {
|
||||||
"use_vim_keybindings_in_code_notes": "Vim 快捷鍵",
|
"use_vim_keybindings_in_code_notes": "Vim 快捷鍵",
|
||||||
@ -1654,7 +1660,8 @@
|
|||||||
"copy-link": "複製連結",
|
"copy-link": "複製連結",
|
||||||
"paste": "貼上",
|
"paste": "貼上",
|
||||||
"paste-as-plain-text": "以純文字貼上",
|
"paste-as-plain-text": "以純文字貼上",
|
||||||
"search_online": "用 {{searchEngine}} 搜尋 \"{{term}}\""
|
"search_online": "用 {{searchEngine}} 搜尋 \"{{term}}\"",
|
||||||
|
"search_in_trilium": "在 Trilium 中搜尋 \"{{term}}\""
|
||||||
},
|
},
|
||||||
"image_context_menu": {
|
"image_context_menu": {
|
||||||
"copy_reference_to_clipboard": "複製引用到剪貼簿",
|
"copy_reference_to_clipboard": "複製引用到剪貼簿",
|
||||||
|
|||||||
@ -867,7 +867,6 @@
|
|||||||
"grid": "Сітка",
|
"grid": "Сітка",
|
||||||
"list": "Список",
|
"list": "Список",
|
||||||
"collapse_all_notes": "Згорнути всі нотатки",
|
"collapse_all_notes": "Згорнути всі нотатки",
|
||||||
"expand_all_children": "Розгорнути всі дочірні",
|
|
||||||
"collapse": "Згорнути",
|
"collapse": "Згорнути",
|
||||||
"expand": "Розгорнути",
|
"expand": "Розгорнути",
|
||||||
"book_properties": "Властивості Колекції",
|
"book_properties": "Властивості Колекції",
|
||||||
|
|||||||
@ -19,6 +19,60 @@
|
|||||||
"move-note-up": "Posunout poznámku nahoru",
|
"move-note-up": "Posunout poznámku nahoru",
|
||||||
"move-note-down": "Posunout poznámku dolů",
|
"move-note-down": "Posunout poznámku dolů",
|
||||||
"move-note-up-in-hierarchy": "Přesunout poznámku o úroveň výše",
|
"move-note-up-in-hierarchy": "Přesunout poznámku o úroveň výše",
|
||||||
"move-note-down-in-hierarchy": "Přesunout poznámku ve struktuře níže"
|
"move-note-down-in-hierarchy": "Přesunout poznámku ve struktuře níže",
|
||||||
|
"edit-note-title": "Přejděte ze stromu k podrobnostem poznámky a upravte název",
|
||||||
|
"edit-branch-prefix": "Zobrazit dialogové okno „Upravit předponu větve“",
|
||||||
|
"add-note-above-to-the-selection": "Přidat poznámku nad výběr",
|
||||||
|
"add-note-below-to-selection": "Přidejte poznámku pod výběr",
|
||||||
|
"clone-notes-to": "Klonovat vybrané poznámky",
|
||||||
|
"move-notes-to": "Přemístit vybrané poznámky",
|
||||||
|
"note-clipboard": "Schránka na poznámky",
|
||||||
|
"copy-notes-to-clipboard": "Zkopírujte vybrané poznámky do schránky",
|
||||||
|
"paste-notes-from-clipboard": "Vložit poznámku ze schránky do aktivní poznámky",
|
||||||
|
"cut-notes-to-clipboard": "Vyjměte vybrané poznámky do schránky",
|
||||||
|
"select-all-notes-in-parent": "Vybrat všechny poznámky na aktuální úrovni poznámek",
|
||||||
|
"duplicate-subtree": "Duplikovat podstrom",
|
||||||
|
"tabs-and-windows": "Záložky a okna",
|
||||||
|
"open-new-tab": "Otevřít novou záložku",
|
||||||
|
"close-active-tab": "Zavřít aktivní záložku",
|
||||||
|
"reopen-last-tab": "Znovu otevřít poslední zavřenou záložku",
|
||||||
|
"activate-next-tab": "Aktivní záložka napravo",
|
||||||
|
"activate-previous-tab": "Aktivní záložka nalevo",
|
||||||
|
"open-new-window": "Otevřít nové prázdné okno",
|
||||||
|
"toggle-tray": "Zobrazit/skrýt aplikaci z oznamovací oblasti systému",
|
||||||
|
"first-tab": "Přejít na první záložku v seznamu",
|
||||||
|
"second-tab": "Přejít na druhou záložku v seznamu",
|
||||||
|
"third-tab": "Přejít na třetí záložku v seznamu",
|
||||||
|
"fourth-tab": "Přejít na čtvrtou záložku v seznamu",
|
||||||
|
"fifth-tab": "Přejít na pátou záložku v seznamu",
|
||||||
|
"sixth-tab": "Přejít na šestou záložku v seznamu",
|
||||||
|
"seventh-tab": "Přejít na sedmou záložku v seznamu",
|
||||||
|
"eight-tab": "Přejít na osmou záložku v seznamu",
|
||||||
|
"ninth-tab": "Přejít na devátou záložku v seznamu",
|
||||||
|
"last-tab": "Přejít na poslední záložku v seznamu",
|
||||||
|
"show-options": "Otevřít stránku „Nastavení“",
|
||||||
|
"show-sql-console": "Otevřít stránku „SQL Konzole“",
|
||||||
|
"show-backend-log": "Otevřít stránku „Backend Log“",
|
||||||
|
"show-help": "Otevřít vestavěného uživatelského průvodce",
|
||||||
|
"show-recent-changes": "Ukázat dialog „Poslední změny“",
|
||||||
|
"show-note-source": "Ukázat dialog „Zdroj poznámky“",
|
||||||
|
"edit-readonly-note": "Upravit poznámku pouze pro čtení",
|
||||||
|
"other": "Ostatní",
|
||||||
|
"run-active-note": "Spustit aktivní kód JavaScript (frontend/backend) poznámky",
|
||||||
|
"open-dev-tools": "Otevřít vývojářské nástroje",
|
||||||
|
"zoom-out": "Oddálit",
|
||||||
|
"zoom-in": "Přiblížit"
|
||||||
|
},
|
||||||
|
"keyboard_action_names": {
|
||||||
|
"jump-to-note": "Přejít na...",
|
||||||
|
"quick-search": "Rychlé hledání",
|
||||||
|
"move-note-up": "Posunout poznámku výše",
|
||||||
|
"move-note-down": "Posunout poznámku níže",
|
||||||
|
"move-note-up-in-hierarchy": "Posunout poznámku výše v hierarchii",
|
||||||
|
"move-note-down-in-hierarchy": "Posunout poznámku níže v hierarchii",
|
||||||
|
"edit-note-title": "Upravit nadpis poznámky",
|
||||||
|
"clone-notes-to": "Klonovat poznámku do",
|
||||||
|
"move-notes-to": "Přemístit poznámku do",
|
||||||
|
"copy-notes-to-clipboard": "Kopírovat poznámky do schránky"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -256,7 +256,8 @@
|
|||||||
"multi-factor-authentication-title": "MFA",
|
"multi-factor-authentication-title": "MFA",
|
||||||
"ai-llm-title": "AI/LLM",
|
"ai-llm-title": "AI/LLM",
|
||||||
"localization": "Sprache & Region",
|
"localization": "Sprache & Region",
|
||||||
"inbox-title": "Posteingang"
|
"inbox-title": "Posteingang",
|
||||||
|
"zen-mode": "Zen-Modus"
|
||||||
},
|
},
|
||||||
"notes": {
|
"notes": {
|
||||||
"new-note": "Neue Notiz",
|
"new-note": "Neue Notiz",
|
||||||
@ -302,7 +303,7 @@
|
|||||||
"end-time": "Endzeit",
|
"end-time": "Endzeit",
|
||||||
"geolocation": "Geolokation",
|
"geolocation": "Geolokation",
|
||||||
"built-in-templates": "Integrierte Vorlagen",
|
"built-in-templates": "Integrierte Vorlagen",
|
||||||
"board": "Tafel",
|
"board": "Kanban-Board",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"board_note_first": "Erste Notiz",
|
"board_note_first": "Erste Notiz",
|
||||||
"board_note_second": "Zweite Notiz",
|
"board_note_second": "Zweite Notiz",
|
||||||
|
|||||||
@ -3,10 +3,53 @@
|
|||||||
"title": "Začínáme",
|
"title": "Začínáme",
|
||||||
"desktop_title": "Stažení aplikace pro osobní počítače (v{{version}})",
|
"desktop_title": "Stažení aplikace pro osobní počítače (v{{version}})",
|
||||||
"architecture": "Architektura:",
|
"architecture": "Architektura:",
|
||||||
"older_releases": "Starší vydání"
|
"older_releases": "Starší vydání",
|
||||||
|
"server_title": "Nastavte server pro přístup z více zařízení"
|
||||||
},
|
},
|
||||||
"hero_section": {
|
"hero_section": {
|
||||||
"get_started": "Start",
|
"get_started": "Start",
|
||||||
"github": "GitHub"
|
"github": "GitHub",
|
||||||
|
"title": "Uspořádejte si myšlenky. Vytvořte si osobní znalostní bázi.",
|
||||||
|
"subtitle": "Trilium je open-source řešení pro pořizování poznámek a organizaci osobní znalostní báze. Používejte jej lokálně na svém počítači nebo jej synchronizujte se svým vlastním serverem, abyste měli své poznámky vždy po ruce, ať jste kdekoli.",
|
||||||
|
"dockerhub": "Docker Hub",
|
||||||
|
"screenshot_alt": "Snímek obrazovky desktopové aplikace Trilium Notes"
|
||||||
|
},
|
||||||
|
"organization_benefits": {
|
||||||
|
"title": "Organizace",
|
||||||
|
"note_structure_title": "Struktura poznámek",
|
||||||
|
"note_structure_description": "Poznámky lze uspořádat hierarchicky. Není třeba používat složky, protože každá poznámka může obsahovat podpoznámky. Jednu poznámku lze přidat na více míst v hierarchii.",
|
||||||
|
"attributes_title": "Poznámky k štítkům a vztahům",
|
||||||
|
"attributes_description": "Využijte vztahy mezi poznámkami nebo přidejte štítky pro snadnou kategorizaci. Pomocí propagovaných atributů zadejte strukturované informace, které lze použít v tabulkách.",
|
||||||
|
"hoisting_title": "Pracovní prostředí a hoisting",
|
||||||
|
"hoisting_description": "Snadno oddělte své osobní a pracovní poznámky tím, že je seskupíte do pracovního prostoru, který zaměří strom poznámek tak, aby zobrazoval pouze konkrétní sadu poznámek."
|
||||||
|
},
|
||||||
|
"productivity_benefits": {
|
||||||
|
"title": "Produktivita a bezpečnost",
|
||||||
|
"revisions_title": "Revize poznámek",
|
||||||
|
"revisions_content": "Poznámky se pravidelně ukládají na pozadí a revize lze použít k přezkoumání nebo ke zrušení náhodných změn. Revize lze také vytvářet na požádání.",
|
||||||
|
"search_content": "Nebo vyhledávejte text uvnitř poznámek a zúžte vyhledávání filtrováním podle nadřazené poznámky nebo podle hloubky.",
|
||||||
|
"web_clipper_title": "Webový výstřižek",
|
||||||
|
"web_clipper_content": "Zachyťte webové stránky (nebo snímky obrazovky) a vložte je přímo do Trilium pomocí rozšíření prohlížeče Webového výstřižku.",
|
||||||
|
"sync_title": "Synchoronizace",
|
||||||
|
"sync_content": "Pomocí vlastní nebo cloudové instance můžete snadno synchronizovat své poznámky mezi více zařízeními a přistupovat k nim ze svého mobilního telefonu pomocí PWA.",
|
||||||
|
"protected_notes_title": "Chráněné poznámky",
|
||||||
|
"protected_notes_content": "Chraňte citlivé osobní údaje šifrováním poznámek a jejich uzamčením za heslem chráněnou relací.",
|
||||||
|
"jump_to_title": "Rychlé hledání a příkazy",
|
||||||
|
"jump_to_content": "Rychle přejděte k poznámkám nebo příkazům uživatelského rozhraní v celé hierarchii pomocí vyhledávání podle názvu, přičemž fuzzy vyhledávání zohledňuje překlepy nebo drobné rozdíly.",
|
||||||
|
"search_title": "Výkonné vyhledávání"
|
||||||
|
},
|
||||||
|
"note_types": {
|
||||||
|
"title": "Několik způsobů, jak prezentovat vaše informace",
|
||||||
|
"text_title": "Textová poznámka",
|
||||||
|
"text_description": "Poznámky se upravují pomocí vizuálního editoru (WYSIWYG) s podporou tabulek, obrázků, matematických výrazů a bloků kódu se zvýrazněním syntaxe. Text lze rychle formátovat pomocí syntaxe podobné Markdownu nebo pomocí příkazů s lomítkem.",
|
||||||
|
"code_title": "Poznámka kódu",
|
||||||
|
"code_description": "Velké vzorky zdrojového kódu nebo skriptů používají speciální editor s barevným zvýrazněním syntaxe pro mnoho programovacích jazyků a s různými barevnými motivy.",
|
||||||
|
"file_title": "Souborové poznámky",
|
||||||
|
"file_description": "Vložte multimediální soubory, jako jsou PDF, obrázky, videa, s náhledem v aplikaci.",
|
||||||
|
"canvas_title": "Plátno",
|
||||||
|
"canvas_description": "Uspořádejte tvary, obrázky a text na nekonečném plátně pomocí stejné technologie, jaká se používá na webu excalidraw.com. Ideální pro diagramy, náčrtky a vizuální plánování.",
|
||||||
|
"mermaid_title": "Mermaid diagramy",
|
||||||
|
"mermaid_description": "Vytvářejte diagramy, jako jsou vývojové diagramy, diagramy tříd a sekvencí, Ganttovy diagramy a mnoho dalších, pomocí syntaxe Mermaid.",
|
||||||
|
"mindmap_title": "Myšlenková mapa"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -36,7 +36,9 @@
|
|||||||
"code_title": "Code Notizen",
|
"code_title": "Code Notizen",
|
||||||
"canvas_title": "Canvas",
|
"canvas_title": "Canvas",
|
||||||
"mermaid_title": "Mermaid Diagramm",
|
"mermaid_title": "Mermaid Diagramm",
|
||||||
"mindmap_title": "Mind Map"
|
"mindmap_title": "Mind Map",
|
||||||
|
"text_description": "Die Notizen werden mit einem visuellen Editor (WYSIWYG) bearbeitet, der Tabellen, Bilder, mathematische Ausdrücke und Code-Blöcke mit Syntaxhervorhebung unterstützt. Formatieren Sie den Text schnell mit einer Markdown-ähnlichen Syntax oder mit Slash-Befehlen.",
|
||||||
|
"code_description": "Große Quellcode- oder Skriptdateien werden mit einem speziellen Editor bearbeitet, der Syntaxhervorhebung für viele Programmiersprachen und diverse Farbschemata bietet."
|
||||||
},
|
},
|
||||||
"extensibility_benefits": {
|
"extensibility_benefits": {
|
||||||
"import_export_title": "Import/Export",
|
"import_export_title": "Import/Export",
|
||||||
@ -45,5 +47,41 @@
|
|||||||
},
|
},
|
||||||
"collections": {
|
"collections": {
|
||||||
"calendar_title": "Kalender"
|
"calendar_title": "Kalender"
|
||||||
|
},
|
||||||
|
"download_helper_desktop_macos": {
|
||||||
|
"quick_start": "Installieren mit Homebrew:",
|
||||||
|
"download_dmg": "Installer (.dmg) herunterladen",
|
||||||
|
"download_zip": "Portable (.zip)",
|
||||||
|
"download_homebrew_cask": "Die Homebrew Cask",
|
||||||
|
"description_arm64": "Für Apple Silicon Macs, beispielsweise mit M1-, M2-, M3- oder M4-Chips.",
|
||||||
|
"description_x64": "Für Intel-Macs ab macOS Monterey und neuer.",
|
||||||
|
"title_x64": "macOS für Intel",
|
||||||
|
"title_arm64": "macOS für Apple Silicon"
|
||||||
|
},
|
||||||
|
"download_helper_server_docker": {
|
||||||
|
"title": "Self-hosted mit Docker",
|
||||||
|
"description": "Schnelle Installation auf Windows, Linux oder macOS mit einem Docker-Container.",
|
||||||
|
"download_dockerhub": "Docker-Hub",
|
||||||
|
"download_ghcr": "ghcr.io"
|
||||||
|
},
|
||||||
|
"download_helper_desktop_linux": {
|
||||||
|
"download_aur": "AUR",
|
||||||
|
"download_nixpkgs": "nixpkgs",
|
||||||
|
"download_zip": "Portable (.zip)",
|
||||||
|
"download_flatpak": ".flatpak",
|
||||||
|
"download_rpm": ".rpm"
|
||||||
|
},
|
||||||
|
"download_helper_server_linux": {
|
||||||
|
"title": "Self-hosted auf Linux",
|
||||||
|
"description": "Trilium Notes auf Ihrem eigenen Server oder VPS bereitstellen – kompatibel mit den meisten Linux-Distributionen.",
|
||||||
|
"download_tar_x64": "x64 (.tar.xz)",
|
||||||
|
"download_tar_arm64": "ARM (.tar.xz)",
|
||||||
|
"download_nixos": "NixOS Module"
|
||||||
|
},
|
||||||
|
"download_helper_server_hosted": {
|
||||||
|
"title": "Kostenpflichtiges Hosting",
|
||||||
|
"description": "Trilium Notes wird auf PikaPods gehostet, einem kostenpflichtigen Dienst für einfachen Zugriff und Verwaltung. Es besteht keine direkte Verbindung zum Trilium-Team.",
|
||||||
|
"download_pikapod": "Auf PikaPods installieren",
|
||||||
|
"download_triliumcc": "Alternativ siehe trilium.cc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,5 +5,13 @@
|
|||||||
"architecture": "Mimari:",
|
"architecture": "Mimari:",
|
||||||
"older_releases": "Eski sürümleri görüntüle",
|
"older_releases": "Eski sürümleri görüntüle",
|
||||||
"server_title": "Birden fazla cihazdan erişim için bir sunucu kurun"
|
"server_title": "Birden fazla cihazdan erişim için bir sunucu kurun"
|
||||||
|
},
|
||||||
|
"hero_section": {
|
||||||
|
"title": "Düşüncelerinizi organize edin. Kişisel bilgi birikiminizi oluşturun.",
|
||||||
|
"subtitle": "Trilium, not tutma ve kişisel bir bilgi tabanını düzenleme için açık kaynaklı bir çözümdür. Bunu masaüstünü bilgisayarınızda kullanabilir veya kendi barındırdığınız sunucuyla senkronize ederek notlarınızı gittiğiniz her yerde yanınızda bulundurabilirsiniz.",
|
||||||
|
"get_started": "Başlayın",
|
||||||
|
"github": "GitHub",
|
||||||
|
"dockerhub": "Docker Hub",
|
||||||
|
"screenshot_alt": "Trilium Notes masaüstü uygulamasının ekran görüntüsü"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
125
docs/README-cs.md
vendored
125
docs/README-cs.md
vendored
@ -11,14 +11,14 @@
|
|||||||
|
|
||||||
# Trilium Notes
|
# Trilium Notes
|
||||||
|
|
||||||

|
 \
|
LiberaPay](https://img.shields.io/liberapay/patrons/ElianDoran)\
|
||||||

|

|
||||||
\
|
vydání)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
|
||||||
[](https://app.relative-ci.com/projects/Di5q7dz9daNDZ9UXi0Bp)
|
[](https://app.relative-ci.com/projects/Di5q7dz9daNDZ9UXi0Bp)
|
||||||
[](https://hosted.weblate.org/engage/trilium/)
|
překladu](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
|
||||||
|
|
||||||
[Angličtina](./README.md) | [Čínština (Zjednodušená)](./docs/README-ZH_CN.md) |
|
[Angličtina](./README.md) | [Čínština (Zjednodušená)](./docs/README-ZH_CN.md) |
|
||||||
[Čínština (Tradiční)](./docs/README-ZH_TW.md) | [Ruština](./docs/README-ru.md) |
|
[Čínština (Tradiční)](./docs/README-ZH_TW.md) | [Ruština](./docs/README-ru.md) |
|
||||||
@ -28,8 +28,8 @@ status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted
|
|||||||
Trilium Notes je open-source, cross-platform aplikace pro hierarchiální psaní
|
Trilium Notes je open-source, cross-platform aplikace pro hierarchiální psaní
|
||||||
poznámek.
|
poznámek.
|
||||||
|
|
||||||
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for
|
Pro rychlý přehled viz
|
||||||
quick overview:
|
[screenshot](https://triliumnext.github.io/Docs/Wiki/screenshot-tour):
|
||||||
|
|
||||||
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./docs/app.png" alt="Trilium Screenshot" width="1000"></a>
|
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./docs/app.png" alt="Trilium Screenshot" width="1000"></a>
|
||||||
|
|
||||||
@ -37,8 +37,7 @@ quick overview:
|
|||||||
- [Nejnovější verze](https://github.com/TriliumNext/Trilium/releases/latest) –
|
- [Nejnovější verze](https://github.com/TriliumNext/Trilium/releases/latest) –
|
||||||
stabilní verze, doporučena pro většinu uživatelů.
|
stabilní verze, doporučena pro většinu uživatelů.
|
||||||
- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly) –
|
- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly) –
|
||||||
unstable development version, updated daily with the latest features and
|
nestabilní vývojová verze, denně aktualizovaná o nejnovější funkce a opravy.
|
||||||
fixes.
|
|
||||||
|
|
||||||
## 📚 Dokumentace
|
## 📚 Dokumentace
|
||||||
|
|
||||||
@ -61,62 +60,64 @@ Naše dokumenatce je dostupná ve vícero formátech:
|
|||||||
Dockeru](./docs/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md)
|
Dockeru](./docs/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md)
|
||||||
- [Aktualizování
|
- [Aktualizování
|
||||||
TriliumNext](./docs/User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md)
|
TriliumNext](./docs/User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md)
|
||||||
- [Basic Concepts and
|
- [Základní pojmy a
|
||||||
Features](./docs/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md)
|
funkce](./docs/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md)
|
||||||
- [Patterns of Personal Knowledge
|
- [Vzory osobní znalostní
|
||||||
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge)
|
báze](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge)
|
||||||
|
|
||||||
## 🎁 Funkce
|
## 🎁 Funkce
|
||||||
|
|
||||||
* Notes can be arranged into arbitrarily deep tree. Single note can be placed
|
* Poznámky lze uspořádat do libovolně hlubokého stromu. Jedna poznámka může být
|
||||||
into multiple places in the tree (see
|
umístěna na více místech ve stromu (viz
|
||||||
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes))
|
[klonování](https://triliumnext.github.io/Docs/Wiki/cloning-notes))
|
||||||
* Rich WYSIWYG note editor including e.g. tables, images and
|
* Bohatý editor poznámek WYSIWYG zahrnující např. tabulky, obrázky a
|
||||||
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown
|
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) s automatickým
|
||||||
|
formátováním
|
||||||
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat)
|
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat)
|
||||||
* Support for editing [notes with source
|
* Podpora pro úpravy [poznámek se zdrojovým
|
||||||
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax
|
kódem](https://triliumnext.github.io/Docs/Wiki/code-notes), včetně zvýraznění
|
||||||
highlighting
|
syntaxe
|
||||||
* Fast and easy [navigation between
|
* Rychlá a snadná [navigace mezi
|
||||||
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text
|
poznámkami](https://triliumnext.github.io/Docs/Wiki/note-navigation),
|
||||||
search and [note
|
vyhledávání v plném textu a [zvedání
|
||||||
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting)
|
poznámek](https://triliumnext.github.io/Docs/Wiki/note-hoisting)
|
||||||
* Seamless [note
|
* Bezproblémová [poznámka k
|
||||||
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions)
|
verzím](https://triliumnext.github.io/Docs/Wiki/note-revisions)
|
||||||
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be
|
* Poznámka [atributy](https://triliumnext.github.io/Docs/Wiki/attributes) lze
|
||||||
used for note organization, querying and advanced
|
použít pro organizaci poznámek, dotazování a pokročilé
|
||||||
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts)
|
[skriptování](https://triliumnext.github.io/Docs/Wiki/scripts)
|
||||||
* UI available in English, German, Spanish, French, Romanian, and Chinese
|
* Uživatelské rozhraní je k dispozici v angličtině, češtině, němčině,
|
||||||
(simplified and traditional)
|
španělštině, francouzštině, rumunštině a čínštině (zjednodušené a tradiční)
|
||||||
* Direct [OpenID and TOTP
|
* Přímá integrace [OpenID a
|
||||||
integration](./docs/User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md)
|
TOTP](./docs/User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md)
|
||||||
for more secure login
|
pro bezpečnější přihlášení
|
||||||
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization)
|
* [Synchronizace](https://triliumnext.github.io/Docs/Wiki/synchronization) s
|
||||||
with self-hosted sync server
|
vlastním synchronizačním serverem
|
||||||
* there's a [3rd party service for hosting synchronisation
|
* existuje [služba třetí strany pro hostování synchronizačního
|
||||||
server](https://trilium.cc/paid-hosting)
|
serveru](https://trilium.cc/paid-hosting)
|
||||||
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes
|
* [Sdílení](https://triliumnext.github.io/Docs/Wiki/sharing) (zveřejňování)
|
||||||
to public internet
|
poznámek na veřejném internetu
|
||||||
* Strong [note
|
* Silné [šifrování
|
||||||
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with
|
poznámek](https://triliumnext.github.io/Docs/Wiki/protected-notes) s
|
||||||
per-note granularity
|
granularitou na úrovni jednotlivých poznámek
|
||||||
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
|
* Náčrt diagramů na základě [Excalidraw](https://excalidraw.com/) (poznámka typu
|
||||||
"canvas")
|
„plátno“)
|
||||||
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and
|
* [Mapy vztahů](https://triliumnext.github.io/Docs/Wiki/relation-map) a [mapy
|
||||||
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing
|
odkazů](https://triliumnext.github.io/Docs/Wiki/link-map) pro vizualizaci
|
||||||
notes and their relations
|
poznámek a jejich vztahů
|
||||||
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
|
* Myšlenkové mapy založené na [Mind Elixir](https://docs.mind-elixir.com/)
|
||||||
* [Geo maps](./docs/User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with
|
* [Geo mapy](./docs/User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) s
|
||||||
location pins and GPX tracks
|
lokalizačními značkami a trasami GPX
|
||||||
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced
|
* [Skriptování](https://triliumnext.github.io/Docs/Wiki/scripts) – viz
|
||||||
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases)
|
[Pokročilé ukázky](https://triliumnext.github.io/Docs/Wiki/advanced-showcases)
|
||||||
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation
|
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) pro automatizaci
|
||||||
* Scales well in both usability and performance upwards of 100 000 notes
|
* Dobře škálovatelný jak z hlediska použitelnosti, tak výkonu až do 100 000
|
||||||
* Touch optimized [mobile
|
poznámek
|
||||||
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for
|
* Optimalizované pro dotykové ovládání [mobilní
|
||||||
smartphones and tablets
|
rozhraní](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) pro
|
||||||
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support
|
smartphony a tablety
|
||||||
for user themes
|
* Vestavěný [tmavý motiv](https://triliumnext.github.io/Docs/Wiki/themes),
|
||||||
|
podpora uživatelských motivů
|
||||||
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and
|
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and
|
||||||
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown)
|
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown)
|
||||||
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy
|
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy
|
||||||
|
|||||||
18
docs/README-tr.md
vendored
18
docs/README-tr.md
vendored
@ -34,19 +34,19 @@ görüntülerine](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) bakı
|
|||||||
|
|
||||||
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./docs/app.png" alt="Trilium Screenshot" width="1000"></a>
|
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./docs/app.png" alt="Trilium Screenshot" width="1000"></a>
|
||||||
|
|
||||||
## ⏬ Download
|
## İndir
|
||||||
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) –
|
- [Son sürüm](https://github.com/TriliumNext/Trilium/releases/latest) – stabil
|
||||||
stable version, recommended for most users.
|
versiyon, standart kullanıcılar için tavsiye edilir.
|
||||||
- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly) –
|
- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly) –
|
||||||
unstable development version, updated daily with the latest features and
|
kararsız geliştirme sürümü, son özellikler ve iyileştirmelerle günlük olarak
|
||||||
fixes.
|
güncellenir.
|
||||||
|
|
||||||
## 📚 Documentation
|
## Dokümantasyon
|
||||||
|
|
||||||
**Visit our comprehensive documentation at
|
**Kapsamlı dokümanlarımızı [docs.triliumnotes.org] adresinden ziyaret
|
||||||
[docs.triliumnotes.org](https://docs.triliumnotes.org/)**
|
edin(https://docs.triliumnotes.org/)**
|
||||||
|
|
||||||
Our documentation is available in multiple formats:
|
Dokümantasyonumuz birden fazla formatta mevcuttur:
|
||||||
- **Online Documentation**: Browse the full documentation at
|
- **Online Documentation**: Browse the full documentation at
|
||||||
[docs.triliumnotes.org](https://docs.triliumnotes.org/)
|
[docs.triliumnotes.org](https://docs.triliumnotes.org/)
|
||||||
- **In-App Help**: Press `F1` within Trilium to access the same documentation
|
- **In-App Help**: Press `F1` within Trilium to access the same documentation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user