Video_downloader/src/i18n/ru/accessibility.json
wukko d08af58b11 it's all about you and your native language!
- finally cleaned up localisation (now i18n)
- made localisation strings easier to read and understand
- removed static selected language in service modules
- added support for russian language (привет-привет)
- it's now extremely easy to add support for more languages. just copy en folder in i18n and start translating strings. pull requests for adding languages are more than welcome.
2022-07-17 18:58:51 +06:00

11 lines
592 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"about": "Что за {appName}?",
"settings": "Открыть настройки",
"input": "Вставь ссылку сюда",
"download": "Кнопка скачивания",
"changelog": "Посмотреть последние изменения (на английском)",
"close": "Закрыть окно",
"alwaysVisibleButton": "Всегда оставлять кнопку скачивания на экране",
"downloadPopup": "Спрашивать что делать с загрузками",
"donate": "Пожертвования"
}