diff --git a/app/locales/ar.ts b/app/locales/ar.ts index 6740c7269..d4f17513d 100644 --- a/app/locales/ar.ts +++ b/app/locales/ar.ts @@ -422,18 +422,18 @@ const ar: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "مفتاح API", + SubTitle: "استخدم مفتاح API الخاص بـ HUAWEI", + Placeholder: "مفتاح HUAWEI", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "المفتاح السري", + SubTitle: "استخدم مفتاح HUAWEI السري الخاص بك", + Placeholder: "المفتاح السري HUAWEI", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "عنوان الواجهة", + SubTitle: "لا يدعم التكوين المخصص .env", }, }, }, diff --git a/app/locales/bn.ts b/app/locales/bn.ts index a763288bf..3c935b4bc 100644 --- a/app/locales/bn.ts +++ b/app/locales/bn.ts @@ -430,18 +430,18 @@ const bn: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "এপিআই কী", + SubTitle: "আপনার HUAWEI এপিআই কী ব্যবহার করুন", + Placeholder: "HUAWEI কী", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "গোপন কী", + SubTitle: "আপনার HUAWEI গোপন কী ব্যবহার করুন", + Placeholder: "HUAWEI গোপন কী", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "এন্ডপয়েন্ট ঠিকানা", + SubTitle: "কাস্টম কনফিগারেশনের জন্য .env-এ যান", }, }, }, diff --git a/app/locales/cs.ts b/app/locales/cs.ts index 2f40c605b..63ab73314 100644 --- a/app/locales/cs.ts +++ b/app/locales/cs.ts @@ -429,18 +429,18 @@ const cs: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "API Klíč", + SubTitle: "Použijte svůj HUAWEI API klíč", + Placeholder: "HUAWEI Klíč", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Tajný Klíč", + SubTitle: "Použijte svůj HUAWEI Tajný klíč", + Placeholder: "HUAWEI Tajný Klíč", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Adresa rozhraní", + SubTitle: "Nepodporuje vlastní konfiguraci .env", }, }, }, diff --git a/app/locales/da.ts b/app/locales/da.ts index 9571b5db7..0b9cb4fc9 100644 --- a/app/locales/da.ts +++ b/app/locales/da.ts @@ -500,18 +500,18 @@ const da: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "API-nøgle", + SubTitle: "Brug din egen HUAWEI API-nøgle", + Placeholder: "HUAWEI-nøgle", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Hemmelig nøgle", + SubTitle: "Brug din egen HUAWEI hemmelige nøgle", + Placeholder: "HUAWEI hemmelig nøgle", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Grænsefladeadresse", + SubTitle: "Understøtter ikke tilpasset .env-konfiguration", }, }, Google: { diff --git a/app/locales/de.ts b/app/locales/de.ts index 6e7ddc385..46ff823ac 100644 --- a/app/locales/de.ts +++ b/app/locales/de.ts @@ -441,18 +441,18 @@ const de: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "API-Schlüssel", + SubTitle: "Verwenden Sie Ihren eigenen HUAWEI API-Schlüssel", + Placeholder: "HUAWEI-Schlüssel", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Geheimer Schlüssel", + SubTitle: "Verwenden Sie Ihren eigenen HUAWEI geheimen Schlüssel", + Placeholder: "HUAWEI geheimer Schlüssel", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Schnittstellenadresse", + SubTitle: "Unterstützt keine benutzerdefinierte .env-Konfiguration", }, }, }, diff --git a/app/locales/en.ts b/app/locales/en.ts index af9e1221b..6cbe6650b 100644 --- a/app/locales/en.ts +++ b/app/locales/en.ts @@ -525,17 +525,17 @@ const en: LocaleType = { Huawei: { ApiKey: { Title: "API Key", - SubTitle: "使用自定义华为API Key", + SubTitle: "Use your own HUAWEI API key", Placeholder: "HUAWEI Key", }, SecretKey: { Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", + SubTitle: "Use your own HUAWEI Secret key", Placeholder: "HUAWEI Secret Key", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Endpoint Address", + SubTitle: "Does not support custom .env configuration", }, }, Google: { diff --git a/app/locales/es.ts b/app/locales/es.ts index bf584edeb..3e721a5db 100644 --- a/app/locales/es.ts +++ b/app/locales/es.ts @@ -443,18 +443,18 @@ const es: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "Clave API", + SubTitle: "Utiliza tu propia clave API de HUAWEI", + Placeholder: "Clave HUAWEI", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Clave Secreta", + SubTitle: "Utiliza tu propia clave secreta de HUAWEI", + Placeholder: "Clave secreta HUAWEI", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Dirección del Endpoint", + SubTitle: "No admite configuración personalizada .env", }, }, }, diff --git a/app/locales/fr.ts b/app/locales/fr.ts index 80be8ce07..79d6397af 100644 --- a/app/locales/fr.ts +++ b/app/locales/fr.ts @@ -442,18 +442,19 @@ const fr: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "Clé API", + SubTitle: "Utilisez votre propre clé API HUAWEI", + Placeholder: "Clé HUAWEI", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Clé secrète", + SubTitle: "Utilisez votre propre clé secrète HUAWEI", + Placeholder: "Clé secrète HUAWEI", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Adresse de l'endpoint", + SubTitle: + "Ne prend pas en charge la configuration personnalisée .env", }, }, }, diff --git a/app/locales/id.ts b/app/locales/id.ts index 25893506b..8f6651ac5 100644 --- a/app/locales/id.ts +++ b/app/locales/id.ts @@ -430,18 +430,18 @@ const id: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "Kunci API", + SubTitle: "Gunakan kunci API HUAWEI Anda sendiri", + Placeholder: "Kunci HUAWEI", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Kunci Rahasia", + SubTitle: "Gunakan kunci rahasia HUAWEI Anda sendiri", + Placeholder: "Kunci Rahasia HUAWEI", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Alamat Endpoint", + SubTitle: "Tidak mendukung konfigurasi .env kustom", }, }, }, diff --git a/app/locales/it.ts b/app/locales/it.ts index 30b55048a..4c732b1af 100644 --- a/app/locales/it.ts +++ b/app/locales/it.ts @@ -443,18 +443,18 @@ const it: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "Chiave API", + SubTitle: "Usa la tua chiave API HUAWEI", + Placeholder: "Chiave HUAWEI", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Chiave Segreta", + SubTitle: "Usa la tua chiave segreta HUAWEI", + Placeholder: "Chiave segreta HUAWEI", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Indirizzo dell'Endpoint", + SubTitle: "Non supporta configurazioni personalizzate .env", }, }, }, diff --git a/app/locales/jp.ts b/app/locales/jp.ts index 0f851dcc8..14fafe479 100644 --- a/app/locales/jp.ts +++ b/app/locales/jp.ts @@ -426,18 +426,18 @@ const jp: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "APIキー", + SubTitle: "自分のHUAWEI APIキーを使用してください", + Placeholder: "HUAWEIキー", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "秘密キー", + SubTitle: "自分のHUAWEI秘密キーを使用してください", + Placeholder: "HUAWEI秘密キー", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "エンドポイントアドレス", + SubTitle: "カスタム.env構成はサポートされていません", }, }, }, diff --git a/app/locales/ko.ts b/app/locales/ko.ts index 841755611..c252b974f 100644 --- a/app/locales/ko.ts +++ b/app/locales/ko.ts @@ -423,18 +423,18 @@ const ko: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "API 키", + SubTitle: "자신의 HUAWEI API 키를 사용하세요", + Placeholder: "HUAWEI 키", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "비밀 키", + SubTitle: "자신의 HUAWEI 비밀 키를 사용하세요", + Placeholder: "HUAWEI 비밀 키", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "엔드포인트 주소", + SubTitle: "사용자 정의 .env 구성을 지원하지 않습니다", }, }, }, diff --git a/app/locales/no.ts b/app/locales/no.ts index e48115a70..b9144fc28 100644 --- a/app/locales/no.ts +++ b/app/locales/no.ts @@ -435,18 +435,18 @@ const no: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "API-nøkkel", + SubTitle: "Bruk din egen HUAWEI API-nøkkel", + Placeholder: "HUAWEI-nøkkel", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Hemmelig nøkkel", + SubTitle: "Bruk din egen HUAWEI hemmelige nøkkel", + Placeholder: "HUAWEI hemmelig nøkkel", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Grensesnittadresse", + SubTitle: "Støtter ikke tilpasset .env-konfigurasjon", }, }, }, diff --git a/app/locales/pt.ts b/app/locales/pt.ts index b1bf5475d..7e90edb0b 100644 --- a/app/locales/pt.ts +++ b/app/locales/pt.ts @@ -365,18 +365,18 @@ const pt: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "Chave API", + SubTitle: "Use sua própria chave API HUAWEI", + Placeholder: "Chave HUAWEI", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Chave Secreta", + SubTitle: "Use sua própria chave secreta HUAWEI", + Placeholder: "Chave Secreta HUAWEI", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Endereço do Endpoint", + SubTitle: "Não suporta configuração personalizada .env", }, }, }, diff --git a/app/locales/ru.ts b/app/locales/ru.ts index 26ddcae00..57b7e6e27 100644 --- a/app/locales/ru.ts +++ b/app/locales/ru.ts @@ -433,18 +433,18 @@ const ru: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "API Ключ", + SubTitle: "Используйте свой HUAWEI API ключ", + Placeholder: "HUAWEI Ключ", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Секретный Ключ", + SubTitle: "Используйте свой HUAWEI Секретный ключ", + Placeholder: "HUAWEI Секретный Ключ", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Адрес интерфейса", + SubTitle: "Не поддерживает собственную конфигурацию .env", }, }, }, diff --git a/app/locales/sk.ts b/app/locales/sk.ts index 1e71edc78..368a01e06 100644 --- a/app/locales/sk.ts +++ b/app/locales/sk.ts @@ -365,18 +365,18 @@ const sk: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "API kľúč", + SubTitle: "Použite svoj vlastný HUAWEI API kľúč", + Placeholder: "HUAWEI kľúč", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Tajný kľúč", + SubTitle: "Použite svoj vlastný HUAWEI tajný kľúč", + Placeholder: "HUAWEI tajný kľúč", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Adresa rozhrania", + SubTitle: "Nepodporuje vlastnú konfiguráciu .env", }, }, Google: { diff --git a/app/locales/tr.ts b/app/locales/tr.ts index 585713847..9cdb79496 100644 --- a/app/locales/tr.ts +++ b/app/locales/tr.ts @@ -433,18 +433,18 @@ const tr: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "API Anahtarı", + SubTitle: "Kendi Huawei API Anahtarınızı kullanın", + Placeholder: "HUAWEI Anahtarı", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Gizli Anahtar", + SubTitle: "Kendi HUAWEI Gizli Anahtarınızı kullanın", + Placeholder: "HUAWEI Gizli Anahtarı", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Arayüz Adresi", + SubTitle: "Özelleştirilmiş .env yapılandırmasına desteklenmez", }, }, }, diff --git a/app/locales/tw.ts b/app/locales/tw.ts index dea3fd740..e9f6283ea 100644 --- a/app/locales/tw.ts +++ b/app/locales/tw.ts @@ -388,18 +388,18 @@ const tw = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "API金鑰", + SubTitle: "使用您的HUAWEI API金鑰", + Placeholder: "HUAWEI金鑰", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "密鑰", + SubTitle: "使用您的HUAWEI密鑰", + Placeholder: "HUAWEI密鑰", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "端點地址", + SubTitle: "不支援自訂的.env配置", }, }, }, diff --git a/app/locales/vi.ts b/app/locales/vi.ts index 979b5d7c5..3776f92d3 100644 --- a/app/locales/vi.ts +++ b/app/locales/vi.ts @@ -429,18 +429,18 @@ const vi: PartialLocaleType = { }, Huawei: { ApiKey: { - Title: "API Key", - SubTitle: "使用自定义华为API Key", - Placeholder: "HUAWEI Key", + Title: "Khóa API", + SubTitle: "Sử dụng khóa API HUAWEI của bạn", + Placeholder: "Khóa HUAWEI", }, SecretKey: { - Title: "Secret Key", - SubTitle: "使用自定义HUAWEI Secret Key", - Placeholder: "HUAWEI Secret Key", + Title: "Khóa bí mật", + SubTitle: "Sử dụng khóa bí mật HUAWEI của bạn", + Placeholder: "Khóa bí mật HUAWEI", }, Endpoint: { - Title: "接口地址", - SubTitle: "不支持自定义前往.env配置", + Title: "Địa chỉ điểm cuối", + SubTitle: "Không hỗ trợ cấu hình .env tùy chỉnh", }, }, },