feat: import test cases UI using Excel (#339)

This commit is contained in:
kimatata
2025-11-22 10:32:18 +09:00
committed by GitHub
parent 7db464e28b
commit b986f39c42
13 changed files with 263 additions and 76 deletions

View File

@@ -240,7 +240,15 @@
"cases_moved": "Test cases moved",
"cases_cloned": "Test cases cloned",
"tags": "Tags",
"select_tags": "Select tags"
"select_tags": "Select tags",
"import": "Import",
"import_cases": "Import Test Cases",
"import_available": "You can import test cases from Excel file (xlsx, xls). The Excel file to be imported must follow the specified format.",
"download_template": "Download Template",
"click_to_upload": "Click to upload",
"or_drag_and_drop": " or drag and drop",
"max_file_size": "Max. file size",
"cases_imported": "Test cases imported"
},
"Case": {
"back_to_cases": "Back to test cases",