web: move all strings to i18n & improve a11y
- omnibox is now fully usable with a screen reader - back button is now interpreted as such - subtext now accepts line breaks
This commit is contained in:
3
web/i18n/ru/a11y/general.json
Normal file
3
web/i18n/ru/a11y/general.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"back": "назад"
|
||||
}
|
||||
@@ -1,3 +1,9 @@
|
||||
{
|
||||
"linkArea": "зона вставки ссылки"
|
||||
"linkArea": "зона вставки ссылки",
|
||||
"clearInput": "clear input",
|
||||
"download": "скачать",
|
||||
"downloadThink": "обрабатываю ссылку...",
|
||||
"downloadCheck": "проверяю загрузку...",
|
||||
"downloadDone": "загрузка завершена!",
|
||||
"downloadError": "ошибка загрузки"
|
||||
}
|
||||
|
||||
3
web/i18n/ru/general.json
Normal file
3
web/i18n/ru/general.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"cobalt": "кобальт"
|
||||
}
|
||||
@@ -4,5 +4,6 @@
|
||||
"auto": "авто",
|
||||
"audio": "аудио",
|
||||
"mute": "без звука",
|
||||
"inputPlaceholder": "вставь ссылку сюда"
|
||||
"inputPlaceholder": "вставь ссылку сюда",
|
||||
"termsNote": "продолжая, ты соглашаешься с условиями и этикой использования"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user