From 221b01d1dbb7715517e9819d6b4ae1d2eea67682 Mon Sep 17 00:00:00 2001 From: "Weblate (bot)" Date: Fri, 13 Oct 2023 12:18:51 +0200 Subject: [PATCH] Translations update from Hosted Weblate (#542) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Translated using Weblate (English) Currently translated at 100.0% (291 of 291 strings) Translation: pot-app/pot-desktop Translate-URL: https://hosted.weblate.org/projects/pot-app/pot-desktop/en/ * Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (291 of 291 strings) Translation: pot-app/pot-desktop Translate-URL: https://hosted.weblate.org/projects/pot-app/pot-desktop/zh_Hans/ * Translated using Weblate (English) Currently translated at 100.0% (290 of 290 strings) Translation: pot-app/pot-desktop Translate-URL: https://hosted.weblate.org/projects/pot-app/pot-desktop/en/ * Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (290 of 290 strings) Translation: pot-app/pot-desktop Translate-URL: https://hosted.weblate.org/projects/pot-app/pot-desktop/zh_Hans/ * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: pot-app/pot-desktop Translate-URL: https://hosted.weblate.org/projects/pot-app/pot-desktop/ * Translated using Weblate (English) Currently translated at 100.0% (290 of 290 strings) Translation: pot-app/pot-desktop Translate-URL: https://hosted.weblate.org/projects/pot-app/pot-desktop/en/ * Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (290 of 290 strings) Translation: pot-app/pot-desktop Translate-URL: https://hosted.weblate.org/projects/pot-app/pot-desktop/pt_BR/ * Translated using Weblate (Russian) Currently translated at 100.0% (290 of 290 strings) Translation: pot-app/pot-desktop Translate-URL: https://hosted.weblate.org/projects/pot-app/pot-desktop/ru/ * Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (290 of 290 strings) Translation: pot-app/pot-desktop Translate-URL: https://hosted.weblate.org/projects/pot-app/pot-desktop/zh_Hant/ --------- Co-authored-by: 派了个萌 --- src/i18n/locales/en_US.json | 63 ++++++++++++++----- src/i18n/locales/pt_BR.json | 90 ++++++++++++++++---------- src/i18n/locales/ru_RU.json | 122 +++++++++++++++++++++++++++--------- src/i18n/locales/zh_CN.json | 72 ++++++++++++++------- src/i18n/locales/zh_TW.json | 72 ++++++++++++++------- 5 files changed, 299 insertions(+), 120 deletions(-) diff --git a/src/i18n/locales/en_US.json b/src/i18n/locales/en_US.json index 50f657289b..6f0c956344 100644 --- a/src/i18n/locales/en_US.json +++ b/src/i18n/locales/en_US.json @@ -13,7 +13,7 @@ "auto": "Auto Detect", "zh_cn": "Simplified Chinese", "zh_tw": "Traditional Chinese", - "ja": "Japanese ", + "ja": "Japanese", "en": "English", "ko": "Korean", "fr": "French", @@ -54,7 +54,7 @@ "title": "Proxy", "host": "Host", "port": "Port", - "username": "Username", + "username": "User Name", "password": "Password" }, "proxy_change": "The proxy has been changed, Restart the application for the changes to take effect", @@ -147,7 +147,7 @@ "webdav": "WebDav", "local": "Local", "webdav_url": "WebDav Url", - "username": "UserName", + "username": "User Name", "password": "Password", "backup": "Backup", "restore": "Restore", @@ -197,8 +197,13 @@ "api": "Auth Key", "deeplx": "DeepLX" }, - "google": { "title": "Google", "custom_url": "Custom URL" }, - "bing": { "title": "Bing" }, + "google": { + "title": "Google", + "custom_url": "Custom URL" + }, + "bing": { + "title": "Bing" + }, "openai": { "title": "OpenAI", "service": "Service Provider", @@ -234,9 +239,19 @@ "chatglm_custom": { "title": "ChatGLM Custom" }, - "yandex": { "title": "Yandex" }, - "transmart": { "title": "TranSmart", "username": "User Name", "token": "Token" }, - "baidu": { "title": "Baidu", "appid": "AppID", "secret": "Secret" }, + "yandex": { + "title": "Yandex" + }, + "transmart": { + "title": "TranSmart", + "username": "User Name", + "token": "Token" + }, + "baidu": { + "title": "Baidu", + "appid": "App ID", + "secret": "Secret" + }, "baidu_field": { "title": "Baidu Field", "it": "Information Technology", @@ -263,7 +278,7 @@ }, "volcengine": { "title": "VolcEngine", - "appid": "AppID", + "appid": "App ID", "secret": "Secret" }, "niutrans": { @@ -288,9 +303,17 @@ } }, "recognize": { - "system": { "title": "System OCR" }, - "tesseract": { "title": "Tesseract.js" }, - "baidu_ocr": { "title": "Baidu OCR", "client_id": "API Key", "client_secret": "Secret Key" }, + "system": { + "title": "System OCR" + }, + "tesseract": { + "title": "Tesseract.js" + }, + "baidu_ocr": { + "title": "Baidu OCR", + "client_id": "API Key", + "client_secret": "Secret Key" + }, "baidu_accurate_ocr": { "title": "Baidu OCR (Accurate)", "client_id": "API Key", @@ -353,11 +376,21 @@ } }, "tts": { - "lingva_tts": { "title": "Lingva", "request_path": "Request Path" } + "lingva_tts": { + "title": "Lingva", + "request_path": "Request Path" + } }, "collection": { - "anki": { "title": "Anki", "port": "Port" }, - "eudic": { "title": "Eudic", "name": "Collection Name", "token": "Token" } + "anki": { + "title": "Anki", + "port": "Port" + }, + "eudic": { + "title": "Eudic", + "name": "Collection Name", + "token": "Token" + } } }, "translate": { diff --git a/src/i18n/locales/pt_BR.json b/src/i18n/locales/pt_BR.json index 462c759e3f..f308d9d9bb 100644 --- a/src/i18n/locales/pt_BR.json +++ b/src/i18n/locales/pt_BR.json @@ -6,15 +6,14 @@ "save": "Salvar", "write_clipboard": "Escrever na Área de Transferência", "plugin": "Plugin", - "coming": "Em breve...", + "coming": "Em breve…", "clear": "Claro" }, "languages": { "auto": "Detectar Automaticamente", "zh_cn": "Chinês Simplificado", "zh_tw": "Chinês Tradicional", - "yue": "Cantonês", - "ja": "Japonês ", + "ja": "Japonês", "en": "Inglês", "ko": "Coreano", "fr": "Francês", @@ -42,15 +41,15 @@ "auto_start": "Iniciar Automaticamente", "check_update": "Checar por Atualização", "server_port": "Escutar Porta", - "server_port_change": "A porta de escuta foi alterada. Reinicie o aplicativo para que as alterações tenham efeito.", + "server_port_change": "A porta de escuta foi alterada. Reinicie o aplicativo para que as alterações tenham efeito", "app_language": "Idioma do Aplicativo", "app_theme": "Tema", "theme": { - "light": "Claro", + "light": "Luz", "dark": "Escuro", "system": "Sistema" }, - "transparent": "Efeito transparente.", + "transparent": "Efeito transparente", "proxy": { "title": "Proxy", "host": "Host", @@ -58,11 +57,11 @@ "username": "Nome de usuário", "password": "Senha" }, - "proxy_change": "O proxy foi alterado. Reinicie o aplicativo para que as alterações tenham efeito.", - "proxy_error": "Por favor preencha o host e a porta.", + "proxy_change": "O proxy foi alterado. Reinicie o aplicativo para que as alterações tenham efeito", + "proxy_error": "Por favor preencha o host e a porta", "tray_click_event": "Evento de Clique na Bandeja", "event": { - "config": "Config", + "config": "Configuração", "translate": "Traduzir", "disable": "Desabilitar", "ocr_recognize": "Reconhecimento de Texto", @@ -97,7 +96,10 @@ "baidu": "Baidu", "tencent": "Tencent", "google": "Google", - "local": "Local" + "local": "Local", + "bing": "Bing", + "yandex": "Yandex", + "niutrans": "NiuTrans" }, "recognize": { "label": "Reconhecimento", @@ -105,7 +107,8 @@ "language": "Idioma de Reconhecimento", "delete_newline": "Excluir Nova Linha Automaticamente", "auto_copy": "Copiar Automaticamente", - "hide_window": "Ocultar Janela de Reconhecimento" + "hide_window": "Ocultar Janela de Reconhecimento", + "close_on_blur": "Fechar no Desfoque" }, "hotkey": { "label": "Atalho", @@ -114,7 +117,7 @@ "input_translate": "Traduzir Entrada", "ocr_recognize": "Reconhecimento de Texto", "ocr_translate": "Tradução de Imagem", - "is_register": "O atalho já está registrado.", + "is_register": "O atalho já está registrado", "success": "Atalho registrado com sucesso" }, "service": { @@ -124,7 +127,7 @@ "tts": "TTS", "recognize": "Reconhecimento", "collection": "Coleção", - "least": "Por favor, mantenha pelo menos um.", + "least": "Por favor, mantenha pelo menos um", "add_builtin_service": "Adicionar Serviço Integrado", "add_external_service": "Adicionar Extensão", "add_service": "Adicionar Serviço", @@ -158,7 +161,7 @@ "title": "Sobre o Aplicativo", "website": "Website", "github": "Github", - "feedback": "Feedback", + "feedback": "Realimentação", "issue": "Problemas", "email": "Email", "community": "Comunidade", @@ -173,11 +176,11 @@ }, "updater": { "title": "Checar por Atualização", - "latest": "## A versão mais recente está instalada.", + "latest": "## A versão mais recente está instalada", "progress": "Progresso do Download", "update": "Atualizar", - "downloading": "Baixando...", - "installing": "Instalando...", + "downloading": "Baixando…", + "installing": "Instalando…", "cancel": "Cancelar", "installed": "Instalação Completa, reinicie o aplicativo para que as alterações tenham efeito" }, @@ -207,12 +210,13 @@ "openai": "OpenAI", "azure": "Azure", "request_path": "Caminho do Pedido", - "api_key": "Chave de API", + "api_key": "Api Key", "model": "Modelo", "stream": "Modo de Stream", "system_prompt": "Prompt do Sistema", "user_prompt": "Prompt do Usuário", - "prompt_description": "Ao personalizar o Prompt, você pode personalizar o comportamento do OpenAI. $text $from $to $detect será substituído pelo texto a ser traduzido, idioma de origem, idioma de destino e idioma detectado." + "prompt_description": "Ao personalizar o Prompt, você pode personalizar o comportamento do OpenAI. $text $from $to $detect será substituído pelo texto a ser traduzido, idioma de origem, idioma de destino e idioma detectado.", + "add": "Adicionar Prompt" }, "yandex": { "title": "Yandex" @@ -224,7 +228,7 @@ }, "baidu": { "title": "Baidu", - "appid": "AppID", + "appid": "App ID", "secret": "Segredo" }, "baidu_field": { @@ -237,9 +241,9 @@ "academic": "Papéis Acadêmicos", "aerospace": "Aeroespacial", "wiki": "Ciências sociais e humanas", - "news": "Notícias e informações.", - "law": "Legislação e Regulamentação.", - "contract": "Contrato." + "news": "Notícias e informações", + "law": "Legislação e Regulamentação", + "contract": "Contrato" }, "alibaba": { "title": "Alibaba", @@ -253,13 +257,13 @@ }, "volcengine": { "title": "VolcEngine", - "appid": "AppID", + "appid": "App ID", "secret": "Segredo" }, "niutrans": { "title": "NiuTrans", "https": "Usando Https", - "apikey": "Chave de API" + "apikey": "API Key" }, "youdao": { "title": "Youdao", @@ -275,6 +279,27 @@ "caiyun": { "title": "Caiyun", "token": "Token" + }, + "chatglm": { + "title": "ChatGLM", + "api_key": "Api Key", + "chatglm_lite": "ChatGLM Lite", + "user_prompt": "User Prompt", + "chatglm_pro": "ChatGLM Pro", + "system_prompt": "System Prompt", + "model": "Modelo", + "chatglm_std": "ChatGLM Std", + "add": "Adicionar Prompt", + "prompt_description": "Ao personalizar o Prompt, você pode personalizar o comportamento da IA. $text $from $to $detect será substituído pelo texto a ser traduzido, o idioma de origem, o idioma de destino e o idioma detectado." + }, + "chatglm_custom": { + "title": "ChatGLM Costume" + }, + "chatglm_polish": { + "title": "ChatGLM Polonês" + }, + "chatglm_summary": { + "title": "ChatGLM Resumo" } }, "recognize": { @@ -286,12 +311,12 @@ }, "baidu_ocr": { "title": "OCR da Baidu", - "client_id": "Chave de API", + "client_id": "API Key", "client_secret": "Chave Secreta" }, "baidu_accurate_ocr": { "title": "Baidu OCR (Preciso)", - "client_id": "Chave de API", + "client_id": "API Key", "client_secret": "Chave Secreta" }, "baidu_img_ocr": { @@ -303,19 +328,19 @@ "title": "OCR da iFlyTek", "appid": "ID do App", "apisecret": "Segredo da API", - "apikey": "Chave de API" + "apikey": "API Key" }, "iflytek_intsig_ocr": { "title": "OCR da iFlyTek (Intsig)", "appid": "ID do App", "apisecret": "Segredo da API", - "apikey": "Chave de API" + "apikey": "API Key" }, "iflytek_latex_ocr": { "title": "iFlyTek LaTeX", "appid": "ID do App", "apisecret": "Segredo da API", - "apikey": "Chave de API" + "apikey": "API Key" }, "simple_latex_ocr": { "title": "LaTeX Simples", @@ -371,11 +396,12 @@ "translate": { "translate": "Traduzir", "add_collection_success": "Adicionar à coleção com sucesso", - "recognizing": "Reconhecendo...", + "recognizing": "Reconhecendo…", "speak": "Falar", "copy": "Copiar", "delete_newline": "Excluir Quebra de Linha", - "translate_back": "Tradução de volta ao original" + "translate_back": "Tradução de volta ao original", + "retry": "Tentar novamente" }, "recognize": { "recognize": "Reconhecimento", diff --git a/src/i18n/locales/ru_RU.json b/src/i18n/locales/ru_RU.json index 02ea156b7d..f40b384d7a 100644 --- a/src/i18n/locales/ru_RU.json +++ b/src/i18n/locales/ru_RU.json @@ -13,7 +13,6 @@ "auto": "Автоопределение", "zh_cn": "Упрощённый китайский", "zh_tw": "Традиционный китайский", - "yue": "Кантонский", "ja": "Японский", "en": "Английский", "ko": "Корейский", @@ -42,7 +41,7 @@ "auto_start": "Автозагрузка", "check_update": "Проверка обновлений", "server_port": "Порт прослушивания", - "server_port_change": "Порт прослушивания был изменён. Перезапустите приложение, чтобы изменения вступили в силу.", + "server_port_change": "Порт прослушивания был изменён. Перезапустите приложение, чтобы изменения вступили в силу", "app_language": "Язык приложения", "app_theme": "Тема", "theme": { @@ -58,31 +57,31 @@ "username": "Имя пользователя", "password": "Пароль" }, - "proxy_change": "Прокси-сервер был изменен. Перезапустите приложение, чтобы изменения вступили в силу.", - "proxy_error": "Пожалуйста, укажите хост и порт.", + "proxy_change": "Прокси-сервер был изменен. Перезапустите приложение, чтобы изменения вступили в силу", + "proxy_error": "Пожалуйста, укажите хост и порт", "tray_click_event": "Действие по значку в трее", "event": { "config": "Настройки", - "translate": "Перевод", + "translate": "Перевести", "disable": "Нет", "ocr_recognize": "Распознавание текста", "ocr_translate": "Перевод скриншота" } }, "translate": { - "label": "Перевод", + "label": "Перевести", "title": "Настройки перевода", "source_language": "Исходный язык", "target_language": "Целевой язык", "second_language": "Второй целевой язык", "auto_copy": "Автокопирование", "source": "Исходный", - "target": "Перевод", + "target": "Цель", "source_target": "Исходный+Перевод", "disable": "Отключить", "incremental_translate": "Инкрементный перевод", "dynamic_translate": "Динамический перевод", - "delete_newline": "Автоудаление новой строки", + "delete_newline": "Удалить Newline", "remember_language": "Запомнить целевой язык", "window_position": "Положение окна", "mouse": "Следовать за курсором", @@ -95,7 +94,12 @@ "baidu": "Baidu", "tencent": "Tencent", "google": "Google", - "local": "Локально" + "local": "Локально", + "bing": "Bing", + "yandex": "Yandex", + "niutrans": "NiuTrans", + "always_on_top": "Стандартно всегда сверху", + "close_on_blur": "Закрыть при потере фокуса" }, "recognize": { "label": "Распознавания", @@ -103,7 +107,8 @@ "language": "Язык распознавания", "delete_newline": "Автоудаление новой строки", "auto_copy": "Автокопирование", - "hide_window": "Скрыть окно распознавания" + "hide_window": "Скрыть окно распознавания", + "close_on_blur": "Закрыть при потере фокуса" }, "hotkey": { "label": "Горячие клавиши", @@ -112,17 +117,17 @@ "input_translate": "Ввести для перевода", "ocr_recognize": "Распознавание текста", "ocr_translate": "Перевод скриншота", - "is_register": "Горячая клавиша уже назначена.", + "is_register": "Горячая клавиша уже назначена", "success": "Горячая клавиша успешно назначена" }, "service": { "label": "Сервис", "title": "Настройки сервисов", - "translate": "Перевод", + "translate": "Перевести", "tts": "TTS", "recognize": "Распознавание", "collection": "Коллекция", - "least": "Пожалуйста, сохраните хотя бы один.", + "least": "Пожалуйста, сохраните хотя бы один", "add_builtin_service": "Добавить встроенный сервис", "add_external_service": "Добавить расширение", "add_service": "Добавить сервис", @@ -152,7 +157,7 @@ "empty": "Вы ещё не создали бэкап" }, "about": { - "label": "О приложении", + "label": "О компании", "title": "О приложении", "website": "Сайт", "github": "GitHub", @@ -171,7 +176,7 @@ }, "updater": { "title": "Проверка обновления", - "latest": "## Установлена последняя версия.", + "latest": "## Установлена последняя версия", "progress": "Прогресс загрузки", "update": "Обновить", "downloading": "Загрузка…", @@ -192,8 +197,13 @@ "api": "Auth Key", "deeplx": "DeepLX" }, - "google": { "title": "Google", "custom_url": "Пользовательский адрес" }, - "bing": { "title": "Bing" }, + "google": { + "title": "Google", + "custom_url": "Пользовательский адрес" + }, + "bing": { + "title": "Bing" + }, "openai": { "title": "OpenAI", "service": "Поставщик услуг", @@ -205,11 +215,22 @@ "stream": "Режим потока", "system_prompt": "System Prompt", "user_prompt": "User Prompt", - "prompt_description": "By customizing the Prompt, you can customize the behavior of OpenAI. $text $from $to $detect will be replaced with the text to be translated, source language, target language and detected language." + "prompt_description": "Настроив Prompt, вы можете настроить поведение OpenAI. $text $from $to $detect будет заменен текстом для перевода, исходным языком, целевым языком и обнаруженным языком.", + "add": "Добавить Prompt" + }, + "yandex": { + "title": "Яндекс" + }, + "transmart": { + "title": "TranSmart", + "username": "Имя пользователя", + "token": "Токен" + }, + "baidu": { + "title": "Baidu", + "appid": "App ID", + "secret": "Secret" }, - "yandex": { "title": "Яндекс" }, - "transmart": { "title": "TranSmart", "username": "Имя пользователя", "token": "Токен" }, - "baidu": { "title": "Baidu", "appid": "AppID", "secret": "Secret" }, "baidu_field": { "title": "Baidu Field", "it": "Информационные технологии", @@ -220,9 +241,9 @@ "academic": "Научная статья", "aerospace": "Аэрокосмос", "wiki": "Гуманитарные и социальные науки", - "news": "Новости и информация.", + "news": "Новости и информация", "law": "Законы и нормативные акты", - "contract": "Контракт." + "contract": "Контракт" }, "alibaba": { "title": "Alibaba", @@ -236,7 +257,7 @@ }, "volcengine": { "title": "VolcEngine", - "appid": "AppID", + "appid": "App ID", "secret": "Secret" }, "niutrans": { @@ -258,12 +279,41 @@ "caiyun": { "title": "Caiyun", "token": "Токен" + }, + "chatglm": { + "title": "ChatGLM", + "api_key": "Api Key", + "chatglm_lite": "ChatGLM Lite", + "user_prompt": "User Prompt", + "chatglm_pro": "ChatGLM Pro", + "system_prompt": "System Prompt", + "model": "Модель", + "chatglm_std": "ChatGLM Std", + "add": "Добавить Prompt", + "prompt_description": "Путем настройки приглашения вы можете настроить поведение искусственного интеллекта. $text Auto Russian English будет заменено текстом для перевода, языком источника, языком назначения и обнаруженным языком." + }, + "chatglm_custom": { + "title": "ChatGLM Обычай" + }, + "chatglm_polish": { + "title": "ChatGLM Редактирование" + }, + "chatglm_summary": { + "title": "ChatGLM Сводка" } }, "recognize": { - "system": { "title": "Системный OCR" }, - "tesseract": { "title": "Tesseract.js" }, - "baidu_ocr": { "title": "Baidu OCR", "client_id": "API Key", "client_secret": "Secret Key" }, + "system": { + "title": "Системный OCR" + }, + "tesseract": { + "title": "Tesseract.js" + }, + "baidu_ocr": { + "title": "Baidu OCR", + "client_id": "API Key", + "client_secret": "Secret Key" + }, "baidu_accurate_ocr": { "title": "Baidu OCR (Точный)", "client_id": "API Key", @@ -326,15 +376,25 @@ } }, "tts": { - "lingva_tts": { "title": "Lingva", "request_path": "Путь запроса" } + "lingva_tts": { + "title": "Lingva", + "request_path": "Путь запроса" + } }, "collection": { - "anki": { "title": "Anki", "port": "Порт" }, - "eudic": { "title": "Eudic", "name": "Название коллекции", "token": "Токен" } + "anki": { + "title": "Anki", + "port": "Порт" + }, + "eudic": { + "title": "Eudic", + "name": "Название коллекции", + "token": "Токен" + } } }, "translate": { - "translate": "Перевод", + "translate": "Перевести", "add_collection_success": "Успешно добавлено в коллекцию", "recognizing": "Распознавание…", "speak": "Озвучить", diff --git a/src/i18n/locales/zh_CN.json b/src/i18n/locales/zh_CN.json index ffed1e253c..fa73821c58 100644 --- a/src/i18n/locales/zh_CN.json +++ b/src/i18n/locales/zh_CN.json @@ -6,14 +6,14 @@ "save": "保存", "write_clipboard": "写入剪贴板", "plugin": "插件", - "coming": "敬请期待...", + "coming": "敬请期待…", "clear": "清空" }, "languages": { "auto": "自动检测", "zh_cn": "简体中文", "zh_tw": "繁體中文", - "ja": "日语 ", + "ja": "日语", "en": "英语", "ko": "韩语", "fr": "法语", @@ -162,7 +162,7 @@ "website": "官网", "github": "Github", "feedback": "问题反馈", - "issue": "Issue", + "issue": "议题", "email": "邮件", "community": "社区交流", "check_update": "检查更新", @@ -171,7 +171,7 @@ "qq_channel": "QQ 频道", "qq_group": "QQ 群", "telegram": "Telegram", - "discussion": "Github Discussion" + "discussion": "Github 讨论" } }, "updater": { @@ -179,8 +179,8 @@ "latest": "## 已经是最新版本", "progress": "下载进度", "update": "更新", - "downloading": "下载中...", - "installing": "安装中...", + "downloading": "下载中…", + "installing": "安装中…", "cancel": "取消", "installed": "安装完成,重启应用生效" }, @@ -197,11 +197,13 @@ "api": "Auth Key", "deeplx": "DeepLX" }, - "google": { "title": "谷歌翻译", "custom_url": "自定义 URL" }, - "bing": { "title": "必应翻译" }, - "openai_summary": { "title": "OpenAI 总结" }, - "openai_polish": { "title": "OpenAI 润色" }, - "openai_custom": { "title": "OpenAI 自定义" }, + "google": { + "title": "谷歌翻译", + "custom_url": "自定义 URL" + }, + "bing": { + "title": "必应翻译" + }, "openai": { "title": "OpenAI", "service": "服务提供商", @@ -237,9 +239,19 @@ "chatglm_custom": { "title": "智谱 AI 自定义" }, - "yandex": { "title": "Yandex" }, - "transmart": { "title": "腾讯交互翻译", "username": "用户名", "token": "Token" }, - "baidu": { "title": "百度翻译", "appid": "App ID", "secret": "Secret" }, + "yandex": { + "title": "Yandex" + }, + "transmart": { + "title": "腾讯交互翻译", + "username": "用户名", + "token": "Token" + }, + "baidu": { + "title": "百度翻译", + "appid": "App ID", + "secret": "Secret" + }, "baidu_field": { "title": "百度领域翻译", "it": "信息技术", @@ -291,9 +303,17 @@ } }, "recognize": { - "system": { "title": "系统 OCR" }, - "tesseract": { "title": "Tesseract.js" }, - "baidu_ocr": { "title": "百度 OCR", "client_id": "API Key", "client_secret": "Secret Key" }, + "system": { + "title": "系统 OCR" + }, + "tesseract": { + "title": "Tesseract.js" + }, + "baidu_ocr": { + "title": "百度 OCR", + "client_id": "API Key", + "client_secret": "Secret Key" + }, "baidu_accurate_ocr": { "title": "百度 OCR (高精度)", "client_id": "API Key", @@ -356,17 +376,27 @@ } }, "tts": { - "lingva_tts": { "title": "Lingva", "request_path": "请求地址" } + "lingva_tts": { + "title": "Lingva", + "request_path": "请求地址" + } }, "collection": { - "anki": { "title": "Anki", "port": "端口号" }, - "eudic": { "title": "欧路词典", "name": "生词本名称", "token": "Token" } + "anki": { + "title": "Anki", + "port": "端口号" + }, + "eudic": { + "title": "欧路词典", + "name": "生词本名称", + "token": "Token" + } } }, "translate": { "translate": "翻译", "add_collection_success": "添加成功", - "recognizing": "识别中...", + "recognizing": "识别中…", "speak": "朗读", "copy": "复制", "retry": "重试", diff --git a/src/i18n/locales/zh_TW.json b/src/i18n/locales/zh_TW.json index ffed1e253c..fa73821c58 100644 --- a/src/i18n/locales/zh_TW.json +++ b/src/i18n/locales/zh_TW.json @@ -6,14 +6,14 @@ "save": "保存", "write_clipboard": "写入剪贴板", "plugin": "插件", - "coming": "敬请期待...", + "coming": "敬请期待…", "clear": "清空" }, "languages": { "auto": "自动检测", "zh_cn": "简体中文", "zh_tw": "繁體中文", - "ja": "日语 ", + "ja": "日语", "en": "英语", "ko": "韩语", "fr": "法语", @@ -162,7 +162,7 @@ "website": "官网", "github": "Github", "feedback": "问题反馈", - "issue": "Issue", + "issue": "议题", "email": "邮件", "community": "社区交流", "check_update": "检查更新", @@ -171,7 +171,7 @@ "qq_channel": "QQ 频道", "qq_group": "QQ 群", "telegram": "Telegram", - "discussion": "Github Discussion" + "discussion": "Github 讨论" } }, "updater": { @@ -179,8 +179,8 @@ "latest": "## 已经是最新版本", "progress": "下载进度", "update": "更新", - "downloading": "下载中...", - "installing": "安装中...", + "downloading": "下载中…", + "installing": "安装中…", "cancel": "取消", "installed": "安装完成,重启应用生效" }, @@ -197,11 +197,13 @@ "api": "Auth Key", "deeplx": "DeepLX" }, - "google": { "title": "谷歌翻译", "custom_url": "自定义 URL" }, - "bing": { "title": "必应翻译" }, - "openai_summary": { "title": "OpenAI 总结" }, - "openai_polish": { "title": "OpenAI 润色" }, - "openai_custom": { "title": "OpenAI 自定义" }, + "google": { + "title": "谷歌翻译", + "custom_url": "自定义 URL" + }, + "bing": { + "title": "必应翻译" + }, "openai": { "title": "OpenAI", "service": "服务提供商", @@ -237,9 +239,19 @@ "chatglm_custom": { "title": "智谱 AI 自定义" }, - "yandex": { "title": "Yandex" }, - "transmart": { "title": "腾讯交互翻译", "username": "用户名", "token": "Token" }, - "baidu": { "title": "百度翻译", "appid": "App ID", "secret": "Secret" }, + "yandex": { + "title": "Yandex" + }, + "transmart": { + "title": "腾讯交互翻译", + "username": "用户名", + "token": "Token" + }, + "baidu": { + "title": "百度翻译", + "appid": "App ID", + "secret": "Secret" + }, "baidu_field": { "title": "百度领域翻译", "it": "信息技术", @@ -291,9 +303,17 @@ } }, "recognize": { - "system": { "title": "系统 OCR" }, - "tesseract": { "title": "Tesseract.js" }, - "baidu_ocr": { "title": "百度 OCR", "client_id": "API Key", "client_secret": "Secret Key" }, + "system": { + "title": "系统 OCR" + }, + "tesseract": { + "title": "Tesseract.js" + }, + "baidu_ocr": { + "title": "百度 OCR", + "client_id": "API Key", + "client_secret": "Secret Key" + }, "baidu_accurate_ocr": { "title": "百度 OCR (高精度)", "client_id": "API Key", @@ -356,17 +376,27 @@ } }, "tts": { - "lingva_tts": { "title": "Lingva", "request_path": "请求地址" } + "lingva_tts": { + "title": "Lingva", + "request_path": "请求地址" + } }, "collection": { - "anki": { "title": "Anki", "port": "端口号" }, - "eudic": { "title": "欧路词典", "name": "生词本名称", "token": "Token" } + "anki": { + "title": "Anki", + "port": "端口号" + }, + "eudic": { + "title": "欧路词典", + "name": "生词本名称", + "token": "Token" + } } }, "translate": { "translate": "翻译", "add_collection_success": "添加成功", - "recognizing": "识别中...", + "recognizing": "识别中…", "speak": "朗读", "copy": "复制", "retry": "重试",