forked from AkkomaGang/akkoma-fe
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:
parent
7f3fd9ca21
commit
6acf812101
6 changed files with 26 additions and 29 deletions
|
@ -83,7 +83,7 @@
|
||||||
v-if="!!visibleRole"
|
v-if="!!visibleRole"
|
||||||
class="alert user-role"
|
class="alert user-role"
|
||||||
>
|
>
|
||||||
{{ $t(`user_card.roles.${visibleRole}`) }}
|
{{ $t(`general.role.${visibleRole}`) }}
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
v-if="user.bot"
|
v-if="user.bot"
|
||||||
|
|
|
@ -737,10 +737,6 @@
|
||||||
"quarantine": "Disallow user posts from federating",
|
"quarantine": "Disallow user posts from federating",
|
||||||
"delete_user": "Delete user",
|
"delete_user": "Delete user",
|
||||||
"delete_user_confirmation": "Are you absolutely sure? This action cannot be undone."
|
"delete_user_confirmation": "Are you absolutely sure? This action cannot be undone."
|
||||||
},
|
|
||||||
"roles": {
|
|
||||||
"admin": "Admin",
|
|
||||||
"moderator": "Moderator"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"user_profile": {
|
"user_profile": {
|
||||||
|
|
|
@ -17,7 +17,11 @@
|
||||||
"close": "Chiudi",
|
"close": "Chiudi",
|
||||||
"retry": "Riprova",
|
"retry": "Riprova",
|
||||||
"error_retry": "Per favore, riprova",
|
"error_retry": "Per favore, riprova",
|
||||||
"loading": "Carico…"
|
"loading": "Carico…",
|
||||||
|
"role": {
|
||||||
|
"moderator": "Moderatore",
|
||||||
|
"admin": "Amministratore"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"nav": {
|
"nav": {
|
||||||
"mentions": "Menzioni",
|
"mentions": "Menzioni",
|
||||||
|
@ -487,11 +491,7 @@
|
||||||
"follow_progress": "Richiedo…",
|
"follow_progress": "Richiedo…",
|
||||||
"follow_sent": "Richiesta inviata!",
|
"follow_sent": "Richiesta inviata!",
|
||||||
"favorites": "Preferiti",
|
"favorites": "Preferiti",
|
||||||
"message": "Contatta",
|
"message": "Contatta"
|
||||||
"roles": {
|
|
||||||
"moderator": "Moderatore",
|
|
||||||
"admin": "Amministratore"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"chat": {
|
"chat": {
|
||||||
"title": "Chat"
|
"title": "Chat"
|
||||||
|
|
|
@ -35,7 +35,12 @@
|
||||||
"retry": "Tenta novamente",
|
"retry": "Tenta novamente",
|
||||||
"error_retry": "Por favor, tenta novamente",
|
"error_retry": "Por favor, tenta novamente",
|
||||||
"loading": "A carregar…",
|
"loading": "A carregar…",
|
||||||
"dismiss": "Ignorar"
|
"dismiss": "Ignorar",
|
||||||
|
"role":
|
||||||
|
{
|
||||||
|
"moderator": "Moderador",
|
||||||
|
"admin": "Admin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"image_cropper": {
|
"image_cropper": {
|
||||||
"crop_picture": "Cortar imagem",
|
"crop_picture": "Cortar imagem",
|
||||||
|
@ -615,11 +620,7 @@
|
||||||
"report": "Denunciar",
|
"report": "Denunciar",
|
||||||
"message": "Mensagem",
|
"message": "Mensagem",
|
||||||
"mention": "Mencionar",
|
"mention": "Mencionar",
|
||||||
"hidden": "Ocultar",
|
"hidden": "Ocultar"
|
||||||
"roles": {
|
|
||||||
"moderator": "Moderador",
|
|
||||||
"admin": "Admin"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"user_profile": {
|
"user_profile": {
|
||||||
"timeline_title": "Cronologia do Utilizador",
|
"timeline_title": "Cronologia do Utilizador",
|
||||||
|
|
|
@ -24,7 +24,11 @@
|
||||||
"retry": "Попробуйте еще раз",
|
"retry": "Попробуйте еще раз",
|
||||||
"error_retry": "Пожалуйста попробуйте еще раз",
|
"error_retry": "Пожалуйста попробуйте еще раз",
|
||||||
"close": "Закрыть",
|
"close": "Закрыть",
|
||||||
"loading": "Загрузка…"
|
"loading": "Загрузка…",
|
||||||
|
"role": {
|
||||||
|
"moderator": "Модератор",
|
||||||
|
"admin": "Администратор"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"login": "Войти",
|
"login": "Войти",
|
||||||
|
@ -541,11 +545,7 @@
|
||||||
"mention": "Упомянуть",
|
"mention": "Упомянуть",
|
||||||
"show_repeats": "Показывать повторы",
|
"show_repeats": "Показывать повторы",
|
||||||
"hide_repeats": "Скрыть повторы",
|
"hide_repeats": "Скрыть повторы",
|
||||||
"report": "Пожаловаться",
|
"report": "Пожаловаться"
|
||||||
"roles": {
|
|
||||||
"moderator": "Модератор",
|
|
||||||
"admin": "Администратор"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"user_profile": {
|
"user_profile": {
|
||||||
"timeline_title": "Лента пользователя"
|
"timeline_title": "Лента пользователя"
|
||||||
|
|
|
@ -17,7 +17,11 @@
|
||||||
"more": "Більше",
|
"more": "Більше",
|
||||||
"submit": "Відправити",
|
"submit": "Відправити",
|
||||||
"apply": "Застосувати",
|
"apply": "Застосувати",
|
||||||
"peek": "Глянути"
|
"peek": "Глянути",
|
||||||
|
"role": {
|
||||||
|
"moderator": "Модератор",
|
||||||
|
"admin": "Адміністратор"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"finder": {
|
"finder": {
|
||||||
"error_fetching_user": "Користувача не знайдено",
|
"error_fetching_user": "Користувача не знайдено",
|
||||||
|
@ -760,11 +764,7 @@
|
||||||
"unblock": "Розблокувати",
|
"unblock": "Розблокувати",
|
||||||
"remote_follow": "Підписатись",
|
"remote_follow": "Підписатись",
|
||||||
"muted": "Заглушений",
|
"muted": "Заглушений",
|
||||||
"mute": "Заглушити",
|
"mute": "Заглушити"
|
||||||
"roles": {
|
|
||||||
"moderator": "Модератор",
|
|
||||||
"admin": "Адміністратор"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"copy_link": "Скопіювати посилання на допис",
|
"copy_link": "Скопіювати посилання на допис",
|
||||||
|
|
Loading…
Reference in a new issue