feat: support JSON import for test cases and add Traditional Chinese locale
Some checks failed
UnitTCMS CI / unittcms-test (push) Has been cancelled

JSON import lets users round-trip cases exported via the JSON download
endpoint back into a folder, alongside the existing Excel import path.
This commit is contained in:
LittleYellow
2026-06-16 21:35:05 +08:00
parent e6f3bc799e
commit 55e78875ae
18 changed files with 822 additions and 70 deletions

View File

@@ -251,8 +251,9 @@
"select_tags": "选择标签",
"import": "导入",
"import_cases": "导入测试用例",
"import_available": "您可以从 Excel 文件 (xlsx, xls) 导入测试用例。导入的 Excel 文件必须遵循指定格式。",
"import_available": "您可以从 Excel 文件 (xlsx, xls) 或 JSON 文件 (json) 导入测试用例。导入的文件必须遵循指定格式。",
"download_template": "下载模板",
"download_json_sample": "下载 JSON 示例",
"click_to_upload": "点击上传",
"or_drag_and_drop": " 或拖拽文件到此处",
"max_file_size": "最大文件大小",