1
0
forked from baron/baron-sso
This commit is contained in:
2026-03-19 14:43:51 +09:00
parent 896a51df3d
commit a6536364ec
3 changed files with 111 additions and 0 deletions

View File

@@ -1688,3 +1688,40 @@ 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"