perf(retrieve): ui

This commit is contained in:
Junyan Qin
2025-07-20 17:57:33 +08:00
parent dd1ec15a39
commit 10a3cb40e1
4 changed files with 35 additions and 24 deletions

View File

@@ -40,6 +40,7 @@ const enUS = {
copySuccess: 'Copy Successfully',
test: 'Test',
forgotPassword: 'Forgot Password?',
loading: 'Loading...',
},
notFound: {
title: 'Page not found',
@@ -286,7 +287,6 @@ const enUS = {
retrieveTest: 'Retrieve Test',
query: 'Query',
queryPlaceholder: 'Enter query text...',
retrieveResults: 'Retrieve Results',
distance: 'Distance',
content: 'Content',
fileName: 'File Name',

View File

@@ -41,6 +41,7 @@ const jaJP = {
copySuccess: 'コピーに成功しました',
test: 'テスト',
forgotPassword: 'パスワードを忘れた?',
loading: '読み込み中...',
},
notFound: {
title: 'ページが見つかりません',
@@ -285,6 +286,15 @@ const jaJP = {
},
deleteKnowledgeBaseConfirmation:
'本当にこの知識ベースを削除しますか?この知識ベースに紐付けられたドキュメントは削除されます。',
retrieve: '検索テスト',
retrieveTest: '検索テスト',
query: '検索',
queryPlaceholder: '検索内容を入力...',
distance: '距離',
content: '内容',
fileName: 'ファイル名',
noResults: '検索結果がありません',
retrieveError: '検索に失敗しました',
},
register: {
title: 'LangBot を初期化 👋',

View File

@@ -40,6 +40,7 @@ const zhHans = {
copySuccess: '复制成功',
test: '测试',
forgotPassword: '忘记密码?',
loading: '加载中...',
},
notFound: {
title: '页面不存在',
@@ -278,7 +279,6 @@ const zhHans = {
retrieveTest: '检索测试',
query: '查询',
queryPlaceholder: '输入查询内容...',
retrieveResults: '检索结果',
distance: '距离',
content: '内容',
fileName: '文件名',