Saving, do not close the window…

Add the saving message.
This commit is contained in:
buzz-lightsnack-2007 2024-04-16 17:56:59 +08:00
parent 230f330ebd
commit b1cceec7fc
3 changed files with 36 additions and 1 deletions

View file

@ -174,6 +174,16 @@
"settings_filters_target": {
"message": "Injection Target"
},
"saving_current": {
"message": "Saving…"
},
"saving_current_message": {
"message": "Leave your computer and this window open."
},
"saving_done": {
"message": "Saved!"
},
"JSON_parse_error": {
"message": "There is a mistake in your JSON formatting. Please correct the error before saving."
},