From 4d4cbba8567fe941c22ec2e2adeaf21e1cbd5ecc Mon Sep 17 00:00:00 2001 From: "Kubo, Ryosuke" Date: Sat, 11 Jan 2025 00:07:16 +0900 Subject: [PATCH] Update translation --- src/common/i18n/locales/en.ts | 2 ++ src/common/i18n/locales/ja.ts | 2 ++ src/common/i18n/locales/vi.ts | 2 ++ src/common/i18n/locales/zh_tw.ts | 2 ++ src/common/i18n/text_template.ts | 2 ++ src/renderer/view/dialog/AppSettingsDialog.vue | 2 +- src/renderer/view/main/BookPanel.vue | 2 +- 7 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/common/i18n/locales/en.ts b/src/common/i18n/locales/en.ts index 1b5fb880..78fba7b6 100644 --- a/src/common/i18n/locales/en.ts +++ b/src/common/i18n/locales/en.ts @@ -224,6 +224,7 @@ export const en: Texts = { autoSavingDirectory: "Auto-Save Directory", recordFileName: "Record File Name", select: "Select", + csaV3Output: "CSA V3 Output", positionOfUSIOutput: "Position of USI Output", movesOfUSIOutput: "Moves of USI Output", onlySFEN: "Only SFEN", @@ -476,6 +477,7 @@ export const en: Texts = { bookMove: "Book Move", play: "Play", edit: "Edit", + addMoves: "Add Moves", freq: "Freq.", frequency: "Frequency", new: "New", diff --git a/src/common/i18n/locales/ja.ts b/src/common/i18n/locales/ja.ts index 37294dd0..11770501 100644 --- a/src/common/i18n/locales/ja.ts +++ b/src/common/i18n/locales/ja.ts @@ -224,6 +224,7 @@ export const ja: Texts = { autoSavingDirectory: "棋譜の自動保存先", recordFileName: "棋譜ファイル名", select: "選択", + csaV3Output: "CSA V3 で出力", positionOfUSIOutput: "USI の局面表記", movesOfUSIOutput: "USI の指し手表記", onlySFEN: "SFEN のみ", @@ -476,6 +477,7 @@ export const ja: Texts = { bookMove: "定跡手", play: "着手", edit: "編集", + addMoves: "指し手追加", freq: "出現頻度", frequency: "出現頻度", new: "新規", diff --git a/src/common/i18n/locales/vi.ts b/src/common/i18n/locales/vi.ts index 78d40d82..2c569986 100644 --- a/src/common/i18n/locales/vi.ts +++ b/src/common/i18n/locales/vi.ts @@ -224,6 +224,7 @@ export const vi: Texts = { autoSavingDirectory: "Thư mục lưu tự động", recordFileName: "Tên tệp kỳ phổ", select: "Chọn", + csaV3Output: "CSA V3 で出力", // TODO: translate positionOfUSIOutput: "Định dạng thế cờ USI", movesOfUSIOutput: "Định dạng kỳ phổ USI", onlySFEN: "Chỉ SFEN", @@ -476,6 +477,7 @@ export const vi: Texts = { bookMove: "定跡手", // TODO: translate play: "着手", // TODO: translate edit: "編集", // TODO: translate + addMoves: "指し手追加", // TODO: translate freq: "出現頻度", // TODO: translate frequency: "出現頻度", // TODO: translate new: "新規", // TODO: translate diff --git a/src/common/i18n/locales/zh_tw.ts b/src/common/i18n/locales/zh_tw.ts index 334108bb..f63e529e 100644 --- a/src/common/i18n/locales/zh_tw.ts +++ b/src/common/i18n/locales/zh_tw.ts @@ -221,6 +221,7 @@ export const zh_tw: Texts = { autoSavingDirectory: "棋譜自動保存地點", recordFileName: "棋譜檔案名稱", select: "選擇", + csaV3Output: "CSA V3 で出力", // TODO: translate positionOfUSIOutput: "USI 局面紀錄格式", movesOfUSIOutput: "USI 棋譜紀錄格式", onlySFEN: "只有 SFEN", @@ -473,6 +474,7 @@ export const zh_tw: Texts = { bookMove: "定跡手", // TODO: translate play: "着手", // TODO: translate edit: "編集", // TODO: translate + addMoves: "指し手追加", // TODO: translate freq: "出現頻度", // TODO: translate frequency: "出現頻度", // TODO: translate new: "新規", // TODO: translate diff --git a/src/common/i18n/text_template.ts b/src/common/i18n/text_template.ts index abb85d75..82f67798 100644 --- a/src/common/i18n/text_template.ts +++ b/src/common/i18n/text_template.ts @@ -219,6 +219,7 @@ export type Texts = { autoSavingDirectory: string; recordFileName: string; select: string; + csaV3Output: string; positionOfUSIOutput: string; movesOfUSIOutput: string; onlySFEN: string; @@ -471,6 +472,7 @@ export type Texts = { bookMove: string; play: string; edit: string; + addMoves: string; freq: string; frequency: string; new: string; diff --git a/src/renderer/view/dialog/AppSettingsDialog.vue b/src/renderer/view/dialog/AppSettingsDialog.vue index 6e5b6b78..73fa37e4 100644 --- a/src/renderer/view/dialog/AppSettingsDialog.vue +++ b/src/renderer/view/dialog/AppSettingsDialog.vue @@ -552,7 +552,7 @@
-
CSA V3 で出力
+
{{ t.csaV3Output }}
{{ t.clear }} - +