Modify/modify jp doc (#6889)

This commit is contained in:
Hanqing Zhao 2024-08-01 20:33:35 +08:00 committed by GitHub
parent cc4785f094
commit 24a89f7753
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View File

@ -300,8 +300,8 @@ const translation = {
'editModalTitle': '入力フィールドを編集', 'editModalTitle': '入力フィールドを編集',
'description': '{{varName}} の変数設定', 'description': '{{varName}} の変数設定',
'fieldType': 'フィールドタイプ', 'fieldType': 'フィールドタイプ',
'string': 'ショートテキスト', 'string': '短文',
'text-input': 'ショートテキスト', 'text-input': '短文',
'paragraph': '段落', 'paragraph': '段落',
'select': '選択', 'select': '選択',
'number': '数値', 'number': '数値',

View File

@ -292,8 +292,8 @@ const translation = {
tip: '会話でのテキスト-to-音声入力に使用するデフォルトモデルを設定します。', tip: '会話でのテキスト-to-音声入力に使用するデフォルトモデルを設定します。',
}, },
rerankModel: { rerankModel: {
key: '再ランクモデル', key: 'Rerankモデル',
tip: '再ランクモデルは、ユーザークエリとの意味的一致に基づいて候補文書リストを再配置し、意味的ランキングの結果を向上させます。', tip: 'Rerankモデルは、ユーザークエリとの意味的一致に基づいて候補文書リストを再配置し、意味的ランキングの結果を向上させます。',
}, },
apiKey: 'API-キー', apiKey: 'API-キー',
quota: 'クォータ', quota: 'クォータ',
@ -305,7 +305,7 @@ const translation = {
tip: 'このモデルは削除されました。別のモデルを追加するか、別のモデルを選択してください。', tip: 'このモデルは削除されました。別のモデルを追加するか、別のモデルを選択してください。',
emptyTip: '利用可能なモデルはありません', emptyTip: '利用可能なモデルはありません',
emptySetting: '設定に移動して構成してください', emptySetting: '設定に移動して構成してください',
rerankTip: '再ランクモデルを設定してください', rerankTip: 'Rerankモデルを設定してください',
}, },
card: { card: {
quota: 'クォータ', quota: 'クォータ',

View File

@ -33,7 +33,7 @@ const translation = {
}, },
hybrid_search: { hybrid_search: {
title: 'ハイブリッド検索', title: 'ハイブリッド検索',
description: '全文検索とベクトル検索を同時に実行し、ユーザーのクエリに最適なマッチを選択するために再ランク付けを行います。再ランクモデルAPIの設定が必要です。', description: '全文検索とベクトル検索を同時に実行し、ユーザーのクエリに最適なマッチを選択するためにRerank付けを行います。RerankモデルAPIの設定が必要です。',
recommend: 'おすすめ', recommend: 'おすすめ',
}, },
invertedIndex: { invertedIndex: {

View File

@ -134,7 +134,7 @@ const translation = {
variableValue: '変数値', variableValue: '変数値',
code: 'コード', code: 'コード',
model: 'モデル', model: 'モデル',
rerankModel: '再ランクモデル', rerankModel: 'Rerankモデル',
}, },
invalidVariable: '無効な変数', invalidVariable: '無効な変数',
}, },
@ -296,7 +296,7 @@ const translation = {
}, },
knowledgeRetrieval: { knowledgeRetrieval: {
queryVariable: 'クエリ変数', queryVariable: 'クエリ変数',
knowledge: '知識', knowledge: 'ナレッジ',
outputVars: { outputVars: {
output: '検索されたセグメント化されたデータ', output: '検索されたセグメント化されたデータ',
content: 'セグメント化されたコンテンツ', content: 'セグメント化されたコンテンツ',