mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
824a71388a
Co-authored-by: JohnJyong <76649700+JohnJyong@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
31 lines
993 B
TypeScript
31 lines
993 B
TypeScript
const translation = {
|
|
title: '検索テスト',
|
|
desc: '与えられたクエリテキストに基づいたナレッジのヒット効果をテストします。',
|
|
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
|
|
recents: '最近の結果',
|
|
table: {
|
|
header: {
|
|
source: 'ソース',
|
|
text: 'テキスト',
|
|
time: '時間',
|
|
},
|
|
},
|
|
input: {
|
|
title: 'ソーステキスト',
|
|
placeholder: 'テキストを入力してください。短い記述文がおすすめです。',
|
|
countWarning: '最大200文字まで入力できます。',
|
|
indexWarning: '高品質のナレッジのみ。',
|
|
testing: 'テスト中',
|
|
},
|
|
hit: {
|
|
title: '検索結果パラグラフ',
|
|
emptyTip: '検索テストの結果がここに表示されます。',
|
|
},
|
|
noRecentTip: '最近のクエリ結果はありません。',
|
|
viewChart: 'ベクトルチャートを表示',
|
|
settingTitle: '取得設定',
|
|
viewDetail: '詳細を表示',
|
|
}
|
|
|
|
export default translation
|