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/pt.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/pt.json')
| -rw-r--r-- | src/i18n/pt.json | 13 |
1 files changed, 7 insertions, 6 deletions
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", |
