dify
This commit is contained in:
34
dify/web/i18n/ja-JP/dataset-hit-testing.ts
Normal file
34
dify/web/i18n/ja-JP/dataset-hit-testing.ts
Normal file
@@ -0,0 +1,34 @@
|
||||
const translation = {
|
||||
title: '検索テスト',
|
||||
desc: '与えられたクエリテキストに基づいたナレッジのヒット効果をテストします。',
|
||||
dateTimeFormat: 'YYYY/MM/DD hh:mm A',
|
||||
records: '記録',
|
||||
table: {
|
||||
header: {
|
||||
source: 'ソース',
|
||||
text: 'テキスト',
|
||||
time: '時間',
|
||||
},
|
||||
},
|
||||
input: {
|
||||
title: 'ソーステキスト',
|
||||
placeholder: 'テキストを入力してください。短い記述文がおすすめです。',
|
||||
countWarning: '最大 200 文字まで入力できます。',
|
||||
indexWarning: '高品質のナレッジのみ。',
|
||||
testing: 'テスト中',
|
||||
},
|
||||
hit: {
|
||||
title: '取得したチャンク{{num}}個',
|
||||
emptyTip: '検索テストの結果がここに表示されます。',
|
||||
},
|
||||
noRecentTip: '最近のクエリ結果はありません。',
|
||||
viewChart: 'ベクトルチャートを表示',
|
||||
settingTitle: '取得設定',
|
||||
viewDetail: '詳細を表示',
|
||||
chunkDetail: 'チャンクの詳細',
|
||||
hitChunks: '{{num}}個の子チャンクをヒット',
|
||||
open: '開く',
|
||||
keyword: 'キーワード',
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user