diff options
| author | rinpatch <rinpatch@sdf.org> | 2021-01-20 20:44:42 +0000 |
|---|---|---|
| committer | Weblate <noreply@weblate.org> | 2021-01-25 17:04:16 +0000 |
| commit | 238e9dcd351a4d2d23c09e22f713925f6c1cc3b6 (patch) | |
| tree | de1ba61aa5eab1da4c6bbe3cc79e0c7b457c74a7 | |
| parent | c3e5fd5fa12f289e5e8a5c69528ffb824fb8d596 (diff) | |
Translated using Weblate (Russian)
Currently translated at 83.9% (570 of 679 strings)
Translation: Pleroma/Pleroma-FE
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ru/
| -rw-r--r-- | src/i18n/ru.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 6a3d7271..30a65741 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -541,7 +541,11 @@ "mention": "Упомянуть", "show_repeats": "Показывать повторы", "hide_repeats": "Скрыть повторы", - "report": "Пожаловаться" + "report": "Пожаловаться", + "roles": { + "moderator": "Модератор", + "admin": "Администратор" + } }, "user_profile": { "timeline_title": "Лента пользователя" |
