✨ Add screen size popover in edit mode
This commit is contained in:
11
public/locales/en/layout/screen-sizes.json
Normal file
11
public/locales/en/layout/screen-sizes.json
Normal 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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user