Update zh-Hant Traditional Chinese i18n translation (#4507)

This commit is contained in:
Peter Dave Hello
2025-04-11 09:57:13 +08:00
committed by GitHub
parent 4e7fa29087
commit c9e12bb608
17 changed files with 212 additions and 212 deletions

View File

@@ -1,52 +1,52 @@
{
"Hunyuan": "騰訊混元",
"api_key": "API 鑰",
"api_key": "API 鑰",
"azure": "Azure",
"base_url": "代理地址",
"channel_name": "道名",
"channel_priority": "優先",
"channel_priority_tip": "優先越高的道,越容易被請求到",
"channel_name": "道名",
"channel_priority": "優先順序",
"channel_priority_tip": "優先順序越高的道,越容易被請求到",
"channel_status": "狀態",
"channel_status_auto_disabled": "自動用",
"channel_status_disabled": "用",
"channel_status_auto_disabled": "自動用",
"channel_status_disabled": "用",
"channel_status_enabled": "啟用",
"channel_status_unknown": "未知",
"channel_type": "廠商",
"clear_model": "清空模型",
"confirm_delete_channel": "確認刪除 【{{name}}】道?",
"copy_model_id_success": "已復制模型id",
"create_channel": "新增道",
"default_url": "默認地址",
"detail": "詳",
"edit_channel": "渠道配置",
"confirm_delete_channel": "確認刪除【{{name}}】道?",
"copy_model_id_success": "已復制模型 id",
"create_channel": "新增道",
"default_url": "預設地址",
"detail": "詳細資訊",
"edit_channel": "管道設定",
"enable_channel": "啟用",
"forbid_channel": "用",
"key_type": "API key 格式:",
"log": "調用日誌",
"log_detail": "日誌詳",
"log_request_id_search": "根據 requestId 搜",
"forbid_channel": "用",
"key_type": "API key 格式",
"log": "呼叫日誌",
"log_detail": "日誌詳細資訊",
"log_request_id_search": "根據 requestId 搜",
"log_status": "狀態",
"mapping": "模型映",
"mapping_tip": "需填寫一個有效 Json。\n可在向實際地址送請求時,對模型進行映。\n例如\n{\n \n \"gpt-4o\": \"gpt-4o-test\"\n\n}\n\n當 FastGPT 請求 gpt-4o 模型時,會向實際地址送 gpt-4o-test 的模型,而不是 gpt-4o。",
"maxToken_tip": "模型 max_tokens 參數,如果留空,則代表模型不支該參數。",
"max_temperature_tip": "模型 temperature 參數,不填則代表模型不支 temperature 參數。",
"mapping": "模型映",
"mapping_tip": "需填寫一個有效 Json。\n可在向實際地址送請求時,對模型進行映。\n例如\n{\n \n \"gpt-4o\": \"gpt-4o-test\"\n\n}\n\n當 FastGPT 請求 gpt-4o 模型時,會向實際地址送 gpt-4o-test 的模型,而不是 gpt-4o。",
"maxToken_tip": "模型 max_tokens 參數,如果留空,則代表模型不支該參數。",
"max_temperature_tip": "模型 temperature 參數,不填則代表模型不支 temperature 參數。",
"model": "模型",
"model_name": "模型名",
"model_test": "模型測試",
"model_tokens": "輸入/輸出 Tokens",
"request_at": "請求時間",
"request_duration": "請求時長: {{duration}}s",
"request_duration": "請求時長{{duration}}s",
"retry_times": "重試次數",
"running_test": "測試中",
"search_model": "搜模型",
"select_channel": "選擇道名",
"search_model": "搜模型",
"select_channel": "選擇道名",
"select_model": "選擇模型",
"select_model_placeholder": "選擇該道下可用的模型",
"select_provider_placeholder": "搜廠商",
"select_model_placeholder": "選擇該道下可用的模型",
"select_provider_placeholder": "搜廠商",
"selected_model_empty": "至少選擇一個模型",
"start_test": "批測試{{num}}個模型",
"start_test": "批測試{{num}}個模型",
"test_failed": "有{{num}}個模型報錯",
"vlm_model": "圖片理解模型",
"vlm_model_tip": "用於知識庫中對文中的圖片進行額外的索引生成",
"vlm_model_tip": "用於知識庫中對文中的圖片進行額外的索引生成",
"waiting_test": "等待測試"
}