web/i18n: move call to action button strings to own file

This commit is contained in:
wukko
2024-08-09 14:40:30 +06:00
parent 21ef35ea20
commit 536d9c9742
9 changed files with 32 additions and 30 deletions

View File

@@ -1,7 +1,5 @@
{
"picker.item.photo": "photo thumbnail",
"picker.item.video": "video thumbnail",
"picker.item.gif": "gif thumbnail",
"saving.copied": "link copied"
"picker.item.gif": "gif thumbnail"
}

15
web/i18n/en/button.json Normal file
View File

@@ -0,0 +1,15 @@
{
"gotit": "got it",
"cancel": "cancel",
"reset": "reset",
"done": "done",
"downloadAudio": "download audio",
"download": "download",
"share": "share",
"copy": "copy",
"copied": "copied",
"import": "import",
"continue": "continue",
"star": "star",
"follow": "follow"
}

View File

@@ -1,15 +1,4 @@
{
"button.gotit": "got it",
"button.cancel": "cancel",
"button.reset": "reset",
"button.done": "done",
"button.downloadAudio": "download audio",
"button.download": "download",
"button.share": "share",
"button.copy": "copy",
"button.import": "import",
"button.continue": "continue",
"reset.title": "reset all settings?",
"reset.body": "are you sure you want to reset all settings? this action is immediate and irreversible.",