{
    "entity-auth": {
        "general": {
            "heading": "General"
        },
        "members": {
            "heading": "Members",
            "add": {
                "description": "Add members to this role.",
                "heading": "Add members",
                "success": "Member added"
            },
            "assignRole": {
                "assign": "Assign",
                "contextMenu": "Assign role",
                "description": "Select and assign a role to {{name}}.",
                "footerHint": "Unsure which role to assign? Open <1>Roles settings</1> to review each role and its permissions.",
                "heading": "Assign role",
                "noRoles": "No assignable roles are available.",
                "rolePlaceholder": "Select a role",
                "success": "Role assigned"
            },
            "alreadyInRole": {
                "tooltip": "{{name}} is already a member of this role."
            },
            "remove": {
                "confirmMessage": "Do you want to remove **{{userName}}** from the role **{{roleName}}**?",
                "heading": "Remove member",
                "success": "Member removed"
            }
        },
        "owner": {
            "name": "Owner"
        },
        "permissionGroups": {
            "challenge": {
                "title": "Game"
            },
            "chat": {
                "title": "Chat"
            },
            "credentials": {
                "title": "Credentials"
            },
            "development": {
                "title": "Development"
            },
            "entityAuth": {
                "title": "Access"
            },
            "feed": {
                "title": "Feed"
            },
            "general": {
                "title": "General"
            },
            "leaderboard": {
                "title": "Leaderboard"
            },
            "matchmaking": {
                "title": "Matchmaking"
            },
            "other": {
                "title": "Other"
            },
            "page": {
                "title": "Space"
            },
            "station": {
                "title": "Station"
            },
            "surveys": {
                "title": "Surveys"
            },
            "team": {
                "title": "Team"
            },
            "tenant": {
                "title": "Platform"
            },
            "tournament": {
                "title": "Tournament"
            },
            "user": {
                "title": "User"
            }
        },
        "permissions": {
            "grantedToOwnerAutomatically": {
                "text": "Owner permissions are automatically applied to the owner, granting full access without manual assignment. These permissions remain in effect unless ownership is transferred."
            },
            "heading": "Permissions",
            "saved": "Permissions saved",
            "toggleAll": {
                "tooltip": "Toggle all permissions in this section"
            },
            "unauthorized": {
                "text": "You do not have permission to view this, please contact your administrator."
            }
        },
        "roles": {
            "add": {
                "heading": "Add role",
                "success": "Role added",
                "text": "Add a new role and configure permissions and members."
            },
            "form": {
                "name": {
                    "label": "Name",
                    "placeholder": "Role name (eg. Admin, Moderator, Tester)"
                },
                "description": {
                    "label": "Description",
                    "placeholder": "Role description...",
                    "hint": "Internal role description not visible to users."
                },
                "showBadge": {
                    "label": "Show badge",
                    "description": "Show a badge next to the user's name on the platform."
                },
                "badgeBackgroundColor": {
                    "label": "Badge background color"
                },
                "badgeText": {
                    "label": "Badge text",
                    "placeholder": "Badge text..."
                },
                "badgeTextColor": {
                    "label": "Badge text color"
                },
                "badgeTooltip": {
                    "label": "Badge tooltip",
                    "placeholder": "Badge tooltip...",
                    "hint": "Tooltip text displayed when hovering over the badge."
                }
            },
            "remove": {
                "confirmMessage": "Do you want to remove the role **{{name}}**?",
                "heading": "Remove role",
                "success": "Role removed"
            }
        }
    }
}
