feat: Add localization support for Copilot resume chat and hide current chat model settings

This commit is contained in:
n4ze3m
2024-05-24 21:19:53 +05:30
parent 961f5180c6
commit 23435318c5
11 changed files with 172 additions and 6 deletions

View File

@@ -50,5 +50,39 @@
"noHistory": "チャット履歴がありません",
"chatWithCurrentPage": "現在のページでチャット",
"beta": "ベータ",
"tts": "読み上げ"
"tts": "読み上げ",
"currentChatModelSettings": "現在のチャットモデル設定",
"modelSettings": {
"label": "モデル設定",
"description": "すべてのチャットに対してモデルオプションをグローバルに設定します",
"form": {
"keepAlive": {
"label": "キープアライブ",
"help": "リクエスト後にモデルがメモリに保持される時間をコントロールします(デフォルト: 5 分)",
"placeholder": "キープアライブの期間を入力してください5分、10分、1時間"
},
"temperature": {
"label": "温度",
"placeholder": "温度値を入力してください0.7、1.0"
},
"numCtx": {
"label": "コンテキストの数",
"placeholder": "コンテキスト数を入力してくださいデフォルト2048"
},
"seed": {
"label": "シード",
"placeholder": "シード値を入力してください1234",
"help": "モデル出力の再現性"
},
"topK": {
"label": "Top K",
"placeholder": "Top K値を入力してください40、100"
},
"topP": {
"label": "Top P",
"placeholder": "Top P値を入力してください0.9、0.95"
}
},
"advanced": "その他のモデル設定"
}
}

View File

@@ -20,6 +20,12 @@
},
"searchMode": {
"label": "簡易インターネット検索を実行"
},
"copilotResumeLastChat": {
"label": "サイドパネルを開いたときに最後のチャットを再開 (Copilot)"
},
"hideCurrentChatModelSettings": {
"label": "現在のチャットモデル設定を非表示"
}
},
"webSearch": {