User card: use general.role instead of card-specific roles

Also removes admin_menu.roles from some localizations since it is not
used anywhere
This commit is contained in:
rinpatch 2021-02-13 16:34:43 +03:00
parent 7f3fd9ca21
commit 6acf812101
6 changed files with 26 additions and 29 deletions

View file

@ -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": "Лента пользователя"