🌐 Missing strings reported on discord
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
22
public/locales/en/settings/general/edit-mode-toggle.json
Normal file
22
public/locales/en/settings/general/edit-mode-toggle.json
Normal 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."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user