update japanese translate

This commit is contained in:
tdzz1102 2023-07-01 12:28:08 +08:00
parent 9057712c8f
commit 6d19fb3909
1 changed files with 18 additions and 2 deletions

View File

@ -61,7 +61,20 @@ const jp: PartialLocaleType = {
Settings: { Settings: {
Title: "設定", Title: "設定",
SubTitle: "設定オプション", SubTitle: "設定オプション",
Danger: {
Reset: {
Title: "設定をリセット",
SubTitle: "すべての設定項目をデフォルトにリセットします",
Action: "今すぐリセットする",
Confirm: "すべての設定項目をリセットしてもよろしいですか?",
},
Clear: {
Title: "データを消去",
SubTitle: "すべてのチャット履歴と設定を消去します",
Action: "今すぐ消去する",
Confirm: "すべてのチャット履歴と設定を消去しますか?",
},
},
Lang: { Lang: {
Name: "Language", // ATTENTION: if you wanna add a new translation, please do not translate this value, leave it as `Language` Name: "Language", // ATTENTION: if you wanna add a new translation, please do not translate this value, leave it as `Language`
All: "全ての言語", All: "全ての言語",
@ -71,7 +84,10 @@ const jp: PartialLocaleType = {
Title: "フォントサイズ", Title: "フォントサイズ",
SubTitle: "チャット内容のフォントサイズ", SubTitle: "チャット内容のフォントサイズ",
}, },
InputTemplate: {
Title: "入力の前処理",
SubTitle: "新規入力がこのテンプレートに埋め込まれます",
},
Update: { Update: {
Version: (x: string) => `現在のバージョン:${x}`, Version: (x: string) => `現在のバージョン:${x}`,
IsLatest: "最新バージョンです", IsLatest: "最新バージョンです",