mirror of https://github.com/langgenius/dify.git
fix: update translations to replace TONGYI with xAI and adjust related terms in multiple languages
This commit is contained in:
parent
9a5a06bb40
commit
10749726eb
|
|
@ -130,7 +130,7 @@ const translation = {
|
|||
messageRequest: {
|
||||
title: '{{count,number}} message credits',
|
||||
titlePerMonth: '{{count,number}} message credits/month',
|
||||
tooltip: 'Message credits are provided to help you easily try out different models from OpenAI, Anthropic, Gemini, Grok, DeepSeek and TONGYI in Dify. Credits are consumed based on the model type. Once they\'re used up, you can switch to your own API key.',
|
||||
tooltip: 'Message credits are provided to help you easily try out different models from OpenAI, Anthropic, Gemini, xAI, DeepSeek and Tongyi in Dify. Credits are consumed based on the model type. Once they\'re used up, you can switch to your own API key.',
|
||||
},
|
||||
annotatedResponse: {
|
||||
title: '{{count,number}} Annotation Quota Limits',
|
||||
|
|
|
|||
|
|
@ -462,7 +462,7 @@ const translation = {
|
|||
buyQuota: 'Buy Quota',
|
||||
priorityUse: 'Priority use',
|
||||
removeKey: 'Remove API Key',
|
||||
tip: 'Message Credits supports models from OpenAI, Anthropic, Gemini, Grok, DeepSeek and TONGYI. Priority will be given to the paid quota. The free quota will be used after the paid quota is exhausted.',
|
||||
tip: 'Message Credits supports models from OpenAI, Anthropic, Gemini, xAI, DeepSeek and Tongyi. Priority will be given to the paid quota. The free quota will be used after the paid quota is exhausted.',
|
||||
modelSupported: '{{modelName}} models are using this quota.',
|
||||
modelAPI: '{{modelName}} models are using the API Key.',
|
||||
modelNotSupported: '{{modelName}} models are not installed.',
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ const translation = {
|
|||
messageRequest: {
|
||||
title: '{{count,number}}メッセージクレジット',
|
||||
titlePerMonth: '{{count,number}}メッセージクレジット/月',
|
||||
tooltip: 'メッセージクレジットは、DifyでOpenAI、Anthropic、Gemini、Grok、DeepSeek、TONGYIなどのさまざまなモデルを簡単に試すために提供されています。クレジットはモデルの種類に基づいて消費されます。使い切ったら、独自のAPIキーに切り替えることができます。',
|
||||
tooltip: 'メッセージクレジットは、DifyでOpenAI、Anthropic、Gemini、xAI、DeepSeek、Tongyiなどのさまざまなモデルを簡単に試すために提供されています。クレジットはモデルの種類に基づいて消費されます。使い切ったら、独自のAPIキーに切り替えることができます。',
|
||||
},
|
||||
annotatedResponse: {
|
||||
title: '{{count,number}}の注釈クォータ制限',
|
||||
|
|
|
|||
|
|
@ -451,7 +451,7 @@ const translation = {
|
|||
buyQuota: 'クォータを購入',
|
||||
priorityUse: '優先利用',
|
||||
removeKey: 'API キーを削除',
|
||||
tip: 'メッセージ枠はOpen AI、Anthropic、Gemini、Grok、DeepSeek、TONGYIのモデルを使用することをサポートしています。無料枠は有料枠が使い果たされた後に消費されます。',
|
||||
tip: 'メッセージ枠はOpenAI、Anthropic、Gemini、xAI、DeepSeek、Tongyiのモデルを使用することをサポートしています。無料枠は有料枠が使い果たされた後に消費されます。',
|
||||
modelSupported: 'このクォータは現在{{modelName}}に使用されでいます。',
|
||||
modelAPI: '{{modelName}} は現在 APIキーを使用しています。',
|
||||
modelNotSupported: '{{modelName}} 未インストール。',
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ const translation = {
|
|||
messageRequest: {
|
||||
title: '{{count,number}} 条消息额度',
|
||||
titlePerMonth: '{{count,number}} 条消息额度/月',
|
||||
tooltip: '消息额度旨在帮助您便捷地试用 Dify 中来自 OpenAI、Anthropic、Gemini、Grok、DeepSeek、TONGYI 的模型的的不同模型。不同模型会消耗不同额度。额度用尽后,您可以切换为使用自己的 API 密钥。',
|
||||
tooltip: '消息额度旨在帮助您便捷地试用 Dify 中来自 OpenAI、Anthropic、Gemini、xAI、深度求索、通义 的模型的的不同模型。不同模型会消耗不同额度。额度用尽后,您可以切换为使用自己的 API 密钥。',
|
||||
},
|
||||
annotatedResponse: {
|
||||
title: '{{count,number}} 个标注回复数',
|
||||
|
|
|
|||
|
|
@ -454,7 +454,7 @@ const translation = {
|
|||
buyQuota: '购买额度',
|
||||
priorityUse: '优先使用',
|
||||
removeKey: '删除 API 密钥',
|
||||
tip: '消息额度支持使用 OpenAI、Anthropic、Gemini、Grok、DeepSeek、TONGYI 的模型;免费额度会在付费额度用尽后才会消耗。',
|
||||
tip: '消息额度支持使用 OpenAI、Anthropic、Gemini、xAI、深度求索、通义 的模型;免费额度会在付费额度用尽后才会消耗。',
|
||||
modelSupported: '{{modelName}} 模型正在使用此额度。',
|
||||
modelAPI: '{{modelName}} 模型正在使用 API Key。',
|
||||
modelNotSupported: '{{modelName}} 模型未安装。',
|
||||
|
|
|
|||
Loading…
Reference in New Issue