Files
homarr/public/locales/en/layout/header/actions/toggle-edit-mode.json
2023-01-13 20:08:09 +09:00

16 lines
511 B
JSON

{
"description": "In edit mode, you can adjust the size and position of your tiles.",
"button": {
"disabled": "Enter Edit Mode",
"enabled": "Exit and Save"
},
"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"
},
"screenSizes": {
"small": "small",
"medium": "medium",
"large": "large"
}
}