web/save: move strings to i18n & translate to ru
also fixed line break in switcher for future lengthier translations (german, for example)
This commit is contained in:
3
web/i18n/en/a11y/meowbalt.json
Normal file
3
web/i18n/en/a11y/meowbalt.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"smile": "meowbalt, cobalt's black and white cat mascot, smiling and loafing."
|
||||
}
|
||||
3
web/i18n/en/a11y/save.json
Normal file
3
web/i18n/en/a11y/save.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"linkArea": "link input area"
|
||||
}
|
||||
8
web/i18n/en/save.json
Normal file
8
web/i18n/en/save.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"paste": "paste",
|
||||
"pasteAndDownload": "paste and download",
|
||||
"auto": "auto",
|
||||
"audio": "audio",
|
||||
"mute": "mute",
|
||||
"inputPlaceholder": "paste the link here"
|
||||
}
|
||||
3
web/i18n/ru/a11y/meowbalt.json
Normal file
3
web/i18n/ru/a11y/meowbalt.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"smile": "мяубальт, чёрно-белый маскот кобальта. батонится, сложа лапы под себя, и улыбается."
|
||||
}
|
||||
3
web/i18n/ru/a11y/save.json
Normal file
3
web/i18n/ru/a11y/save.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"linkArea": "зона вставки ссылки"
|
||||
}
|
||||
8
web/i18n/ru/save.json
Normal file
8
web/i18n/ru/save.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"paste": "вставить",
|
||||
"pasteAndDownload": "вставить и скачать",
|
||||
"auto": "авто",
|
||||
"audio": "аудио",
|
||||
"mute": "без звука",
|
||||
"inputPlaceholder": "вставь ссылку сюда"
|
||||
}
|
||||
Reference in New Issue
Block a user