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 de exibição",
"memberPasswordLabel": "Senha",
"colorLabel": "Cor",
"familyRoleLabel": "Papel na família",
"familyRoleDad": "Pai",
"familyRoleMom": "Mãe",
"familyRoleParent": "Responsável",
"familyRoleChild": "Filho(a)",
"familyRoleGrandparent": "Avô/Avó",
"familyRoleRelative": "Parente",
"familyRoleOther": "Membro da família",
"systemAdminLabel": "Administrador do sistema",
"systemAdminHint": "Administradores do sistema podem gerenciar configurações, integrações, tokens de API e contas da família.",
"systemAdminBadge": "Admin do sistema",
"roleLabel": "Função",
"roleMember": "Membro",
"roleAdmin": "Admin",