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": "Display name",
"memberPasswordLabel": "Password",
"colorLabel": "Color",
"familyRoleLabel": "Family role",
"familyRoleDad": "Dad",
"familyRoleMom": "Mom",
"familyRoleParent": "Parent",
"familyRoleChild": "Child",
"familyRoleGrandparent": "Grandparent",
"familyRoleRelative": "Relative",
"familyRoleOther": "Family member",
"systemAdminLabel": "System admin",
"systemAdminHint": "System admins can manage application settings, integrations, API tokens and family accounts.",
"systemAdminBadge": "System admin",
"roleLabel": "Role",
"roleMember": "Member",
"roleAdmin": "Admin",