forked from baron/baron-sso
i18n add
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user