forked from baron/baron-sso
Merge branch 'dev' into feature/tenant-user-list-ui-improvement
This commit is contained in:
@@ -91,6 +91,9 @@ notice_emphasis = "Store it in a secure location."
|
||||
notice_suffix = "Rotate the key immediately if you think it has been exposed."
|
||||
|
||||
[msg.admin.api_keys.list]
|
||||
edit_scopes_desc = "Keep the CLIENT_ID unchanged and modify scopes only."
|
||||
rotate_confirm = "API key \"{{name}}\"'s secret will be rotated. The existing secret will no longer work."
|
||||
rotate_secret_notice = "The new secret is shown only once. The CLIENT_ID has not changed."
|
||||
delete_confirm = "Are you sure you want to delete this API key?"
|
||||
empty = "No API keys have been issued yet."
|
||||
fetch_error = "Failed to load the API key list."
|
||||
@@ -188,6 +191,7 @@ description = "Jump to the most frequently used administrative workflows."
|
||||
audit_events_24h = "24h Audit Events"
|
||||
oidc_clients = "OIDC Clients"
|
||||
policy_gate = "Policy Gate Status"
|
||||
total_users = "Total Users"
|
||||
total_tenants = "Total Tenants"
|
||||
|
||||
[msg.admin.tenants]
|
||||
@@ -197,6 +201,7 @@ delete_confirm = "Delete Tenant \\\\\\\"{{name}}\\\\\\\"?"
|
||||
delete_success = "Tenant deleted."
|
||||
empty = "No tenants have been registered yet."
|
||||
fetch_error = "Failed to load the tenant list."
|
||||
export_error = "Failed to export tenants."
|
||||
import_empty = "There are no tenant rows to import."
|
||||
import_error = "Failed to import tenants."
|
||||
import_result = "Created {{created}}, updated {{updated}}, failed {{failed}}"
|
||||
@@ -283,6 +288,8 @@ move_success = "{{count}} users moved successfully."
|
||||
parsed_count = "Parsed {{count}} rows."
|
||||
schema_incompatible = "Fields not in target schema may be lost:"
|
||||
schema_missing = "Missing required fields for target tenant:"
|
||||
status_placeholder = "Select status"
|
||||
permission_placeholder = "Select permission"
|
||||
update_success = "User info updated successfully."
|
||||
|
||||
[msg.admin.users.create]
|
||||
@@ -970,6 +977,10 @@ title = "API Key Created"
|
||||
|
||||
[ui.admin.api_keys.list]
|
||||
add = "Add"
|
||||
edit_scopes = "Edit Scopes"
|
||||
rotate_secret = "Rotate Secret"
|
||||
rotate_secret_done = "Secret Rotated"
|
||||
save_scopes = "Save Scopes"
|
||||
title = "API Key Management"
|
||||
|
||||
[ui.admin.api_keys.list.breadcrumb]
|
||||
@@ -1116,6 +1127,7 @@ view_audit_logs = "View Audit Logs"
|
||||
audit_events_24h = "24h Events"
|
||||
oidc_clients = "OIDC Clients"
|
||||
policy_gate = "Policy Gate"
|
||||
total_users = "Total Users"
|
||||
total_tenants = "Total Tenants"
|
||||
|
||||
[ui.admin.profile]
|
||||
@@ -1378,6 +1390,7 @@ add = "Add"
|
||||
add_dialog_desc = "Select a tenant to add as a sub-tenant."
|
||||
add_dialog_title = "Add Sub-tenant"
|
||||
add_existing = "Add Existing Tenant"
|
||||
export = "Subtree CSV"
|
||||
manage = "Manage"
|
||||
no_candidates = "No available tenants to add."
|
||||
search_placeholder = "Search..."
|
||||
@@ -1399,6 +1412,7 @@ slug = "SLUG"
|
||||
status = "STATUS"
|
||||
type = "TYPE"
|
||||
updated = "UPDATED"
|
||||
created = "CREATED"
|
||||
|
||||
[ui.admin.users]
|
||||
|
||||
@@ -1416,6 +1430,8 @@ selected_count = "{{count}} users selected"
|
||||
start_upload = "Start Upload"
|
||||
tenant_resolution = "Tenant mapping"
|
||||
title = "Bulk Actions"
|
||||
status_placeholder = "Select status"
|
||||
permission_placeholder = "Select permission"
|
||||
|
||||
[ui.admin.users.create]
|
||||
back = "Back"
|
||||
@@ -2332,6 +2348,7 @@ title = "User Info"
|
||||
[ui.dev.profile.org]
|
||||
company_code = "Company Code"
|
||||
tenant = "Tenant"
|
||||
tenant_slug = "Tenant Slug"
|
||||
title = "Organization Info"
|
||||
|
||||
[ui.dev.profile.role]
|
||||
@@ -2514,7 +2531,7 @@ department = "Department"
|
||||
email = "Email"
|
||||
name = "Name"
|
||||
tenant = "Tenant"
|
||||
tenant_slug = "Tenant slug"
|
||||
tenant_slug = "Tenant Slug"
|
||||
|
||||
[ui.userfront.profile.password]
|
||||
change = "Change"
|
||||
|
||||
Reference in New Issue
Block a user