mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 19:16:03 +08:00
fix: update messages credita (#20092)
This commit is contained in:
parent
7bf00ef25c
commit
6c492e51fa
@ -92,9 +92,9 @@ const translation = {
|
||||
member: 'Member',
|
||||
memberAfter: 'Member',
|
||||
messageRequest: {
|
||||
title: '{{count,number}} messages',
|
||||
titlePerMonth: '{{count,number}} messages/month',
|
||||
tooltip: 'Message invocation quotas for various plans using OpenAl models. Messages over the limit will use your OpenAI API Key.',
|
||||
title: '{{count,number}} message credits',
|
||||
titlePerMonth: '{{count,number}} message credits/month',
|
||||
tooltip: 'Message credits are provided to help you easily try out different OpenAI models in Dify. Credits are consumed based on the model type. Once they’re used up, you can switch to your own OpenAI API key.',
|
||||
},
|
||||
annotatedResponse: {
|
||||
title: '{{count,number}} Annotation Quota Limits',
|
||||
|
@ -91,9 +91,9 @@ const translation = {
|
||||
member: 'メンバー',
|
||||
memberAfter: 'メンバー',
|
||||
messageRequest: {
|
||||
title: '{{count,number}}メッセージ',
|
||||
titlePerMonth: '{{count,number}}メッセージ/月',
|
||||
tooltip: 'Open Alモデルを使用するさまざまなプランのメッセージ呼び出しクォータ。上限を超えるメッセージは、Open AI APIキーを使用します。',
|
||||
title: '{{count,number}}メッセージクレジット',
|
||||
titlePerMonth: '{{count,number}}メッセージクレジット/月',
|
||||
tooltip: 'メッセージクレジットは、DifyでさまざまなOpenAIモデルを簡単にお試しいただくためのものです。モデルタイプに応じてクレジットが消費され、使い切った後はご自身のOpenAI APIキーに切り替えていただけます。',
|
||||
},
|
||||
annotatedResponse: {
|
||||
title: '{{count,number}}の注釈クォータ制限',
|
||||
|
@ -93,7 +93,7 @@ const translation = {
|
||||
messageRequest: {
|
||||
title: '{{count,number}} 条消息额度',
|
||||
titlePerMonth: '{{count,number}} 条消息额度/月',
|
||||
tooltip: '为不同方案提供基于OpenAl模型的消息响应额度。',
|
||||
tooltip: '消息额度旨在帮助您便捷地试用 Dify 中的各类 OpenAI 模型。不同模型会消耗不同额度。额度用尽后,您可以切换为使用自己的 OpenAI API 密钥。',
|
||||
},
|
||||
annotatedResponse: {
|
||||
title: '{{count,number}} 个标注回复数',
|
||||
|
Loading…
x
Reference in New Issue
Block a user