diff --git a/package.json b/package.json index f1c393148f..36fe04d155 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CherryStudio", - "version": "1.2.8", + "version": "1.2.9", "private": true, "description": "A powerful AI assistant for producer.", "main": "./out/main/index.js", diff --git a/src/renderer/src/i18n/locales/ja-jp.json b/src/renderer/src/i18n/locales/ja-jp.json index ed5eaad203..e31e59f559 100644 --- a/src/renderer/src/i18n/locales/ja-jp.json +++ b/src/renderer/src/i18n/locales/ja-jp.json @@ -1436,7 +1436,8 @@ "privacy": { "title": "プライバシー設定", "enable_privacy_mode": "匿名エラーレポートとデータ統計の送信" - } + }, + "input.show_translate_confirm": "[to be translated]:显示翻译确认对话框" }, "translate": { "any.language": "任意の言語", @@ -1478,4 +1479,4 @@ "visualization": "可視化" } } -} +} \ No newline at end of file diff --git a/src/renderer/src/i18n/locales/ru-ru.json b/src/renderer/src/i18n/locales/ru-ru.json index 650a654a19..73bb4c7f20 100644 --- a/src/renderer/src/i18n/locales/ru-ru.json +++ b/src/renderer/src/i18n/locales/ru-ru.json @@ -1436,7 +1436,8 @@ "privacy": { "title": "Настройки приватности", "enable_privacy_mode": "Анонимная отправка отчетов об ошибках и статистики" - } + }, + "input.show_translate_confirm": "[to be translated]:显示翻译确认对话框" }, "translate": { "any.language": "Любой язык", @@ -1478,4 +1479,4 @@ "visualization": "Визуализация" } } -} +} \ No newline at end of file