Skip to content

Commit 6278a37

Browse files
authored
Translations update from Hosted Weblate (#9486)
2 parents 1595188 + 1c508b8 commit 6278a37

7 files changed

Lines changed: 62 additions & 29 deletions

File tree

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,8 @@
615615
"collections": "コレクション",
616616
"ai-chat": "AI チャット",
617617
"spreadsheet": "スプレッドシート",
618-
"llm-chat": "AI チャット"
618+
"llm-chat": "AI チャット",
619+
"markdown": "Markdown"
619620
},
620621
"edited_notes": {
621622
"no_edited_notes_found": "この日の編集されたノートはまだありません...",
@@ -2479,5 +2480,10 @@
24792480
},
24802481
"launcher_button_context_menu": {
24812482
"remove_from_launch_bar": "ランチャーバーから削除"
2483+
},
2484+
"display_mode": {
2485+
"source": "ソースビュー",
2486+
"split": "分割ビュー",
2487+
"preview": "プレビュー"
24822488
}
24832489
}

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

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,21 @@
8989
},
9090
"delete_notes": {
9191
"delete_all_clones_description": "同時刪除所有克隆(可以在最近修改中撤消)",
92-
"erase_notes_description": "通常(軟)刪除僅標記筆記為已刪除,可以在一段時間內透過最近修改對話方塊撤消。勾選此選項將立即擦除筆記,無法撤銷",
92+
"erase_notes_description": "立即刪除筆記,而非執行軟刪除。此操作無法撤銷,且會強制重新載入應用程式",
9393
"erase_notes_warning": "永久擦除筆記(無法撤銷),包括所有克隆。這將強制應用程式重新載入。",
94-
"notes_to_be_deleted": "將刪除以下筆記 ({{notesCount}})",
94+
"notes_to_be_deleted": "待刪除筆記 ({{notesCount}})",
9595
"no_note_to_delete": "沒有筆記將被刪除(僅克隆)。",
96-
"broken_relations_to_be_deleted": "將刪除以下關聯並斷開連接 ({{ relationCount}})",
96+
"broken_relations_to_be_deleted": "斷開的關聯 ({{ relationCount}})",
9797
"cancel": "取消",
98-
"close": "關閉"
98+
"close": "關閉",
99+
"title": "刪除筆記",
100+
"clones_label": "克隆",
101+
"delete_clones_description_one": "同時刪除 {{count}} 個其他克隆。此操作可在最近修改中撤銷。",
102+
"erase_notes_label": "永久擦除",
103+
"table_note_with_relation": "有關聯的筆記",
104+
"table_relation": "關聯",
105+
"table_points_to": "指向 (已刪除)",
106+
"delete": "刪除"
99107
},
100108
"export": {
101109
"export_note_title": "匯出筆記",
@@ -206,7 +214,8 @@
206214
"box_size_small": "小型(顯示大約 10 行)",
207215
"box_size_medium": "中型 (顯示大約30行)",
208216
"box_size_full": "完整顯示(完整文字框)",
209-
"button_include": "內嵌筆記"
217+
"button_include": "內嵌筆記",
218+
"box_size_expandable": "可展開(預設為摺疊狀態)"
210219
},
211220
"info": {
212221
"modalTitle": "資訊消息",
@@ -1430,7 +1439,7 @@
14301439
"expand-subtree": "展開子階層",
14311440
"collapse-subtree": "收摺子階層",
14321441
"sort-by": "排序方式…",
1433-
"recent-changes-in-subtree": "子階層中的最近更改",
1442+
"recent-changes-in-subtree": "子階層中的最近修改",
14341443
"convert-to-attachment": "轉換為附件",
14351444
"copy-note-path-to-clipboard": "複製筆記路徑至剪貼簿",
14361445
"protect-subtree": "保護子階層",
@@ -2334,5 +2343,14 @@
23342343
"history": "對話歷史",
23352344
"recent_chats": "最近的對話",
23362345
"no_chats": "無先前的對話記錄"
2346+
},
2347+
"revisions": {
2348+
"note_revisions": "筆記歷史版本",
2349+
"delete_all_revisions": "刪除此筆記的所有歷史版本",
2350+
"delete_all_button": "刪除所有歷史版本",
2351+
"help_title": "關於筆記歷史版本的說明",
2352+
"confirm_delete_all": "您要刪除此筆記的所有歷史版本嗎?",
2353+
"no_revisions": "尚無此筆記的歷史版本...",
2354+
"restore_button": "還原"
23372355
}
23382356
}

apps/server/src/assets/translations/ja/server.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@
382382
"migration": {
383383
"old_version": "現在のバージョンからの直接的な移行はサポートされていません。まず最新のv0.60.4にアップグレードしてから、このバージョンにアップグレードしてください。",
384384
"error_message": "バージョン {{version}} への移行中にエラーが発生しました: {{stack}}",
385-
"wrong_db_version": "データベースのバージョン({{version}})は、アプリケーションが想定しているバージョン({{targetVersion}})よりも新しく、互換性のないバージョンによって作成された可能性があります。この問題を解決するには、Triliumを最新バージョンにアップグレードしてください。"
385+
"wrong_db_version": "データベースのバージョン({{version}})は、アプリケーションが想定しているバージョン({{targetVersion}})よりも新しく、互換性のないバージョンによって作成された可能性があります。この問題を解決するには、Triliumを最新バージョンにアップグレードしてください。",
386+
"invalid_db_version": "データベースのバージョン番号が無効です。これは通常、データベース内の 'dbVersion' オプションが破損していることを示しています。バックアップから復元してください。"
386387
},
387388
"modals": {
388389
"error_title": "エラー"

apps/server/src/assets/translations/tw/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"show-note-source": "顯示筆記來源對話方塊",
4646
"show-options": "打開選項頁面",
4747
"show-revisions": "顯示筆記歷史版本對話方塊",
48-
"show-recent-changes": "顯示最近更改對話方塊",
48+
"show-recent-changes": "顯示最近修改對話方塊",
4949
"show-sql-console": "打開 SQL 控制台頁面",
5050
"show-backend-log": "打開後端日誌頁面",
5151
"text-note-operations": "文字筆記操作",
@@ -261,7 +261,7 @@
261261
"show-note-source": "顯示筆記原始碼",
262262
"show-options": "顯示選項",
263263
"show-revisions": "顯示歷史版本",
264-
"show-recent-changes": "顯示最近更改",
264+
"show-recent-changes": "顯示最近修改",
265265
"show-sql-console": "顯示 SQL 控制台",
266266
"show-backend-log": "顯示後端日誌",
267267
"show-help": "顯示說明",

apps/server/src/assets/translations/ug/server.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@
8585
"reload-frontend-app": "ئالدى تەرەپ ئەپىنى قايتا يۈكلەش",
8686
"open-dev-tools": "تەتقىقاتچى قوراللىرىنى ئېچىش",
8787
"find-in-text": "تېكىست ئىچىدىن ئىزدەش",
88-
"toggle-left-note-tree-panel": "سول تەرەپ (خاتىرە دەرىخى) تاختىسىنى ئالماشتۇرۇش"
88+
"toggle-left-note-tree-panel": "سول تەرەپ (خاتىرە دەرىخى) تاختىسىنى ئالماشتۇرۇش",
89+
"toggle-full-screen": "پۈتۈن ئېكران شەكلىگە ئالماشتۇرۇش",
90+
"zoom-out": "كىچىكلىتىش",
91+
"zoom-in": "چوڭايتىش",
92+
"note-navigation": "خاتىرە يولباشچىسى",
93+
"reset-zoom-level": "چوڭ-كىچىكلىك دەرىجىسىنى ئەسلىگە كەلتۈرۈش",
94+
"copy-without-formatting": "تاللانغان تېكىستنى فارماٹسىز كۆچۈرۈش",
95+
"force-save-revision": "نۆۋەتتىكى خاتىرىنىڭ يېڭى نەشرىنى مەجبۇرىي قۇرۇش/ساقلاش"
8996
}
9097
}

docs/README-ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Trilium Notes
6363

6464
* ノートは任意の深さのツリーに配置できます。1つのノートをツリー内の複数の場所に配置できます([クローン](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning)を参照)
6565
* 豊富な WYSIWYG ノートエディター 例:
66-
表、画像、[数式](https://docs.triliumnotes.org/user-guide/note-types/text) とマークダウン
66+
表、画像、[数式](https://docs.triliumnotes.org/user-guide/note-types/text) と markdown
6767
[自動フォーマット](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
6868
など
6969
* 構文ハイライト表示を含む

docs/README-ug.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -285,23 +285,24 @@ pnpm run --filter desktop electron-forge:make --arch=x64 --platform=win32
285285

286286
### تەتقىقاتچى ھۆججەتلىرى
287287

288-
Please view the [documentation
289-
guide](https://github.com/TriliumNext/Trilium/blob/main/docs/Developer%20Guide/Developer%20Guide/Environment%20Setup.md)
290-
for details. If you have more questions, feel free to reach out via the links
291-
described in the "Discuss with us" section above.
292-
293-
## 👏 Shoutouts
294-
295-
* [zadam](https://github.com/zadam) for the original concept and implementation
296-
of the application.
297-
* [Sarah Hussein](https://github.com/Sarah-Hussein) for designing the
298-
application icon.
299-
* [nriver](https://github.com/nriver) for his work on internationalization.
300-
* [Thomas Frei](https://github.com/thfrei) for his original work on the Canvas.
301-
* [antoniotejada](https://github.com/nriver) for the original syntax highlight
302-
widget.
303-
* [Dosu](https://dosu.dev/) for providing us with the automated responses to
304-
GitHub issues and discussions.
288+
تەپسىلاتلار ئۈچۈن [ھۆججەت
289+
يېتەكچىسى](https://github.com/TriliumNext/Trilium/blob/main/docs/Developer%20Guide/Developer%20Guide/Environment%20Setup.md)گە
290+
قاراڭ. ئەگەر تېخىمۇ كۆپ سوئاللىرىڭىز بولسا، ئۈستىدىكى "بىز بىلەن ئالاقىلىشىڭ"
291+
بۆلىكىدە تەمىنلەنگەن ئۇلىنىشلار ئارقىلىق بىز بىلەن ئالاقىلىشىڭنى قارشى ئالىمىز.
292+
293+
## 👏 مىننەتدارلىق
294+
295+
* ئەپنىڭ ئەسلى ئۇقۇم لاھىيەسى ۋە ئەمەلگە ئاشۇرۇلۇشىغا تۆھپە قوشقان
296+
[zadam](https://github.com/zadam).
297+
* ئەپ سىنبەلگىسىنى لاھىيەلىگەن [Sarah
298+
Hussein](https://github.com/Sarah-Hussein).
299+
* خەلقئارالاشتۇرۇش خىزمىتىگە تۆھپە قوشقان [nriver](https://github.com/nriver).
300+
* Canvas جەھەتتىكى ئەسلى ئىجادىي خىزمەتلىرى ئۈچۈن [Thomas
301+
Frei](https://github.com/thfrei).
302+
* ئەسلى گرامماتىكا گەۋدىلەندۈرۈش كىچىك زاپچاسلارنى ئاپتورى
303+
[antoniotejada](https://github.com/nriver).
304+
* GitHub مەسىلىلىرى ۋە مۇنازىرىلىرىگە ئاپتوماتىك جاۋاب قايتۇرۇش بىلەن تەمىنلىگەن
305+
[Dosu](https://dosu.dev/).
305306
* [Tabler Icons](https://tabler.io/icons) for the system tray icons.
306307

307308
Trilium would not be possible without the technologies behind it:

0 commit comments

Comments
 (0)