diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/user_card/user_card.vue | 2 | ||||
| -rw-r--r-- | src/i18n/en.json | 4 | ||||
| -rw-r--r-- | src/i18n/it.json | 4 | ||||
| -rw-r--r-- | src/i18n/pt.json | 13 | ||||
| -rw-r--r-- | src/i18n/ru.json | 6 | ||||
| -rw-r--r-- | src/i18n/uk.json | 12 |
6 files changed, 15 insertions, 26 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index c6c4dfee..572943b5 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -83,7 +83,7 @@ v-if="!!visibleRole" class="alert user-role" > - {{ $t(`user_card.roles.${visibleRole}`) }} + {{ $t(`general.role.${visibleRole}`) }} </span> <span v-if="user.bot" diff --git a/src/i18n/en.json b/src/i18n/en.json index 46614ef1..4cc2af0e 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -737,10 +737,6 @@ "quarantine": "Disallow user posts from federating", "delete_user": "Delete user", "delete_user_confirmation": "Are you absolutely sure? This action cannot be undone." - }, - "roles": { - "admin": "Admin", - "moderator": "Moderator" } }, "user_profile": { diff --git a/src/i18n/it.json b/src/i18n/it.json index 31e3d968..0a3d0ce2 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -493,10 +493,6 @@ "follow_sent": "Richiesta inviata!", "favorites": "Preferiti", "message": "Contatta", - "roles": { - "moderator": "Moderatore", - "admin": "Amministratore" - }, "bot": "Bot" }, "chat": { diff --git a/src/i18n/pt.json b/src/i18n/pt.json index b79985e8..841516c0 100644 --- a/src/i18n/pt.json +++ b/src/i18n/pt.json @@ -35,7 +35,12 @@ "retry": "Tenta novamente", "error_retry": "Por favor, tenta novamente", "loading": "A carregar…", - "dismiss": "Ignorar" + "dismiss": "Ignorar", + "role": + { + "moderator": "Moderador", + "admin": "Admin" + } }, "image_cropper": { "crop_picture": "Cortar imagem", @@ -615,11 +620,7 @@ "report": "Denunciar", "message": "Mensagem", "mention": "Mencionar", - "hidden": "Ocultar", - "roles": { - "moderator": "Moderador", - "admin": "Admin" - } + "hidden": "Ocultar" }, "user_profile": { "timeline_title": "Cronologia do Utilizador", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index caba8ec9..6d230e69 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -545,11 +545,7 @@ "mention": "Упомянуть", "show_repeats": "Показывать повторы", "hide_repeats": "Скрыть повторы", - "report": "Пожаловаться", - "roles": { - "moderator": "Модератор", - "admin": "Администратор" - } + "report": "Пожаловаться" }, "user_profile": { "timeline_title": "Лента пользователя" diff --git a/src/i18n/uk.json b/src/i18n/uk.json index 040d6f4f..98f65a0e 100644 --- a/src/i18n/uk.json +++ b/src/i18n/uk.json @@ -17,7 +17,11 @@ "more": "Більше", "submit": "Відправити", "apply": "Застосувати", - "peek": "Глянути" + "peek": "Глянути", + "role": { + "moderator": "Модератор", + "admin": "Адміністратор" + } }, "finder": { "error_fetching_user": "Користувача не знайдено", @@ -760,11 +764,7 @@ "unblock": "Розблокувати", "remote_follow": "Підписатись", "muted": "Заглушений", - "mute": "Заглушити", - "roles": { - "moderator": "Модератор", - "admin": "Адміністратор" - } + "mute": "Заглушити" }, "status": { "copy_link": "Скопіювати посилання на допис", |
