Skip to content

Commit

Permalink
Modify/modify jp doc (#6889)
Browse files Browse the repository at this point in the history
  • Loading branch information
HanqingZ authored Aug 1, 2024
1 parent cc4785f commit 24a89f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions web/i18n/ja-JP/app-debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ const translation = {
'editModalTitle': '入力フィールドを編集',
'description': '{{varName}} の変数設定',
'fieldType': 'フィールドタイプ',
'string': 'ショートテキスト',
'text-input': 'ショートテキスト',
'string': '短文',
'text-input': '短文',
'paragraph': '段落',
'select': '選択',
'number': '数値',
Expand Down
6 changes: 3 additions & 3 deletions web/i18n/ja-JP/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ const translation = {
tip: '会話でのテキスト-to-音声入力に使用するデフォルトモデルを設定します。',
},
rerankModel: {
key: '再ランクモデル',
tip: '再ランクモデルは、ユーザークエリとの意味的一致に基づいて候補文書リストを再配置し、意味的ランキングの結果を向上させます。',
key: 'Rerankモデル',
tip: 'Rerankモデルは、ユーザークエリとの意味的一致に基づいて候補文書リストを再配置し、意味的ランキングの結果を向上させます。',
},
apiKey: 'API-キー',
quota: 'クォータ',
Expand All @@ -305,7 +305,7 @@ const translation = {
tip: 'このモデルは削除されました。別のモデルを追加するか、別のモデルを選択してください。',
emptyTip: '利用可能なモデルはありません',
emptySetting: '設定に移動して構成してください',
rerankTip: '再ランクモデルを設定してください',
rerankTip: 'Rerankモデルを設定してください',
},
card: {
quota: 'クォータ',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/ja-JP/dataset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const translation = {
},
hybrid_search: {
title: 'ハイブリッド検索',
description: '全文検索とベクトル検索を同時に実行し、ユーザーのクエリに最適なマッチを選択するために再ランク付けを行います。再ランクモデルAPIの設定が必要です。',
description: '全文検索とベクトル検索を同時に実行し、ユーザーのクエリに最適なマッチを選択するためにRerank付けを行います。RerankモデルAPIの設定が必要です。',
recommend: 'おすすめ',
},
invertedIndex: {
Expand Down
4 changes: 2 additions & 2 deletions web/i18n/ja-JP/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const translation = {
variableValue: '変数値',
code: 'コード',
model: 'モデル',
rerankModel: '再ランクモデル',
rerankModel: 'Rerankモデル',
},
invalidVariable: '無効な変数',
},
Expand Down Expand Up @@ -296,7 +296,7 @@ const translation = {
},
knowledgeRetrieval: {
queryVariable: 'クエリ変数',
knowledge: '知識',
knowledge: 'ナレッジ',
outputVars: {
output: '検索されたセグメント化されたデータ',
content: 'セグメント化されたコンテンツ',
Expand Down

0 comments on commit 24a89f7

Please sign in to comment.