forked from baron/baron-sso
fix(i18n): sync missing translation keys
This commit is contained in:
178
locales/en.toml
178
locales/en.toml
File diff suppressed because one or more lines are too long
200
locales/ko.toml
200
locales/ko.toml
File diff suppressed because one or more lines are too long
@@ -1341,3 +1341,146 @@ verify = ""
|
|||||||
|
|
||||||
[ui.userfront.signup.success]
|
[ui.userfront.signup.success]
|
||||||
action = ""
|
action = ""
|
||||||
|
|
||||||
|
|
||||||
|
# Auto-added missing keys
|
||||||
|
|
||||||
|
[domain.tenant_type]
|
||||||
|
company = ""
|
||||||
|
company_group = ""
|
||||||
|
personal = ""
|
||||||
|
user_group = ""
|
||||||
|
|
||||||
|
[msg.admin.groups.list]
|
||||||
|
create_error = ""
|
||||||
|
create_success = ""
|
||||||
|
delete_confirm = ""
|
||||||
|
delete_success = ""
|
||||||
|
empty = ""
|
||||||
|
import_error = ""
|
||||||
|
import_success = ""
|
||||||
|
loading = ""
|
||||||
|
|
||||||
|
[msg.admin.groups.members]
|
||||||
|
add_success = ""
|
||||||
|
remove_confirm = ""
|
||||||
|
remove_success = ""
|
||||||
|
|
||||||
|
[msg.admin.groups.roles]
|
||||||
|
assign_success = ""
|
||||||
|
description = ""
|
||||||
|
empty = ""
|
||||||
|
remove_confirm = ""
|
||||||
|
remove_success = ""
|
||||||
|
|
||||||
|
[msg.admin.tenants.admins]
|
||||||
|
add_success = ""
|
||||||
|
empty = ""
|
||||||
|
remove_confirm = ""
|
||||||
|
remove_success = ""
|
||||||
|
subtitle = ""
|
||||||
|
|
||||||
|
[msg.admin.tenants]
|
||||||
|
approve_confirm = ""
|
||||||
|
approve_success = ""
|
||||||
|
delete_success = ""
|
||||||
|
missing_id = ""
|
||||||
|
|
||||||
|
[msg.common]
|
||||||
|
error = ""
|
||||||
|
no_description = ""
|
||||||
|
|
||||||
|
[ui.admin.groups]
|
||||||
|
add_unit = ""
|
||||||
|
import_csv = ""
|
||||||
|
|
||||||
|
[ui.admin.groups.create]
|
||||||
|
description = ""
|
||||||
|
|
||||||
|
[ui.admin.groups.detail]
|
||||||
|
breadcrumb_org = ""
|
||||||
|
breadcrumb_tenant = ""
|
||||||
|
breadcrumb_unit = ""
|
||||||
|
members_subtitle = ""
|
||||||
|
members_title = ""
|
||||||
|
permissions_subtitle = ""
|
||||||
|
permissions_title = ""
|
||||||
|
|
||||||
|
[ui.admin.groups.form]
|
||||||
|
parent_label = ""
|
||||||
|
parent_none = ""
|
||||||
|
unit_level_label = ""
|
||||||
|
unit_level_placeholder = ""
|
||||||
|
|
||||||
|
[ui.admin.groups.table]
|
||||||
|
created_at = ""
|
||||||
|
level = ""
|
||||||
|
|
||||||
|
[ui.admin.tenants.admins]
|
||||||
|
add_button = ""
|
||||||
|
already_admin = ""
|
||||||
|
dialog_description = ""
|
||||||
|
dialog_no_results = ""
|
||||||
|
dialog_search_hint = ""
|
||||||
|
dialog_search_placeholder = ""
|
||||||
|
dialog_title = ""
|
||||||
|
remove_title = ""
|
||||||
|
table_actions = ""
|
||||||
|
table_email = ""
|
||||||
|
table_name = ""
|
||||||
|
title = ""
|
||||||
|
|
||||||
|
[ui.admin.tenants.create.form]
|
||||||
|
parent = ""
|
||||||
|
type = ""
|
||||||
|
|
||||||
|
[ui.admin.tenants.detail]
|
||||||
|
breadcrumb_list = ""
|
||||||
|
header_subtitle = ""
|
||||||
|
loading = ""
|
||||||
|
tab_admins = ""
|
||||||
|
tab_federation = ""
|
||||||
|
tab_organization = ""
|
||||||
|
tab_profile = ""
|
||||||
|
tab_schema = ""
|
||||||
|
title = ""
|
||||||
|
|
||||||
|
[ui.admin.tenants.list]
|
||||||
|
select_placeholder = ""
|
||||||
|
|
||||||
|
[ui.admin.tenants.profile]
|
||||||
|
allowed_domains = ""
|
||||||
|
allowed_domains_help = ""
|
||||||
|
approve_button = ""
|
||||||
|
description = ""
|
||||||
|
name = ""
|
||||||
|
slug = ""
|
||||||
|
status = ""
|
||||||
|
subtitle = ""
|
||||||
|
title = ""
|
||||||
|
type = ""
|
||||||
|
|
||||||
|
[ui.admin.tenants.table]
|
||||||
|
type = ""
|
||||||
|
|
||||||
|
[ui.admin.users.create.form]
|
||||||
|
job_title = ""
|
||||||
|
job_title_placeholder = ""
|
||||||
|
position = ""
|
||||||
|
position_placeholder = ""
|
||||||
|
|
||||||
|
[ui.admin.users.detail.form]
|
||||||
|
job_title = ""
|
||||||
|
job_title_placeholder = ""
|
||||||
|
position = ""
|
||||||
|
position_placeholder = ""
|
||||||
|
|
||||||
|
[ui.admin.users.list.table]
|
||||||
|
position_job = ""
|
||||||
|
|
||||||
|
[ui.common]
|
||||||
|
admin_only = ""
|
||||||
|
assign = ""
|
||||||
|
none = ""
|
||||||
|
select = ""
|
||||||
|
select_placeholder = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user