🌐 Missing strings reported on discord

This commit is contained in:
Tagaishi
2023-08-23 15:07:38 +02:00
parent 558c731c6b
commit 6c3421f941
5 changed files with 41 additions and 15 deletions

View File

@@ -7,5 +7,6 @@
"popover": {
"title": "Edit mode is enabled for <1>{{size}}</1> size",
"text": "You can adjust and configure your apps now. Changes are <strong>not saved</strong> until you exit edit mode"
}
},
"unloadEvent": "Exit the edit mode to save your changes"
}

View File

@@ -0,0 +1,22 @@
{
"menu": {
"toggle": "Toggle edit mode",
"enable": "Enable edit mode",
"disable": "Disable edit mode"
},
"form": {
"label": "Edit password",
"message": "In order to toggle edit mode, you need to enter the password you entered in the environment variable named <Code>EDIT_MODE_PASSWORD</Code> . If it is not set, you are not able to toggle edit mode on and off.",
"submit": "Submit"
},
"notification": {
"success": {
"title": "Success",
"message": "Successfully toggled edit mode, reloading the page..."
},
"error": {
"title": "Error",
"message": "Failed to toggle edit mode, please try again."
}
}
}