Refactor edit indicator

This commit is contained in:
ajnart
2023-01-13 20:08:09 +09:00
parent 7a03509ae5
commit 94d15c649b
6 changed files with 30 additions and 61 deletions

View File

@@ -5,7 +5,12 @@
"enabled": "Exit and Save"
},
"popover": {
"title": "Edit mode is enabled",
"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"
}
}

View File

@@ -1,11 +0,0 @@
{
"popover": {
"title": "Configuring for screen size \"{{size}}\"",
"description": "You are editing the size for your current screen"
},
"sizes": {
"small": "small",
"medium": "medium",
"large": "large"
}
}