Modify translation for error branch and update for the parent-child f… (#12127)

This commit is contained in:
Hanqing Zhao
2024-12-27 20:55:33 +08:00
committed by GitHub
parent b66c03dfe9
commit adfbfc1255
9 changed files with 218 additions and 220 deletions

View File

@@ -2,7 +2,7 @@ const translation = {
title: '検索テスト',
desc: '与えられたクエリテキストに基づいたナレッジのヒット効果をテストします。',
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
recents: '最近の結果',
records: '記録',
table: {
header: {
source: 'ソース',
@@ -18,18 +18,17 @@ const translation = {
testing: 'テスト中',
},
hit: {
title: '検索結果パラグラフ',
title: '取得したチャンク{{num}}個',
emptyTip: '検索テストの結果がここに表示されます。',
},
noRecentTip: '最近のクエリ結果はありません。',
viewChart: 'ベクトルチャートを表示',
settingTitle: '取得設定',
viewDetail: '詳細を表示',
records: '誌',
hitChunks: '{{num}}子チャンクをヒット',
open: '開ける',
keyword: 'キーワード',
chunkDetail: 'チャンクの詳細',
hitChunks: '{{num}}個の子チャンクをヒット',
open: '開く',
keyword: 'キーワード',
}
export default translation