From e41df917b46d703b17e225218cea221be704ef56 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Tue, 1 Apr 2025 10:41:30 +0800 Subject: [PATCH] feat(i18n): add topic naming model support for message title generation in Japanese, Russian, and Traditional Chinese locales --- src/renderer/src/i18n/locales/ja-jp.json | 8 ++++---- src/renderer/src/i18n/locales/ru-ru.json | 8 ++++---- src/renderer/src/i18n/locales/zh-tw.json | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/renderer/src/i18n/locales/ja-jp.json b/src/renderer/src/i18n/locales/ja-jp.json index a106bd13..a1e68634 100644 --- a/src/renderer/src/i18n/locales/ja-jp.json +++ b/src/renderer/src/i18n/locales/ja-jp.json @@ -922,7 +922,9 @@ "new_folder.button.confirm": "確認", "new_folder.button.cancel": "キャンセル", "new_folder.button": "新しいフォルダー" - } + }, + "message_title.use_topic_naming.title": "トピック命名モデルを使用してメッセージのタイトルを作成", + "message_title.use_topic_naming.help": "この設定は、すべてのMarkdownエクスポート方法に影響します。" }, "display.assistant.title": "アシスタント設定", "display.custom.css": "カスタムCSS", @@ -1249,9 +1251,7 @@ }, "title": "ウェブ検索" }, - "general.auto_check_update.title": "自動更新チェックを有効にする", - "message_title.use_topic_naming.title": "エクスポートされたメッセージのタイトル作成にトピック命名モデルを使用", - "message_title.use_topic_naming.help": "有効にすると、エクスポートされたメッセージのタイトル作成にトピック命名モデルを使用します。これはすべてのMarkdownエクスポート方式にも影響します。" + "general.auto_check_update.title": "自動更新チェックを有効にする" }, "translate": { "any.language": "任意の言語", diff --git a/src/renderer/src/i18n/locales/ru-ru.json b/src/renderer/src/i18n/locales/ru-ru.json index caadc7c2..6cc7553c 100644 --- a/src/renderer/src/i18n/locales/ru-ru.json +++ b/src/renderer/src/i18n/locales/ru-ru.json @@ -922,7 +922,9 @@ "new_folder.button.confirm": "Подтвердить", "new_folder.button.cancel": "Отмена", "new_folder.button": "Новая папка" - } + }, + "message_title.use_topic_naming.title": "Использовать модель именования тем для создания заголовков сообщений", + "message_title.use_topic_naming.help": "Этот параметр влияет на все методы экспорта в Markdown, такие как Notion, Yuque и т.д." }, "display.assistant.title": "Настройки ассистентов", "display.custom.css": "Пользовательский CSS", @@ -1249,9 +1251,7 @@ }, "title": "Поиск в Интернете" }, - "general.auto_check_update.title": "Включить автоматическую проверку обновлений", - "message_title.use_topic_naming.title": "Использовать модель именования тем для создания заголовков экспортируемых сообщений", - "message_title.use_topic_naming.help": "При включении использует модель именования тем для создания заголовков экспортируемых сообщений. Это также повлияет на все методы экспорта Markdown." + "general.auto_check_update.title": "Включить автоматическую проверку обновлений" }, "translate": { "any.language": "Любой язык", diff --git a/src/renderer/src/i18n/locales/zh-tw.json b/src/renderer/src/i18n/locales/zh-tw.json index 153692bc..bf2c2c67 100644 --- a/src/renderer/src/i18n/locales/zh-tw.json +++ b/src/renderer/src/i18n/locales/zh-tw.json @@ -922,7 +922,9 @@ "new_folder.button.confirm": "確定", "new_folder.button.cancel": "取消", "new_folder.button": "新建文件夾" - } + }, + "message_title.use_topic_naming.title": "使用話題命名模型為導出的消息創建標題", + "message_title.use_topic_naming.help": "此設定會影響所有通過Markdown導出的方式,如Notion、語雀等。" }, "display.assistant.title": "助手設定", "display.custom.css": "自訂 CSS", @@ -1249,9 +1251,7 @@ }, "title": "網路搜尋" }, - "general.auto_check_update.title": "啟用自動更新檢查", - "message_title.use_topic_naming.title": "使用話題命名模型為匯出的訊息建立標題", - "message_title.use_topic_naming.help": "開啟後,使用話題命名模型為匯出的訊息建立標題。該項也會影響所有透過Markdown匯出的方式。" + "general.auto_check_update.title": "啟用自動更新檢查" }, "translate": { "any.language": "任意語言",