fix(i18n): update translations for multiple languages

- Translate previously untranslated strings in zh-tw, ja-jp, pt-pt, es-es, ru-ru, el-gr, fr-fr
- Fix array to object structure in zh-cn accessibility description
- Add missing translations and fix structure in de-de locale
This commit is contained in:
icarus 2025-10-23 18:35:32 +08:00
parent e7149c3308
commit 01dac1552e
9 changed files with 98 additions and 75 deletions

View File

@ -2677,11 +2677,11 @@
"go_to_settings": "去设置",
"open_accessibility_settings": "打开辅助功能设置"
},
"description": [
"划词助手需「<strong>辅助功能权限</strong>」才能正常工作。",
"请点击「<strong>去设置</strong>」,并在稍后弹出的权限请求弹窗中点击 「<strong>打开系统设置</strong>」 按钮,然后在之后的应用列表中找到 「<strong>Cherry Studio</strong>」,并打开权限开关。",
"完成设置后,请再次开启划词助手。"
],
"description": {
"0": "划词助手需「<strong>辅助功能权限</strong>」才能正常工作。",
"1": "请点击「<strong>去设置</strong>」,并在稍后弹出的权限请求弹窗中点击 「<strong>打开系统设置</strong>」 按钮,然后在之后的应用列表中找到 「<strong>Cherry Studio</strong>」,并打开权限开关。",
"2": "完成设置后,请再次开启划词助手。"
},
"title": "辅助功能权限"
},
"title": "启用"

View File

@ -538,7 +538,7 @@
"context": "清除上下文 {{Command}}"
},
"new_topic": "新話題 {{Command}}",
"paste_text_file_confirm": "[to be translated]:粘贴到输入框?",
"paste_text_file_confirm": "貼到輸入框?",
"pause": "暫停",
"placeholder": "在此輸入您的訊息,按 {{key}} 傳送 - @ 選擇模型,/ 包含工具",
"placeholder_without_triggers": "在此輸入您的訊息,按 {{key}} 傳送",
@ -4230,7 +4230,7 @@
"system": "系統代理伺服器",
"title": "代理伺服器模式"
},
"tip": "[to be translated]:支持模糊匹配(*.test.com,192.168.0.0/16)"
"tip": "支援模糊比對 (*.test.com, 192.168.0.0/16)"
},
"quickAssistant": {
"click_tray_to_show": "點選工具列圖示啟動",

View File

@ -22,7 +22,8 @@
},
"get": {
"error": {
"failed": "Agent abrufen fehlgeschlagen"
"failed": "Agent abrufen fehlgeschlagen",
"null_id": "Die Agenten-ID ist null."
}
},
"list": {
@ -30,6 +31,11 @@
"failed": "Agent-Liste abrufen fehlgeschlagen"
}
},
"server": {
"error": {
"not_running": "Der API-Server ist aktiviert, läuft jedoch nicht ordnungsgemäß."
}
},
"session": {
"accessible_paths": {
"add": "Verzeichnis hinzufügen",
@ -68,7 +74,8 @@
},
"get": {
"error": {
"failed": "Sitzung abrufen fehlgeschlagen"
"failed": "Sitzung abrufen fehlgeschlagen",
"null_id": "Die Sitzungs-ID ist null"
}
},
"label_one": "Sitzung",
@ -237,6 +244,7 @@
"messages": {
"apiKeyCopied": "API-Schlüssel in die Zwischenablage kopiert",
"apiKeyRegenerated": "API-Schlüssel wurde neu generiert",
"notEnabled": "Der API-Server ist nicht aktiviert.",
"operationFailed": "API-Server-Operation fehlgeschlagen:",
"restartError": "API-Server-Neustart fehlgeschlagen:",
"restartFailed": "API-Server-Neustart fehlgeschlagen:",
@ -530,6 +538,7 @@
"context": "Kontext löschen {{Command}}"
},
"new_topic": "Neues Thema {{Command}}",
"paste_text_file_confirm": "In Eingabefeld einfügen?",
"pause": "Pause",
"placeholder": "Geben Sie hier eine Nachricht ein, drücken Sie {{key}} zum Senden - @ für Modellauswahl, / für Tools",
"placeholder_without_triggers": "Geben Sie hier eine Nachricht ein, drücken Sie {{key}} zum Senden",
@ -1795,6 +1804,7 @@
"title": "Mini-Apps"
},
"minapps": {
"ant-ling": "Ant Ling",
"baichuan": "Baixiaoying",
"baidu-ai-search": "Baidu AI Suche",
"chatglm": "ChatGLM",
@ -1951,6 +1961,14 @@
"rename": "Umbenennen",
"rename_changed": "Aus Sicherheitsgründen wurde der Dateiname von {{original}} zu {{final}} geändert",
"save": "In Notizen speichern",
"search": {
"both": "Name+Inhalt",
"content": "Inhalt",
"found_results": "{{count}} Ergebnisse gefunden (Name: {{nameCount}}, Inhalt: {{contentCount}})",
"more_matches": "weitere Spiele",
"searching": "Suche...",
"show_less": "Weniger anzeigen"
},
"settings": {
"data": {
"apply": "Anwenden",
@ -2035,6 +2053,7 @@
"provider": {
"cannot_remove_builtin": "Eingebauter Anbieter kann nicht entfernt werden",
"existing": "Anbieter existiert bereits",
"get_providers": "Fehler beim Abrufen der verfügbaren Anbieter",
"not_found": "OCR-Anbieter nicht gefunden",
"update_failed": "Konfiguration aktualisieren fehlgeschlagen"
},
@ -2098,6 +2117,8 @@
"install_code_103": "OVMS Runtime herunterladen fehlgeschlagen",
"install_code_104": "OVMS Runtime entpacken fehlgeschlagen",
"install_code_105": "OVMS Runtime bereinigen fehlgeschlagen",
"install_code_106": "Fehler beim Erstellen von run.bat",
"install_code_110": "Fehler beim Bereinigen der alten OVMS-Laufzeitumgebung",
"run": "OVMS ausführen fehlgeschlagen:",
"stop": "OVMS stoppen fehlgeschlagen:"
},
@ -2656,11 +2677,11 @@
"go_to_settings": "Zu Einstellungen",
"open_accessibility_settings": "Bedienungshilfen-Einstellungen öffnen"
},
"description": [
"Der Textauswahl-Assistent benötigt <strong>Bedienungshilfen-Berechtigungen</strong>, um ordnungsgemäß zu funktionieren.",
"Klicken Sie auf <strong>Zu Einstellungen</strong> und anschließend im Berechtigungsdialog auf <strong>Systemeinstellungen öffnen</strong>. Suchen Sie danach in der App-Liste <strong>Cherry Studio</strong> und aktivieren Sie den Schalter.",
"Nach Abschluss der Einrichtung Textauswahl-Assistent erneut aktivieren."
],
"description": {
"0": "Der Textauswahl-Assistent benötigt <strong>Bedienungshilfen-Berechtigungen</strong>, um ordnungsgemäß zu funktionieren.",
"1": "Klicken Sie auf <strong>Zu Einstellungen</strong> und anschließend im Berechtigungsdialog auf <strong>Systemeinstellungen öffnen</strong>. Suchen Sie danach in der App-Liste <strong>Cherry Studio</strong> und aktivieren Sie den Schalter.",
"2": "Nach Abschluss der Einrichtung Textauswahl-Assistent erneut aktivieren."
},
"title": "Bedienungshilfen-Berechtigung"
},
"title": "Aktivieren"
@ -3568,6 +3589,7 @@
"builtinServers": "Integrierter Server",
"builtinServersDescriptions": {
"brave_search": "MCP-Server-Implementierung mit Brave-Search-API, die sowohl Web- als auch lokale Suchfunktionen bietet. BRAVE_API_KEY-Umgebungsvariable muss konfiguriert werden",
"didi_mcp": "DiDi MCP-Server, der Ride-Hailing-Services wie Kartensuche, Preisschätzung, Auftragsverwaltung und Fahrer-Tracking bietet. Nur in Festlandchina verfügbar. Erfordert die Konfiguration der Umgebungsvariablen DIDI_API_KEY",
"dify_knowledge": "MCP-Server-Implementierung von Dify, die einen einfachen API-Zugriff auf Dify bietet. Dify Key muss konfiguriert werden",
"fetch": "MCP-Server zum Abrufen von Webseiteninhalten",
"filesystem": "MCP-Server für Dateisystemoperationen (Node.js), der den Zugriff auf bestimmte Verzeichnisse ermöglicht",
@ -4207,7 +4229,8 @@
"none": "Keinen Proxy verwenden",
"system": "System-Proxy",
"title": "Proxy-Modus"
}
},
"tip": "Unterstützung für unscharfe Übereinstimmung (*.test.com, 192.168.0.0/16)"
},
"quickAssistant": {
"click_tray_to_show": "Klicken auf Tray-Symbol zum Starten",

View File

@ -538,7 +538,7 @@
"context": "Καθαρισμός ενδιάμεσων {{Command}}"
},
"new_topic": "Νέο θέμα {{Command}}",
"paste_text_file_confirm": "[to be translated]:粘贴到输入框?",
"paste_text_file_confirm": "Επικολλήστε στο πεδίο εισαγωγής;",
"pause": "Παύση",
"placeholder": "Εισάγετε μήνυμα εδώ...",
"placeholder_without_triggers": "Γράψτε το μήνυμά σας εδώ, πατήστε {{key}} για αποστολή",
@ -1962,12 +1962,12 @@
"rename_changed": "Λόγω πολιτικής ασφάλειας, το όνομα του αρχείου έχει αλλάξει από {{original}} σε {{final}}",
"save": "αποθήκευση στις σημειώσεις",
"search": {
"both": "[to be translated]:名称+内容",
"content": "[to be translated]:内容",
"found_results": "[to be translated]:找到 {{count}} 个结果 (名称: {{nameCount}}, 内容: {{contentCount}})",
"more_matches": "[to be translated]:个匹配",
"searching": "[to be translated]:搜索中...",
"show_less": "[to be translated]:收起"
"both": "Όνομα + Περιεχόμενο",
"content": "περιεχόμενο",
"found_results": "Βρέθηκαν {{count}} αποτελέσματα (όνομα: {{nameCount}}, περιεχόμενο: {{contentCount}})",
"more_matches": "ένα ταίριασμα",
"searching": "Αναζήτηση...",
"show_less": "Συρράψτε"
},
"settings": {
"data": {
@ -2117,8 +2117,8 @@
"install_code_103": "Η λήψη του OVMS runtime απέτυχε",
"install_code_104": "Η αποσυμπίεση του OVMS runtime απέτυχε",
"install_code_105": "Ο καθαρισμός του OVMS runtime απέτυχε",
"install_code_106": "[to be translated]:创建 run.bat 失败",
"install_code_110": "[to be translated]:清理旧 OVMS runtime 失败",
"install_code_106": "Η δημιουργία του run.bat απέτυχε",
"install_code_110": "Αποτυχία καθαρισμού του παλιού OVMS runtime",
"run": "Η εκτέλεση του OVMS απέτυχε:",
"stop": "Η διακοπή του OVMS απέτυχε:"
},
@ -4230,7 +4230,7 @@
"system": "συστηματική προξενική",
"title": "κλίμακα προξενικής"
},
"tip": "[to be translated]:支持模糊匹配(*.test.com,192.168.0.0/16)"
"tip": "Υποστήριξη ασαφούς ταιριάσματος (*.test.com,192.168.0.0/16)"
},
"quickAssistant": {
"click_tray_to_show": "Επιλέξτε την εικόνα στο πίνακα για να ενεργοποιήσετε",

View File

@ -538,7 +538,7 @@
"context": "Limpiar contexto {{Command}}"
},
"new_topic": "Nuevo tema {{Command}}",
"paste_text_file_confirm": "[to be translated]:粘贴到输入框?",
"paste_text_file_confirm": "¿Pegar en el cuadro de entrada?",
"pause": "Pausar",
"placeholder": "Escribe aquí tu mensaje...",
"placeholder_without_triggers": "Escribe tu mensaje aquí, presiona {{key}} para enviar",
@ -1962,12 +1962,12 @@
"rename_changed": "Debido a políticas de seguridad, el nombre del archivo ha cambiado de {{original}} a {{final}}",
"save": "Guardar en notas",
"search": {
"both": "[to be translated]:名称+内容",
"content": "[to be translated]:内容",
"found_results": "[to be translated]:找到 {{count}} 个结果 (名称: {{nameCount}}, 内容: {{contentCount}})",
"more_matches": "[to be translated]:个匹配",
"searching": "[to be translated]:搜索中...",
"show_less": "[to be translated]:收起"
"both": "Nombre + contenido",
"content": "contenido",
"found_results": "Se encontraron {{count}} resultados (nombre: {{nameCount}}, contenido: {{contentCount}})",
"more_matches": "un partido",
"searching": "Buscando...",
"show_less": "Contraer"
},
"settings": {
"data": {
@ -2117,8 +2117,8 @@
"install_code_103": "Error al descargar el tiempo de ejecución de OVMS",
"install_code_104": "Error al descomprimir el tiempo de ejecución de OVMS",
"install_code_105": "Error al limpiar el tiempo de ejecución de OVMS",
"install_code_106": "[to be translated]:创建 run.bat 失败",
"install_code_110": "[to be translated]:清理旧 OVMS runtime 失败",
"install_code_106": "Error al crear run.bat",
"install_code_110": "Error al limpiar el runtime antiguo de OVMS",
"run": "Error al ejecutar OVMS:",
"stop": "Error al detener OVMS:"
},
@ -4230,7 +4230,7 @@
"system": "Proxy del sistema",
"title": "Modo de proxy"
},
"tip": "[to be translated]:支持模糊匹配(*.test.com,192.168.0.0/16)"
"tip": "Soporta coincidencia difusa (*.test.com, 192.168.0.0/16)"
},
"quickAssistant": {
"click_tray_to_show": "Haz clic en el icono de la bandeja para iniciar",

View File

@ -538,7 +538,7 @@
"context": "Effacer le contexte {{Command}}"
},
"new_topic": "Nouveau sujet {{Command}}",
"paste_text_file_confirm": "[to be translated]:粘贴到输入框?",
"paste_text_file_confirm": "Coller dans la zone de saisie ?",
"pause": "Pause",
"placeholder": "Entrez votre message ici...",
"placeholder_without_triggers": "Tapez votre message ici, appuyez sur {{key}} pour envoyer",
@ -1962,12 +1962,12 @@
"rename_changed": "En raison de la politique de sécurité, le nom du fichier a été changé de {{original}} à {{final}}",
"save": "sauvegarder dans les notes",
"search": {
"both": "[to be translated]:名称+内容",
"content": "[to be translated]:内容",
"found_results": "[to be translated]:找到 {{count}} 个结果 (名称: {{nameCount}}, 内容: {{contentCount}})",
"more_matches": "[to be translated]:个匹配",
"searching": "[to be translated]:搜索中...",
"show_less": "[to be translated]:收起"
"both": "Nom + contenu",
"content": "contenu",
"found_results": "Trouvé {{count}} résultats (nom : {{nameCount}}, contenu : {{contentCount}})",
"more_matches": "une correspondance",
"searching": "Recherche en cours...",
"show_less": "Réduire"
},
"settings": {
"data": {
@ -2117,8 +2117,8 @@
"install_code_103": "Échec du téléchargement du runtime OVMS",
"install_code_104": "Échec de la décompression du runtime OVMS",
"install_code_105": "Échec du nettoyage du runtime OVMS",
"install_code_106": "[to be translated]:创建 run.bat 失败",
"install_code_110": "[to be translated]:清理旧 OVMS runtime 失败",
"install_code_106": "Échec de la création de run.bat",
"install_code_110": "Échec du nettoyage de l'ancien runtime OVMS",
"run": "Échec de l'exécution d'OVMS :",
"stop": "Échec de l'arrêt d'OVMS :"
},
@ -4230,7 +4230,7 @@
"system": "Proxy système",
"title": "Mode de proxy"
},
"tip": "[to be translated]:支持模糊匹配(*.test.com,192.168.0.0/16)"
"tip": "Prend en charge la correspondance floue (*.test.com, 192.168.0.0/16)"
},
"quickAssistant": {
"click_tray_to_show": "Cliquez sur l'icône dans la barre d'état système pour démarrer",

View File

@ -538,7 +538,7 @@
"context": "コンテキストをクリア {{Command}}"
},
"new_topic": "新しいトピック {{Command}}",
"paste_text_file_confirm": "[to be translated]:粘贴到输入框",
"paste_text_file_confirm": "入力ボックスに貼り付けますか",
"pause": "一時停止",
"placeholder": "ここにメッセージを入力し、{{key}} を押して送信...",
"placeholder_without_triggers": "ここにメッセージを入力し、{{key}} を押して送信...",
@ -1962,12 +1962,12 @@
"rename_changed": "セキュリティポリシーにより、ファイル名は{{original}}から{{final}}に変更されました",
"save": "メモに保存する",
"search": {
"both": "[to be translated]:名称+内容",
"content": "[to be translated]:内容",
"found_results": "[to be translated]:找到 {{count}} 个结果 (名称: {{nameCount}}, 内容: {{contentCount}})",
"more_matches": "[to be translated]:个匹配",
"searching": "[to be translated]:搜索中...",
"show_less": "[to be translated]:收起"
"both": "名称+内容",
"content": "内容",
"found_results": "{{count}} 件の結果が見つかりました(名称: {{nameCount}}、内容: {{contentCount}}",
"more_matches": "個のマッチング",
"searching": "索中...",
"show_less": "閉じる"
},
"settings": {
"data": {
@ -2117,8 +2117,8 @@
"install_code_103": "OVMSランタイムのダウンロードに失敗しました",
"install_code_104": "OVMSランタイムの解凍に失敗しました",
"install_code_105": "OVMSランタイムのクリーンアップに失敗しました",
"install_code_106": "[to be translated]:创建 run.bat 失败",
"install_code_110": "[to be translated]:清理旧 OVMS runtime 失败",
"install_code_106": "run.bat の作成に失敗しました",
"install_code_110": "旧OVMSランタイムのクリーンアップに失敗しました",
"run": "OVMSの実行に失敗しました:",
"stop": "OVMSの停止に失敗しました:"
},
@ -4230,7 +4230,7 @@
"system": "システムプロキシ",
"title": "プロキシモード"
},
"tip": "[to be translated]:支持模糊匹配(*.test.com,192.168.0.0/16)"
"tip": "あいまい一致をサポート(*.test.com、192.168.0.0/16"
},
"quickAssistant": {
"click_tray_to_show": "トレイアイコンをクリックして起動",

View File

@ -538,7 +538,7 @@
"context": "Limpar contexto {{Command}}"
},
"new_topic": "Novo tópico {{Command}}",
"paste_text_file_confirm": "[to be translated]:粘贴到输入框?",
"paste_text_file_confirm": "Colar na caixa de entrada?",
"pause": "Pausar",
"placeholder": "Digite sua mensagem aqui...",
"placeholder_without_triggers": "Escreve a tua mensagem aqui, pressiona {{key}} para enviar",
@ -1962,12 +1962,12 @@
"rename_changed": "Devido às políticas de segurança, o nome do arquivo foi alterado de {{original}} para {{final}}",
"save": "salvar em notas",
"search": {
"both": "[to be translated]:名称+内容",
"content": "[to be translated]:内容",
"found_results": "[to be translated]:找到 {{count}} 个结果 (名称: {{nameCount}}, 内容: {{contentCount}})",
"more_matches": "[to be translated]:个匹配",
"searching": "[to be translated]:搜索中...",
"show_less": "[to be translated]:收起"
"both": "Nome + conteúdo",
"content": "conteúdo",
"found_results": "Encontrados {{count}} resultados (nome: {{nameCount}}, conteúdo: {{contentCount}})",
"more_matches": "um jogo",
"searching": "Pesquisando...",
"show_less": "Recolher"
},
"settings": {
"data": {
@ -2117,8 +2117,8 @@
"install_code_103": "Falha ao baixar o tempo de execução do OVMS",
"install_code_104": "Falha ao descompactar o tempo de execução do OVMS",
"install_code_105": "Falha ao limpar o tempo de execução do OVMS",
"install_code_106": "[to be translated]:创建 run.bat 失败",
"install_code_110": "[to be translated]:清理旧 OVMS runtime 失败",
"install_code_106": "Falha ao criar run.bat",
"install_code_110": "Falha ao limpar o tempo de execução antigo do OVMS",
"run": "Falha ao executar o OVMS:",
"stop": "Falha ao parar o OVMS:"
},
@ -4230,7 +4230,7 @@
"system": "Proxy do Sistema",
"title": "Modo de Proxy"
},
"tip": "[to be translated]:支持模糊匹配(*.test.com,192.168.0.0/16)"
"tip": "Suporta correspondência difusa (*.test.com, 192.168.0.0/16)"
},
"quickAssistant": {
"click_tray_to_show": "Clique no ícone da bandeja para iniciar",

View File

@ -538,7 +538,7 @@
"context": "Очистить контекст {{Command}}"
},
"new_topic": "Новый топик {{Command}}",
"paste_text_file_confirm": "[to be translated]:粘贴到输入框?",
"paste_text_file_confirm": "Вставить в поле ввода?",
"pause": "Остановить",
"placeholder": "Введите ваше сообщение здесь, нажмите {{key}} для отправки...",
"placeholder_without_triggers": "Напишите сообщение здесь, нажмите {{key}} для отправки",
@ -1962,12 +1962,12 @@
"rename_changed": "В связи с политикой безопасности имя файла было изменено с {{Original}} на {{final}}",
"save": "Сохранить в заметки",
"search": {
"both": "[to be translated]:名称+内容",
"content": "[to be translated]:内容",
"found_results": "[to be translated]:找到 {{count}} 个结果 (名称: {{nameCount}}, 内容: {{contentCount}})",
"more_matches": "[to be translated]:个匹配",
"searching": "[to be translated]:搜索中...",
"show_less": "[to be translated]:收起"
"both": "Название + содержание",
"content": "содержание",
"found_results": "Найдено {{count}} результатов (по названию: {{nameCount}}, по содержимому: {{contentCount}})",
"more_matches": "соответствующий матч",
"searching": "Поиск...",
"show_less": "Свернуть"
},
"settings": {
"data": {
@ -2117,8 +2117,8 @@
"install_code_103": "Ошибка загрузки среды выполнения OVMS",
"install_code_104": "Ошибка распаковки среды выполнения OVMS",
"install_code_105": "Ошибка очистки среды выполнения OVMS",
"install_code_106": "[to be translated]:创建 run.bat 失败",
"install_code_110": "[to be translated]:清理旧 OVMS runtime 失败",
"install_code_106": "Сбой при создании run.bat",
"install_code_110": "Не удалось очистить старую среду выполнения OVMS",
"run": "Ошибка запуска OVMS:",
"stop": "Ошибка остановки OVMS:"
},
@ -4230,7 +4230,7 @@
"system": "Системный прокси",
"title": "Режим прокси"
},
"tip": "[to be translated]:支持模糊匹配(*.test.com,192.168.0.0/16)"
"tip": "Поддержка нечеткого сопоставления (*.test.com, 192.168.0.0/16)"
},
"quickAssistant": {
"click_tray_to_show": "Нажмите на иконку трея для запуска",