forked from baron/baron-sso
591 lines
13 KiB
TOML
591 lines
13 KiB
TOML
[domain]
|
|
|
|
[domain.affiliation]
|
|
affiliate = "Affiliate"
|
|
general = "General"
|
|
|
|
[domain.company]
|
|
baron = "Baron"
|
|
halla = "Halla"
|
|
hanmac = "Hanmac"
|
|
jangheon = "Jangheon"
|
|
ptc = "PTC"
|
|
saman = "Saman"
|
|
|
|
[domain.tenant_type]
|
|
company = "Company"
|
|
company_group = "Company Group"
|
|
personal = "Personal"
|
|
user_group = "User Group"
|
|
|
|
[err.userfront]
|
|
|
|
[err.userfront.auth_proxy]
|
|
consent_accept = "Consent Accept"
|
|
consent_fetch = "Consent Fetch"
|
|
consent_reject = "Consent Reject"
|
|
linked_app_revoke = "Linked App Revoke"
|
|
login_failed = "Login Failed"
|
|
oidc_accept = "OIDC Accept"
|
|
password_reset_complete = "Password Reset Complete"
|
|
password_reset_init = "Password Reset Init"
|
|
|
|
[err.userfront.profile]
|
|
load_failed = "Load Failed"
|
|
password_change_failed = "Password Change Failed"
|
|
send_code_failed = "Send Code Failed"
|
|
update_failed = "Update Failed"
|
|
verify_code_failed = "Verify Code Failed"
|
|
|
|
[err.userfront.session]
|
|
missing = "Missing"
|
|
|
|
[msg.userfront]
|
|
greeting = "Greeting"
|
|
|
|
[msg.userfront.audit]
|
|
date = "Date"
|
|
device = "Device"
|
|
end = "End"
|
|
ip = "Ip"
|
|
load_more_error = "Load More Error"
|
|
result = "Result"
|
|
session_id = "Session ID: {value}"
|
|
status = "Status"
|
|
|
|
[msg.userfront.dashboard]
|
|
approved_device = "Approved Device"
|
|
approved_ip = "Approve IP: {ip}"
|
|
audit_empty = "Audit Empty"
|
|
audit_load_error = "Audit Load Error"
|
|
render_error = "Dashboard render error: {error}"
|
|
auth_method = "Auth Method"
|
|
client_id = "Client ID: {id}"
|
|
client_id_missing = "Client Id Missing"
|
|
current_status = "Current Status"
|
|
last_auth = "Last Auth"
|
|
link_missing = "Link Missing"
|
|
link_open_error = "Link Open Error"
|
|
session_id_copied = "Session Id Copied"
|
|
|
|
[msg.userfront.dashboard.activities]
|
|
empty = "Empty"
|
|
empty_detail = "Empty Detail"
|
|
error = "Error"
|
|
|
|
[msg.userfront.dashboard.approved_session]
|
|
copy_click = "Copy Click"
|
|
copy_tap = "Copy Tap"
|
|
none = "None"
|
|
|
|
[msg.userfront.dashboard.revoke]
|
|
confirm = "Confirm"
|
|
error = "Error"
|
|
success = "Success"
|
|
|
|
[msg.userfront.dashboard.scopes]
|
|
empty = "Empty"
|
|
|
|
[msg.userfront.dashboard.timeline]
|
|
load_error = "Load Error"
|
|
|
|
[msg.userfront.error]
|
|
detail_contact = "Please contact administrator."
|
|
detail_generic = "Detail Generic"
|
|
detail_request = "Detail Request"
|
|
id = "Id"
|
|
title = "Title"
|
|
title_generic = "Title Generic"
|
|
title_with_code = "Title With Code"
|
|
type = "Type"
|
|
|
|
[msg.userfront.error.whitelist]
|
|
"$normalizedCode" = "{error}"
|
|
settings_disabled = "Account settings are currently unavailable."
|
|
invalid_session = "Your session has expired. Please sign in again."
|
|
verification_required = "Additional verification is required. Please follow the instructions."
|
|
recovery_expired = "The recovery link has expired. Please request a new one."
|
|
recovery_invalid = "The recovery link is invalid."
|
|
rate_limited = "Too many requests. Please try again later."
|
|
not_found = "The requested page could not be found."
|
|
bad_request = "Please check your input."
|
|
password_or_email_mismatch = "Email or password does not match."
|
|
|
|
[msg.userfront.error.ory]
|
|
"$normalizedCode" = "{error}"
|
|
access_denied = "The user denied the consent request."
|
|
consent_required = "Consent is required to continue."
|
|
interaction_required = "Additional interaction is required. Please try again."
|
|
invalid_client = "Client authentication failed."
|
|
invalid_grant = "The authorization grant is invalid or expired."
|
|
invalid_request = "The request is invalid."
|
|
invalid_scope = "The requested scope is invalid."
|
|
login_required = "Login is required."
|
|
request_forbidden = "The request was forbidden."
|
|
server_error = "An authentication server error occurred."
|
|
temporarily_unavailable = "The authentication server is temporarily unavailable."
|
|
unauthorized_client = "The client is not authorized for this request."
|
|
unsupported_response_type = "The response type is not supported."
|
|
|
|
[msg.userfront.forgot]
|
|
description = "Description"
|
|
dry_send = "Dry Send"
|
|
error = "Error"
|
|
input_required = "Input Required"
|
|
sent = "Sent"
|
|
|
|
[msg.userfront.login]
|
|
cookie_check_failed = "Cookie Check Failed"
|
|
dry_send = "Dry Send"
|
|
link_failed = "Link Failed"
|
|
link_send_failed = "Link Send Failed"
|
|
link_sent_email = "Link Sent Email"
|
|
link_sent_phone = "Link Sent Phone"
|
|
link_timeout = "Time expired."
|
|
no_account = "New to Baron?"
|
|
oidc_failed = "OIDC Failed"
|
|
qr_expired = "Time expired."
|
|
qr_init_failed = "QR Init Failed"
|
|
qr_login_required = "QR Login Required"
|
|
token_missing = "Token Missing"
|
|
verification_failed = "Verification Failed"
|
|
|
|
[msg.userfront.login.link]
|
|
helper = "Sending you a login link"
|
|
missing_login_id = "Missing Login Id"
|
|
missing_phone = "Missing Phone"
|
|
resend_wait = "Resend Wait"
|
|
short_code_help = "Short Code Help"
|
|
|
|
[msg.userfront.login.password]
|
|
failed = "Failed"
|
|
missing_credentials = "Missing Credentials"
|
|
|
|
[msg.userfront.login.qr]
|
|
load_failed = "Load Failed"
|
|
scan_hint = "Scan Hint"
|
|
|
|
[msg.userfront.login.short_code]
|
|
invalid = "Invalid"
|
|
|
|
[msg.userfront.login.unregistered]
|
|
body = "Body"
|
|
|
|
[msg.userfront.login.verification]
|
|
approved = "Approved"
|
|
approved_local = "Approved Local"
|
|
success = "Success"
|
|
|
|
[msg.userfront.login_success]
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.userfront.profile]
|
|
department_missing = "Department Missing"
|
|
department_required = "Department Required"
|
|
email_missing = "Email Missing"
|
|
greeting = "Greeting"
|
|
load_failed = "Load Failed"
|
|
name_missing = "Name Missing"
|
|
name_required = "Name Required"
|
|
phone_required = "Phone Required"
|
|
phone_verify_required = "Phone Verify Required"
|
|
update_failed = "Update Failed"
|
|
update_success = "Update Success"
|
|
|
|
[msg.userfront.profile.password]
|
|
change_failed = "Change Failed"
|
|
changed = "Changed"
|
|
current_required = "Current Required"
|
|
mismatch = "Mismatch"
|
|
new_required = "New Required"
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.userfront.profile.phone]
|
|
code_sent = "Code Sent"
|
|
send_failed = "Send Failed"
|
|
verified = "Verified"
|
|
verify_failed = "Verify Failed"
|
|
verify_notice = "Verify Notice"
|
|
|
|
[msg.userfront.profile.section]
|
|
basic = "Basic"
|
|
organization = "Organization"
|
|
security = "Security"
|
|
|
|
[msg.userfront.qr]
|
|
camera_error = "Camera Error"
|
|
permission_error = "Permission Error"
|
|
permission_required = "Permission Required"
|
|
|
|
[msg.userfront.reset]
|
|
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.common]
|
|
add = "Add"
|
|
all = "All"
|
|
admin_only = "Admin Only"
|
|
assign = "Assign"
|
|
back = "Back"
|
|
back_to_login = "Back to login"
|
|
cancel = "Cancel"
|
|
change_file = "Change File"
|
|
clear_search = "Clear Search"
|
|
close = "Close"
|
|
collapse = "Collapse"
|
|
confirm = "Confirm"
|
|
copy = "Copy"
|
|
create = "Create"
|
|
delete = "Delete"
|
|
details = "Details"
|
|
edit = "Edit"
|
|
export = "Export"
|
|
fail = "Fail"
|
|
go_home = "Go Home"
|
|
view = "View"
|
|
hyphen = "-"
|
|
manage = "Manage"
|
|
na = "N/A"
|
|
never = "Never"
|
|
next = "Next"
|
|
none = "None"
|
|
page_of = "Page {page} of {total}"
|
|
prev = "Prev"
|
|
previous = "Previous"
|
|
qr = "QR"
|
|
reset = "Reset"
|
|
read_only = "Read Only"
|
|
refresh = "Refresh"
|
|
remove = "Remove"
|
|
resend = "Resend"
|
|
retry = "Retry"
|
|
save = "Save"
|
|
search = "Search"
|
|
select = "Select"
|
|
select_file = "Select File"
|
|
select_placeholder = "Select Placeholder"
|
|
show_more = "Show More"
|
|
language = "Language"
|
|
language_ko = "Korean"
|
|
language_en = "English"
|
|
success = "Success"
|
|
theme_dark = "Dark"
|
|
theme_light = "Light"
|
|
theme_toggle = "Theme Toggle"
|
|
unknown = "Unknown"
|
|
|
|
[ui.common.badge]
|
|
admin_only = "Admin only"
|
|
command_only = "Command only"
|
|
system = "System"
|
|
|
|
[ui.common.status]
|
|
active = "Active"
|
|
blocked = "Blocked"
|
|
failure = "Failure"
|
|
inactive = "Inactive"
|
|
ok = "Ok"
|
|
pending = "Pending"
|
|
success = "Success"
|
|
|
|
[ui.userfront]
|
|
app_title = "Baron SW Portal"
|
|
|
|
[ui.userfront.app_label]
|
|
admin_console = "Admin Console"
|
|
baron = "Baron"
|
|
dev_console = "Dev Console"
|
|
|
|
[ui.userfront.audit]
|
|
|
|
[ui.userfront.audit.table]
|
|
app = "App"
|
|
auth_method = "Auth Method"
|
|
date = "Date"
|
|
device = "Device"
|
|
ip = "IP"
|
|
pending = "Pending"
|
|
result = "Result"
|
|
session_id = "Session ID"
|
|
status = "Status"
|
|
|
|
[ui.userfront.auth_method]
|
|
ory = "Ory"
|
|
session = "Session"
|
|
|
|
[ui.userfront.dashboard]
|
|
last_auth_label = "Last Auth Label"
|
|
status_history = "Status History"
|
|
|
|
[ui.userfront.dashboard.activity]
|
|
linked = "Linked"
|
|
|
|
[ui.userfront.dashboard.approved_session]
|
|
default = "Default"
|
|
userfront = "Userfront"
|
|
|
|
[ui.userfront.dashboard.revoke]
|
|
confirm_button = "Confirm Button"
|
|
title = "Title"
|
|
|
|
[ui.userfront.dashboard.scopes]
|
|
title = "Permission (Scopes)"
|
|
|
|
[ui.userfront.dashboard.status]
|
|
revoked = "Revoked"
|
|
|
|
[ui.userfront.device]
|
|
android = "Mobile(Android)"
|
|
ios = "Mobile(iOS)"
|
|
linux = "Desktop(Linux)"
|
|
macos = "Desktop(macOS)"
|
|
windows = "Desktop(Windows)"
|
|
|
|
[ui.userfront.error]
|
|
go_home = "Go Home"
|
|
go_login = "Go Login"
|
|
|
|
[ui.userfront.forgot]
|
|
heading = "Heading"
|
|
input_label = "Input Label"
|
|
submit = "Submit"
|
|
title = "Title"
|
|
|
|
[ui.userfront.login]
|
|
forgot_password = "Forgot Password"
|
|
signup = "Signup"
|
|
|
|
[ui.userfront.login.action]
|
|
submit = "Submit"
|
|
|
|
[ui.userfront.login.field]
|
|
login_id = "Emain or Phone Number"
|
|
password = "Password"
|
|
|
|
[ui.userfront.login.link]
|
|
code_only = "Code Only"
|
|
resend_with_time = "Resend With Time"
|
|
send = "Send"
|
|
|
|
[ui.userfront.login.qr]
|
|
expired = "Expired"
|
|
refresh = "Refresh"
|
|
remaining = "Remaining: {time}"
|
|
|
|
[ui.userfront.login.short_code]
|
|
digits = "Digits"
|
|
expire_time = "Expire Time"
|
|
prefix = "Prefix"
|
|
submit = "Submit"
|
|
|
|
[ui.userfront.login.tabs]
|
|
link = "Link/Code"
|
|
password = "Password"
|
|
qr = "QR Code"
|
|
|
|
[ui.userfront.login.unregistered]
|
|
action = "Action"
|
|
title = "Title"
|
|
|
|
[ui.userfront.login.verification]
|
|
action_label = "Confirm"
|
|
page_title = "Page Title"
|
|
title = "Title"
|
|
|
|
[ui.userfront.login_success]
|
|
later = "Later"
|
|
qr = "QR"
|
|
title = "Title"
|
|
|
|
[ui.userfront.nav]
|
|
dashboard = "Dashboard"
|
|
logout = "Logout"
|
|
profile = "Profile"
|
|
qr_scan = "QR Scan"
|
|
|
|
[ui.userfront.profile]
|
|
department_empty = "Department Empty"
|
|
manage = "Manage"
|
|
user_fallback = "User"
|
|
|
|
[ui.userfront.profile.field]
|
|
affiliation = "Affiliation"
|
|
company_code = "Company Code"
|
|
department = "Department"
|
|
email = "Email"
|
|
name = "Name"
|
|
tenant = "Tenant"
|
|
|
|
[ui.userfront.profile.password]
|
|
change = "Change"
|
|
confirm = "Confirm"
|
|
current = "Current"
|
|
forgot = "Forgot"
|
|
new = "New"
|
|
title = "Title"
|
|
|
|
[ui.userfront.profile.phone]
|
|
code_hint = "Code Hint"
|
|
request_code = "Request Code"
|
|
title = "Phone number"
|
|
|
|
[ui.userfront.profile.section]
|
|
basic = "Basic"
|
|
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"
|
|
|
|
[ui.userfront.reset]
|
|
confirm_password = "Confirm Password"
|
|
new_password = "New Password"
|
|
submit = "Submit"
|
|
subtitle = "Subtitle"
|
|
title = "Title"
|
|
|
|
[ui.userfront.sections]
|
|
apps = "Apps"
|
|
audit = "Audit"
|
|
|
|
[ui.userfront.session]
|
|
active = "Active"
|
|
unknown = "Unknown"
|
|
|
|
[ui.userfront.signup]
|
|
complete = "Complete"
|
|
next_step = "Next Step"
|
|
title = "Title"
|
|
|
|
[ui.userfront.signup.agreement]
|
|
all = "All"
|
|
privacy_title = "Privacy Title"
|
|
tos_title = "Tos Title"
|
|
|
|
[ui.userfront.signup.auth]
|
|
code_label = "Code Label"
|
|
request_code = "Request Code"
|
|
|
|
[ui.userfront.signup.auth.email]
|
|
label = "Label"
|
|
title = "Title"
|
|
|
|
[ui.userfront.signup.password]
|
|
confirm_label = "Password Confirm"
|
|
label = "Password"
|
|
|
|
[ui.userfront.signup.phone]
|
|
label = "Label"
|
|
title = "Title"
|
|
|
|
[ui.userfront.signup.profile]
|
|
affiliation_type = "Affiliation Type"
|
|
company = "Company"
|
|
department = "Department"
|
|
department_optional = "Department Optional"
|
|
name = "Name"
|
|
|
|
[ui.userfront.signup.steps]
|
|
agreement = "Agreement"
|
|
password = "Password"
|
|
profile = "Profile"
|
|
verify = "Verify"
|
|
|
|
[ui.userfront.signup.success]
|
|
action = "Action"
|