Skip to content

Commit

Permalink
🌐 style: add moonshot i18n (lobehub#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 6, 2024
1 parent b57e473 commit 4b6663b
Show file tree
Hide file tree
Showing 48 changed files with 240 additions and 0 deletions.
1 change: 1 addition & 0 deletions locales/ar/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"azure": "أزور",
"bedrock": "بيدروك لأمازون ويب سيرفيس",
"google": "جوجل",
"moonshot": "مونشوت الذكاء الاصطناعي",
"oneapi": "وان آبي آي",
"openai": "أوبن إيه آي",
"zhipu": "زهيبو"
Expand Down
6 changes: 6 additions & 0 deletions locales/ar/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
"InvalidAzureAPIKey": "مفتاح Azure API غير صحيح أو فارغ، يرجى التحقق من مفتاح Azure API وإعادة المحاولة",
"InvalidBedrockCredentials": "فشلت مصادقة Bedrock، يرجى التحقق من AccessKeyId/SecretAccessKey وإعادة المحاولة",
"InvalidGoogleAPIKey": "مفتاح Google API غير صحيح أو فارغ، يرجى التحقق من مفتاح Google API وإعادة المحاولة",
"InvalidMoonshotAPIKey": "مفتاح API لـ Moonshot AI غير صحيح أو فارغ، يرجى التحقق من مفتاح API لـ Moonshot وإعادة المحاولة",
"InvalidZhipuAPIKey": "مفتاح Zhipu API غير صحيح أو فارغ، يرجى التحقق من مفتاح Zhipu API وإعادة المحاولة",
"LocationNotSupportError": "عذرًا، لا يدعم موقعك الحالي خدمة هذا النموذج، قد يكون ذلك بسبب قيود المنطقة أو عدم توفر الخدمة. يرجى التحقق مما إذا كان الموقع الحالي يدعم استخدام هذه الخدمة، أو محاولة استخدام معلومات الموقع الأخرى.",
"MoonshotBizError": "حدث خطأ في خدمة جانب القمر، يرجى التحقق من المعلومات أدناه أو إعادة المحاولة",
"NoOpenAIAPIKey": "مفتاح API الخاص بـ OpenAI فارغ، يرجى إضافة مفتاح API الخاص بـ OpenAI",
"OpenAIBizError": "حدث خطأ في طلب خدمة OpenAI، يرجى التحقق من المعلومات أدناه وإعادة المحاولة",
"PluginApiNotFound": "عذرًا، لا يوجد API للإضافة في وصف الإضافة، يرجى التحقق من تطابق طريقة الطلب الخاصة بك مع API الوصف",
Expand Down Expand Up @@ -76,6 +78,10 @@
"description": "أدخل مفتاح Google API الخاص بك لبدء الجلسة. لن يقوم التطبيق بتسجيل مفتاح الواجهة البرمجية الخاص بك",
"title": "استخدام مفتاح Google API المخصص"
},
"Moonshot": {
"description": "قم بإدخال مفتاح API الخاص بك لـ Moonshot AI لبدء الجلسة. لن يتم تسجيل مفتاح الـ API الخاص بك من قبل التطبيق",
"title": "استخدام مفتاح API مخصص لـ Moonshot AI"
},
"OpenAI": {
"addProxyUrl": "إضافة عنوان وكيل OpenAI (اختياري)",
"description": "أدخل مفتاح OpenAI API الخاص بك لبدء الجلسة. لن يقوم التطبيق بتسجيل مفتاح الواجهة البرمجية الخاص بك",
Expand Down
8 changes: 8 additions & 0 deletions locales/ar/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@
"title": "مفتاح واجهة برمجة التطبيقات"
}
},
"Moonshot": {
"title": "الجانب المظلم من القمر",
"token": {
"desc": "أدخل مفتاح API من Moonshot AI",
"placeholder": "مفتاح API Moonshot AI",
"title": "مفتاح API"
}
},
"OpenAI": {
"azureApiVersion": {
"desc": "إصدار واجهة برمجة التطبيقات لـ Azure، يتبع تنسيق YYYY-MM-DD، اطلع على [أحدث الإصدارات](https://learn.microsoft.com/zh-cn/azure/ai-services/openai/reference#chat-completions)",
Expand Down
1 change: 1 addition & 0 deletions locales/de-DE/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"azure": "Azure",
"bedrock": "AWS Bedrock",
"google": "Google",
"moonshot": "Moonshot KI",
"oneapi": "One API",
"openai": "OpenAI",
"zhipu": "Zhipu AI"
Expand Down
6 changes: 6 additions & 0 deletions locales/de-DE/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
"InvalidAzureAPIKey": "Der Azure API-Schlüssel ist ungültig oder leer. Bitte überprüfen Sie den Azure API-Schlüssel und versuchen Sie es erneut.",
"InvalidBedrockCredentials": "Die Bedrock-Authentifizierung ist fehlgeschlagen. Bitte überprüfen Sie AccessKeyId/SecretAccessKey und versuchen Sie es erneut.",
"InvalidGoogleAPIKey": "Der Google API-Schlüssel ist ungültig oder leer. Bitte überprüfen Sie den Google API-Schlüssel und versuchen Sie es erneut.",
"InvalidMoonshotAPIKey": "Ungültiger oder leerer Moonshot AI API-Schlüssel. Bitte überprüfen Sie den Moonshot API-Schlüssel und versuchen Sie es erneut.",
"InvalidZhipuAPIKey": "Der Zhipu API-Schlüssel ist ungültig oder leer. Bitte überprüfen Sie den Zhipu API-Schlüssel und versuchen Sie es erneut.",
"LocationNotSupportError": "Entschuldigung, Ihr Standort unterstützt diesen Modellservice möglicherweise aufgrund von regionalen Einschränkungen oder nicht aktivierten Diensten nicht. Bitte überprüfen Sie, ob der aktuelle Standort die Verwendung dieses Dienstes unterstützt, oder versuchen Sie, andere Standortinformationen zu verwenden.",
"MoonshotBizError": "Fehler beim Abrufen des Dark Side of the Moon-Services. Bitte überprüfen Sie die folgenden Informationen oder versuchen Sie es erneut.",
"NoOpenAIAPIKey": "Der OpenAI-API-Schlüssel ist leer. Bitte fügen Sie einen benutzerdefinierten OpenAI-API-Schlüssel hinzu",
"OpenAIBizError": "Fehler bei der OpenAI-Serviceanfrage. Bitte überprüfen Sie die folgenden Informationen oder versuchen Sie es erneut",
"PluginApiNotFound": "Entschuldigung, das API des Plugins im Plugin-Manifest existiert nicht. Bitte überprüfen Sie, ob Ihre Anfragemethode mit dem Plugin-Manifest-API übereinstimmt",
Expand Down Expand Up @@ -76,6 +78,10 @@
"description": "Geben Sie Ihren Google API-Schlüssel ein, um die Sitzung zu starten. Die Anwendung speichert Ihren API-Schlüssel nicht.",
"title": "Verwenden von benutzerdefinierten Google API-Schlüssel"
},
"Moonshot": {
"description": "Geben Sie Ihren individuellen Moonshot AI API-Schlüssel ein, um die Sitzung zu starten. Die App speichert Ihren API-Schlüssel nicht.",
"title": "Verwenden Sie einen benutzerdefinierten Moonshot AI API-Schlüssel"
},
"OpenAI": {
"addProxyUrl": "Proxy-URL hinzufügen (optional)",
"description": "Geben Sie Ihren OpenAI API-Schlüssel ein, um die Sitzung zu starten. Die Anwendung speichert Ihren API-Schlüssel nicht.",
Expand Down
8 changes: 8 additions & 0 deletions locales/de-DE/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@
"title": "API-Schlüssel"
}
},
"Moonshot": {
"title": "月球着陆",
"token": {
"desc": "Geben Sie den API-Schlüssel von Moonshot AI ein",
"placeholder": "Moonshot AI API-Schlüssel",
"title": "API-Schlüssel"
}
},
"OpenAI": {
"azureApiVersion": {
"desc": "Die API-Version von Azure, im Format YYYY-MM-DD. Siehe [Neueste Version](https://learn.microsoft.com/de-de/azure/ai-services/openai/reference#chat-completions)",
Expand Down
1 change: 1 addition & 0 deletions locales/en-US/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"azure": "Azure",
"bedrock": "AWS Bedrock",
"google": "Google",
"moonshot": "Moonshot AI",
"oneapi": "One API",
"openai": "OpenAI",
"zhipu": "Zhipu AI"
Expand Down
6 changes: 6 additions & 0 deletions locales/en-US/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
"InvalidAzureAPIKey": "Azure API Key is incorrect or empty. Please check the Azure API Key and retry.",
"InvalidBedrockCredentials": "Bedrock authentication failed. Please check the AccessKeyId/SecretAccessKey and retry.",
"InvalidGoogleAPIKey": "Google API Key is incorrect or empty. Please check the Google API Key and retry.",
"InvalidMoonshotAPIKey": "The Moonshot AI API Key is incorrect or empty, please check the Moonshot API Key and try again.",
"InvalidZhipuAPIKey": "Zhipu API Key is incorrect or empty. Please check the Zhipu API Key and retry.",
"LocationNotSupportError": "We're sorry, your current location does not support this model service. This may be due to regional restrictions or the service not being available. Please confirm if the current location supports using this service, or try using a different location.",
"MoonshotBizError": "There was an error with the Moonshot service, please troubleshoot or retry based on the following information.",
"NoOpenAIAPIKey": "OpenAI API Key is empty, please add a custom OpenAI API Key",
"OpenAIBizError": "Error requesting OpenAI service. Please troubleshoot or retry based on the following information.",
"PluginApiNotFound": "Sorry, the API does not exist in the plugin's manifest. Please check if your request method matches the plugin manifest API",
Expand Down Expand Up @@ -76,6 +78,10 @@
"description": "Enter your Google API Key to start the session. The app will not store your API Key.",
"title": "Use custom Google API Key"
},
"Moonshot": {
"description": "Enter your Moonshot AI API Key to start the session. The app will not store your API Key.",
"title": "Use Custom Moonshot AI API Key"
},
"OpenAI": {
"addProxyUrl": "Add OpenAI proxy address (optional)",
"description": "Enter your OpenAI API Key to start the session. The app will not store your API Key.",
Expand Down
8 changes: 8 additions & 0 deletions locales/en-US/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@
"title": "API Key"
}
},
"Moonshot": {
"title": "Dark Side of the Moon",
"token": {
"desc": "Enter the API Key from Moonshot AI",
"placeholder": "Moonshot AI API Key",
"title": "API Key"
}
},
"OpenAI": {
"azureApiVersion": {
"desc": "The API version for Azure, following the format YYYY-MM-DD, check the [latest version](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions)",
Expand Down
1 change: 1 addition & 0 deletions locales/es-ES/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"azure": "Azure",
"bedrock": "AWS Bedrock",
"google": "Google",
"moonshot": "Moonshot IA",
"oneapi": "One API",
"openai": "OpenAI",
"zhipu": "Zhipu AI"
Expand Down
6 changes: 6 additions & 0 deletions locales/es-ES/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
"InvalidAzureAPIKey": "La clave de API de Azure es incorrecta o está vacía, por favor, verifica la clave de API de Azure e inténtalo de nuevo",
"InvalidBedrockCredentials": "La autenticación de Bedrock no se ha completado con éxito, por favor, verifica AccessKeyId/SecretAccessKey e inténtalo de nuevo",
"InvalidGoogleAPIKey": "La clave de API de Google es incorrecta o está vacía, por favor, verifica la clave de API de Google e inténtalo de nuevo",
"InvalidMoonshotAPIKey": "La clave de API de Moonshot AI no es válida o está vacía. Por favor, revise la clave de API de Moonshot e inténtelo de nuevo.",
"InvalidZhipuAPIKey": "La clave de API de Zhipu es incorrecta o está vacía, por favor, verifica la clave de API de Zhipu e inténtalo de nuevo",
"LocationNotSupportError": "Lo sentimos, tu ubicación actual no es compatible con este servicio de modelo, puede ser debido a restricciones geográficas o a que el servicio no está disponible. Por favor, verifica si tu ubicación actual es compatible con este servicio o intenta usar otra información de ubicación.",
"MoonshotBizError": "Se produjo un error al solicitar el servicio de Moonshot en el lado oscuro de la luna. Por favor, revise la siguiente información o inténtelo de nuevo.",
"NoOpenAIAPIKey": "La clave de API de OpenAI está vacía. Agregue una clave de API de OpenAI personalizada",
"OpenAIBizError": "Error al solicitar el servicio OpenAI. Depure o reintente según la siguiente información",
"PluginApiNotFound": "Lo sentimos, el API especificado no existe en el manifiesto del complemento. Verifique si su método de solicitud coincide con el API del manifiesto del complemento",
Expand Down Expand Up @@ -76,6 +78,10 @@
"description": "Ingresa tu clave de API de Google para comenzar la sesión. La aplicación no guardará tu clave de API",
"title": "Usar clave de API personalizada de Google"
},
"Moonshot": {
"description": "Ingrese su clave de API de Moonshot AI personalizada para comenzar la sesión. La aplicación no almacenará su clave de API.",
"title": "Usar una clave de API personalizada de Moonshot AI"
},
"OpenAI": {
"addProxyUrl": "Agregar dirección de proxy de OpenAI (opcional)",
"description": "Ingresa tu clave de API de OpenAI para comenzar la sesión. La aplicación no guardará tu clave de API",
Expand Down
8 changes: 8 additions & 0 deletions locales/es-ES/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@
"title": "Clave API"
}
},
"Moonshot": {
"title": "Lado oscuro de la luna",
"token": {
"desc": "Ingrese la clave API de Moonshot AI",
"placeholder": "Clave API de Moonshot AI",
"title": "Clave API"
}
},
"OpenAI": {
"azureApiVersion": {
"desc": "Versión de la API de Azure, sigue el formato YYYY-MM-DD, consulta la [última versión](https://learn.microsoft.com/es-es/azure/ai-services/openai/reference#chat-completions)",
Expand Down
1 change: 1 addition & 0 deletions locales/fr-FR/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"azure": "Azure",
"bedrock": "AWS Bedrock",
"google": "Google",
"moonshot": "Moonshot IA",
"oneapi": "One API",
"openai": "OpenAI",
"zhipu": "Zhipu AI"
Expand Down
6 changes: 6 additions & 0 deletions locales/fr-FR/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
"InvalidAzureAPIKey": "Clé API Azure incorrecte ou vide, veuillez vérifier la clé API Azure et réessayer",
"InvalidBedrockCredentials": "L'authentification Bedrock a échoué, veuillez vérifier AccessKeyId/SecretAccessKey et réessayer",
"InvalidGoogleAPIKey": "Clé API Google incorrecte ou vide, veuillez vérifier la clé API Google et réessayer",
"InvalidMoonshotAPIKey": "Clé API Moonshot AI incorrecte ou manquante. Veuillez vérifier la clé API Moonshot et réessayer.",
"InvalidZhipuAPIKey": "Clé API Zhipu incorrecte ou vide, veuillez vérifier la clé API Zhipu et réessayer",
"LocationNotSupportError": "Désolé, votre emplacement actuel ne prend pas en charge ce service de modèle, peut-être en raison de restrictions géographiques ou de services non disponibles. Veuillez vérifier si votre emplacement actuel prend en charge ce service ou essayer avec une autre localisation.",
"MoonshotBizError": "Erreur de service Moonshot : une erreur s'est produite lors de la demande du service Côté Obscur de la Lune. Veuillez vérifier les informations suivantes ou réessayer.",
"NoOpenAIAPIKey": "La clé API OpenAI est vide. Veuillez ajouter une clé API OpenAI personnalisée",
"OpenAIBizError": "Erreur de service OpenAI. Veuillez diagnostiquer ou réessayer en fonction des informations ci-dessous",
"PluginApiNotFound": "Désolé, l'API spécifiée n'existe pas dans le manifeste du plugin. Veuillez vérifier que votre méthode de requête correspond à l'API du manifeste du plugin",
Expand Down Expand Up @@ -76,6 +78,10 @@
"description": "Entrez votre clé API Google pour commencer la session. L'application ne conservera pas votre clé API",
"title": "Utiliser une clé API Google personnalisée"
},
"Moonshot": {
"description": "Entrez votre clé API Moonshot AI personnalisée pour commencer la session. L'application ne conservera pas votre clé API.",
"title": "Utiliser une clé API Moonshot AI personnalisée"
},
"OpenAI": {
"addProxyUrl": "Ajouter une adresse proxy OpenAI (facultatif)",
"description": "Entrez votre clé API OpenAI pour commencer la session. L'application ne conservera pas votre clé API",
Expand Down
8 changes: 8 additions & 0 deletions locales/fr-FR/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@
"title": "Clé API"
}
},
"Moonshot": {
"title": "月球着陆",
"token": {
"desc": "请输入来自Moonshot AI的API密钥",
"placeholder": "Moonshot AI API密钥",
"title": "API密钥"
}
},
"OpenAI": {
"azureApiVersion": {
"desc": "Version de l'API Azure, au format YYYY-MM-DD, consultez la [dernière version](https://learn.microsoft.com/zh-cn/azure/ai-services/openai/reference#chat-completions)",
Expand Down
1 change: 1 addition & 0 deletions locales/it-IT/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"azure": "Azure",
"bedrock": "AWS Bedrock",
"google": "Google",
"moonshot": "Moonshot AI",
"oneapi": "One API",
"openai": "OpenAI",
"zhipu": "Zhipu AI"
Expand Down
6 changes: 6 additions & 0 deletions locales/it-IT/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
"InvalidAzureAPIKey": "Chiave API Azure non corretta o vuota, controlla la chiave API Azure e riprova",
"InvalidBedrockCredentials": "Autenticazione Bedrock non riuscita, controlla AccessKeyId/SecretAccessKey e riprova",
"InvalidGoogleAPIKey": "Chiave API Google non corretta o vuota, controlla la chiave API Google e riprova",
"InvalidMoonshotAPIKey": "La chiave API di Moonshot AI non è corretta o è vuota, si prega di controllare la chiave API di Moonshot e riprovare",
"InvalidZhipuAPIKey": "Chiave API Zhipu non corretta o vuota, controlla la chiave API Zhipu e riprova",
"LocationNotSupportError": "Spiacenti, la tua posizione attuale non supporta questo servizio modello, potrebbe essere a causa di restrizioni geografiche o servizi non attivati. Verifica se la posizione attuale supporta l'uso di questo servizio o prova a utilizzare un'altra posizione.",
"MoonshotBizError": "Si è verificato un errore nel servizio Moonshot, si prega di controllare le informazioni seguenti o riprovare",
"NoOpenAIAPIKey": "La chiave API OpenAI è vuota. Aggiungi una chiave API personalizzata OpenAI",
"OpenAIBizError": "Errore nella richiesta del servizio OpenAI. Segui le informazioni seguenti per individuare e riprovare",
"PluginApiNotFound": "Spiacenti, l'API specificata non esiste nel manifesto del plugin. Verifica che il metodo di richiesta corrisponda all'API del manifesto del plugin",
Expand Down Expand Up @@ -76,6 +78,10 @@
"description": "Inserisci la tua chiave API Google per iniziare la sessione. L'applicazione non memorizzerà la tua chiave API",
"title": "Utilizza la chiave API Google personalizzata"
},
"Moonshot": {
"description": "Inserisci la tua chiave API di Moonshot AI per iniziare la sessione. L'applicazione non memorizzerà la tua chiave API",
"title": "Utilizza una chiave API personalizzata per Moonshot AI"
},
"OpenAI": {
"addProxyUrl": "Aggiungi l'indirizzo del proxy OpenAI (opzionale)",
"description": "Inserisci la tua chiave API OpenAI per iniziare la sessione. L'applicazione non memorizzerà la tua chiave API",
Expand Down
8 changes: 8 additions & 0 deletions locales/it-IT/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@
"title": "Chiave API"
}
},
"Moonshot": {
"title": "Lato Oscuro della Luna",
"token": {
"desc": "Inserisci la chiave API da Moonshot AI",
"placeholder": "Chiave API Moonshot AI",
"title": "Chiave API"
}
},
"OpenAI": {
"azureApiVersion": {
"desc": "Versione dell'API di Azure, nel formato YYYY-MM-DD, consulta [ultima versione](https://learn.microsoft.com/it-it/azure/ai-services/openai/reference#chat-completions)",
Expand Down
1 change: 1 addition & 0 deletions locales/ja-JP/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"azure": "Azure",
"bedrock": "AWSベッドロック",
"google": "Google",
"moonshot": "Moonshot AI",
"oneapi": "One API",
"openai": "OpenAI",
"zhipu": "智譜AI"
Expand Down
Loading

0 comments on commit 4b6663b

Please sign in to comment.