|
728 | 728 | "system-default": "システムのデフォルト" |
729 | 729 | }, |
730 | 730 | "max_content_width": { |
731 | | - "reload_button": "フロントエンドをリロード" |
| 731 | + "reload_button": "フロントエンドをリロード", |
| 732 | + "title": "コンテンツ幅", |
| 733 | + "default_description": "Triliumは、ワイドスクリーンで最大化された画面での可読性を向上させるために、デフォルトでコンテンツの最大幅を制限しています。", |
| 734 | + "max_width_label": "最大コンテンツ幅", |
| 735 | + "max_width_unit": "ピクセル", |
| 736 | + "apply_changes_description": "コンテンツ幅の変更を適用するには、クリックしてください" |
732 | 737 | }, |
733 | 738 | "theme": { |
734 | 739 | "title": "アプリのテーマ", |
|
1363 | 1368 | "rename_note": "ノート名を変更", |
1364 | 1369 | "new_note_title": "新しいノート名", |
1365 | 1370 | "rename_note_title_to": "ノート名を変更", |
1366 | | - "example_note": "<code>Note</code> - マッチしたノートの名前はすべて'Note'に変更", |
| 1371 | + "example_note": "<code>Note</code> - マッチしたノートの名前をすべて'Note'に変更", |
1367 | 1372 | "example_new_title": "<code>NEW: ${note.title}</code> - 一致したノートの名前の前に 'NEW: ' を付ける", |
1368 | 1373 | "example_date_prefix": "<code>${note.dateCreatedObj.format('MM-DD:')}: ${note.title}</code> - マッチしたノートの前にノートの作成月日を付ける", |
1369 | 1374 | "api_docs": "詳細については、 <a href='https://zadam.github.io/trilium/backend_api/Note.html'>note</a> および <a href='https://day.js.org/docs/en/display/format'>dateCreatedObj / utcDateCreatedObj properties</a> の API ドキュメントを参照してください。", |
1370 | 1375 | "evaluated_as_js_string": "与えられた値はJavaScript文字列として評価されるため、注入された<code>note</code>変数(noteは名前が変更されます)を介して動的なコンテンツで強化できます。例:" |
| 1376 | + }, |
| 1377 | + "electron_integration": { |
| 1378 | + "desktop-application": "デスクトップアプリケーション", |
| 1379 | + "native-title-bar": "ネイティブタイトルバー", |
| 1380 | + "native-title-bar-description": "WindowsとmacOSでは、ネイティブタイトルバーをオフにしておくと、アプリケーションがよりコンパクトに見えます。Linuxでは、ネイティブタイトルバーを表示したままの方が、他のシステムとの統一性が高まります。", |
| 1381 | + "background-effects": "背景効果を有効化(Windows 11のみ)", |
| 1382 | + "background-effects-description": "Mica効果は、アプリのウィンドウにぼかされたスタイリッシュな背景を追加し、奥行きとモダンな外観を作り出します。", |
| 1383 | + "restart-app-button": "アプリケーションを再起動して変更を反映", |
| 1384 | + "zoom-factor": "ズーム倍率" |
| 1385 | + }, |
| 1386 | + "zoom_factor": { |
| 1387 | + "description": "ズームは CTRL+- と CTRL+= のショートカットでも操作可能。", |
| 1388 | + "title": "ズーム倍率(デスクトップビルドのみ)" |
1371 | 1389 | } |
1372 | 1390 | } |
0 commit comments