diff --git a/locales/en.toml b/locales/en.toml index 51e43028..177d7c74 100644 --- a/locales/en.toml +++ b/locales/en.toml @@ -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" diff --git a/locales/ko.toml b/locales/ko.toml index 14530cd2..000661d7 100644 --- a/locales/ko.toml +++ b/locales/ko.toml @@ -1684,3 +1684,40 @@ verify = "본인인증" [ui.userfront.signup.success] action = "로그인하기" + +[msg.admin.tenants.admins] +remove_last = "마지막 관리자는 회수할 수 없습니다." +remove_self = "본인의 권한은 회수할 수 없습니다." + +[msg.admin.tenants.owners] +remove_last = "마지막 소유자는 회수할 수 없습니다." +remove_self = "본인의 권한은 회수할 수 없습니다." + +[msg.admin.tenants.schema] +forbidden_desc = "사용자 스키마 설정은 관리자만 접근할 수 있습니다." + +[msg.admin.users.bulk] +schema_incompatible = "대상 테넌트 스키마에 없는 필드는 유실될 수 있습니다:" +schema_missing = "대상 테넌트의 필수 필드가 누락되어 있습니다:" + +[msg.admin.users.detail] +password_generated = "안전한 비밀번호가 생성되었습니다." + +[msg.common] +copied_to_clipboard = "클립보드에 복사되었습니다." +forbidden = "접근 권한이 없습니다." + +[ui.admin.tenants.schema.field] +type_datetime = "일시 (DateTime)" +type_float = "실수 (Float)" +unsigned = "음수 불가" + +[ui.admin.users.bulk] +acknowledge_warning = "경고를 확인했으며 계속 진행합니다." +schema_warning = "스키마 호환성 경고" + +[ui.admin.users.detail] +generate_password = "자동 생성" + +[ui.common] +generate = "생성" diff --git a/locales/template.toml b/locales/template.toml index bfd1e9ab..1d55c1f6 100644 --- a/locales/template.toml +++ b/locales/template.toml @@ -1684,3 +1684,40 @@ verify = "" [ui.userfront.signup.success] action = "" + +[msg.admin.tenants.admins] +remove_last = "" +remove_self = "" + +[msg.admin.tenants.owners] +remove_last = "" +remove_self = "" + +[msg.admin.tenants.schema] +forbidden_desc = "" + +[msg.admin.users.bulk] +schema_incompatible = "" +schema_missing = "" + +[msg.admin.users.detail] +password_generated = "" + +[msg.common] +copied_to_clipboard = "" +forbidden = "" + +[ui.admin.tenants.schema.field] +type_datetime = "" +type_float = "" +unsigned = "" + +[ui.admin.users.bulk] +acknowledge_warning = "" +schema_warning = "" + +[ui.admin.users.detail] +generate_password = "" + +[ui.common] +generate = ""