forked from baron/baron-sso
chore(i18n): sync locales and fix formatting issues
This commit is contained in:
@@ -130,6 +130,44 @@ not_found = "Tenant not found."
|
||||
remove_sub_confirm = 'Remove tenant "{{name}}" from sub-tenants?'
|
||||
subtitle = "Subtitle"
|
||||
|
||||
[msg.admin.tenants.admins]
|
||||
add_success = "Admin added successfully."
|
||||
empty = "No admins registered."
|
||||
remove_confirm = "Are you sure you want to remove admin permission for {{name}}?"
|
||||
remove_success = "Admin permission revoked."
|
||||
subtitle = "Users with permissions to manage this tenant's resources."
|
||||
title = "Tenant Admin Settings"
|
||||
|
||||
[msg.admin.tenants.owners]
|
||||
add_success = "Owner added successfully."
|
||||
empty = "No owners registered."
|
||||
remove_confirm = "Are you sure you want to remove owner permission for {{name}}?"
|
||||
remove_success = "Owner permission revoked."
|
||||
subtitle = "List of owners with top-level permissions for this tenant."
|
||||
|
||||
[ui.admin.tenants.admins]
|
||||
add_button = "Add Admin"
|
||||
already_admin = "Already Admin"
|
||||
dialog_description = "Search users by name or email to grant admin permissions."
|
||||
dialog_no_results = "No results found."
|
||||
dialog_search_hint = "Please enter a search term."
|
||||
dialog_search_placeholder = "Search users (min 2 chars)..."
|
||||
dialog_title = "Add New Admin"
|
||||
remove_title = "Revoke Admin Permission"
|
||||
table_actions = "Actions"
|
||||
table_email = "Email"
|
||||
table_name = "Name"
|
||||
title = "Tenant Admins"
|
||||
|
||||
[ui.admin.tenants.owners]
|
||||
add_button = "Add Owner"
|
||||
dialog_description = "Search users by name or email to grant owner permissions."
|
||||
dialog_title = "Add New Owner"
|
||||
table_actions = "Actions"
|
||||
table_email = "Email"
|
||||
table_name = "Name"
|
||||
title = "Tenant Owners"
|
||||
|
||||
[msg.admin.tenants.create]
|
||||
subtitle = "Subtitle"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user