1
0
forked from baron/baron-sso

i18n 검증

This commit is contained in:
2026-02-27 11:33:09 +09:00
parent f97b989455
commit 89f07f3bcd
3 changed files with 93 additions and 0 deletions

View File

@@ -1467,3 +1467,35 @@ verify = "Verify"
[ui.userfront.signup.success]
action = "Action"
[msg.admin.tenants]
not_found = "Tenant not found."
remove_sub_confirm = 'Remove tenant "{{name}}" from sub-tenants?'
[msg.admin.users.create]
success = "User created successfully."
[ui.admin.tenants.sub]
add_dialog_desc = "Select a tenant to add as a sub-tenant."
add_dialog_title = "Add Sub-tenant"
add_existing = "Add Existing Tenant"
no_candidates = "No available tenants to add."
search_placeholder = "Search by name or slug..."
[ui.admin.tenants.table]
members = "Members"
[ui.admin.users.table]
email = "Email"
name = "Name"
role = "Role"
[ui.common]
manage = "Manage"
remove = "Remove"
[test]
key = "Test"
[non.existent]
key = "Non-existent key"