feat: introducing ability to set custom collection import size limit (#4440)

This commit is contained in:
Joel Jacob Stephen
2024-10-23 08:04:40 -05:00
committed by GitHub
parent f10fac9f44
commit 0e00eeb950
5 changed files with 36 additions and 18 deletions

View File

@@ -513,8 +513,8 @@
"postman_environment": "Postman Environment",
"postman_environment_description": "Import Postman Environment from a JSON file",
"title": "Import",
"file_size_limit_exceeded_warning_multiple_files": "Chosen files exceed the recommended limit of 10MB. Only the first {files} selected will be imported",
"file_size_limit_exceeded_warning_single_file": "The currently chosen file exceeds the recommended limit of 10MB. Please select another file.",
"file_size_limit_exceeded_warning_multiple_files": "Chosen files exceed the recommended limit of {sizeLimit}MB. Only the first {files} selected will be imported",
"file_size_limit_exceeded_warning_single_file": "The currently chosen file exceeds the recommended limit of {sizeLimit}MB. Please select another file.",
"success": "Successfully imported"
},
"inspections": {