mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-12-01 09:33:14 +00:00
(fix:locales) sync conversation
This commit is contained in:
@@ -160,5 +160,21 @@
|
||||
"delete": "Delete",
|
||||
"rename": "Rename",
|
||||
"deleteWarning": "Are you sure you want to delete this conversation?"
|
||||
},
|
||||
"conversation": {
|
||||
"copy": "Copy",
|
||||
"copied": "Copied",
|
||||
"speak": "Speak",
|
||||
"answer": "Answer",
|
||||
"edit": {
|
||||
"placeholder": "Type the updated query..."
|
||||
},
|
||||
"sources": {
|
||||
"title": "Sources",
|
||||
"text": "Source Text",
|
||||
"link": "Source Link",
|
||||
"view_more": "{{count}} more sources"
|
||||
},
|
||||
"retry": "Retry"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,7 +58,19 @@
|
||||
"date": "ベクトル日付",
|
||||
"type": "タイプ",
|
||||
"tokenUsage": "トークン使用量",
|
||||
"noData": "既存のドキュメントはありません"
|
||||
"noData": "既存のドキュメントはありません",
|
||||
"searchPlaceholder": "検索...",
|
||||
"addNew": "新規追加",
|
||||
"addNewTitle": "新規ドキュメントを追加",
|
||||
"preLoaded": "プリロード済み",
|
||||
"private": "プライベート",
|
||||
"sync": "同期",
|
||||
"syncFrequency": {
|
||||
"never": "なし",
|
||||
"daily": "毎日",
|
||||
"weekly": "毎週",
|
||||
"monthly": "<22><>月"
|
||||
}
|
||||
},
|
||||
"apiKeys": {
|
||||
"label": "チャットボット",
|
||||
@@ -148,5 +160,25 @@
|
||||
"delete": "削除",
|
||||
"rename": "名前変更",
|
||||
"deleteWarning": "この会話を削除してもよろしいですか?"
|
||||
},
|
||||
"conversation": {
|
||||
"copy": "コピー",
|
||||
"copied": "コピーしました",
|
||||
"speak": "スピーク",
|
||||
"feedback": {
|
||||
"like": "いいね",
|
||||
"dislike": "よくない"
|
||||
},
|
||||
"answer": "回答",
|
||||
"edit": {
|
||||
"placeholder": "更新されたクエリを入力してください..."
|
||||
},
|
||||
"sources": {
|
||||
"title": "ソース",
|
||||
"text": "ソーステキスト",
|
||||
"link": "ソースリンク",
|
||||
"view_more": "さらに{{count}}個のソース"
|
||||
},
|
||||
"retry": "再試行"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
"filterByChatbot": "按聊天機器人篩選",
|
||||
"none": "無",
|
||||
"selectChatbotPlaceholder": "選擇聊天機器人",
|
||||
"apiGeneratedConversations": "API生成/聊天機器人對話"
|
||||
"apiGeneratedConversations": "API生成/聊天機器人對話"
|
||||
},
|
||||
"tools": {
|
||||
"label": "工具"
|
||||
|
||||
Reference in New Issue
Block a user