web/dialogs: add picker dialog & clean up small dialog
This commit is contained in:
3
web/i18n/en/a11y/dialog.json
Normal file
3
web/i18n/en/a11y/dialog.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"picker.item.generic": "media thumbnail"
|
||||
}
|
||||
@@ -2,7 +2,14 @@
|
||||
"button.gotit": "got it",
|
||||
"button.cancel": "cancel",
|
||||
"button.reset": "reset",
|
||||
"button.done": "done",
|
||||
"button.downloadAudio": "download audio",
|
||||
|
||||
"reset.title": "reset all settings?",
|
||||
"reset.body": "are you sure you want to reset all settings? this action is immediate and irreversible."
|
||||
"reset.body": "are you sure you want to reset all settings? this action is immediate and irreversible.",
|
||||
|
||||
"picker.title": "select what to save",
|
||||
"picker.description.desktop": "click an item to save it. images can also be saved via the right click menu.",
|
||||
"picker.description.phone": "press an item to save it. images can also be saved with a long press.",
|
||||
"picker.description.ios": "press an item to save it with a shortcut. images can also be saved with a long press."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user