Files
pybricks-code/src/explorer/replaceImportDialog/translations/en.json
T
David Lechner 6a9405e653 explorer: add support for importing ZIP
Also add a new dialog to get user input when file names conflict.

Previously, we were not supplying a list of existing files, so existing
files were silently written over.

Fixes: https://github.com/pybricks/support/issues/833
2023-03-07 14:31:12 -06:00

13 lines
476 B
JSON

{
"title": "Replace existing file?",
"message": "A file already exists with the same name as the imported file '{fileName}'.",
"option": {
"remember": "Remember this answer when resolving additional conflicts."
},
"action": {
"skip": "Keep the existing file and skip importing this file",
"replace": "Replace the existing file with the imported file",
"rename": "Keep the existing file and rename the imported file"
}
}