diff --git a/apps/client/src/translations/cs/translation.json b/apps/client/src/translations/cs/translation.json index aedf9519f..6cdb3321b 100644 --- a/apps/client/src/translations/cs/translation.json +++ b/apps/client/src/translations/cs/translation.json @@ -4,7 +4,7 @@ "homepage": "Domovská stránka:", "app_version": "Verze aplikace:", "db_version": "Verze DB:", - "sync_version": "Verze sync:", + "sync_version": "Verze synchronizace:", "build_date": "Datum sestavení:", "build_revision": "Revize sestavení:", "data_directory": "Datový adresář:" @@ -36,6 +36,29 @@ "add_link": "Přidat odkaz", "help_on_links": "Nápověda k odkazům", "note": "Poznámka", - "search_note": "hledat poznámku podle názvu" + "search_note": "hledat poznámku podle názvu", + "link_title": "Název odkazu", + "button_add_link": "Přidat odkaz" + }, + "branch_prefix": { + "prefix": "Prefix: ", + "save": "Uložit" + }, + "bulk_actions": { + "bulk_actions": "Hromadné akce", + "affected_notes": "Ovlivněné poznámky", + "notes": "Poznámky" + }, + "confirm": { + "cancel": "Zrušit", + "ok": "OK" + }, + "delete_notes": { + "cancel": "Zrušit", + "ok": "OK", + "close": "Zavřít" + }, + "export": { + "close": "Zavřít" } } diff --git a/apps/client/src/translations/de/translation.json b/apps/client/src/translations/de/translation.json index 69fc3f518..db0664813 100644 --- a/apps/client/src/translations/de/translation.json +++ b/apps/client/src/translations/de/translation.json @@ -646,7 +646,8 @@ "about": "Über Trilium Notes", "logout": "Abmelden", "show-cheatsheet": "Cheatsheet anzeigen", - "toggle-zen-mode": "Zen Modus" + "toggle-zen-mode": "Zen Modus", + "new-version-available": "Neues Update verfügbar" }, "sync_status": { "unknown": "

Der Synchronisations-Status wird bekannt, sobald der nächste Synchronisierungsversuch gestartet wird.

Klicke, um eine Synchronisierung jetzt auszulösen.

", diff --git a/apps/client/src/translations/tw/translation.json b/apps/client/src/translations/tw/translation.json index db5096aa2..360789fa9 100644 --- a/apps/client/src/translations/tw/translation.json +++ b/apps/client/src/translations/tw/translation.json @@ -765,7 +765,8 @@ "table": "表格", "geo-map": "地理地圖", "board": "看板", - "include_archived_notes": "顯示已封存筆記" + "include_archived_notes": "顯示已封存筆記", + "presentation": "簡報" }, "edited_notes": { "no_edited_notes_found": "今天還沒有編輯過的筆記...", @@ -2074,5 +2075,10 @@ }, "collections": { "rendering_error": "發現錯誤,無法顯示內容。" + }, + "presentation_view": { + "edit-slide": "編輯此投影片", + "start-presentation": "開始簡報", + "slide-overview": "切換投影片概覽" } } diff --git a/apps/server/src/assets/translations/de/server.json b/apps/server/src/assets/translations/de/server.json index 0043f21cf..6ee28f60f 100644 --- a/apps/server/src/assets/translations/de/server.json +++ b/apps/server/src/assets/translations/de/server.json @@ -307,7 +307,12 @@ "board_note_second": "Zweite Notiz", "board_note_third": "Dritte Notiz", "board_status_todo": "To-Do", - "board_status_progress": "In Bearbeitung" + "board_status_progress": "In Bearbeitung", + "presentation": "Präsentation", + "presentation_slide": "Präsentationsfolie", + "presentation_slide_first": "Erste Folie", + "presentation_slide_second": "Zweite Folie", + "background": "Hintergrund" }, "keyboard_action_names": { "copy-notes-to-clipboard": "Notizen in Zwischenablage kopieren", diff --git a/apps/server/src/assets/translations/pl/server.json b/apps/server/src/assets/translations/pl/server.json index 5fc0f3e95..2838d138c 100644 --- a/apps/server/src/assets/translations/pl/server.json +++ b/apps/server/src/assets/translations/pl/server.json @@ -13,7 +13,7 @@ "sort-child-notes": "Sortuj podnotatki", "creating-and-moving-notes": "Tworzenie oraz przestawianie notatek", "create-note-after": "Utwórz notatkę po aktywnej notatce", - "create-note-into": "Utwórz notatkę jako podnotatka aktywnej notatki", + "create-note-into": "Utwórz notatkę jako pod-notatka aktywnej notatki", "create-note-into-inbox": "Utwórz notatkę w skrzyncę (jeśli zdefiniowana) lub jako notatka dnia", "delete-note": "Usuń notatkę", "move-note-up": "Przestaw notatkę wyżej", diff --git a/apps/server/src/assets/translations/tw/server.json b/apps/server/src/assets/translations/tw/server.json index cf9917a21..fa339ca17 100644 --- a/apps/server/src/assets/translations/tw/server.json +++ b/apps/server/src/assets/translations/tw/server.json @@ -423,7 +423,12 @@ "board_note_third": "第三個筆記", "board_status_todo": "待辦", "board_status_progress": "進行中", - "board_status_done": "已完成" + "board_status_done": "已完成", + "presentation": "簡報", + "presentation_slide": "簡報投影片", + "presentation_slide_first": "第一張投影片", + "presentation_slide_second": "第二張投影片", + "background": "背景" }, "sql_init": { "db_not_initialized_desktop": "資料庫尚未初始化,請依螢幕指示操作。", diff --git a/docs/README-ZH_TW.md b/docs/README-ZH_TW.md index e71c04e58..2a323c02d 100644 --- a/docs/README-ZH_TW.md +++ b/docs/README-ZH_TW.md @@ -30,12 +30,11 @@ Trilium Notes 是一款免費且開源、跨平台的階層式筆記應用程式 Trilium Screenshot -## ⏬ Download -- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) – - stable version, recommended for most users. -- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly) – - unstable development version, updated daily with the latest features and - fixes. +## ⏬ 下載 +- [最新版本](https://github.com/TriliumNext/Trilium/releases/latest) – + 穩定版本,推薦給大多數使用者。 +- [夜間構建](https://github.com/TriliumNext/Trilium/releases/tag/nightly) – + 不穩定開發版本,每日更新最新功能與修復內容。 ## 📚 文件 diff --git a/docs/README-cs.md b/docs/README-cs.md index bba139cc9..00f8e0130 100644 --- a/docs/README-cs.md +++ b/docs/README-cs.md @@ -33,9 +33,9 @@ quick overview: Trilium Screenshot -## ⏬ Download -- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) – - stable version, recommended for most users. +## ⏬ Stáhnout +- [Nejnovější verze](https://github.com/TriliumNext/Trilium/releases/latest) – + stabilní verze, doporučena pro většinu uživatelů. - [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly) – unstable development version, updated daily with the latest features and fixes. @@ -66,7 +66,7 @@ Our documentation is available in multiple formats: - [Patterns of Personal Knowledge Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) -## 🎁 Features +## 🎁 Funkce * Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree (see diff --git a/docs/README-de.md b/docs/README-de.md index ca3dfc8e8..7cf8846b3 100644 --- a/docs/README-de.md +++ b/docs/README-de.md @@ -29,45 +29,44 @@ Trilium Notes ist eine freie, open-source, plattformfreie, hierarchische Notiz-Anwendung mit Fokus auf die Erstellung großer persönlicher Wissenssammlungen. -See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for -quick overview: +Siehe [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) für +einen schnellen Überblick: Trilium Screenshot ## ⏬ Download -- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) – - stable version, recommended for most users. +- [Neueste Version](https://github.com/TriliumNext/Trilium/releases/latest) – + stabile Version, für die meisten Benutzer empfohlen. - [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly) – - unstable development version, updated daily with the latest features and - fixes. + instabile Entwicklungsversion, die täglich mit den neuesten Funktionen und + Fehlerbehebungen aktualisiert wird. ## 📚 Dokumentation -**Visit our comprehensive documentation at +**Besuche unsere umfassende Dokumentation unter [docs.triliumnotes.org](https://docs.triliumnotes.org/)** Unsere Dokumentation ist verfügbar in mehreren Formaten: -- **Online Documentation**: Browse the full documentation at +- **Online-Dokumentation**: Die vollständige Dokumentation finden man unter [docs.triliumnotes.org](https://docs.triliumnotes.org/) - **In-App Help**: Press `F1` within Trilium to access the same documentation directly in the application -- **GitHub**: Navigate through the [User - Guide](./docs/User%20Guide/User%20Guide/) in this repository +- **GitHub**: Durchsuche das + [Benutzerhandbuch](./docs/User%20Guide/User%20Guide/) in diesem Repository -### Quick Links -- [Getting Started Guide](https://docs.triliumnotes.org/) -- [Installation - Instructions](./docs/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md) +### Schnellzugriff +- [Erste Schritte](https://docs.triliumnotes.org/) +- [Installationsanleitung](./docs/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md) - [Docker Setup](./docs/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) -- [Upgrading - TriliumNext](./docs/User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) -- [Basic Concepts and - Features](./docs/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) -- [Patterns of Personal Knowledge - Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) +- [TriliumNext + aktualisieren](./docs/User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) +- [Grundkonzepte und + Funktionen](./docs/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) +- [Muster persönlicher + Wissensdatenbanken](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) -## 🎁 Features +## 🎁 Funktionen * Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree (see diff --git a/docs/README-ja.md b/docs/README-ja.md index 5215aac57..4fdea3056 100644 --- a/docs/README-ja.md +++ b/docs/README-ja.md @@ -32,12 +32,11 @@ Trilium Notes Trilium Screenshot -## ⏬ Download -- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) – - stable version, recommended for most users. -- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly) – - unstable development version, updated daily with the latest features and - fixes. +## ⏬ ダウンロード +- [最新リリース](https://github.com/TriliumNext/Trilium/releases/latest) – + 安定バージョン。ほとんどのユーザーに推奨されます。 +- [ナイトリービルド](https://github.com/TriliumNext/Trilium/releases/tag/nightly) – + 不安定な開発バージョン。最新の機能と修正が毎日更新されます。 ## 📚 ドキュメント diff --git a/docs/README-pl.md b/docs/README-pl.md index bba139cc9..dd68a1240 100644 --- a/docs/README-pl.md +++ b/docs/README-pl.md @@ -25,8 +25,9 @@ status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted | [Japanese](./docs/README-ja.md) | [Italian](./docs/README-it.md) | [Spanish](./docs/README-es.md) -Trilium Notes is a free and open-source, cross-platform hierarchical note taking -application with focus on building large personal knowledge bases. +Trilium Notes to darmowa, otwarto-źródłowa i wieloplatformowa aplikacja do +tworzenia hierarchicznych notatek, skoncentrowana na budowaniu dużych osobistych +baz wiedzy. See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for quick overview: @@ -36,20 +37,20 @@ quick overview: ## ⏬ Download - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) – stable version, recommended for most users. -- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly) – - unstable development version, updated daily with the latest features and - fixes. +- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly) - + niestabilna wersja deweloperska, aktualizowana codziennie o najnowsze funkcje + i poprawki. -## 📚 Documentation +## 📚Dokumentacja -**Visit our comprehensive documentation at +**Odwiedź naszą obszerną dokumentację na [docs.triliumnotes.org](https://docs.triliumnotes.org/)** -Our documentation is available in multiple formats: +Nasza dokumentacja jest dostępna w wielu formatach: - **Online Documentation**: Browse the full documentation at [docs.triliumnotes.org](https://docs.triliumnotes.org/) -- **In-App Help**: Press `F1` within Trilium to access the same documentation - directly in the application +- **Pomoc w aplikacji**: Naciśnij `F1` w Trilium, aby uzyskać dostęp do tej + samej dokumentacji bezpośrednio w aplikacji - **GitHub**: Navigate through the [User Guide](./docs/User%20Guide/User%20Guide/) in this repository @@ -71,9 +72,10 @@ Our documentation is available in multiple formats: * Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree (see [cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) -* Rich WYSIWYG note editor including e.g. tables, images and - [math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown +* Bogaty edytor notatek WYSIWYG, zawierający np. tabele, obrazy i + [math](https://triliumnext.github.io/Docs/Wiki/text-notes) z [autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) + Markdown * Support for editing [notes with source code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax highlighting