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
|
@ -17,7 +17,11 @@
|
|||
"close": "Chiudi",
|
||||
"retry": "Riprova",
|
||||
"error_retry": "Per favore, riprova",
|
||||
"loading": "Carico…"
|
||||
"loading": "Carico…",
|
||||
"role": {
|
||||
"moderator": "Moderatore",
|
||||
"admin": "Amministratore"
|
||||
}
|
||||
},
|
||||
"nav": {
|
||||
"mentions": "Menzioni",
|
||||
|
@ -487,11 +491,7 @@
|
|||
"follow_progress": "Richiedo…",
|
||||
"follow_sent": "Richiesta inviata!",
|
||||
"favorites": "Preferiti",
|
||||
"message": "Contatta",
|
||||
"roles": {
|
||||
"moderator": "Moderatore",
|
||||
"admin": "Amministratore"
|
||||
}
|
||||
"message": "Contatta"
|
||||
},
|
||||
"chat": {
|
||||
"title": "Chat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue