Files
CanisMinor 024aeb2e4e 💄 style: Update i18n microcopy (#10905)
* chore: update i18n

* chore: update i18n

* chore: update i18n

* chore: update i18n

* chore: update i18n

* chore: update i18n

* chore: update i18n

* chore: update i18n translations and placeholders across multiple components

Signed-off-by: Innei <tukon479@gmail.com>

* chore: update i18n translations for consistency in terminology across chat, onboarding, and settings components

Signed-off-by: Innei <tukon479@gmail.com>

* chore: update i18n translations to replace 'assistant' with 'agent' and ensure consistency across all components

Signed-off-by: Innei <tukon479@gmail.com>

* chore: update model descriptions in locales for clarity and accuracy

Signed-off-by: Innei <tukon479@gmail.com>

* feat: extract hard code string

Signed-off-by: Innei <tukon479@gmail.com>

* feat: enhance Chinese localization with new proxy and sync settings, update dialog messages for version checks and OAuth authorization

Signed-off-by: Innei <tukon479@gmail.com>

* chore: flatten

* chore: standardize localization keys by flattening nested structures across multiple languages

Signed-off-by: Innei <tukon479@gmail.com>

* chore: refine i18n documentation by consolidating key naming conventions and workflow guidelines for translation management

Signed-off-by: Innei <tukon479@gmail.com>

* chore: update i18n

* feat: add chat title localization for improved user experience in Chinese

Signed-off-by: Innei <tukon479@gmail.com>

---------

Signed-off-by: Innei <tukon479@gmail.com>
Co-authored-by: Innei <tukon479@gmail.com>
2025-12-24 12:55:12 +08:00

44 lines
2.5 KiB
JSON

{
"addDataset.confirm": "新建",
"addDataset.description.placeholder": "數據集簡介(選填)",
"addDataset.name.placeholder": "數據集名稱",
"addDataset.name.required": "請填寫數據集名稱",
"addDataset.title": "添加數據集",
"dataset.addNewButton": "創建數據集",
"dataset.emptyGuide": "當前數據集為空,請創建一個數據集。",
"dataset.list.table.actions.importData": "導入數據",
"dataset.list.table.columns.actions": "操作",
"dataset.list.table.columns.ideal.title": "期望回答",
"dataset.list.table.columns.question.title": "問題",
"dataset.list.table.columns.referenceFiles.title": "參考文件",
"dataset.list.table.notSelected": "請在左側選擇數據集",
"dataset.list.table.title": "數據集詳情",
"dataset.list.title": "數據集",
"evaluation.addEvaluation.confirm": "新建",
"evaluation.addEvaluation.datasetId.placeholder": "請選擇你的評測數據集",
"evaluation.addEvaluation.datasetId.required": "請選擇評測數據集",
"evaluation.addEvaluation.description.placeholder": "評測任務簡介(選填)",
"evaluation.addEvaluation.name.placeholder": "評測任務名稱",
"evaluation.addEvaluation.name.required": "請填寫評測任務名稱",
"evaluation.addEvaluation.title": "添加評測任務",
"evaluation.addNewButton": "創建評測",
"evaluation.emptyGuide": "當前評測任務為空,開始創建評測。",
"evaluation.table.columns.actions.checkStatus": "檢查狀態",
"evaluation.table.columns.actions.confirmDelete": "是否刪除本條評測",
"evaluation.table.columns.actions.confirmRun": "是否開始運行?開始運行後將在後台異步執行評測任務,關閉頁面不影響異步任務的執行",
"evaluation.table.columns.actions.downloadRecords": "下載評測",
"evaluation.table.columns.actions.retry": "重試",
"evaluation.table.columns.actions.run": "運行",
"evaluation.table.columns.actions.title": "操作",
"evaluation.table.columns.datasetId.title": "數據集",
"evaluation.table.columns.name.title": "評測任務名稱",
"evaluation.table.columns.records.title": "評測記錄數",
"evaluation.table.columns.referenceFiles.title": "參考文件",
"evaluation.table.columns.status.error": "執行出錯",
"evaluation.table.columns.status.pending": "待運行",
"evaluation.table.columns.status.processing": "運行中",
"evaluation.table.columns.status.success": "執行成功",
"evaluation.table.columns.status.title": "狀態",
"evaluation.table.title": "評測任務列表"
}