22 lines
676 B
JSON
22 lines
676 B
JSON
{
|
|
"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."
|
|
}
|
|
}
|
|
} |