diff --git a/backend/src/main/resources/i18n/messages_zh_TW.properties b/backend/src/main/resources/i18n/messages_zh_TW.properties new file mode 100644 index 0000000000..6f3a64cfb9 --- /dev/null +++ b/backend/src/main/resources/i18n/messages_zh_TW.properties @@ -0,0 +1,36 @@ +test_case_exist=該項目下已存在用例: +error_lang_invalid=語言參數錯誤 +load_test_already_exists=測試名稱不能重複 +project_name_is_null=項目名稱不能為空 +project_name_already_exists=項目名稱已存在 +workspace_name_is_null=工作空間名不能為空 +workspace_name_already_exists=工作空間名已存在 +workspace_does_not_belong_to_user=當前工作空間不屬於當前用戶 +organization_does_not_belong_to_user=當前組織不屬於當前用戶 +file_cannot_be_null=文件不能為空! +edit_load_test_not_found=無法編輯測試,未找到測試: +run_load_test_not_found=無法運行測試,未找到測試: +run_load_test_file_not_found=無法運行測試,無法獲取測試文件元信息,測試ID: +run_load_test_file_content_not_found=無法運行測試,無法獲取測試文件內容,測試ID: +run_load_test_file_init_error=無法運行測試,初始化運行環境失敗,測試ID: +load_test_is_running=測試正在運行, 請等待 +node_deep_limit=節點深度不超過5層! +no_nodes_message=沒有節點信息 +duplicate_node_ip=節點 IP 重複 +only_one_k8s=只能添加一個 K8s +organization_id_is_null=組織 ID 不能為空 +max_thread_insufficient=並髮用戶數超額 +cannot_edit_load_test_running=不能修改正在運行的測試 +test_not_found=測試不存在: +test_not_running=測試未運行 +before_delete_plan=該計劃下存在關聯測試用例,請先取消關聯! +user_email_already_exists=用戶郵箱已存在 +user_name_is_null=用戶名不能為空 +user_email_is_null=用戶郵箱不能為空 +password_is_null=密碼不能為空 +workspace_not_exists=工作空間不存在 +#api +api_load_script_error=讀取腳本失敗 +user_id_already_exists=用戶id已存在 +password_modification_failed=密碼修改失敗 +cannot_delete_current_user=無法刪除當前登錄用戶 \ No newline at end of file