Add family roles to member management

This commit is contained in:
Rafael Foster
2026-04-27 07:53:43 -03:00
parent 08199495b6
commit b82a86c4b3
22 changed files with 296 additions and 21 deletions
+11
View File
@@ -624,6 +624,17 @@
"displayNameLabel": "Nome visualizzato",
"memberPasswordLabel": "Password",
"colorLabel": "Colore",
"familyRoleLabel": "Ruolo familiare",
"familyRoleDad": "Papà",
"familyRoleMom": "Mamma",
"familyRoleParent": "Genitore",
"familyRoleChild": "Figlio/a",
"familyRoleGrandparent": "Nonno/a",
"familyRoleRelative": "Parente",
"familyRoleOther": "Membro della famiglia",
"systemAdminLabel": "Amministratore di sistema",
"systemAdminHint": "Gli amministratori di sistema possono gestire impostazioni, integrazioni, token API e account familiari.",
"systemAdminBadge": "Admin sistema",
"roleLabel": "Ruolo",
"roleMember": "Membro",
"roleAdmin": "Admin",