Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/services/i18n/locales/en/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@
"back": "Back",
"forward": "Forward"
}
}
}
6 changes: 4 additions & 2 deletions src/main/services/i18n/locales/ja_JP/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"fragment": "フラグメント",
"search": "検索",
"line": "行",
"column": "Column",
"column": "",
"sidebar": {
"inbox": "カテゴリなし",
"favorites": "お気に入り",
Expand All @@ -58,5 +58,7 @@
"hide": "隠す",
"show": "表示する",
"collapse-all": "すべて縮小",
"expand-all": "すべて展開"
"expand-all": "すべて展開",
"restore": "回復",
"copy-snippet-link": "スニペットリンクをコピー"
}
12 changes: 10 additions & 2 deletions src/main/services/i18n/locales/ja_JP/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,19 @@
"format": "フォーマット",
"previewMarkdown": "Markdownをプレビュー",
"previewCode": "コードをプレビュー",
"previewScreenshot": "スクリーンショットをプレビュー"
"previewScreenshot": "スクリーンショットをプレビュー",
"fontSizeIncrease": "フォントを拡大",
"fontSizeDecrease": "フォントを縮小",
"fontSizeReset": "フォントサイズをリセット"
},
"markdown": {
"label": "Markdown",
"presentationMode": "プレゼンテーションモード",
"preview": "プレビュー"
},
"history": {
"label": "履歴",
"back": "戻る",
"forward": "進む"
}
}
}
4 changes: 4 additions & 0 deletions src/main/services/i18n/locales/ja_JP/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"language": {
"label": "表示言語"
},
"markdown": {
"label": "Markdown",
"codeRenderer": "コードブロックレンダラ"
}
}
10 changes: 7 additions & 3 deletions src/main/services/i18n/locales/ja_JP/special.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"サポートされていない言語のスニペットは、デフォルトのPlain Textに設定されます。"
]
},
"htmlCssPreview": "HTMLやCSS言語によるフラグメントを追加して、結果を表示することができます。"
"htmlCssPreview": "HTMLやCSS言語によるフラグメントを追加して、結果を表示することができます。",
"codeBlockRenderer": [
"Codemirrorを使用する場合、コードブロックに設定する言語は下記対応言語の中からのみ選択できます。",
"対応言語一覧"
]
},
"success": {
"migrate": "データの移行が完了しました。"
Expand All @@ -20,6 +24,6 @@
"folderNotContainDb": "フォルダには \"db.json\" が存在しません。"
},
"unsponsored": "サポートしていません",
"supportMessage": "やあ!アントンです。👋<br><br>\nmassCodeを使ってくれてありがとう。もしあなたがこのソフトを気に入ったのなら、ぜひ{{-tagStart}}寄付{{-tagEnd}}をお願いします!。 このプロジェクトを開発し続けるための力になります。",
"snippetsShowcase": "スニペットショーケース"
"supportMessage": "やあ!アントンです。👋<br><br>\nmassCodeを使ってくれてありがとう。もしあなたがこのソフトを気に入ったのなら、ぜひ{{-tagStart}}寄付{{-tagEnd}}をお願いします!。 massCodeを開発し続けるための力になります。",
"snippetsShowcase": "スニペットライブラリ"
}