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% (181 of 181 strings)

Translation: Clerotri/App
Translate-URL: https://translate.revolt.chat/projects/rvmorb/app/ru/
  • Loading branch information
1enify authored and weblate committed Feb 18, 2025
1 parent 799b9c1 commit 87f0153
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions i18n/strings/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"back": "Назад",
"confirm": "Подтвердить",
"save": "Сохранить",
"create_channel": "Создать канал"
"create_channel": "Создать канал",
"copy_invite": "Скопировать приглашение"
},
"modals": {
"confirm_deletion": {
Expand All @@ -25,7 +26,9 @@
"warning": "Это не может быть отменено.",
"body_message": "Вы точно хотите удалить <2>это сообщение</2>?",
"header_role": "Удалить роль?",
"body_role": "Вы уверены, что хотите удалить <2>эту роль</2>?"
"body_role": "Вы уверены, что хотите удалить <2>эту роль</2>?",
"header_channel": "Удалить канал?",
"body_channel": "Вы уверены, что хотите удалить <2>этот канал</2>?"
},
"edit_text": {
"nickname_header": "Задать никнейм",
Expand All @@ -48,6 +51,10 @@
"type_voice": "Голосовой канал",
"nsfw_header": "NSFW",
"nsfw_label": "Пометить канал как NSFW"
},
"new_invite": {
"body": "Вот ваше новое приглашение:",
"header": "Приглашение создано"
}
},
"loading": {
Expand Down Expand Up @@ -277,6 +284,14 @@
"roles": {
"copied_role_id_toast": "Идентификатор роли был скопирован"
}
},
"sheets": {
"channel": {
"mark_as_read": "Пометить как прочитанный",
"copy_link": "Скопировать ссылку на канал",
"create_invite": "Создать приглашение",
"delete": "Удалить канал"
}
}
}
}

0 comments on commit 87f0153

Please sign in to comment.