forked from baron/baron-sso
i18n 검증
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user