chore: translate i18n files (#9528)
Co-authored-by: iamjoel <2120155+iamjoel@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
![41898282+github-actions[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
a5777683f3
commit
5a3eaa85bf
@@ -95,6 +95,10 @@ const translation = {
|
||||
addParallelNode: '並列ノードを追加',
|
||||
parallel: '並列',
|
||||
branch: 'ブランチ',
|
||||
fileUploadTip: '画像のアップロード機能がファイルのアップロードにアップグレードされました。',
|
||||
featuresDocLink: '詳細情報',
|
||||
ImageUploadLegacyTip: 'これで、開始フォームでファイルタイプ変数を作成できるようになりました。今後、画像のアップロード機能のサポートは終了いたします。',
|
||||
featuresDescription: 'Webアプリのユーザーエクスペリエンスを強化',
|
||||
},
|
||||
env: {
|
||||
envPanelTitle: '環境変数',
|
||||
@@ -180,6 +184,7 @@ const translation = {
|
||||
code: 'コード',
|
||||
model: 'モデル',
|
||||
rerankModel: 'Rerankモデル',
|
||||
visionVariable: 'ビジョン変数',
|
||||
},
|
||||
invalidVariable: '無効な変数',
|
||||
rerankModelRequired: 'モデルの再ランク付けをオンにする前に、モデルが設定で正常に構成されていることを確認してください。',
|
||||
@@ -224,6 +229,8 @@ const translation = {
|
||||
'iteration-start': 'イテレーション開始',
|
||||
'iteration': 'イテレーション',
|
||||
'parameter-extractor': 'パラメーター抽出',
|
||||
'document-extractor': 'ドキュメントエクストラクター',
|
||||
'list-operator': 'リスト演算子',
|
||||
},
|
||||
blocksAbout: {
|
||||
'start': 'ワークフローの開始に必要なパラメータを定義します',
|
||||
@@ -241,6 +248,8 @@ const translation = {
|
||||
'variable-aggregator': '複数のブランチの変数を1つの変数に集約し、下流のノードに対して統一された設定を行います。',
|
||||
'iteration': 'リストオブジェクトに対して複数のステップを実行し、すべての結果が出力されるまで繰り返します。',
|
||||
'parameter-extractor': '自然言語からツールの呼び出しやHTTPリクエストのための構造化されたパラメーターを抽出するためにLLMを使用します。',
|
||||
'document-extractor': 'アップロードされたドキュメントを LLM で簡単に理解できるテキスト コンテンツに解析するために使用されます。',
|
||||
'list-operator': '配列のコンテンツをフィルタリングまたはソートするために使用されます。',
|
||||
},
|
||||
operator: {
|
||||
zoomIn: '拡大',
|
||||
@@ -396,6 +405,8 @@ const translation = {
|
||||
writeLabel: '書き込みタイムアウト',
|
||||
writePlaceholder: '書き込みタイムアウトを秒で入力',
|
||||
},
|
||||
type: '種類',
|
||||
binaryFileVariable: 'バイナリファイル変数',
|
||||
},
|
||||
code: {
|
||||
inputVars: '入力変数',
|
||||
@@ -432,11 +443,26 @@ const translation = {
|
||||
'null': 'null',
|
||||
'not null': 'nullでない',
|
||||
'regex match': '正規表現マッチ',
|
||||
'in': 'で',
|
||||
'not exists': '存在しません',
|
||||
'exists': '存在',
|
||||
'not in': '含まれていない',
|
||||
'all of': 'すべての',
|
||||
},
|
||||
enterValue: '値を入力',
|
||||
addCondition: '条件を追加',
|
||||
conditionNotSetup: '条件が設定されていません',
|
||||
selectVariable: '変数を選択...',
|
||||
optionName: {
|
||||
audio: 'オーディオ',
|
||||
localUpload: 'ローカルアップロード',
|
||||
image: '画像',
|
||||
video: 'ビデオ',
|
||||
doc: 'ドキュメント',
|
||||
url: 'URL',
|
||||
},
|
||||
select: '選ぶ',
|
||||
addSubVariable: 'サブ変数',
|
||||
},
|
||||
variableAssigner: {
|
||||
title: '変数を代入する',
|
||||
@@ -552,6 +578,31 @@ const translation = {
|
||||
showAuthor: '著者を表示する',
|
||||
},
|
||||
},
|
||||
docExtractor: {
|
||||
outputVars: {
|
||||
text: '抽出されたテキスト',
|
||||
},
|
||||
inputVar: '入力変数',
|
||||
learnMore: '詳細情報',
|
||||
supportFileTypes: 'サポートするファイルタイプ: {{types}}。',
|
||||
},
|
||||
listFilter: {
|
||||
outputVars: {
|
||||
last_record: '最後のレコード',
|
||||
first_record: '最初のレコード',
|
||||
result: 'フィルター結果',
|
||||
},
|
||||
limit: 'トップN',
|
||||
asc: 'ASCの',
|
||||
filterCondition: 'フィルター条件',
|
||||
filterConditionKey: 'フィルター条件キー',
|
||||
orderBy: '注文順',
|
||||
filterConditionComparisonValue: 'フィルター条件の値',
|
||||
selectVariableKeyPlaceholder: 'サブ変数キーの選択',
|
||||
filterConditionComparisonOperator: 'フィルター条件比較演算子',
|
||||
inputVar: '入力変数',
|
||||
desc: 'DESC',
|
||||
},
|
||||
},
|
||||
tracing: {
|
||||
stopBy: '{{user}}によって停止',
|
||||
|
Reference in New Issue
Block a user