forked from baron/baron-sso
fix: consolidate duplicated sections in i18n toml files to prevent userfront layout break
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
[domain]
|
||||
|
||||
[domain.affiliation]
|
||||
@@ -202,6 +201,8 @@ empty = "Empty"
|
||||
remove_confirm = "Remove Confirm"
|
||||
remove_success = "Remove Success"
|
||||
subtitle = "Subtitle"
|
||||
remove_last = "Cannot remove the last admin."
|
||||
remove_self = "Cannot remove yourself."
|
||||
|
||||
[msg.admin.tenants.owners]
|
||||
add_success = "Owner added successfully."
|
||||
@@ -209,6 +210,8 @@ empty = "No owners registered."
|
||||
remove_confirm = "Are you sure you want to remove this owner?"
|
||||
remove_success = "Owner permission revoked."
|
||||
subtitle = "List of owners with top-level permissions for this tenant."
|
||||
remove_last = "Cannot remove the last owner."
|
||||
remove_self = "Cannot remove yourself."
|
||||
|
||||
[msg.admin.tenants.create]
|
||||
subtitle = "Subtitle"
|
||||
@@ -237,6 +240,7 @@ missing_id = "Tenant ID missing"
|
||||
subtitle = "Define custom attributes for users in this tenant."
|
||||
update_error = "Failed to update schema"
|
||||
update_success = "Schema updated successfully"
|
||||
forbidden_desc = "Only administrators can access user schema settings."
|
||||
|
||||
[msg.admin.tenants.sub]
|
||||
empty = "Empty"
|
||||
@@ -253,6 +257,8 @@ move_error = "Error moving users."
|
||||
move_success = "{{count}} users moved successfully."
|
||||
parsed_count = "Parsed {{count}} rows."
|
||||
update_success = "User info updated successfully."
|
||||
schema_incompatible = "Fields not in target schema may be lost:"
|
||||
schema_missing = "Missing required fields for target tenant:"
|
||||
|
||||
[msg.admin.users.create]
|
||||
error = "Failed to User Create."
|
||||
@@ -280,6 +286,7 @@ edit_subtitle = "Edit Subtitle"
|
||||
not_found = "Not Found"
|
||||
update_error = "Failed to User Edit."
|
||||
update_success = "Update Success"
|
||||
password_generated = "A secure password has been generated."
|
||||
|
||||
[msg.admin.users.detail.form]
|
||||
field_required = "Required."
|
||||
@@ -309,6 +316,8 @@ parsing = "Parsing data..."
|
||||
requesting = "Requesting..."
|
||||
saving = "Saving..."
|
||||
unknown_error = "unknown error"
|
||||
copied_to_clipboard = "Copied to clipboard."
|
||||
forbidden = "Access Denied."
|
||||
|
||||
[msg.dev]
|
||||
logout_confirm = "Are you sure you want to log out?"
|
||||
@@ -990,6 +999,9 @@ type_date = "Date"
|
||||
type_number = "Number"
|
||||
type_text = "Text"
|
||||
validation_placeholder = "Regex Pattern (Optional)"
|
||||
type_datetime = "DateTime"
|
||||
type_float = "Float"
|
||||
unsigned = "Unsigned"
|
||||
|
||||
[ui.admin.tenants.sub]
|
||||
add = "Add"
|
||||
@@ -1029,6 +1041,8 @@ select_group = "Select Target Tenant"
|
||||
selected_count = "{{count}} users selected"
|
||||
start_upload = "Start Upload"
|
||||
title = "Bulk Actions"
|
||||
acknowledge_warning = "I acknowledge the warning and will proceed."
|
||||
schema_warning = "Schema Compatibility Warning"
|
||||
|
||||
[ui.admin.users.create]
|
||||
back = "Back"
|
||||
@@ -1073,6 +1087,7 @@ title = "Title"
|
||||
back = "Back"
|
||||
edit_title = "Edit Title"
|
||||
title = "User Details"
|
||||
generate_password = "Auto Generate"
|
||||
|
||||
[ui.admin.users.detail.breadcrumb]
|
||||
section = "Users"
|
||||
@@ -1138,7 +1153,6 @@ email = "Email"
|
||||
name = "Name"
|
||||
role = "Role"
|
||||
|
||||
|
||||
[ui.common]
|
||||
add = "Add"
|
||||
all = "All"
|
||||
@@ -1191,6 +1205,7 @@ theme_dark = "Dark"
|
||||
theme_light = "Light"
|
||||
theme_toggle = "Theme Toggle"
|
||||
unknown = "Unknown"
|
||||
generate = "Generate"
|
||||
|
||||
[ui.common.badge]
|
||||
admin_only = "Admin only"
|
||||
@@ -1689,39 +1704,3 @@ verify = "Verify"
|
||||
[ui.userfront.signup.success]
|
||||
action = "Action"
|
||||
|
||||
[msg.admin.tenants.admins]
|
||||
remove_last = "Cannot remove the last admin."
|
||||
remove_self = "Cannot remove yourself."
|
||||
|
||||
[msg.admin.tenants.owners]
|
||||
remove_last = "Cannot remove the last owner."
|
||||
remove_self = "Cannot remove yourself."
|
||||
|
||||
[msg.admin.tenants.schema]
|
||||
forbidden_desc = "Only administrators can access user schema settings."
|
||||
|
||||
[msg.admin.users.bulk]
|
||||
schema_incompatible = "Fields not in target schema may be lost:"
|
||||
schema_missing = "Missing required fields for target tenant:"
|
||||
|
||||
[msg.admin.users.detail]
|
||||
password_generated = "A secure password has been generated."
|
||||
|
||||
[msg.common]
|
||||
copied_to_clipboard = "Copied to clipboard."
|
||||
forbidden = "Access Denied."
|
||||
|
||||
[ui.admin.tenants.schema.field]
|
||||
type_datetime = "DateTime"
|
||||
type_float = "Float"
|
||||
unsigned = "Unsigned"
|
||||
|
||||
[ui.admin.users.bulk]
|
||||
acknowledge_warning = "I acknowledge the warning and will proceed."
|
||||
schema_warning = "Schema Compatibility Warning"
|
||||
|
||||
[ui.admin.users.detail]
|
||||
generate_password = "Auto Generate"
|
||||
|
||||
[ui.common]
|
||||
generate = "Generate"
|
||||
|
||||
Reference in New Issue
Block a user