1
0
forked from baron/baron-sso

fix: consolidate duplicated sections in i18n toml files to prevent userfront layout break

This commit is contained in:
2026-03-19 17:14:28 +09:00
parent 067f9f9baf
commit a70e637bca
5 changed files with 96 additions and 115 deletions

View File

@@ -1,4 +1,3 @@
[domain]
[domain.affiliation]
@@ -202,6 +201,8 @@ empty = ""
remove_confirm = ""
remove_success = ""
subtitle = ""
remove_last = ""
remove_self = ""
[msg.admin.tenants.owners]
add_success = ""
@@ -209,6 +210,8 @@ empty = ""
remove_confirm = ""
remove_success = ""
subtitle = ""
remove_last = ""
remove_self = ""
[msg.admin.tenants.create]
subtitle = ""
@@ -237,6 +240,7 @@ missing_id = ""
subtitle = ""
update_error = ""
update_success = ""
forbidden_desc = ""
[msg.admin.tenants.sub]
empty = ""
@@ -253,6 +257,8 @@ move_error = ""
move_success = ""
parsed_count = ""
update_success = ""
schema_incompatible = ""
schema_missing = ""
[msg.admin.users.create]
error = ""
@@ -280,6 +286,7 @@ edit_subtitle = ""
not_found = ""
update_error = ""
update_success = ""
password_generated = ""
[msg.admin.users.detail.form]
field_required = ""
@@ -309,6 +316,8 @@ parsing = ""
requesting = ""
saving = ""
unknown_error = ""
copied_to_clipboard = ""
forbidden = ""
[msg.dev]
logout_confirm = ""
@@ -990,6 +999,9 @@ type_date = ""
type_number = ""
type_text = ""
validation_placeholder = ""
type_datetime = ""
type_float = ""
unsigned = ""
[ui.admin.tenants.sub]
add = ""
@@ -1029,6 +1041,8 @@ select_group = ""
selected_count = ""
start_upload = ""
title = ""
acknowledge_warning = ""
schema_warning = ""
[ui.admin.users.create]
back = ""
@@ -1073,6 +1087,7 @@ title = ""
back = ""
edit_title = ""
title = ""
generate_password = ""
[ui.admin.users.detail.breadcrumb]
section = ""
@@ -1138,7 +1153,6 @@ email = ""
name = ""
role = ""
[ui.common]
add = ""
all = ""
@@ -1191,6 +1205,7 @@ theme_dark = ""
theme_light = ""
theme_toggle = ""
unknown = ""
generate = ""
[ui.common.badge]
admin_only = ""
@@ -1685,39 +1700,3 @@ 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 = ""