Issue/1078 (#1079)

* Externalize property of deletion messages (Collection) #1078

* Externalize property of deletion messages (folder) #1078

* Externalize property of deletion messages (request) #1078

* Externalize property of deletion messages (environment) #1078

* Externalize property (fr-FR.json) of deletion messages (collection, folder, request, environment) #1078

* Externalize property (pt-PT.json) of deletion messages (collection, folder, request, environment) #1078

* Externalize property (pt-BR.json) of deletion messages (collection, folder, request, environment) #1078

* Updating the Spanish file  (es-ES)
This commit is contained in:
Joel Camus Bueno
2020-08-15 17:00:00 +02:00
committed by GitHub
parent 5f47cdb763
commit 18a2fb38d1
9 changed files with 34 additions and 14 deletions

View File

@@ -291,5 +291,9 @@
"pre_request_script": "Pre-request Script",
"tests": "Tests",
"create_new_collection":"Create new collection",
"create_new_environment":"Create new environment"
"create_new_environment":"Create new environment",
"are_you_sure_remove_collection": "Are you sure you want to remove this Collection?",
"are_you_sure_remove_folder": "Are you sure you want to remove this folder?",
"are_you_sure_remove_request": "Are you sure you want to remove this request?",
"are_you_sure_remove_environment": "Are you sure you want to remove this environment?"
}