Skip to content

Commit 9b8b9e6

Browse files
authored
chore(i18n): update Japanese locales (#248)
1 parent d842b29 commit 9b8b9e6

File tree

5 files changed

+26
-8
lines changed

5 files changed

+26
-8
lines changed

src/main/services/i18n/locales/en/menu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@
8181
"back": "Back",
8282
"forward": "Forward"
8383
}
84-
}
84+
}

src/main/services/i18n/locales/ja_JP/common.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"fragment": "フラグメント",
4141
"search": "検索",
4242
"line": "",
43-
"column": "Column",
43+
"column": "",
4444
"sidebar": {
4545
"inbox": "カテゴリなし",
4646
"favorites": "お気に入り",
@@ -58,5 +58,7 @@
5858
"hide": "隠す",
5959
"show": "表示する",
6060
"collapse-all": "すべて縮小",
61-
"expand-all": "すべて展開"
61+
"expand-all": "すべて展開",
62+
"restore": "回復",
63+
"copy-snippet-link": "スニペットリンクをコピー"
6264
}

src/main/services/i18n/locales/ja_JP/menu.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,19 @@
6666
"format": "フォーマット",
6767
"previewMarkdown": "Markdownをプレビュー",
6868
"previewCode": "コードをプレビュー",
69-
"previewScreenshot": "スクリーンショットをプレビュー"
69+
"previewScreenshot": "スクリーンショットをプレビュー",
70+
"fontSizeIncrease": "フォントを拡大",
71+
"fontSizeDecrease": "フォントを縮小",
72+
"fontSizeReset": "フォントサイズをリセット"
7073
},
7174
"markdown": {
7275
"label": "Markdown",
7376
"presentationMode": "プレゼンテーションモード",
7477
"preview": "プレビュー"
78+
},
79+
"history": {
80+
"label": "履歴",
81+
"back": "戻る",
82+
"forward": "進む"
7583
}
76-
}
84+
}

src/main/services/i18n/locales/ja_JP/preferences.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,9 @@
4141
},
4242
"language": {
4343
"label": "表示言語"
44+
},
45+
"markdown": {
46+
"label": "Markdown",
47+
"codeRenderer": "コードブロックレンダラ"
4448
}
4549
}

src/main/services/i18n/locales/ja_JP/special.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
"サポートされていない言語のスニペットは、デフォルトのPlain Textに設定されます。"
1111
]
1212
},
13-
"htmlCssPreview": "HTMLやCSS言語によるフラグメントを追加して、結果を表示することができます。"
13+
"htmlCssPreview": "HTMLやCSS言語によるフラグメントを追加して、結果を表示することができます。",
14+
"codeBlockRenderer": [
15+
"Codemirrorを使用する場合、コードブロックに設定する言語は下記対応言語の中からのみ選択できます。",
16+
"対応言語一覧"
17+
]
1418
},
1519
"success": {
1620
"migrate": "データの移行が完了しました。"
@@ -20,6 +24,6 @@
2024
"folderNotContainDb": "フォルダには \"db.json\" が存在しません。"
2125
},
2226
"unsponsored": "サポートしていません",
23-
"supportMessage": "やあ!アントンです。👋<br><br>\nmassCodeを使ってくれてありがとう。もしあなたがこのソフトを気に入ったのなら、ぜひ{{-tagStart}}寄付{{-tagEnd}}をお願いします!。 このプロジェクトを開発し続けるための力になります",
24-
"snippetsShowcase": "スニペットショーケース"
27+
"supportMessage": "やあ!アントンです。👋<br><br>\nmassCodeを使ってくれてありがとう。もしあなたがこのソフトを気に入ったのなら、ぜひ{{-tagStart}}寄付{{-tagEnd}}をお願いします!。 massCodeを開発し続けるための力になります",
28+
"snippetsShowcase": "スニペットライブラリ"
2529
}

0 commit comments

Comments
 (0)