diff options
| author | rinpatch <rin@patch.cx> | 2021-02-13 16:34:43 +0300 |
|---|---|---|
| committer | rinpatch <rin@patch.cx> | 2021-02-13 16:34:43 +0300 |
| commit | 6acf812101f79b450dc4efd2da051c634dd18621 (patch) | |
| tree | 31552f37f666f53680123d06cd2eac98cbd029eb /src/i18n/ru.json | |
| parent | 7f3fd9ca21b1365f3cc6222c18fe700660dd5881 (diff) | |
User card: use general.role instead of card-specific roles
Also removes admin_menu.roles from some localizations since it is not
used anywhere
Diffstat (limited to 'src/i18n/ru.json')
| -rw-r--r-- | src/i18n/ru.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 30a65741..15ebda95 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -24,7 +24,11 @@ "retry": "Попробуйте еще раз", "error_retry": "Пожалуйста попробуйте еще раз", "close": "Закрыть", - "loading": "Загрузка…" + "loading": "Загрузка…", + "role": { + "moderator": "Модератор", + "admin": "Администратор" + } }, "login": { "login": "Войти", @@ -541,11 +545,7 @@ "mention": "Упомянуть", "show_repeats": "Показывать повторы", "hide_repeats": "Скрыть повторы", - "report": "Пожаловаться", - "roles": { - "moderator": "Модератор", - "admin": "Администратор" - } + "report": "Пожаловаться" }, "user_profile": { "timeline_title": "Лента пользователя" |
