1
0
forked from baron/baron-sso

Fix locale resources for code check

This commit is contained in:
2026-04-30 15:56:49 +09:00
parent f7e4d43b16
commit 6c45eca3d3
10 changed files with 485 additions and 19 deletions

View File

@@ -190,11 +190,17 @@ delete_confirm = "Delete Tenant \"{{name}}\"?"
delete_success = "Tenant deleted."
empty = "Empty"
fetch_error = "Fetch Error"
import_empty = "There are no tenant rows to import."
import_error = "Failed to import tenants."
import_result = "Created {{created}}, updated {{updated}}, failed {{failed}}"
missing_id = "No Tenant ID."
not_found = "Tenant not found."
remove_sub_confirm = 'Remove tenant "{{name}}" from sub-tenants?'
subtitle = "Subtitle"
[msg.admin.tenants.import_preview]
description = "Rows without tenant_id are compared with existing tenant candidates, then imported as new tenants or updates."
[msg.admin.tenants.admins]
add_success = "Add Success"
empty = "Empty"
@@ -242,6 +248,8 @@ empty = "Empty"
subtitle = "Subtitle"
[msg.admin.users]
export_error = "Failed to export users."
status_error = "Failed to update user status."
[msg.admin.users.bulk]
delete_confirm = "Are you sure you want to delete the selected {{count}} users?"
@@ -254,9 +262,13 @@ parsed_count = "Parsed {{count}} rows."
update_success = "User info updated successfully."
[msg.admin.users.create]
appointment_required = "Select at least one tenant for Hanmac family members."
error = "Failed to User Create."
external_tenant_required = "Select a primary tenant for external users."
password_required = "Password Required"
personal_tenant_failed = "Failed to prepare the Personal tenant."
success = "User created successfully."
tenant_resolve_failed = "Failed to load the selected tenant information."
[msg.admin.users.create.account]
subtitle = "Subtitle"
@@ -268,6 +280,7 @@ field_required = "{{label}} is required."
name_required = "Name Required"
password_auto_help = "Password Auto Help"
password_manual_help = "Password Manual Help"
picker_description = "Select a tenant in org-chart to apply it to the user's appointment."
role_help = "Role Help"
[msg.admin.users.create.password_generated]
@@ -877,10 +890,29 @@ user = "General User (Tenant Member)"
[ui.admin.tenants]
add = "Add Tenant"
csv_template = "Template"
delete_selected = "Delete Selected"
export_with_ids = "Include UUIDs"
export_without_ids = "Export without UUIDs"
import = "Import"
title = "Tenant Registry"
view_org_chart = "View Full Org Chart"
[ui.admin.tenants.domain_conflict]
description = "{{message}}"
title = "Domain conflict"
[ui.admin.tenants.import_preview]
candidates = "Candidates"
confirm = "Run import"
create_new_reset = "Create new (reset ID/slug)"
external_id = "External ID"
match = "Match"
no_candidates = "No candidates"
parent_unresolved = "Parent needs review"
slug_exists = "slug conflict"
title = "Confirm CSV import"
[ui.admin.tenants.admins]
add_button = "Add Button"
already_admin = "Already Admin"
@@ -1005,6 +1037,7 @@ title = "User Schema Extension"
[ui.admin.tenants.schema.field]
admin_only = "Admin Only"
indexed = "Search index"
key = "Field Key (ID)"
key_placeholder = "e.g. employee_id"
label = "Display Label"
@@ -1036,6 +1069,7 @@ status = "STATUS"
[ui.admin.tenants.table]
actions = "ACTIONS"
id = "ID"
members = "Members"
name = "NAME"
slug = "SLUG"
@@ -1046,6 +1080,7 @@ updated = "UPDATED"
[ui.admin.users]
[ui.admin.users.bulk]
create_missing_tenant = "Create new"
do_move = "Execute Move"
download_template = "Download Template"
move_group = "Bulk Tenant Move"
@@ -1054,6 +1089,7 @@ no_department = "No Department"
select_group = "Select Target Tenant"
selected_count = "{{count}} users selected"
start_upload = "Start Upload"
tenant_resolution = "Tenant mapping"
title = "Bulk Actions"
[ui.admin.users.create]
@@ -1145,6 +1181,7 @@ empty = "Empty"
fetch_error = "Fetch Error"
search_placeholder = "Search Placeholder"
subtitle = "Subtitle"
toggle_status = "{{name}} active status"
title = "User Manage"
[ui.admin.users.list.breadcrumb]