From 6c343294e12a6bdb53d60f6dbe7dcbe2acfd6961 Mon Sep 17 00:00:00 2001 From: cte Date: Tue, 25 Mar 2025 12:33:23 -0700 Subject: [PATCH] Add missing translations --- src/i18n/locales/ca/common.json | 3 ++- src/i18n/locales/de/common.json | 3 ++- src/i18n/locales/es/common.json | 3 ++- src/i18n/locales/fr/common.json | 3 ++- src/i18n/locales/hi/common.json | 3 ++- src/i18n/locales/it/common.json | 3 ++- src/i18n/locales/ja/common.json | 3 ++- src/i18n/locales/ko/common.json | 3 ++- src/i18n/locales/pl/common.json | 3 ++- src/i18n/locales/pt-BR/common.json | 3 ++- src/i18n/locales/tr/common.json | 3 ++- src/i18n/locales/vi/common.json | 3 ++- src/i18n/locales/zh-CN/common.json | 3 ++- src/i18n/locales/zh-TW/common.json | 3 ++- 14 files changed, 28 insertions(+), 14 deletions(-) diff --git a/src/i18n/locales/ca/common.json b/src/i18n/locales/ca/common.json index 967daab3d0..f6ddf36da3 100644 --- a/src/i18n/locales/ca/common.json +++ b/src/i18n/locales/ca/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "Reiniciant el servidor MCP {{serverName}}...", "mcp_server_connected": "Servidor MCP {{serverName}} connectat", "mcp_server_deleted": "Servidor MCP eliminat: {{serverName}}", - "mcp_server_not_found": "Servidor \"{{serverName}}\" no trobat a la configuració" + "mcp_server_not_found": "Servidor \"{{serverName}}\" no trobat a la configuració", + "settings_imported": "Configuració importada correctament." }, "answers": { "yes": "Sí", diff --git a/src/i18n/locales/de/common.json b/src/i18n/locales/de/common.json index 0c5ed0e75f..64dd178170 100644 --- a/src/i18n/locales/de/common.json +++ b/src/i18n/locales/de/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "MCP-Server {{serverName}} wird neu gestartet...", "mcp_server_connected": "MCP-Server {{serverName}} verbunden", "mcp_server_deleted": "MCP-Server gelöscht: {{serverName}}", - "mcp_server_not_found": "Server \"{{serverName}}\" nicht in der Konfiguration gefunden" + "mcp_server_not_found": "Server \"{{serverName}}\" nicht in der Konfiguration gefunden", + "settings_imported": "Einstellungen erfolgreich importiert." }, "answers": { "yes": "Ja", diff --git a/src/i18n/locales/es/common.json b/src/i18n/locales/es/common.json index 53d35f97d6..f7dcde7e97 100644 --- a/src/i18n/locales/es/common.json +++ b/src/i18n/locales/es/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "Reiniciando el servidor MCP {{serverName}}...", "mcp_server_connected": "Servidor MCP {{serverName}} conectado", "mcp_server_deleted": "Servidor MCP eliminado: {{serverName}}", - "mcp_server_not_found": "Servidor \"{{serverName}}\" no encontrado en la configuración" + "mcp_server_not_found": "Servidor \"{{serverName}}\" no encontrado en la configuración", + "settings_imported": "Configuración importada correctamente." }, "answers": { "yes": "Sí", diff --git a/src/i18n/locales/fr/common.json b/src/i18n/locales/fr/common.json index 1091994db0..5bcb51d36e 100644 --- a/src/i18n/locales/fr/common.json +++ b/src/i18n/locales/fr/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "Redémarrage du serveur MCP {{serverName}}...", "mcp_server_connected": "Serveur MCP {{serverName}} connecté", "mcp_server_deleted": "Serveur MCP supprimé : {{serverName}}", - "mcp_server_not_found": "Serveur \"{{serverName}}\" introuvable dans la configuration" + "mcp_server_not_found": "Serveur \"{{serverName}}\" introuvable dans la configuration", + "settings_imported": "Paramètres importés avec succès." }, "answers": { "yes": "Oui", diff --git a/src/i18n/locales/hi/common.json b/src/i18n/locales/hi/common.json index ca1053d04e..eb1c6a79b1 100644 --- a/src/i18n/locales/hi/common.json +++ b/src/i18n/locales/hi/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "{{serverName}} MCP सर्वर पुनः प्रारंभ हो रहा है...", "mcp_server_connected": "{{serverName}} MCP सर्वर कनेक्टेड", "mcp_server_deleted": "MCP सर्वर हटाया गया: {{serverName}}", - "mcp_server_not_found": "सर्वर \"{{serverName}}\" कॉन्फ़िगरेशन में नहीं मिला" + "mcp_server_not_found": "सर्वर \"{{serverName}}\" कॉन्फ़िगरेशन में नहीं मिला", + "settings_imported": "सेटिंग्स सफलतापूर्वक आयात की गईं।" }, "answers": { "yes": "हां", diff --git a/src/i18n/locales/it/common.json b/src/i18n/locales/it/common.json index 6104611f2b..39340c4416 100644 --- a/src/i18n/locales/it/common.json +++ b/src/i18n/locales/it/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "Riavvio del server MCP {{serverName}}...", "mcp_server_connected": "Server MCP {{serverName}} connesso", "mcp_server_deleted": "Server MCP eliminato: {{serverName}}", - "mcp_server_not_found": "Server \"{{serverName}}\" non trovato nella configurazione" + "mcp_server_not_found": "Server \"{{serverName}}\" non trovato nella configurazione", + "settings_imported": "Impostazioni importate con successo." }, "answers": { "yes": "Sì", diff --git a/src/i18n/locales/ja/common.json b/src/i18n/locales/ja/common.json index c507b0e46d..2e65cc7d51 100644 --- a/src/i18n/locales/ja/common.json +++ b/src/i18n/locales/ja/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "MCPサーバー{{serverName}}を再起動中...", "mcp_server_connected": "MCPサーバー{{serverName}}が接続されました", "mcp_server_deleted": "MCPサーバーが削除されました:{{serverName}}", - "mcp_server_not_found": "サーバー\"{{serverName}}\"が設定内に見つかりません" + "mcp_server_not_found": "サーバー\"{{serverName}}\"が設定内に見つかりません", + "settings_imported": "設定のインポートに成功しました。" }, "answers": { "yes": "はい", diff --git a/src/i18n/locales/ko/common.json b/src/i18n/locales/ko/common.json index b7c9f0de24..47a8c23fea 100644 --- a/src/i18n/locales/ko/common.json +++ b/src/i18n/locales/ko/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "{{serverName}} MCP 서버를 재시작하는 중...", "mcp_server_connected": "{{serverName}} MCP 서버 연결됨", "mcp_server_deleted": "MCP 서버 삭제됨: {{serverName}}", - "mcp_server_not_found": "구성에서 서버 \"{{serverName}}\"을(를) 찾을 수 없습니다" + "mcp_server_not_found": "구성에서 서버 \"{{serverName}}\"을(를) 찾을 수 없습니다", + "settings_imported": "설정이 성공적으로 가져와졌습니다." }, "answers": { "yes": "예", diff --git a/src/i18n/locales/pl/common.json b/src/i18n/locales/pl/common.json index b23e771ad4..1dddc61d96 100644 --- a/src/i18n/locales/pl/common.json +++ b/src/i18n/locales/pl/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "Ponowne uruchamianie serwera MCP {{serverName}}...", "mcp_server_connected": "Serwer MCP {{serverName}} połączony", "mcp_server_deleted": "Usunięto serwer MCP: {{serverName}}", - "mcp_server_not_found": "Serwer \"{{serverName}}\" nie znaleziony w konfiguracji" + "mcp_server_not_found": "Serwer \"{{serverName}}\" nie znaleziony w konfiguracji", + "settings_imported": "Ustawienia zostały pomyślnie zaimportowane." }, "answers": { "yes": "Tak", diff --git a/src/i18n/locales/pt-BR/common.json b/src/i18n/locales/pt-BR/common.json index 6a3a0d7a2b..d9552d0334 100644 --- a/src/i18n/locales/pt-BR/common.json +++ b/src/i18n/locales/pt-BR/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "Reiniciando o servidor MCP {{serverName}}...", "mcp_server_connected": "Servidor MCP {{serverName}} conectado", "mcp_server_deleted": "Servidor MCP excluído: {{serverName}}", - "mcp_server_not_found": "Servidor \"{{serverName}}\" não encontrado na configuração" + "mcp_server_not_found": "Servidor \"{{serverName}}\" não encontrado na configuração", + "settings_imported": "Configurações importadas com sucesso." }, "answers": { "yes": "Sim", diff --git a/src/i18n/locales/tr/common.json b/src/i18n/locales/tr/common.json index b8765b744a..5e991c4c87 100644 --- a/src/i18n/locales/tr/common.json +++ b/src/i18n/locales/tr/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "{{serverName}} MCP sunucusu yeniden başlatılıyor...", "mcp_server_connected": "{{serverName}} MCP sunucusu bağlandı", "mcp_server_deleted": "MCP sunucusu silindi: {{serverName}}", - "mcp_server_not_found": "Yapılandırmada \"{{serverName}}\" sunucusu bulunamadı" + "mcp_server_not_found": "Yapılandırmada \"{{serverName}}\" sunucusu bulunamadı", + "settings_imported": "Ayarlar başarıyla içe aktarıldı." }, "answers": { "yes": "Evet", diff --git a/src/i18n/locales/vi/common.json b/src/i18n/locales/vi/common.json index 7cbea848ce..1e7d1add49 100644 --- a/src/i18n/locales/vi/common.json +++ b/src/i18n/locales/vi/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "Đang khởi động lại máy chủ MCP {{serverName}}...", "mcp_server_connected": "Máy chủ MCP {{serverName}} đã kết nối", "mcp_server_deleted": "Đã xóa máy chủ MCP: {{serverName}}", - "mcp_server_not_found": "Không tìm thấy máy chủ \"{{serverName}}\" trong cấu hình" + "mcp_server_not_found": "Không tìm thấy máy chủ \"{{serverName}}\" trong cấu hình", + "settings_imported": "Cài đặt đã được nhập thành công." }, "answers": { "yes": "Có", diff --git a/src/i18n/locales/zh-CN/common.json b/src/i18n/locales/zh-CN/common.json index 591958aab3..bb807fa922 100644 --- a/src/i18n/locales/zh-CN/common.json +++ b/src/i18n/locales/zh-CN/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "正在重启{{serverName}}MCP服务器...", "mcp_server_connected": "{{serverName}}MCP服务器已连接", "mcp_server_deleted": "已删除MCP服务器:{{serverName}}", - "mcp_server_not_found": "在配置中未找到服务器\"{{serverName}}\"" + "mcp_server_not_found": "在配置中未找到服务器\"{{serverName}}\"", + "settings_imported": "设置已成功导入。" }, "answers": { "yes": "是", diff --git a/src/i18n/locales/zh-TW/common.json b/src/i18n/locales/zh-TW/common.json index b2059d5547..f443b8e986 100644 --- a/src/i18n/locales/zh-TW/common.json +++ b/src/i18n/locales/zh-TW/common.json @@ -61,7 +61,8 @@ "mcp_server_restarting": "正在重啟{{serverName}}MCP服務器...", "mcp_server_connected": "{{serverName}}MCP服務器已連接", "mcp_server_deleted": "已刪除MCP服務器:{{serverName}}", - "mcp_server_not_found": "在配置中未找到服務器\"{{serverName}}\"" + "mcp_server_not_found": "在配置中未找到服務器\"{{serverName}}\"", + "settings_imported": "設置已成功導入。" }, "answers": { "yes": "是",