forked from baron/baron-sso
린트 4
This commit is contained in:
147
locales/en.toml
147
locales/en.toml
@@ -116,6 +116,10 @@ count = "Count"
|
||||
|
||||
[msg.admin.groups]
|
||||
|
||||
[msg.admin.groups.create]
|
||||
description = "Adds a new organization unit such as a department or team."
|
||||
title = "Create New Organization Unit"
|
||||
|
||||
[msg.admin.groups.list]
|
||||
create_error = "Create Failed"
|
||||
create_success = "Create Success"
|
||||
@@ -388,7 +392,7 @@ docs_body = "Includes PKCE, client_secret_basic, redirect URI validation tips."
|
||||
subtitle = "Developer guides for Confidential/Public clients, redirect URIs, and auth methods."
|
||||
|
||||
[msg.dev.clients.registry]
|
||||
description = "Description"
|
||||
description = "OIDC 앱, 인증 방식, 리다이렉트 URI, 비밀키 재발행을 감사 로그와 함께 관리합니다."
|
||||
|
||||
[msg.dev.clients.scopes]
|
||||
email = "Email"
|
||||
@@ -588,15 +592,102 @@ organization = "Organization"
|
||||
security = "Security"
|
||||
|
||||
[msg.userfront.qr]
|
||||
rescan = "Rescan"
|
||||
result_success = "Result Success"
|
||||
title = "Scan QR Code"
|
||||
camera_error = "Camera Error"
|
||||
permission_error = "Permission Error"
|
||||
permission_required = "Permission Required"
|
||||
|
||||
[msg.userfront.reset]
|
||||
confirm_password = "Confirm Password"
|
||||
new_password = "New Password"
|
||||
submit = "Submit"
|
||||
subtitle = "Subtitle"
|
||||
invalid_body = "Invalid Body"
|
||||
invalid_link = "Invalid Link"
|
||||
invalid_title = "Invalid Title"
|
||||
policy_loading = "Policy Loading"
|
||||
success = "Success"
|
||||
|
||||
[msg.userfront.reset.error]
|
||||
empty_password = "Please enter Password."
|
||||
generic = "Generic"
|
||||
lowercase = "Lowercase"
|
||||
min_length = "Min Length"
|
||||
min_types = "Min Types"
|
||||
mismatch = "Mismatch"
|
||||
number = "Number"
|
||||
symbol = "Symbol"
|
||||
uppercase = "Uppercase"
|
||||
|
||||
[msg.userfront.reset.policy]
|
||||
lowercase = "Lowercase"
|
||||
min_length = "Min Length"
|
||||
min_types = "Min Types"
|
||||
number = "Number"
|
||||
symbol = "Symbol"
|
||||
uppercase = "Uppercase"
|
||||
|
||||
[msg.userfront.sections]
|
||||
apps_subtitle = "Apps Subtitle"
|
||||
audit_subtitle = "Audit Subtitle"
|
||||
|
||||
[msg.userfront.settings]
|
||||
disabled = "Disabled"
|
||||
|
||||
[msg.userfront.signup]
|
||||
failed = "Failed"
|
||||
privacy_full = "Privacy Full"
|
||||
tos_full = "Tos Full"
|
||||
|
||||
[msg.userfront.signup.agreement]
|
||||
title = "Agreement Title"
|
||||
|
||||
[msg.userfront.signup.auth]
|
||||
affiliate_notice = "Affiliate Notice"
|
||||
title = "Auth Title"
|
||||
|
||||
[msg.userfront.signup.email]
|
||||
code_mismatch = "Code Mismatch"
|
||||
duplicate = "Duplicate"
|
||||
invalid = "Invalid"
|
||||
send_failed = "Send Failed"
|
||||
verified = "Verified"
|
||||
verify_failed = "Verify Failed"
|
||||
|
||||
[msg.userfront.signup.password]
|
||||
length_required = "Length Required"
|
||||
lowercase_required = "Lowercase Required"
|
||||
mismatch = "Mismatch"
|
||||
number_required = "Number Required"
|
||||
symbol_required = "Symbol Required"
|
||||
title = "Password Title"
|
||||
uppercase_required = "Uppercase Required"
|
||||
|
||||
[msg.userfront.signup.password.rule]
|
||||
lowercase = "Lowercase"
|
||||
min_length = "Min Length"
|
||||
min_types = "Min Types"
|
||||
number = "Number"
|
||||
symbol = "Symbol"
|
||||
uppercase = "Uppercase"
|
||||
|
||||
[msg.userfront.signup.phone]
|
||||
code_mismatch = "Code Mismatch"
|
||||
send_failed = "Send Failed"
|
||||
verified = "Verified"
|
||||
verify_failed = "Verify Failed"
|
||||
|
||||
[msg.userfront.signup.policy]
|
||||
loading = "Loading"
|
||||
lowercase = "Lowercase"
|
||||
min_length = "Min Length"
|
||||
min_types = "Min Types"
|
||||
number = "Number"
|
||||
summary = "Summary"
|
||||
symbol = "Symbol"
|
||||
uppercase = "Uppercase"
|
||||
|
||||
[msg.userfront.signup.profile]
|
||||
affiliate_hint = "Affiliate Hint"
|
||||
title = "Profile Title"
|
||||
|
||||
[msg.userfront.signup.success]
|
||||
body = "Body"
|
||||
title = "Title"
|
||||
|
||||
[ui]
|
||||
@@ -688,6 +779,7 @@ time = "TIME"
|
||||
import_csv = "Import Csv"
|
||||
|
||||
[ui.admin.groups.create]
|
||||
description = "Adds a new organization unit such as a department or team."
|
||||
title = "Title"
|
||||
|
||||
[ui.admin.groups.detail]
|
||||
@@ -704,6 +796,7 @@ desc_label = "Description"
|
||||
desc_placeholder = "Desc Placeholder"
|
||||
name_label = "Group Name"
|
||||
name_placeholder = "Name Placeholder"
|
||||
parent_label = "Parent Unit"
|
||||
submit = "Submit"
|
||||
unit_level_label = "Unit Level Label"
|
||||
unit_level_placeholder = "Unit Level Placeholder"
|
||||
@@ -859,6 +952,18 @@ name = "NAME"
|
||||
role = "ROLE"
|
||||
status = "STATUS"
|
||||
|
||||
[ui.admin.tenants.profile]
|
||||
allowed_domains = "Allowed Domains"
|
||||
allowed_domains_help = "Users with these email domains will be automatically assigned to this tenant."
|
||||
approve_button = "Approve Tenant"
|
||||
description = "Description"
|
||||
name = "Tenant Name"
|
||||
slug = "Slug"
|
||||
status = "Status"
|
||||
subtitle = "Slug and status changes are applied immediately."
|
||||
title = "Tenant Profile"
|
||||
type = "Type"
|
||||
|
||||
[ui.admin.tenants.registry]
|
||||
title = "Tenant registry"
|
||||
|
||||
@@ -942,12 +1047,16 @@ department = "Department"
|
||||
department_placeholder = "Department Placeholder"
|
||||
email = "Email"
|
||||
email_placeholder = "user@example.com"
|
||||
job_title = "Job Title"
|
||||
job_title_placeholder = "e.g. Frontend Developer"
|
||||
name = "Name"
|
||||
name_placeholder = "Name Placeholder"
|
||||
password = "Password"
|
||||
password_placeholder = "********"
|
||||
phone = "Phone number"
|
||||
phone_placeholder = "010-1234-5678"
|
||||
position = "Position"
|
||||
position_placeholder = "e.g. Senior"
|
||||
role = "Role"
|
||||
tenant = "Tenant"
|
||||
tenant_global = "Tenant Global"
|
||||
@@ -967,7 +1076,10 @@ section = "Users"
|
||||
multi_title = "Per-tenant Profile Management"
|
||||
|
||||
[ui.admin.users.detail.form]
|
||||
name_required = "Name is required."
|
||||
department = "Department"
|
||||
department_placeholder = "Department Placeholder"
|
||||
name = "Name"
|
||||
name_placeholder = "Name Placeholder"
|
||||
phone = "Phone number"
|
||||
phone_placeholder = "010-1234-5678"
|
||||
role = "Role"
|
||||
@@ -992,6 +1104,7 @@ empty = "Empty"
|
||||
fetch_error = "Fetch Error"
|
||||
search_placeholder = "Search Placeholder"
|
||||
subtitle = "Subtitle"
|
||||
title = "User Manage"
|
||||
|
||||
[ui.admin.users.list.breadcrumb]
|
||||
list = "List"
|
||||
@@ -1005,6 +1118,7 @@ tenant = "Tenant Filter"
|
||||
|
||||
[ui.admin.users.list.registry]
|
||||
count = "Count"
|
||||
title = "User Registry"
|
||||
|
||||
[ui.admin.users.list.table]
|
||||
actions = "ACTIONS"
|
||||
@@ -1148,6 +1262,7 @@ revoke = "Revoke"
|
||||
revoked_at = "Revoked: "
|
||||
scope_label = "Scope:"
|
||||
search_placeholder = "Search Placeholder"
|
||||
status_all = "All Statuses"
|
||||
status_label = "Status:"
|
||||
status_revoked = "Revoked"
|
||||
subject = "Subject"
|
||||
@@ -1155,6 +1270,7 @@ title = "User Consent Grants"
|
||||
|
||||
[ui.dev.clients.consents.breadcrumb]
|
||||
clients = "Clients"
|
||||
current = "User Consent Grants"
|
||||
home = "Home"
|
||||
|
||||
[ui.dev.clients.consents.filters]
|
||||
@@ -1248,7 +1364,9 @@ pkce = "PKCE"
|
||||
title = "Security Settings"
|
||||
|
||||
[ui.dev.clients.help]
|
||||
docs_body = "Includes PKCE, client_secret_basic, redirect URI validation tips."
|
||||
docs_title = "Docs & Examples"
|
||||
subtitle = "Developer guides for Confidential/Public clients, redirect URIs, and auth methods."
|
||||
title = "Need help with OIDC configuration?"
|
||||
view_guides = "View guides"
|
||||
|
||||
@@ -1265,9 +1383,15 @@ subtitle = "Tenant admin on-call"
|
||||
title = "Owner"
|
||||
|
||||
[ui.dev.clients.registry]
|
||||
description = "OIDC 앱, 인증 방식, 리다이렉트 URI, 비밀키 재발행을 감사 로그와 함께 관리합니다."
|
||||
subtitle = "Applications"
|
||||
title = "RP registry"
|
||||
|
||||
[ui.dev.clients.scopes]
|
||||
email = "Email"
|
||||
openid = "Openid"
|
||||
profile = "Profile"
|
||||
|
||||
[ui.dev.clients.table]
|
||||
actions = "Actions"
|
||||
application = "Application"
|
||||
@@ -1277,8 +1401,8 @@ status = "Status"
|
||||
type = "Type"
|
||||
|
||||
[ui.dev.clients.type]
|
||||
private = "Server side App"
|
||||
pkce = "PKCE"
|
||||
private = "Server side App"
|
||||
|
||||
[ui.dev.dashboard]
|
||||
ready_badge = "devfront ready"
|
||||
@@ -1470,6 +1594,9 @@ organization = "Organization"
|
||||
security = "Security"
|
||||
|
||||
[ui.userfront.qr]
|
||||
camera_error = "Camera Error"
|
||||
permission_error = "Permission Error"
|
||||
permission_required = "Permission Required"
|
||||
rescan = "Rescan"
|
||||
result_success = "Result Success"
|
||||
title = "Scan QR Code"
|
||||
|
||||
Reference in New Issue
Block a user