Add screen size popover in edit mode

This commit is contained in:
Manuel Ruwe
2023-01-11 20:37:46 +01:00
parent 4569f53fd0
commit e41f63345c
5 changed files with 67 additions and 15 deletions

View File

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

View File

@@ -1,10 +0,0 @@
{
"fallback": {
"title": "You currently do not have any tools"
},
"iconPicker": {
"textInputPlaceholder": "Search for icons...",
"searchLimitationTitle": "Search is limited to {{max}} icons",
"searchLimitationMessage": "To keep things snappy and fast, the search is limited to {{max}} icons. Use the search box to find more icons"
}
}