jogosultsági szintek RBAC beállítva tesztelve
This commit is contained in:
@@ -1,55 +1,50 @@
|
||||
{
|
||||
"permissions": {
|
||||
"title": "Permissions Management",
|
||||
"subtitle": "Permissions Management — Role-based access control & subscription feature flags",
|
||||
"loading": "Loading permissions data...",
|
||||
"subtitle": "Permission Matrix — Role-based access control",
|
||||
"loading": "Loading permissions...",
|
||||
"error_title": "Failed to load permissions",
|
||||
"retry": "Retry",
|
||||
"save_changes": "Save Changes",
|
||||
"discard": "Discard",
|
||||
"modified_count": "{count} modification(s)",
|
||||
"current_tier": "Current Tier",
|
||||
"modified_count": "{count} changes",
|
||||
"domain_filter": "Domain Filter (Rows)",
|
||||
"role_filter": "Role Filter (Columns)",
|
||||
"select_all": "Select All",
|
||||
"deselect_all": "Deselect All",
|
||||
"all_domains": "All",
|
||||
"permission": "Permission",
|
||||
"no_permissions": "No permissions in this domain.",
|
||||
"current_tier": "Current Package",
|
||||
"expires": "Expires",
|
||||
"superadmin": "Superadmin",
|
||||
"superadmin_desc": "Full system access — user management, billing, robots, and system configuration.",
|
||||
"superadmin_desc": "Full system access — users, billing, robots and system configuration.",
|
||||
"garages": "Garages",
|
||||
"garages_desc": "Garage-level access — vehicle management, service booking, customer data.",
|
||||
"feature_flags": "Feature Flags",
|
||||
"feature_flags_desc": "Subscription feature toggles — resolved from your current tier ({tier}).",
|
||||
"feature_flags_desc": "Subscription features — based on your current plan ({tier}).",
|
||||
"rbac_title": "RBAC Permission Matrix",
|
||||
"rbac_desc": "Role-based access control — which roles can perform which admin actions.",
|
||||
"action": "Action",
|
||||
"perms": {
|
||||
"user_mgmt": "User Management",
|
||||
"billing_admin": "Billing Administration",
|
||||
"robot_config": "Robot Configuration",
|
||||
"system_logs": "System Logs Access",
|
||||
"api_keys": "API Key Management",
|
||||
"vehicle_crud": "Vehicle CRUD",
|
||||
"service_booking": "Service Booking",
|
||||
"customer_view": "Customer Data View",
|
||||
"report_export": "Report Export",
|
||||
"bulk_import": "Bulk Import"
|
||||
}
|
||||
"action": "Action"
|
||||
},
|
||||
"packages": {
|
||||
"title": "Package Management",
|
||||
"subtitle": "Manage subscription packages and feature flags — Free, Premium, Enterprise",
|
||||
"subtitle": "Manage subscription packages and features — Free, Premium, Enterprise",
|
||||
"loading": "Loading packages...",
|
||||
"retry": "Retry",
|
||||
"create_new": "Create Package",
|
||||
"create_new": "New Package",
|
||||
"no_packages": "No packages yet",
|
||||
"no_packages_desc": "Create your first subscription package to get started.",
|
||||
"create_first": "Create First Package",
|
||||
"popular": "Popular",
|
||||
"fallback_badge": "Fallback",
|
||||
"trial_badge": "Trial",
|
||||
"month": "month",
|
||||
"month": "mo",
|
||||
"feature_flags": "Available Features",
|
||||
"edit": "Edit",
|
||||
"duplicate": "Duplicate",
|
||||
"delete": "Delete",
|
||||
"set_as_default": "Set as default",
|
||||
"set_as_default": "Set as Default",
|
||||
"set_as_default_success": "set as default package!",
|
||||
"edit_title": "Edit Package",
|
||||
"create_title": "Create Package",
|
||||
@@ -64,7 +59,7 @@
|
||||
"max_vehicles": "Max Vehicles",
|
||||
"max_garages": "Max Garages",
|
||||
"monthly_credits": "Monthly Credits",
|
||||
"tier_level": "Tier Level",
|
||||
"tier_level": "Level",
|
||||
"form_name": "System Name",
|
||||
"form_name_placeholder": "e.g. premium_2024",
|
||||
"form_display_name": "Display Name",
|
||||
@@ -73,30 +68,30 @@
|
||||
"type_private": "Private",
|
||||
"type_corporate": "Corporate",
|
||||
"form_tier_level": "Tier Level",
|
||||
"form_tier_level_hint": "Higher number = more features & higher rank",
|
||||
"form_tier_level_hint": "Higher number = more features and higher rank",
|
||||
"form_monthly_price": "Monthly Price",
|
||||
"form_yearly_price": "Yearly Price",
|
||||
"form_currency": "Currency",
|
||||
"form_subtitle": "Subtitle / Description",
|
||||
"form_subtitle_placeholder": "e.g. Best for small businesses",
|
||||
"form_subtitle_placeholder": "e.g. Ideal for small businesses",
|
||||
"form_badge": "Badge Text",
|
||||
"form_badge_placeholder": "e.g. Most Popular",
|
||||
"form_is_custom": "Custom Package (not publicly listed)",
|
||||
"form_is_custom": "Custom Package (not public)",
|
||||
"singleton_rules": "Singleton Rules",
|
||||
"form_is_default_fallback": "Default Fallback Package — assigned when a subscription expires",
|
||||
"form_is_default_fallback": "Default Fallback Package — expired subscriptions fall back to this",
|
||||
"form_trial_days": "Trial Days on Signup",
|
||||
"form_trial_days_hint": "New organizations get this many free days. Only one package can have trial > 0.",
|
||||
"form_trial_days_hint": "New organizations get this many free days. Only one package can have > 0.",
|
||||
"per_region_pricing": "Per-Region Pricing",
|
||||
"smart_calculator": "Smart Pricing Calculator",
|
||||
"smart_calculator": "Smart Price Calculator",
|
||||
"calc_net_price": "Net Price",
|
||||
"calc_vat_rate": "VAT Rate",
|
||||
"calc_currency": "Currency",
|
||||
"calc_net": "Net",
|
||||
"calc_vat": "VAT",
|
||||
"calc_gross": "Gross",
|
||||
"calc_apply": "Apply to Selected Region",
|
||||
"add_zone": "Add Pricing Zone",
|
||||
"add_zone_select": "Select a country code...",
|
||||
"calc_apply": "Apply to selected region",
|
||||
"add_zone": "Add New Zone",
|
||||
"add_zone_select": "Select country code...",
|
||||
"add_zone_already_exists": "This region already exists in the package pricing!"
|
||||
},
|
||||
"garages": {
|
||||
@@ -136,6 +131,56 @@
|
||||
"cancel": "Cancel",
|
||||
"save": "Save",
|
||||
"saving": "Saving...",
|
||||
"subscription_updated": "subscription updated successfully!"
|
||||
"subscription_updated": "subscription updated successfully!",
|
||||
"view_details": "Details",
|
||||
"indefinite": "Indefinite",
|
||||
"details": {
|
||||
"loading": "Loading garage details...",
|
||||
"retry": "Retry",
|
||||
"back": "Back to garages",
|
||||
"company_info": "Company Info",
|
||||
"company_name": "Company Name",
|
||||
"display_name": "Display Name",
|
||||
"org_type": "Organization Type",
|
||||
"tax_number": "Tax Number",
|
||||
"reg_number": "Registration Number",
|
||||
"created_at": "Created At",
|
||||
"address": "Address",
|
||||
"subscription_info": "Subscription Status",
|
||||
"tier_name": "Package",
|
||||
"tier_level": "Level",
|
||||
"level_n": "Level {n}",
|
||||
"expires_at": "Expires",
|
||||
"asset_limit": "Vehicle Limit",
|
||||
"vehicles": "vehicles",
|
||||
"no_subscription": "No active subscription",
|
||||
"contact_info": "Contact Info",
|
||||
"contact_name": "Contact Name",
|
||||
"contact_role": "Role",
|
||||
"contact_department": "Department",
|
||||
"contact_phone": "Phone",
|
||||
"no_contact": "No primary contact person",
|
||||
"coming_soon": "This feature will be available soon..."
|
||||
},
|
||||
"employees": {
|
||||
"title": "Employees",
|
||||
"total_count": "{count} employees",
|
||||
"name": "Name",
|
||||
"email_phone": "Email / Phone",
|
||||
"role": "Role",
|
||||
"status": "Status",
|
||||
"actions": "Actions",
|
||||
"edit_role": "Edit",
|
||||
"remove": "Remove",
|
||||
"no_employees": "No employees assigned to this garage.",
|
||||
"edit_role_title": "Edit Employee Role",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Changes",
|
||||
"status_active": "Active",
|
||||
"status_inactive": "Inactive",
|
||||
"remove_title": "Remove Employee",
|
||||
"remove_confirm": "Are you sure you want to remove \"{name}\" from this garage?",
|
||||
"remove_btn": "Remove"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user