Skip to content

Commit

Permalink
chore(i18n): new translations from Weblate (Russian)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (73 of 73 strings)

Translation: RVMob/App
Translate-URL: https://translate.revolt.chat/projects/rvmorb/app/ru/
  • Loading branch information
arslee07 authored and weblate committed Nov 30, 2023
1 parent c0d55db commit fd5d9cf
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion i18n/strings/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
},
"actions": {
"delete": "Удалить",
"cancel": "Отмена"
"cancel": "Отмена",
"close": "Закрыть",
"back": "Назад"
},
"modals": {
"confirm_deletion": {
Expand Down Expand Up @@ -73,6 +75,53 @@
"header": "Голосовые каналы пока не поддерживаются в RVMob!",
"body": "А пока вы можете присоединяться к ним через веб-приложение или Revolt Desktop."
}
},
"servers": {
"settings": {
"general": "Основные",
"customisation": "Персонализация",
"delete_server": "Удалить сервер",
"overview": {
"title": "Обзор",
"name": "Название сервера",
"description": "Описание сервера",
"markdown_tip_link": "Узнать больше.",
"description_placeholder": "Добавить описание…",
"set_description": "Установить описание",
"system_messages": "Системные сообщения",
"errors": {
"empty_server_name": "Название сервера не может быть пустым!"
},
"markdown_tip": "Описание сервера не поддерживает разметку Markdown."
},
"channels": {
"title": "Каналы"
},
"roles": {
"title": "Роли",
"rank": "Уровень",
"permissions": "Права",
"colour": "Цвет"
},
"emoji": {
"title": "Эмодзи"
},
"members": {
"title": "Участники"
},
"invites": {
"loading": "Загрузка приглашений…",
"empty": "Нет приглашений",
"title": "Приглашения"
},
"bans": {
"title": "Баны",
"loading": "Загрузка банов…",
"empty": "Нет банов",
"no_reason": "Причина не указана"
},
"user_management": "Управление пользователем"
}
}
}
}

0 comments on commit fd5d9cf

Please sign in to comment.