Skip to content

Commit 6b6dc47

Browse files
authored
Translations update from Hosted Weblate (#7714)
2 parents 20b301a + 50dfd1d commit 6b6dc47

File tree

8 files changed

+56
-15
lines changed

8 files changed

+56
-15
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,8 @@
690690
"convert_into_attachment_failed": "笔记 '{{title}}' 转换失败。",
691691
"convert_into_attachment_successful": "笔记 '{{title}}' 已成功转换为附件。",
692692
"convert_into_attachment_prompt": "确定要将笔记 '{{title}}' 转换为父笔记的附件吗?",
693-
"print_pdf": "导出为 PDF..."
693+
"print_pdf": "导出为 PDF...",
694+
"open_note_on_server": "在服务器上打开笔记"
694695
},
695696
"onclick_button": {
696697
"no_click_handler": "按钮组件'{{componentId}}'没有定义点击处理程序"
@@ -1110,7 +1111,8 @@
11101111
"title": "内容宽度",
11111112
"default_description": "Trilium默认会限制内容的最大宽度以提高在宽屏中全屏时的可读性。",
11121113
"max_width_label": "内容最大宽度(像素)",
1113-
"max_width_unit": "像素"
1114+
"max_width_unit": "像素",
1115+
"centerContent": "保持内容居中"
11141116
},
11151117
"native_title_bar": {
11161118
"title": "原生标题栏(需要重新启动应用)",
@@ -2082,5 +2084,11 @@
20822084
},
20832085
"calendar_view": {
20842086
"delete_note": "删除笔记..."
2087+
},
2088+
"read-only-info": {
2089+
"read-only-note": "当前正在查看一个只读笔记。",
2090+
"auto-read-only-note": "这条笔记以只读模式显示便于快速加载。",
2091+
"auto-read-only-learn-more": "了解更多",
2092+
"edit-note": "编辑笔记"
20852093
}
20862094
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prefix": "接頭辞: ",
4242
"branch_prefix_saved": "ブランチの接頭辞が保存されました。",
4343
"edit_branch_prefix_multiple": "{{count}} ブランチのブランチ接頭辞を編集",
44-
"branch_prefix_saved_multiple": "{{count}} 個のブランチのブランチ接頭辞が保存されました",
44+
"branch_prefix_saved_multiple": "{{count}} ブランチのブランチ接頭辞が保存されました",
4545
"affected_branches": "影響を受けるブランチ {{count}}:"
4646
},
4747
"global_menu": {
@@ -456,7 +456,8 @@
456456
"convert_into_attachment_failed": "ノート '{{title}}' の変換に失敗しました。",
457457
"convert_into_attachment_successful": "ノート '{{title}}' は添付ファイルに変換されました。",
458458
"convert_into_attachment_prompt": "本当にノート '{{title}}' を親ノートの添付ファイルに変換しますか?",
459-
"note_attachments": "ノートの添付ファイル"
459+
"note_attachments": "ノートの添付ファイル",
460+
"open_note_on_server": "サーバー上のノートを開く"
460461
},
461462
"command_palette": {
462463
"export_note_title": "ノートをエクスポート",

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,8 @@
687687
"convert_into_attachment_failed": "筆記 '{{title}}' 轉換失敗。",
688688
"convert_into_attachment_successful": "筆記 '{{title}}' 已成功轉換為附件。",
689689
"convert_into_attachment_prompt": "確定要將筆記 '{{title}}' 轉換為父級筆記的附件嗎?",
690-
"print_pdf": "匯出為 PDF…"
690+
"print_pdf": "匯出為 PDF…",
691+
"open_note_on_server": "在伺服器上開啟筆記"
691692
},
692693
"onclick_button": {
693694
"no_click_handler": "按鈕元件'{{componentId}}'沒有定義點擊時的處理方式"
@@ -1107,7 +1108,8 @@
11071108
"title": "內容寬度",
11081109
"default_description": "Trilium 預設會限制內容的最大寬度以提高在寬螢幕中全螢幕時的可讀性。",
11091110
"max_width_label": "內容最大寬度(像素)",
1110-
"max_width_unit": "像素"
1111+
"max_width_unit": "像素",
1112+
"centerContent": "將內容置中"
11111113
},
11121114
"native_title_bar": {
11131115
"title": "原生標題列(需要重新啟動程式)",
@@ -2082,5 +2084,11 @@
20822084
},
20832085
"calendar_view": {
20842086
"delete_note": "刪除筆記…"
2087+
},
2088+
"read-only-info": {
2089+
"read-only-note": "目前正在檢視唯讀筆記。",
2090+
"auto-read-only-note": "此筆記以唯讀模式顯示以加快載入速度。",
2091+
"auto-read-only-learn-more": "了解更多",
2092+
"edit-note": "編輯筆記"
20852093
}
20862094
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@
258258
"jump-to-note-title": "跳转至...",
259259
"llm-chat-title": "与笔记聊天",
260260
"ai-llm-title": "AI/LLM",
261-
"inbox-title": "收件箱"
261+
"inbox-title": "收件箱",
262+
"command-palette": "打开命令面板",
263+
"zen-mode": "禅模式"
262264
},
263265
"notes": {
264266
"new-note": "新建笔记",

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,26 @@
4343
},
4444
"hidden-subtree": {
4545
"zen-mode": "젠 모드",
46-
"open-today-journal-note-title": "오늘의 일지 기록 열기"
46+
"open-today-journal-note-title": "오늘의 일지 기록 열기",
47+
"quick-search-title": "빠른 검색",
48+
"protected-session-title": "보호된 세션",
49+
"sync-status-title": "동기화 상태",
50+
"settings-title": "설정",
51+
"llm-chat-title": "기록과 대화하기",
52+
"options-title": "옵션",
53+
"appearance-title": "모양",
54+
"shortcuts-title": "바로가기",
55+
"text-notes": "텍스트 노트",
56+
"code-notes-title": "코드 노트",
57+
"images-title": "그림",
58+
"spellcheck-title": "맞춤법 검사",
59+
"password-title": "암호",
60+
"multi-factor-authentication-title": "다중 인증",
61+
"etapi-title": "ETAPI",
62+
"backup-title": "백업",
63+
"sync-title": "동기화",
64+
"ai-llm-title": "AI/LLM",
65+
"other": "기타",
66+
"advanced-title": "고급"
4767
}
4868
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,9 @@
355355
"visible-launchers-title": "可見啟動器",
356356
"user-guide": "用戶說明",
357357
"localization": "語言和區域",
358-
"inbox-title": "收件匣"
358+
"inbox-title": "收件匣",
359+
"command-palette": "打開命令面板",
360+
"zen-mode": "禪模式"
359361
},
360362
"notes": {
361363
"new-note": "新增筆記",

apps/website/src/translations/pl/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"mermaid_description": "Twórz diagramy, takie jak schematy blokowe, diagramy klas i sekwencyjne, wykresy Gantta i wiele innych, korzystając z składni Mermaid.",
5252
"mindmap_title": "Mapy myśli",
5353
"mindmap_description": "Organizuj wizualnie swoje myśli albo przeprowadź sesję burzy mózgów.",
54-
"others_list": "I wiele innych: <0>mapa notatek</0>, <1>mapa powiązań</1>, <2>zapisane wyszukiwania</2>, <3>renderowane notatki</3>, and <4>podgląd stron www</4>.",
54+
"others_list": "I wiele innych: <0>mapa notatek</0>, <1>mapa powiązań</1>, <2>zapisane wyszukiwania</2>, <3>renderowane notatki</3> i <4>podgląd stron www</4>.",
5555
"title": "Wiele sposobów przedstawienia Twoich informacji"
5656
},
5757
"extensibility_benefits": {
@@ -132,7 +132,7 @@
132132
"title": "Inne sposoby wsparcia",
133133
"way_translate": "Przetłumacz aplikacja na swój natywny język przez <Link>Weblate</Link>.",
134134
"way_community": "Dołącz do społeczności na <Discussions>GitHub Discussions</Discussions> lub na <Matrix>Matrix</Matrix>.",
135-
"way_reports": "Zgłoś błędy przez<Link>GitHub issues</Link>.",
135+
"way_reports": "Zgłoś błędy przez <Link>GitHub issues</Link>.",
136136
"way_document": "Pomóż nam w doskonaleniu dokumentacji przez informowanie nas o lukach albo sam pomóż w tworzeniu treści (dokumentacja, FAQ, poradniki).",
137137
"way_market": "Powiedz o nas swoim znajomym, na blogu albo na social mediach."
138138
},

docs/README-sv.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted
2828
Trilium Notes is a free and open-source, cross-platform hierarchical note taking
2929
application with focus on building large personal knowledge bases.
3030

31-
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for
32-
quick overview:
31+
Se [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) för en
32+
snabb överblick:
3333

3434
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./docs/app.png" alt="Trilium Screenshot" width="1000"></a>
3535

36-
## ⏬ Download
36+
## Ladda ner
3737
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
38-
stable version, recommended for most users.
38+
stabil version, rekommenderas för dom flesta användare.
3939
- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly)
4040
unstable development version, updated daily with the latest features and
4141
fixes.

0 commit comments

Comments
 (0)