forked from baron/baron-sso
- Kratos Identity 스키마에 로그인 전용 `id` 속성 추가 - 테넌트 Config의 `loginIdField` 설정에 따라 User의 `login_id` 및 Kratos `traits.id` 동기화 로직 구현 - Admin UI 테넌트 스키마 설정 내 '로그인 ID로 사용' 체크박스 추가 - Admin UI 사용자 생성/수정/조회 화면에 로그인 ID 관리 필드 및 컬럼 반영 - Userfront 로그인 화면 접속 시 테넌트 설정에 따라 동적 로그인 ID 라벨 적용 - 관련 다국어(ko/en) 번역 추가 및 로그인 ID 설계 문서 업데이트
1773 lines
77 KiB
TOML
1773 lines
77 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]
|
|
|
|
[err.common]
|
|
unknown = "An unknown error occurred."
|
|
|
|
[err.backend]
|
|
authorization_pending = "Authentication approval is still pending."
|
|
bad_request = "Please check your request."
|
|
conflict = "The request conflicts with the current state."
|
|
expired_token = "The token has expired."
|
|
forbidden = "This request is not allowed."
|
|
internal_error = "An internal error occurred while processing the request."
|
|
invalid_code = "The verification code is invalid."
|
|
invalid_or_expired_code = "The verification code is invalid or expired."
|
|
invalid_session = "The session is invalid."
|
|
invalid_session_reference = "The session reference is invalid."
|
|
not_found = "The requested authentication flow was not found."
|
|
not_supported = "This login method is not supported."
|
|
password_or_email_mismatch = "Email or password does not match."
|
|
rate_limited = "Too many requests. Please try again later."
|
|
service_unavailable = "The authentication service is currently unavailable."
|
|
slow_down = "Requests are too frequent. Please try again shortly."
|
|
|
|
[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]
|
|
|
|
[msg.admin]
|
|
idp_env_prod = "IDP env: prod"
|
|
logout_confirm = "Are you sure you want to log out?"
|
|
scope_admin = "Scoped to /admin"
|
|
session_ttl = "Session TTL: 15m admin"
|
|
tenant_headers = "Tenant-aware headers"
|
|
|
|
[msg.admin.common]
|
|
forbidden = "You do not have permission to perform this action."
|
|
|
|
[msg.admin.api_keys]
|
|
|
|
[msg.admin.api_keys.create]
|
|
error = "Error"
|
|
name_required = "Name Required"
|
|
scope_required = "Scope Required"
|
|
scopes_count = "Scopes Count"
|
|
scopes_hint = "Scopes Hint"
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.admin.api_keys.create.success]
|
|
copy_hint = "Copy Hint"
|
|
notice = "Notice"
|
|
notice_emphasis = "Notice Emphasis"
|
|
notice_suffix = "Notice Suffix"
|
|
|
|
[msg.admin.api_keys.list]
|
|
delete_confirm = "Delete Confirm"
|
|
empty = "Empty"
|
|
fetch_error = "Fetch Error"
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.admin.api_keys.list.registry]
|
|
count = "Count"
|
|
|
|
[msg.admin.audit]
|
|
empty = "Empty"
|
|
end = "End of audit feed"
|
|
load_error = "Error loading logs: {{error}}"
|
|
loading = "Loading audit logs..."
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.admin.audit.filters]
|
|
empty = "Empty"
|
|
|
|
[msg.admin.audit.registry]
|
|
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"
|
|
delete_confirm = "Delete Confirm"
|
|
delete_error = "Delete Error"
|
|
delete_success = "Delete Success"
|
|
empty = "Empty"
|
|
import_error = "Import Error"
|
|
import_success = "Import Success"
|
|
loading = "Loading..."
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.admin.groups.members]
|
|
add_success = "Add Success"
|
|
count = "Count"
|
|
empty = "Empty"
|
|
remove_confirm = "Remove Confirm"
|
|
remove_success = "Remove Success"
|
|
title = "Title"
|
|
|
|
[msg.admin.groups.prompt]
|
|
user_id = "User Id"
|
|
|
|
[msg.admin.groups.roles]
|
|
assign_success = "Assign Success"
|
|
description = "Description"
|
|
empty = "Empty"
|
|
remove_confirm = "Are you sure you want to revoke this role?"
|
|
remove_success = "Role revoked successfully."
|
|
|
|
[msg.admin.header]
|
|
subtitle = "Tenant isolation & least privilege by default"
|
|
|
|
[msg.admin.notice]
|
|
idp_policy = "IDP Policy"
|
|
scope = "Scope"
|
|
|
|
[msg.admin.org]
|
|
hover_member_info = "Hover to see member details."
|
|
import_description = "Upload a CSV file to bulk register the organization chart."
|
|
import_error = "An error occurred during organization chart import."
|
|
import_success = "Organization chart imported successfully."
|
|
|
|
[msg.admin.overview]
|
|
description = "Description"
|
|
idp_fallback = "Fallback: Descope"
|
|
idp_primary = "IDP: Ory primary"
|
|
|
|
[msg.admin.overview.playbook]
|
|
description = "Description"
|
|
idp_body = "IDP Body"
|
|
idp_title = "Backend-only IDP access"
|
|
tenant_body = "Tenant Body"
|
|
tenant_title = "Tenant isolation"
|
|
|
|
[msg.admin.overview.quick_links]
|
|
description = "Description"
|
|
|
|
[msg.admin.overview.summary]
|
|
audit_events_24h = "24h Audit Events"
|
|
oidc_clients = "OIDC Clients"
|
|
policy_gate = "Policy Gate Status"
|
|
total_tenants = "Total Tenants"
|
|
|
|
[msg.admin.tenants]
|
|
approve_confirm = "Approve Confirm"
|
|
approve_success = "Approve Success"
|
|
delete_confirm = "Delete Tenant \"{{name}}\"?"
|
|
delete_success = "Tenant deleted."
|
|
empty = "Empty"
|
|
fetch_error = "Fetch Error"
|
|
missing_id = "No Tenant ID."
|
|
not_found = "Tenant not found."
|
|
remove_sub_confirm = 'Remove tenant "{{name}}" from sub-tenants?'
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.admin.tenants.admins]
|
|
add_success = "Add Success"
|
|
empty = "Empty"
|
|
remove_confirm = "Remove Confirm"
|
|
remove_success = "Remove Success"
|
|
subtitle = "Subtitle"
|
|
remove_last = "Cannot remove the last admin."
|
|
remove_self = "Cannot remove yourself."
|
|
|
|
[msg.admin.tenants.owners]
|
|
add_success = "Owner added successfully."
|
|
empty = "No owners registered."
|
|
remove_confirm = "Are you sure you want to remove this owner?"
|
|
remove_success = "Owner permission revoked."
|
|
subtitle = "List of owners with top-level permissions for this tenant."
|
|
remove_last = "Cannot remove the last owner."
|
|
remove_self = "Cannot remove yourself."
|
|
|
|
[msg.admin.tenants.create]
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.admin.tenants.create.form]
|
|
domains_help = "Users with these email domains will be automatically assigned to this tenant."
|
|
|
|
[msg.admin.tenants.create.memo]
|
|
body = "Body"
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.admin.tenants.create.profile]
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.admin.tenants.members]
|
|
desc = "View the list of users belonging to this organization."
|
|
empty = "No members found."
|
|
limit_notice = "Showing members from the first 10 descendant organizations due to size limits."
|
|
|
|
[msg.admin.tenants.registry]
|
|
count = "Count"
|
|
|
|
[msg.admin.tenants.schema]
|
|
empty = "No custom fields defined. Click \"Add Field\" to begin."
|
|
missing_id = "Tenant ID missing"
|
|
subtitle = "Define custom attributes for users in this tenant."
|
|
update_error = "Failed to update schema"
|
|
update_success = "Schema updated successfully"
|
|
forbidden_desc = "Only administrators can access user schema settings."
|
|
|
|
[msg.admin.tenants.sub]
|
|
empty = "Empty"
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.admin.users]
|
|
|
|
[msg.admin.users.bulk]
|
|
delete_confirm = "Are you sure you want to delete the selected {{count}} users?"
|
|
delete_success = "{{count}} users have been deleted."
|
|
description = "Bulk register or manage users via CSV file."
|
|
move_description = "Bulk move selected users to another tenant."
|
|
move_error = "Error moving users."
|
|
move_success = "{{count}} users moved successfully."
|
|
parsed_count = "Parsed {{count}} rows."
|
|
update_success = "User info updated successfully."
|
|
schema_incompatible = "Fields not in target schema may be lost:"
|
|
schema_missing = "Missing required fields for target tenant:"
|
|
|
|
[msg.admin.users.create]
|
|
error = "Failed to User Create."
|
|
password_required = "Password Required"
|
|
success = "User created successfully."
|
|
|
|
[msg.admin.users.create.account]
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.admin.users.create.form]
|
|
email_required = "Email Required"
|
|
field_invalid = "Invalid {{label}} format."
|
|
field_required = "{{label}} is required."
|
|
name_required = "Name Required"
|
|
password_auto_help = "Password Auto Help"
|
|
password_manual_help = "Password Manual Help"
|
|
role_help = "Role Help"
|
|
|
|
[msg.admin.users.create.password_generated]
|
|
default = "Default"
|
|
with_email = "With Email"
|
|
|
|
[msg.admin.users.detail]
|
|
edit_subtitle = "Edit Subtitle"
|
|
not_found = "Not Found"
|
|
update_error = "Failed to User Edit."
|
|
update_success = "Update Success"
|
|
password_generated = "A secure password has been generated."
|
|
|
|
[msg.admin.users.detail.form]
|
|
field_required = "Required."
|
|
name_required = "Name Required"
|
|
|
|
[msg.admin.users.detail.security]
|
|
password_hint = "Password Hint"
|
|
|
|
[msg.admin.users.list]
|
|
delete_confirm = "Delete Confirm"
|
|
empty = "Empty"
|
|
fetch_error = "Fetch Error"
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.admin.users.list.columns]
|
|
description = "Select columns to display in the table."
|
|
no_custom = "No custom fields defined for this tenant."
|
|
|
|
[msg.admin.users.list.registry]
|
|
count = "Count"
|
|
|
|
[msg.common]
|
|
error = "Error"
|
|
loading = "Loading..."
|
|
no_description = "No Description."
|
|
parsing = "Parsing data..."
|
|
requesting = "Requesting..."
|
|
saving = "Saving..."
|
|
unknown_error = "unknown error"
|
|
copied_to_clipboard = "Copied to clipboard."
|
|
forbidden = "Access Denied."
|
|
|
|
[msg.dev]
|
|
logout_confirm = "Are you sure you want to log out?"
|
|
|
|
[msg.dev.auth]
|
|
access_denied_description = "DevFront is for administrators only. Request access from your administrator."
|
|
access_denied_title = "Access denied."
|
|
|
|
[msg.dev.forbidden]
|
|
default = "You do not have permission to access this resource. Please contact an administrator."
|
|
rp_admin = "RP administrators can only access resources for the apps they manage."
|
|
tenant_admin = "Tenant administrator permissions are not configured correctly or have expired."
|
|
user = "Regular users cannot access the developer console."
|
|
title = "Access Denied: {{resource}}"
|
|
|
|
[msg.dev.audit]
|
|
empty = "No audit logs found."
|
|
forbidden = "You do not have permission to view audit logs. Please request access from an administrator."
|
|
load_error = "Error loading audit logs: {{error}}"
|
|
loaded_count = "Loaded {{count}} rows"
|
|
loading = "Loading audit logs..."
|
|
subtitle = "Shows DevFront activity history within current tenant/app scope."
|
|
|
|
[msg.dev.clients]
|
|
load_error = "Error loading clients: {{error}}"
|
|
loading = "Loading apps..."
|
|
showing = "Showing {{shown}} of {{total}} apps"
|
|
deleted = "App deleted."
|
|
delete_error = "Failed to delete: {{error}}"
|
|
delete_confirm = "Are you sure you want to delete this app? This action cannot be undone."
|
|
|
|
[msg.dev.clients.consents]
|
|
empty = "No consents found."
|
|
load_error = "Error loading consents: {{error}}"
|
|
loading = "Loading consents..."
|
|
showing = "Showing {{from}} to {{to}} of {{total}} users"
|
|
subtitle = "Subtitle"
|
|
revoke_confirm = "Are you sure you want to revoke this user's permissions? After revocation, the user must consent again on next login."
|
|
|
|
[msg.dev.clients.details]
|
|
copy_client_id = "Client ID copied."
|
|
copy_client_secret = "Copy Client Secret"
|
|
copy_endpoint = "{{label}} copied."
|
|
load_error = "Error loading client: {{error}}"
|
|
loading = "Loading client..."
|
|
missing_id = "Client ID is required."
|
|
redirect_saved = "Redirect URIs saved."
|
|
rotate_confirm = "Rotate Confirm"
|
|
rotate_error = "Rotate Error"
|
|
save_error = "Save Error"
|
|
secret_rotated = "Secret Rotated"
|
|
secret_unavailable = "SECRET_NOT_AVAILABLE"
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.dev.clients.details.redirect]
|
|
description = "Description"
|
|
|
|
[msg.dev.clients.details.security]
|
|
footer = "Footer"
|
|
note = "Note"
|
|
|
|
[msg.dev.clients.general]
|
|
load_error = "Error loading client: {{error}}"
|
|
loading = "Loading client..."
|
|
saved = "Saved"
|
|
save_error = "Failed to save: {{error}}"
|
|
status_changed = "Status changed to {{status}}."
|
|
|
|
[msg.dev.clients.federation]
|
|
subtitle = "Manage external identity providers for this application."
|
|
add_subtitle = "Connect an external OIDC provider."
|
|
empty = "No IdP configurations found."
|
|
|
|
[msg.dev.clients.general.identity]
|
|
logo_help = "Logo Help"
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.dev.clients.general.redirect]
|
|
help = "Enter the redirect URIs. You can modify them in the Federation tab after creation."
|
|
|
|
[msg.dev.clients.general.scopes]
|
|
empty = "Empty"
|
|
subtitle = "Subtitle"
|
|
|
|
[msg.dev.clients.general.security]
|
|
private_help = "Server side App: For apps that can safely store a client secret, such as Node.js or Java servers."
|
|
pkce_help = "PKCE App (SPA/Mobile): For apps that cannot safely store a client secret. PKCE is mandatory."
|
|
subtitle = "Select application type. Security level determines authentication method."
|
|
|
|
[msg.dev.clients.help]
|
|
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 = "OIDC 앱, 인증 방식, 리다이렉트 URI, 비밀키 재발행을 감사 로그와 함께 관리합니다."
|
|
|
|
[msg.dev.clients.scopes]
|
|
email = "Email"
|
|
openid = "Openid"
|
|
profile = "Profile"
|
|
|
|
[msg.dev.dashboard]
|
|
|
|
[msg.dev.dashboard.hero]
|
|
body = "Body"
|
|
title_emphasis = "Title Emphasis"
|
|
title_prefix = "Title Prefix"
|
|
title_suffix = "Title Suffix"
|
|
|
|
[msg.dev.dashboard.notice]
|
|
consent_audit = "Consent Audit"
|
|
dev_scope = "Dev Scope"
|
|
hydra_health = "Hydra Health"
|
|
|
|
[msg.dev.sidebar]
|
|
notice = "Developer Console"
|
|
notice_detail = "Register and manage client applications."
|
|
|
|
[msg.info]
|
|
saved_success = "Saved successfully."
|
|
|
|
|
|
[msg.userfront]
|
|
greeting = "Hello, {{name}}."
|
|
|
|
[msg.userfront.audit]
|
|
date = "Date: {{value}}"
|
|
device = "Device: {{value}}"
|
|
end = "No more items to show."
|
|
ip = "IP address: {{value}}"
|
|
load_more_error = "Could not load more history."
|
|
result = "Result: {{value}}"
|
|
session_id = "Session ID: {{value}}"
|
|
status = "Status: pending"
|
|
|
|
[msg.userfront.dashboard]
|
|
approved_device = "Approved device: {{device}}"
|
|
approved_ip = "Approved IP: {{ip}}"
|
|
audit_empty = "No recent sign-in activity."
|
|
audit_load_error = "Could not load sign-in history."
|
|
render_error = "Dashboard render error: {{error}}"
|
|
auth_method = "Auth method: {{method}}"
|
|
client_id = "Client ID: {{id}}"
|
|
client_id_missing = "No client ID available."
|
|
current_status = "Current status: {{status}}"
|
|
last_auth = "Last signed in: {{value}}"
|
|
link_missing = "This app does not have a launch URL configured."
|
|
link_open_error = "Could not open the app link."
|
|
session_id_copied = "Session ID copied."
|
|
|
|
[msg.userfront.dashboard.activities]
|
|
empty = "No linked apps yet."
|
|
empty_detail = "Linked apps and their latest activity will appear here."
|
|
error = "Could not load linked apps."
|
|
|
|
[msg.userfront.dashboard.approved_session]
|
|
copy_click = "{{label}}: {{id}}\\\\nClick to copy."
|
|
copy_tap = "{{label}}: {{id}}\\\\nTap to copy."
|
|
none = "No {{label}}"
|
|
|
|
[msg.userfront.dashboard.revoke]
|
|
confirm = "Disconnect {{app}}?\\\\nYou will need to grant access again the next time you sign in."
|
|
error = "Could not disconnect the app: {{error}}"
|
|
success = "{{app}} has been disconnected."
|
|
|
|
[msg.userfront.dashboard.scopes]
|
|
empty = "No scopes were requested."
|
|
|
|
[msg.userfront.dashboard.timeline]
|
|
load_error = "Could not load sign-in history."
|
|
|
|
[msg.userfront.error]
|
|
detail_contact = "If the problem continues, please contact your administrator."
|
|
detail_generic = "Something went wrong."
|
|
detail_request = "We had trouble processing your request."
|
|
id = "Error ID: {{id}}"
|
|
title = "An error occurred during authentication."
|
|
title_generic = "An error occurred."
|
|
title_with_code = "Error: {{code}}"
|
|
type = "Error type: {{type}}"
|
|
|
|
[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.error.whitelist]
|
|
"$normalizedCode" = "{{error}}"
|
|
bad_request = "Please check your input."
|
|
invalid_session = "Your session has expired. Please sign in again."
|
|
not_found = "The requested page could not be found."
|
|
password_or_email_mismatch = "Email or password does not match."
|
|
rate_limited = "Too many requests. Please try again later."
|
|
recovery_expired = "The recovery link has expired. Please request a new one."
|
|
recovery_invalid = "The recovery link is invalid."
|
|
settings_disabled = "Account settings are currently unavailable."
|
|
verification_required = "Additional verification is required. Please follow the instructions."
|
|
|
|
[msg.userfront.forgot]
|
|
description = "Enter the email address or phone number linked to your account and we will send you a password reset link."
|
|
dry_send = "Dry-send mode: no email or SMS was actually sent."
|
|
error = "Failed to send the reset link: {{error}}"
|
|
input_required = "Enter your email address or phone number."
|
|
sent = "A password reset link has been sent. Check your email or SMS."
|
|
|
|
[msg.userfront.login]
|
|
cookie_check_failed = "Could not verify your sign-in state: {{error}}"
|
|
dry_send = "Dry-send mode: no email or SMS was actually sent."
|
|
link_failed = "Could not complete link sign-in: {{error}}"
|
|
link_send_failed = "Failed to send the sign-in link: {{error}}"
|
|
link_sent_email = "We sent a sign-in link to your email address."
|
|
link_sent_phone = "We sent a sign-in link to your phone number."
|
|
link_timeout = "Time expired."
|
|
no_account = "New to Baron?"
|
|
oidc_failed = "OIDC sign-in failed. Please try again."
|
|
qr_expired = "Time expired."
|
|
qr_init_failed = "Failed to initialize QR sign-in: {{error}}"
|
|
qr_login_required = "You need to be signed in to approve a QR sign-in."
|
|
token_missing = "Could not find the sign-in token."
|
|
verification_failed = "Failed to approve the sign-in request: {{error}}"
|
|
|
|
[msg.userfront.login.link]
|
|
approved = "Sign-in approved. You will be redirected to the sign-in page shortly."
|
|
helper = "We will send a sign-in link using the information you enter."
|
|
missing_login_id = "Enter your email address or phone number."
|
|
missing_phone = "Enter your phone number."
|
|
resend_wait = "You can resend in {{time}}."
|
|
short_code_help = "You can also sign in with the last 2 letters and 6 digits from the link you received."
|
|
|
|
[msg.userfront.login.password]
|
|
failed = "Sign-in failed: {{error}}"
|
|
missing_credentials = "Enter both your email or phone number and your password."
|
|
|
|
[msg.userfront.login.qr]
|
|
load_failed = "Could not load the QR code."
|
|
scan_hint = "Scan it with the mobile app."
|
|
|
|
[msg.userfront.login.short_code]
|
|
invalid = "Enter the 2 letters and 6 digits from your code."
|
|
|
|
[msg.userfront.login.unregistered]
|
|
body = "We could not find an account for that information.\\\\nPlease sign up before continuing."
|
|
|
|
[msg.userfront.login.verification]
|
|
approved = "Approved. Complete sign-in in the original window."
|
|
approved_local = "Approved. This device is already signed in, and the remote window will be signed in shortly."
|
|
success = "Sign-in approval completed."
|
|
|
|
[msg.userfront.login_success]
|
|
subtitle = "You have signed in successfully."
|
|
|
|
[msg.userfront.consent]
|
|
accept_error = "Failed to process consent: {{error}}"
|
|
client_id = "Client ID: {{id}}"
|
|
client_unknown = "Unknown application"
|
|
description = "The service below is requesting access to your account information.\nPlease choose whether to continue."
|
|
load_error = "Failed to load consent information: {{error}}"
|
|
missing_redirect = "Consent was processed, but the redirect URL was missing."
|
|
redirect_notice = "After consent, you will be redirected automatically."
|
|
scope_count = "Total {{count}}"
|
|
|
|
[msg.userfront.consent.cancel]
|
|
confirm = "If you cancel consent, you will not be able to use this service. Do you want to cancel?"
|
|
error = "An error occurred while cancelling consent: {{error}}"
|
|
|
|
[msg.userfront.consent.scope]
|
|
email = "Email address (account identification and notifications)"
|
|
offline_access = "Offline access (keep signed in)"
|
|
openid = "OpenID authentication information (signin session check)"
|
|
phone = "Phone number (identity verification and notifications)"
|
|
profile = "Basic profile information (name, user identifier)"
|
|
|
|
[msg.userfront.profile]
|
|
department_missing = "No department information"
|
|
department_required = "Enter your department."
|
|
email_missing = "No email address"
|
|
greeting = "Hello, {{name}}."
|
|
load_failed = "Could not load your profile."
|
|
name_missing = "No name provided"
|
|
name_required = "Enter your name."
|
|
phone_required = "Enter your phone number."
|
|
phone_verify_required = "Phone verification is required."
|
|
update_failed = "Failed to update your profile: {{error}}"
|
|
update_success = "Your profile has been updated."
|
|
|
|
[msg.userfront.profile.password]
|
|
change_failed = "Failed to change your password: {{error}}"
|
|
changed = "Your password has been changed."
|
|
current_required = "Enter your current password."
|
|
mismatch = "The new passwords do not match."
|
|
new_required = "Enter a new password."
|
|
subtitle = "Verify your current password before setting a new one."
|
|
|
|
[msg.userfront.profile.phone]
|
|
code_sent = "A verification code has been sent."
|
|
send_failed = "Failed to send the code: {{error}}"
|
|
verified = "Phone number verified."
|
|
verify_failed = "Verification failed: {{error}}"
|
|
verify_notice = "SMS verification is required to change your phone number."
|
|
|
|
[msg.userfront.profile.section]
|
|
basic = "Manage your basic account information."
|
|
organization = "Your organization and affiliation details."
|
|
security = "Keep your password secure."
|
|
|
|
[msg.userfront.qr]
|
|
approve_error = "QR approval failed: {{error}}"
|
|
approve_success = "QR approval complete. Continue on your desktop."
|
|
camera_error = "Camera error: {{error}}"
|
|
permission_error = "Could not request camera access. Check your browser or OS settings."
|
|
permission_required = "Camera access is required."
|
|
|
|
[msg.userfront.reset]
|
|
invalid_body = "This password reset link is invalid or has expired. Please request a new one."
|
|
invalid_link = "This reset link is invalid. Missing loginId or token."
|
|
invalid_title = "Invalid reset link"
|
|
policy_loading = "Loading the password policy..."
|
|
success = "Your password has been changed successfully. Please sign in again."
|
|
|
|
[msg.userfront.reset.error]
|
|
empty_password = "Please enter Password."
|
|
generic = "Failed to change your password: {{error}}"
|
|
lowercase = "Include at least one lowercase letter."
|
|
min_length = "Use at least {{count}} characters."
|
|
min_types = "Use at least {{count}} character types: uppercase, lowercase, number, or symbol."
|
|
mismatch = "The passwords do not match."
|
|
number = "Include at least one number."
|
|
symbol = "Include at least one symbol."
|
|
uppercase = "Include at least one uppercase letter."
|
|
|
|
[msg.userfront.reset.policy]
|
|
lowercase = "At least one lowercase letter"
|
|
min_length = "At least {{count}} characters"
|
|
min_types = "At least {{count}} character types"
|
|
number = "At least one number"
|
|
symbol = "At least one symbol"
|
|
uppercase = "At least one uppercase letter"
|
|
|
|
[msg.userfront.sections]
|
|
apps_subtitle = "Your linked apps and their latest sign-in status."
|
|
audit_subtitle = "Recent access history for Baron sign-in."
|
|
|
|
[msg.userfront.settings]
|
|
disabled = "Account settings are currently unavailable."
|
|
|
|
[msg.userfront.signup]
|
|
failed = "Failed"
|
|
privacy_full = "\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n개인정보 수집 및 이용 동의\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n바론서비스 개인정보처리방침\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제1조 (목적)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n바론컨설턴트(이하 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"회사\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\")는 바론서비스(이하 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"서비스\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\")를 이용하는 고객(이하 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"이용자\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\")의 개인정보를 보호하고, 「개인정보 보호법」에 따라 책임과 의무를 다하기 위해 본 개인정보처리방침을 마련했습니다. 본 방침은 이용자가 제공한 개인정보가 어떻게 수집, 이용, 보관, 보호되는지를 설명합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제2조 (개인정보의 처리목적)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 다음의 목적을 위해 개인정보를 처리합니다. 처리하고 있는 개인정보는 다음의 목적 이외의 용도로는 이용되지 않으며, 이용 목적이 변경되는 경우에는 「개인정보 보호법」 제18조에 따라 별도의 동의를 받는 등 필요한 조치를 이행할 예정입니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 본인확인: 회원가입 및 관리를 위한 본인 확인, 전화 또는 이메일을 통한 연락\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 서비스 제공: 각종 통보 및 서비스 제공을 위한 업무 처리\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 제품소개서 다운로드: 설명자료 전달\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 상담 및 데모 신청: 상담 제공 및 데모 제공, 계약 처리자 정보 수집\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 행사 참가 신청: 참석 안내 및 세미나/설명회/교육 제공\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 보안가이드 제공: 안내자료 전달\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 기술지원 문의: 서비스 사용 지원\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 서비스 개선 의견 접수: 서비스 품질 개선\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 마케팅 활동: 동의한 고객에 한해 뉴스레터 및 매거진 발송\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제3조 (개인정보의 처리 및 보유 기간)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 회사는 법령에 따른 개인정보 보유 및 이용기간 또는 정보주체로부터 개인정보를 수집 시 동의받은 개인정보 보유 및 이용기간 내에서 개인정보를 처리 및 보유합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n② 각각의 개인정보 처리 및 보유 기간은 다음과 같습니다:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 회원정보: 회원가입일부터 회원탈퇴 후 1년까지\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 홍보, 상담, 계약용 개인정보: 2년\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제4조 (개인정보의 제3자 제공)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 회사는 정보주체의 개인정보를 제2조에서 명시한 범위 내에서만 처리하며, 정보 주체의 동의, 법률의 특별한 규정 등 「개인정보 보호법」 제17조 및 제18조에 해당하는 경우에만 개인정보를 제3자에게 제공합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n② 회사는 다음과 같이 개인정보를 제3자에게 제공하고 있습니다:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 제공받는 자: 수사기관 및 유관기관, 피신고업체\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 이용 목적: 개인정보 침해 민원 처리\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 제공하는 개인정보 항목: 성명, 연락처, 이메일\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 보유 및 이용기간: 법령에서 정한 보존기간 및 제공목적 달성 시 파기\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제5조 (개인정보 처리 위탁)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 회사는 개인정보 처리업무를 외부 업체에 위탁하지 않으며, 자체적으로 처리하고 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n② 회사가 특정 업무(예: 채용 업무)를 외부 업체에 위탁할 경우, 개인정보 처리방침 시행 전 회사 홈페이지에서 공지한 후 정보주체의 동의를 받은 후 위탁합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제6조 (정보주체의 권리·의무 및 행사 방법)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 정보주체는 회사에 대해 언제든지 개인정보 열람, 정정, 삭제, 처리정지 요구 등의 권리를 행사할 수 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n② 권리 행사는 다음과 같은 방법으로 할 수 있습니다:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 서면: 회사 주소로 서면 제출\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 전자우편: 회사 이메일로 요청\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 모사전송(FAX): 회사 FAX로 요청\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n③ 권리 행사는 정보주체의 법정대리인이나 위임을 받은 자를 통해 대리로도 가능합니다. 이 경우 “개인정보 처리 방법에 관한 고시” 별지 제11호 서식에 따른 위임장을 제출해야 합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n④ 개인정보 열람 및 처리정지 요구는 「개인정보 보호법」 제35조 제4항, 제37조 제2항에 따라 제한될 수 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n⑤ 개인정보의 정정 및 삭제 요구는 다른 법령에 따라 수집된 개인정보인 경우 제한될 수 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n⑥ 회사는 권리 행사를 요청한 자가 본인 또는 정당한 대리인인지를 확인합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제7조 (처리하는 개인정보의 항목)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 다음의 개인정보 항목을 처리합니다:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 수집 항목:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 필수 항목: 성명, 휴대전화번호, 이메일\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 선택 항목: 회사전화번호, 문의사항\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 수집 방법:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 홈페이지, 전화, 이메일을 통해 수집\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제8조 (개인정보의 파기)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 회사는 개인정보 보유 기간의 경과, 처리 목적 달성 등 개인정보가 불필요하게 되었을 때 지체 없이 해당 개인정보를 파기합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n② 정보주체로부터 동의받은 개인정보 보유 기간이 경과하거나 처리 목적이 달성된 경우에도 다른 법령에 따라 개인정보를 계속 보존해야 할 경우에는, 해당 개인정보를 별도의 데이터베이스(DB)로 옮기거나 보관 장소를 달리하여 보존합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n③ 개인정보 파기의 절차 및 방법은 다음과 같습니다:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 파기 절차: 회사는 파기 사유가 발생한 개인정보를 선정하고, 개인정보 보호책임자의 승인을 받아 개인정보를 파기합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 파기 방법: 전자적 파일 형태로 기록된 개인정보는 복구할 수 없도록 기술적 방법을 사용해 삭제하며, 종이 문서에 기록된 개인정보는 분쇄기로 분쇄하거나 소각하여 파기합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제9조 (개인정보의 안전성 확보 조치)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 개인정보의 안전성 확보를 위해 다음과 같은 조치를 취합니다:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 관리적 조치: 내부관리계획 수립·시행, 정기적 직원 교육\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 기술적 조치: 개인정보처리시스템 접근 권한 관리, 접근통제시스템 설치, 고유식별정보 암호화, 보안 프로그램 설치\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 물리적 조치: 전산실 및 자료보관실 접근 통제\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제10조 (개인정보 자동 수집 장치의 설치·운영 및 거부에 관한 사항)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 쿠키(Cookie)를 사용하지 않습니다. 쿠키는 이용자의 이용 정보를 저장하고 수시로 불러오는 작은 파일로, 바론서비스에서는 쿠키를 사용하지 않습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제11조 (개인정보 보호책임자)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 개인정보 처리에 관한 업무를 총괄하여 책임지고, 개인정보 처리와 관련된 정보주체의 불만처리 및 피해구제를 위해 개인정보 보호책임자를 지정하고 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n개인정보 보호책임자:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 성명: 염승호\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 직책: 수석연구원\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 연락처: 02-2141-7448\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 팩스번호: 02-2141-7599\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 이메일: b23008@baroncs.co.kr\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제12조 (개인정보 열람청구)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n정보주체는 「개인정보 보호법」 제35조에 따른 개인정보 열람 청구를 아래 부서에 할 수 있습니다. 회사는 정보주체의 개인정보 열람청구가 신속하게 처리되도록 노력하겠습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n개인정보 열람청구 접수·처리 부서:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 부서명: 총괄기획실\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 담당자: 권혁진\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 연락처: 02-2141-7465\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 팩스번호: 02-2141-7599\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 이메일: baroncs@baroncs.co.kr\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제13조 (권익침해 구제방법)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n정보주체는 개인정보 침해로 인한 구제를 위해 개인정보분쟁조정위원회, 한국인터넷진흥원 개인정보해신고센터 등에 분쟁 해결이나 상담을 신청할 수 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 개인정보분쟁조정위원회: (국번없이) 1833-6972 (www.kopico.go.kr)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 개인정보침해신고센터: (국번없이) 118 (privacy.kisa.or.kr)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 대검찰청: (국번없이) 1301 (www.spo.go.kr)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 경찰청: (국번없이) 182 (www.police.go.kr)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제14조 (개인정보 처리방침의 변경)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n본 개인정보처리방침은 법령, 정책 또는 보안 기술의 변경에 따라 내용의 추가, 삭제 및 수정이 있을 시, 개정 최소 7일 전에 홈페이지를 통해 사전 공지합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n부칙\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제1조 (시행일자)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n이 개인정보처리방침은 2024년 10월 1일부터 시행됩니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제2조 (개정 및 고지의 의무)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 개인정보처리방침을 변경하는 경우, 변경사항을 시행일자 7일 전부터 서비스 내 공지사항 페이지를 통해 고지할 것입니다. 다만, 이용자의 권리나 의무에 중대한 변경이 발생하는 경우에는 시행일자 30일 전부터 고지합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제3조 (유효성)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n본 개인정보처리방침의 일부 조항이 법적 또는 기타 사유로 인해 무효화되거나 시행할 수 없는 경우, 나머지 조항들은 계속해서 유효합니다. 무효화된 조항은 관련 법령에 부합하는 방식으로 수정되어 효력을 지속합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제4조 (변경 통지의 방법)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 개인정보처리방침의 변경 시, 다음의 방법으로 이용자에게 고지합니다:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 서비스 초기화면 또는 팝업 공지\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 이메일 발송\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- 회사 홈페이지 공지사항\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제5조 (비회원의 개인정보 보호)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 비회원의 개인정보도 회원과 동일한 수준으로 보호합니다. 비회원이 개인정보 제공을 거부할 경우 일부 서비스 이용에 제한이 있을 수 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제6조 (14세 미만 아동의 개인정보 보호)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 14세 미만 아동의 개인정보를 수집하지 않습니다. 만일 14세 미만 아동의 개인정보가 수집된 경우, 법정 대리인의 동의를 받아야 하며, 법정 대리인의 동의 없이 수집된 경우 이를 지체 없이 파기합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제7조 (개인정보의 국외 이전)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 이용자의 개인정보를 국외로 이전하지 않으며, 향후 필요한 경우, 사전에 이용자의 동의를 받습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제8조 (기타)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n본 방침에 명시되지 않은 사항은 회사의 내부 방침과 관련 법령에 따릅니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n"
|
|
tos_full = "\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n바론 소프트웨어 이용약관\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제1장 총칙\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제1조 (목적)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n이 약관은 바론컨설턴트(이하 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"회사\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"라 합니다)가 제공하는 바론소프트웨어(이하 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"서비스\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"라 합니다)를 이용함에 있어 회사와 이용자 간의 권리, 의무 및 책임사항과 기타 필요한 사항을 정하는 것을 목적으로 합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제2조 (용어의 정의)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 본 약관에서 사용하는 용어의 정의는 다음과 같습니다:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- “서비스”란 회사가 제공하는 소프트웨어 및 관련 제반 서비스를 의미합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- “이용자”란 회사의 서비스에 접속하여 본 약관에 따라 회사가 제공하는 서비스를 이용하는 회원 및 비회원을 말합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- “회원”이란 본 약관에 동의하고 회사와 이용계약을 체결한 자를 의미합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- “비회원”이란 회원가입을 하지 않고 회사가 제공하는 일부 서비스를 이용하는 자를 말합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제3조 (약관의 효력 및 변경)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 본 약관은 이용자가 본 약관에 동의하고, 회사가 이에 대한 승낙을 완료함으로써 효력이 발생합니다. ② 회사는 필요한 경우 본 약관을 변경할 수 있으며, 변경된 약관은 서비스 화면에 공지된 후 효력이 발생합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제4조 (약관 외 준칙)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n본 약관에 명시되지 않은 사항에 대해서는 대한민국의 관련 법령과 상관습에 따릅니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제2장 서비스 이용계약\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제5조 (이용계약의 성립)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n이용계약은 이용자가 약관의 내용에 동의하고, 회사가 제공하는 소정의 회원가입 신청서를 작성하여 가입을 완료한 후, 회사가 이를 승인함으로써 성립합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제6조 (이용계약의 유보와 거절)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 회사는 다음 각 호에 해당하는 경우 이용계약의 성립을 유보하거나 거절할 수 있습니다: - 신청서의 내용이 허위로 판명된 경우 - 서비스 제공이 기술적으로 어려운 경우\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제7조 (계약사항의 변경)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회원은 개인정보 관리 메뉴를 통해 언제든지 자신의 정보를 열람하고 수정할 수 있습니다. 회원의 정보가 변경된 경우 즉시 수정해야 하며, 수정하지 않아 발생하는 문제의 책임은 회원에게 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제3장 개인정보 보호\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제8조 (개인정보 보호의 원칙)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 회원의 개인정보는 관련 법령에 따라 보호됩니다. ② 회사는 개인정보 보호와 관련된 세부 사항을 별도로 마련한 개인정보처리방침에 따라 관리하며, 이용자는 언제든지 해당 방침을 통해 개인정보 관리에 대한 자세한 내용을 확인할 수 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제9조 (개인정보처리방침 준수)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 회사는 개인정보 보호와 관련된 구체적인 사항을 개인정보처리방침에 따라 관리합니다. ② 개인정보의 수집, 이용, 제공, 보관, 보호 등에 관한 사항은 회사의 개인정보처리방침을 따르며, 이용자는 회사 웹사이트에서 이를 확인할 수 있습니다. ③ 회사는 개인정보 보호를 위해 최선을 다하며, 관련 법령에 따라 이용자의 개인정보를 안전하게 관리합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제10조 (14세 미만 아동의 개인정보 보호)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 회사는 14세 미만 아동의 개인정보를 수집할 경우, 반드시 법정대리인의 동의를 받아야 합니다. ② 법정대리인은 아동의 개인정보 열람, 수정, 삭제를 요청할 수 있으며, 회사는 이를 신속하게 처리합니다. ③ 14세 미만 아동의 개인정보 보호와 관련된 구체적인 사항은 개인정보처리방침에 명시되어 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제4장 서비스 제공 및 이용\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제11조 (서비스 제공)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 회원의 이용 신청을 승인한 때부터 서비스를 개시합니다. 서비스 이용은 연중무휴 24시간을 원칙으로 합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제12조 (서비스의 변경 및 중단)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 서비스 제공이 어려운 경우 사전 고지 후 서비스를 변경하거나 중단할 수 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제5장 정보 제공 및 광고\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제13조 (정보 제공 및 광고)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 회사는 서비스 이용 중 필요하다고 인정되는 정보 및 광고를 제공할 수 있습니다. ② 회원은 원치 않는 정보를 수신 거부할 수 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제6장 게시물 관리\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제14조 (게시물의 관리)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 회원이 게시한 내용이 불법적이거나 약관에 위배될 경우 이를 삭제할 수 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제15조 (게시물의 저작권)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n게시물의 저작권은 회원에게 있으며, 회사는 이를 서비스 홍보 및 개선 목적으로 사용할 수 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제7장 계약 해지 및 이용 제한\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제16조 (계약 해지)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회원은 언제든지 계약 해지를 요청할 수 있으며, 회사는 신속하게 처리합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제17조 (이용 제한)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 회원이 약관을 위반할 경우 서비스 이용을 제한할 수 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제8장 손해 배상 및 면책 조항\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제18조 (손해 배상)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 무료로 제공되는 서비스와 관련하여 회원에게 발생한 손해에 대해 책임을 지지 않습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제19조 (면책 조항)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회사는 천재지변 등 불가항력적인 사유로 인해 서비스를 제공하지 못하는 경우 책임을 지지 않습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제9장 유료 서비스\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n20조 (유료 서비스의 이용)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 회사는 회원에게 특정 서비스에 대해 유료로 제공할 수 있습니다. ② 유료 서비스의 이용 요금, 결제 방식, 환불 절차 등에 대한 상세 내용은 서비스 안내 페이지와 결제 화면에 명시합니다. ③ 유료 서비스 이용 요금은 회사가 정한 결제 방식에 따라 결제됩니다. 회원은 신용카드, 계좌이체, 휴대전화 결제 등 회사가 제공하는 다양한 결제 방식을 통해 요금을 납부할 수 있습니다. ④ 유료 서비스의 이용 요금은 선불 결제를 원칙으로 하며, 이용 기간 중 서비스 중지 및 해지 시 남은 이용 기간에 대한 환불은 회사의 환불 정책에 따라 처리됩니다. ⑤ 회사는 회원의 유료 서비스 이용과 관련하여 발생한 문제에 대해 최선을 다해 해결하도록 노력합니다. 다만, 회사의 고의 또는 중대한 과실이 없는 한 회원이 유료 서비스 이용 중 입은 손해에 대해서는 책임을 지지 않습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제21조(환불 정책)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 회원은 결제 후 7일 이내에 서비스 이용을 시작하지 않은 경우, 요금 전액을 환불받을 수 있습니다. ② 유료 서비스 이용 중 부득이한 사유로 서비스가 중지된 경우, 회사는 이용하지 않은 부분에 대해 환불 절차를 밟습니다. ③ 회원의 귀책사유로 인해 서비스 이용이 중지된 경우, 환불이 불가능합니다. ④ 환불은 회원이 지정한 계좌로 환불 절차를 거치며, 환불 요청 후 7일 이내에 처리됩니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제22조 (유료 서비스의 중지 및 해지)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n① 회원이 유료 서비스를 해지하고자 하는 경우, 회사의 고객 지원 센터에 해지 신청을 해야 합니다. ② 회사는 회원이 약관을 위반하거나 부정한 방법으로 유료 서비스를 이용한 경우, 유료 서비스 이용을 즉시 중지하고 계약을 해지할 수 있습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제10장 양도 금지\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제23조 (양도 금지)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n회원은 서비스 이용권한, 기타 이용계약상의 지위를 제3자에게 양도, 증여할 수 없으며, 이를 담보로 제공할 수 없습니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제11장 관할 법원\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제24조 (분쟁 해결)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n서비스 이용과 관련하여 분쟁이 발생한 경우, 회사와 회원은 성실히 협의하여 해결합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n제25조 (관할 법원)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n본 약관에 따른 분쟁은 서울중앙지방법원을 관할 법원으로 합니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n부칙\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n본 약관은 2024년 10월 1일부터 시행됩니다.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n"
|
|
|
|
[msg.userfront.signup.agreement]
|
|
all_hint = "Agree to both required documents to continue to the next step."
|
|
description = "Review the service terms and privacy collection notice, then agree to continue."
|
|
privacy_summary = "Review what personal data is collected, why it is used, and how it is retained."
|
|
progress = "{{count}} of {{total}} required agreements completed"
|
|
tos_summary = "Review the service terms, usage conditions, and responsibilities."
|
|
title = "Please review and agree to the terms to continue."
|
|
|
|
[msg.userfront.signup.auth]
|
|
affiliate_notice = "If you are an affiliate employee, use your official company email address."
|
|
title = "Verify your email and phone number."
|
|
|
|
[msg.userfront.signup.email]
|
|
code_mismatch = "The verification code does not match."
|
|
duplicate = "This email address is already registered."
|
|
invalid = "Enter a valid email address."
|
|
send_failed = "Failed to send the email: {{error}}"
|
|
verified = "Email verified."
|
|
verify_failed = "Email verification failed: {{error}}"
|
|
|
|
[msg.userfront.signup.password]
|
|
length_required = "Your password must be at least 12 characters long."
|
|
lowercase_required = "Include at least one lowercase letter."
|
|
mismatch = "The passwords do not match."
|
|
number_required = "Include at least one number."
|
|
symbol_required = "Include at least one symbol."
|
|
title = "Create a secure password to finish signing up."
|
|
uppercase_required = "Include at least one uppercase letter."
|
|
|
|
[msg.userfront.signup.password.rule]
|
|
lowercase = "Lowercase letter"
|
|
min_length = "At least {{count}} characters"
|
|
min_types = "At least {{count}} character types"
|
|
number = "Number"
|
|
symbol = "Symbol"
|
|
uppercase = "Uppercase letter"
|
|
|
|
[msg.userfront.signup.phone]
|
|
code_mismatch = "The verification code does not match."
|
|
send_failed = "Failed to send the SMS: {{error}}"
|
|
verified = "Phone number verified."
|
|
verify_failed = "Phone verification failed: {{error}}"
|
|
|
|
[msg.userfront.signup.policy]
|
|
loading = "Loading the password policy..."
|
|
lowercase = "Lowercase letter"
|
|
min_length = "At least {{count}} characters"
|
|
min_types = "At least {{count}} character types"
|
|
number = "Number"
|
|
summary = "Security policy: {{rules}}"
|
|
symbol = "Symbol"
|
|
uppercase = "Uppercase letter"
|
|
|
|
[msg.userfront.signup.profile]
|
|
affiliate_hint = "This will be selected automatically when you use an affiliate email."
|
|
title = "Tell us about your affiliation."
|
|
|
|
[msg.userfront.signup.success]
|
|
body = "Your account has been created successfully."
|
|
title = "Sign-up complete"
|
|
|
|
|
|
[ui]
|
|
|
|
[ui.admin]
|
|
brand = "Brand"
|
|
dev_role_switcher = "🛠 DEV Role Switcher"
|
|
title = "Admin Control"
|
|
|
|
[ui.admin.api_keys]
|
|
|
|
[ui.admin.api_keys.create]
|
|
name_label = "Name Label"
|
|
name_placeholder = "Name Placeholder"
|
|
section_name = "Section Name"
|
|
section_scopes = "Section Scopes"
|
|
submit = "Submit"
|
|
title = "Title"
|
|
|
|
[ui.admin.api_keys.create.success]
|
|
copy_secret = "Copy Secret"
|
|
go_list = "Go List"
|
|
title = "Title"
|
|
|
|
[ui.admin.api_keys.list]
|
|
add = "Add"
|
|
title = "Title"
|
|
|
|
[ui.admin.api_keys.list.breadcrumb]
|
|
list = "List"
|
|
section = "API Keys"
|
|
|
|
[ui.admin.api_keys.list.registry]
|
|
title = "API Key Registry"
|
|
|
|
[ui.admin.api_keys.list.table]
|
|
actions = "ACTIONS"
|
|
client_id = "CLIENT ID"
|
|
last_used = "LAST USED"
|
|
name = "NAME"
|
|
scopes = "SCOPES"
|
|
|
|
[ui.admin.audit]
|
|
export_csv = "Export CSV"
|
|
load_more = "Load more"
|
|
target = "Target · {{target}}"
|
|
title = "Title"
|
|
|
|
[ui.admin.audit.breadcrumb]
|
|
logs = "Logs"
|
|
section = "Audit"
|
|
|
|
[ui.admin.audit.copy]
|
|
actor_id = "Copy actor id"
|
|
request_id = "Copy request id"
|
|
target = "Copy target"
|
|
|
|
[ui.admin.audit.details]
|
|
actor = "Actor"
|
|
actor_id = "Actor ID · {{value}}"
|
|
after = "After · {{value}}"
|
|
before = "Before · {{value}}"
|
|
device = "Device · {{value}}"
|
|
error = "Error · {{value}}"
|
|
event_id = "Event ID · {{value}}"
|
|
ip = "IP · {{value}}"
|
|
latency = "Latency · {{value}}"
|
|
request = "Request"
|
|
request_id = "Request ID · {{value}}"
|
|
result = "Result"
|
|
tenant = "Tenant · {{value}}"
|
|
|
|
[ui.admin.audit.filters]
|
|
placeholder = "Placeholder"
|
|
remove = "Remove"
|
|
|
|
[ui.admin.audit.registry]
|
|
title = "Audit registry"
|
|
|
|
[ui.admin.audit.table]
|
|
action_target = "Action / Target"
|
|
actor = "ACTOR (ID)"
|
|
path = "PATH"
|
|
request = "REQUEST"
|
|
status = "STATUS"
|
|
time = "TIME"
|
|
|
|
[ui.admin.groups]
|
|
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]
|
|
breadcrumb_org = "Breadcrumb Org"
|
|
breadcrumb_tenant = "Tenant Details"
|
|
breadcrumb_unit = "Breadcrumb Unit"
|
|
members_subtitle = "Members Subtitle"
|
|
members_title = "Members Title"
|
|
permissions_subtitle = "Permissions Subtitle"
|
|
permissions_title = "Permission Manage"
|
|
|
|
[ui.admin.groups.form]
|
|
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"
|
|
|
|
[ui.admin.groups.list]
|
|
title = "User Groups"
|
|
|
|
[ui.admin.groups.members]
|
|
|
|
[ui.admin.groups.members.table]
|
|
email = "Email"
|
|
name = "Name"
|
|
remove = "Remove"
|
|
|
|
[ui.admin.groups.table]
|
|
actions = "ACTIONS"
|
|
members = "MEMBERS"
|
|
name = "NAME"
|
|
|
|
[ui.admin.header]
|
|
plane = "Admin Plane"
|
|
|
|
[ui.admin.nav]
|
|
api_keys = "API Keys"
|
|
audit_logs = "Audit Logs"
|
|
auth_guard = "Auth Guard"
|
|
logout = "Logout"
|
|
overview = "Overview"
|
|
relying_parties = "Apps (RP)"
|
|
tenant_dashboard = "Tenant Dashboard"
|
|
user_groups = "User Groups"
|
|
tenants = "Tenants"
|
|
users = "Users"
|
|
|
|
[ui.admin.org]
|
|
download_template = "Download Template"
|
|
import_btn = "Import"
|
|
import_title = "Bulk Organization Import"
|
|
start_import = "Start Import"
|
|
|
|
[ui.admin.overview]
|
|
kicker = "Global Overview"
|
|
title = "Tenant-independent control plane"
|
|
|
|
[ui.admin.overview.playbook]
|
|
title = "Admin playbook"
|
|
|
|
[ui.admin.overview.quick_links]
|
|
add_tenant = "Tenant Add"
|
|
api_key_management = "API Key Management"
|
|
user_management = "User Management"
|
|
title = "Title"
|
|
view_audit_logs = "View Audit Logs"
|
|
|
|
[ui.admin.overview.summary]
|
|
audit_events_24h = "24h Events"
|
|
oidc_clients = "OIDC Clients"
|
|
policy_gate = "Policy Gate"
|
|
total_tenants = "Total Tenants"
|
|
|
|
[ui.admin.profile]
|
|
manageable_tenants = "Manageable Tenants"
|
|
|
|
[ui.admin.role]
|
|
rp_admin = "RP ADMIN"
|
|
super_admin = "SUPER ADMIN"
|
|
tenant_admin = "TENANT ADMIN"
|
|
user = "TENANT MEMBER"
|
|
|
|
[ui.admin.tenants]
|
|
add = "Add Tenant"
|
|
title = "Tenant Registry"
|
|
|
|
[ui.admin.tenants.admins]
|
|
add_button = "Add Button"
|
|
already_admin = "Already Admin"
|
|
dialog_description = "Dialog Description"
|
|
dialog_no_results = "Dialog No Results"
|
|
dialog_search_hint = "Dialog Search Hint"
|
|
dialog_search_placeholder = "Dialog Search Placeholder"
|
|
dialog_title = "Dialog Title"
|
|
remove_title = "Remove Title"
|
|
table_actions = "Table Actions"
|
|
table_email = "Email"
|
|
table_name = "Name"
|
|
title = "Title"
|
|
|
|
[ui.admin.tenants.owners]
|
|
add_button = "Add Owner"
|
|
already_owner = "Already Owner"
|
|
dialog_description = "Search users by name or email."
|
|
dialog_title = "Add New Owner"
|
|
remove_title = "Revoke Owner Permission"
|
|
table_actions = "Actions"
|
|
table_email = "Email"
|
|
table_name = "Name"
|
|
title = "Tenant Owners"
|
|
|
|
[ui.admin.tenants.breadcrumb]
|
|
list = "List"
|
|
section = "Tenants"
|
|
|
|
[ui.admin.tenants.create]
|
|
title = "Tenant Add"
|
|
|
|
[ui.admin.tenants.create.breadcrumb]
|
|
action = "Create"
|
|
section = "Tenants"
|
|
|
|
[ui.admin.tenants.create.form]
|
|
description = "Description"
|
|
domains_label = "Allowed Domains (Comma separated)"
|
|
domains_placeholder = "example.com, example.kr"
|
|
name = "Tenant name"
|
|
name_placeholder = "Enter tenant name"
|
|
parent = "Parent"
|
|
slug = "Slug"
|
|
slug_placeholder = "tenant-slug"
|
|
status = "Status"
|
|
type = "Type"
|
|
|
|
[ui.admin.tenants.create.memo]
|
|
title = "Title"
|
|
|
|
[ui.admin.tenants.create.profile]
|
|
title = "Tenant Profile"
|
|
|
|
[ui.admin.tenants.detail]
|
|
breadcrumb_list = "Tenant List"
|
|
header_subtitle = "Header Subtitle"
|
|
loading = "Loading"
|
|
tab_federation = "Tab Federation"
|
|
tab_organization = "Organization Manage"
|
|
tab_permissions = "Permissions"
|
|
tab_profile = "Profile"
|
|
tab_schema = "Tab Schema"
|
|
title = "Details"
|
|
|
|
[ui.admin.tenants.list]
|
|
select_placeholder = "Select Placeholder"
|
|
|
|
[ui.admin.tenants.members]
|
|
descendants = "Descendant Members"
|
|
direct = "Direct Members"
|
|
direct_label = "Direct"
|
|
list_title = "Member Management"
|
|
title = "Tenant Members ({{count}})"
|
|
total = "Total"
|
|
total_label = "Total"
|
|
|
|
[ui.admin.tenants.members.table]
|
|
email = "EMAIL"
|
|
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"
|
|
|
|
[ui.admin.tenants.schema]
|
|
add_field = "Add Field"
|
|
save = "Save Schema"
|
|
title = "User Schema Extension"
|
|
|
|
[ui.admin.tenants.schema.field]
|
|
admin_only = "Admin Only"
|
|
key = "Field Key (ID)"
|
|
key_placeholder = "e.g. employee_id"
|
|
label = "Display Label"
|
|
label_placeholder = "Label Placeholder"
|
|
required = "Required"
|
|
is_login_id = "Use as Login ID"
|
|
type = "Type"
|
|
type_boolean = "Boolean"
|
|
type_date = "Date"
|
|
type_number = "Number"
|
|
type_text = "Text"
|
|
validation_placeholder = "Regex Pattern (Optional)"
|
|
type_datetime = "DateTime"
|
|
type_float = "Float"
|
|
unsigned = "Unsigned"
|
|
|
|
[ui.admin.tenants.sub]
|
|
add = "Add"
|
|
add_dialog_desc = "Select a tenant to add as a sub-tenant."
|
|
add_dialog_title = "Add Sub-tenant"
|
|
add_existing = "Add Existing Tenant"
|
|
manage = "Manage"
|
|
no_candidates = "No available tenants to add."
|
|
search_placeholder = "Search..."
|
|
title = "Sub-tenants ({{count}})"
|
|
tree_search_placeholder = "Search in tree..."
|
|
|
|
[ui.admin.tenants.sub.table]
|
|
action = "ACTION"
|
|
name = "NAME"
|
|
slug = "SLUG"
|
|
status = "STATUS"
|
|
|
|
[ui.admin.tenants.table]
|
|
actions = "ACTIONS"
|
|
members = "Members"
|
|
name = "NAME"
|
|
slug = "SLUG"
|
|
status = "STATUS"
|
|
type = "TYPE"
|
|
updated = "UPDATED"
|
|
|
|
[ui.admin.users]
|
|
|
|
[ui.admin.users.bulk]
|
|
do_move = "Execute Move"
|
|
download_template = "Download Template"
|
|
move_group = "Bulk Tenant Move"
|
|
move_title = "Bulk User Move"
|
|
no_department = "No Department"
|
|
select_group = "Select Target Tenant"
|
|
selected_count = "{{count}} users selected"
|
|
start_upload = "Start Upload"
|
|
title = "Bulk Actions"
|
|
acknowledge_warning = "I acknowledge the warning and will proceed."
|
|
schema_warning = "Schema Compatibility Warning"
|
|
|
|
[ui.admin.users.create]
|
|
back = "Back"
|
|
go_list = "Go List"
|
|
submit = "User Create"
|
|
title = "User Add"
|
|
|
|
[ui.admin.users.create.account]
|
|
title = "Title"
|
|
|
|
[ui.admin.users.create.breadcrumb]
|
|
new = "New"
|
|
section = "Users"
|
|
|
|
[ui.admin.users.create.custom_fields]
|
|
title = "Title"
|
|
|
|
[ui.admin.users.create.form]
|
|
auto_password = "Auto Password"
|
|
department = "Department"
|
|
department_placeholder = "Department Placeholder"
|
|
email = "Email"
|
|
email_placeholder = "user@example.com"
|
|
login_id = "Login ID (Optional)"
|
|
login_id_placeholder = "Employee ID or ID"
|
|
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"
|
|
|
|
[ui.admin.users.create.password_generated]
|
|
title = "Title"
|
|
|
|
[ui.admin.users.detail]
|
|
back = "Back"
|
|
edit_title = "Edit Title"
|
|
title = "User Details"
|
|
generate_password = "Auto Generate"
|
|
|
|
[ui.admin.users.detail.breadcrumb]
|
|
section = "Users"
|
|
|
|
[ui.admin.users.detail.custom_fields]
|
|
multi_title = "Per-tenant Profile Management"
|
|
|
|
[ui.admin.users.detail.form]
|
|
department = "Department"
|
|
department_placeholder = "Department Placeholder"
|
|
login_id = "Login ID"
|
|
login_id_placeholder = "Employee ID or Username"
|
|
name = "Name"
|
|
name_placeholder = "Name Placeholder"
|
|
phone = "Phone number"
|
|
phone_placeholder = "010-1234-5678"
|
|
role = "Role"
|
|
status = "Status"
|
|
tenant = "Representative Affiliated Tenant"
|
|
tenant_global = "Tenant Global"
|
|
|
|
[ui.admin.users.detail.security]
|
|
password = "Password"
|
|
password_placeholder = "Password Placeholder"
|
|
title = "Security Settings"
|
|
|
|
[ui.admin.users.detail.tenants_section]
|
|
additional = "Additional Affiliated/Manageable Tenants"
|
|
primary = "Representative Affiliated Tenant"
|
|
title = "Affiliation & Organization Info"
|
|
|
|
[ui.admin.users.list]
|
|
add = "User Add"
|
|
bulk_import = "Bulk Import"
|
|
empty = "Empty"
|
|
fetch_error = "Fetch Error"
|
|
search_placeholder = "Search Placeholder"
|
|
subtitle = "Subtitle"
|
|
title = "User Manage"
|
|
|
|
[ui.admin.users.list.breadcrumb]
|
|
list = "List"
|
|
section = "Users"
|
|
|
|
[ui.admin.users.list.columns]
|
|
title = "Column Settings"
|
|
|
|
[ui.admin.users.list.filter]
|
|
tenant = "Tenant Filter"
|
|
|
|
[ui.admin.users.list.registry]
|
|
count = "Count"
|
|
title = "User Registry"
|
|
|
|
[ui.admin.users.list.table]
|
|
actions = "ACTIONS"
|
|
created = "CREATED"
|
|
login_id = "LOGIN ID"
|
|
name_email = "NAME / EMAIL"
|
|
role = "ROLE"
|
|
status = "STATUS"
|
|
tenant_dept = "TENANT / DEPT"
|
|
|
|
[ui.admin.users.table]
|
|
email = "Email"
|
|
name = "Name"
|
|
role = "Role"
|
|
|
|
[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"
|
|
generate = "Generate"
|
|
|
|
[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"
|
|
|
|
[test]
|
|
key = "Test"
|
|
|
|
[non.existent]
|
|
key = "Non-existent key"
|
|
|
|
[ui.dev]
|
|
brand = "Brand"
|
|
console_title = "Developer Console"
|
|
env_badge = "Env: dev"
|
|
scope_badge = "Scoped to /dev"
|
|
|
|
[ui.dev.nav]
|
|
clients = "Connected Application"
|
|
logout = "Logout"
|
|
|
|
[ui.dev.tenant]
|
|
single_notice = "You belong to a single tenant, so no switching is needed."
|
|
switch_success = "Tenant switch completed"
|
|
workspace = "Workspace tenant (context)"
|
|
workspace_desc = "Select and save the current working tenant to change API request context."
|
|
|
|
[ui.dev.audit]
|
|
load_more = "Load more"
|
|
title = "Audit Logs"
|
|
|
|
[ui.dev.audit.registry]
|
|
title = "Audit registry"
|
|
|
|
[ui.dev.audit.filter]
|
|
action = "Filter by Action (e.g. ROTATE_SECRET)"
|
|
client_id = "Filter by Client ID"
|
|
status_all = "All Status"
|
|
|
|
[ui.dev.audit.table]
|
|
action = "Action"
|
|
actor = "Actor"
|
|
status = "Status"
|
|
target = "Target"
|
|
time = "Time"
|
|
|
|
[ui.dev.profile]
|
|
menu_aria = "Open account menu"
|
|
menu_title = "Account"
|
|
unknown_email = "unknown@example.com"
|
|
unknown_name = "Unknown User"
|
|
title = "My Profile"
|
|
subtitle = "View user details and assigned roles."
|
|
loading = "Loading profile..."
|
|
error = "Failed to load profile."
|
|
|
|
[ui.dev.profile.tab]
|
|
basic = "Basic Info"
|
|
role = "Roles & Permissions"
|
|
|
|
[ui.dev.profile.basic]
|
|
title = "User Info"
|
|
id = "User ID"
|
|
name = "Name"
|
|
email = "Email"
|
|
phone = "Phone Number"
|
|
|
|
[ui.dev.profile.org]
|
|
title = "Organization Info"
|
|
tenant = "Tenant"
|
|
company_code = "Company Code"
|
|
|
|
[ui.dev.profile.role]
|
|
title = "System Role"
|
|
description = "The permission level granted to this account."
|
|
current = "Current Role"
|
|
|
|
[ui.dev.clients]
|
|
new = "Add Connected Application"
|
|
search_placeholder = "Search by app name or ID..."
|
|
tenant_scoped = "Tenant-scoped"
|
|
untitled = "Untitled"
|
|
|
|
[ui.dev.clients.badge]
|
|
admin_session = "Admin Session"
|
|
tenant_selected = "Tenant Selected"
|
|
|
|
[ui.dev.clients.filter]
|
|
status_all = "All Statuses"
|
|
type_all = "All Types"
|
|
type_label = "Type:"
|
|
|
|
[ui.dev.clients.consents]
|
|
export_csv = "Export CSV"
|
|
revoke = "Revoke"
|
|
revoked_at = "Revoked: "
|
|
scope_label = "Scope:"
|
|
search_placeholder = "Search Placeholder"
|
|
status_all = "All Statuses"
|
|
status_label = "Status:"
|
|
status_revoked = "Revoked"
|
|
subject = "Subject"
|
|
title = "User Consent Grants"
|
|
|
|
[ui.dev.clients.consents.breadcrumb]
|
|
clients = "Clients"
|
|
current = "User Consent Grants"
|
|
home = "Home"
|
|
|
|
[ui.dev.clients.consents.filters]
|
|
advanced = "Advanced Filters"
|
|
|
|
[ui.dev.clients.consents.stats]
|
|
active_grants = "Active Grants"
|
|
avg_scopes = "Avg. Scopes per User"
|
|
total_scopes = "Total Scopes Issued"
|
|
|
|
[ui.dev.clients.consents.table]
|
|
action = "Action"
|
|
first_granted = "First Granted"
|
|
last_auth = "Last Authenticated"
|
|
scopes = "Granted Scopes"
|
|
status = "Status"
|
|
tenant = "Tenant"
|
|
user = "User"
|
|
|
|
[ui.dev.clients.details]
|
|
|
|
[ui.dev.clients.details.credentials]
|
|
client_id = "Client ID"
|
|
client_secret = "Client Secret"
|
|
title = "Client Credentials"
|
|
|
|
[ui.dev.clients.details.endpoints]
|
|
read_only = "Read Only"
|
|
title = "OIDC Endpoints"
|
|
|
|
[ui.dev.clients.details.redirect]
|
|
callback_label = "Callback Label"
|
|
label = "Redirect URIs"
|
|
placeholder = "https://your-app.com/callback, http://localhost:3000/auth/callback"
|
|
save = "Save"
|
|
title = "Redirection Settings"
|
|
|
|
[ui.dev.clients.details.secret]
|
|
hide = "Hide"
|
|
rotate = "Rotate"
|
|
show = "Show"
|
|
|
|
[ui.dev.clients.details.security]
|
|
title = "Security Note"
|
|
|
|
[ui.dev.clients.details.tab]
|
|
connection = "Federation"
|
|
consents = "Consent & Users"
|
|
settings = "Settings"
|
|
|
|
[ui.dev.clients.general]
|
|
create = "Create Application"
|
|
display_new = "Add Connected Application"
|
|
title_create = "Create Client"
|
|
title_edit = "Client Settings"
|
|
|
|
[ui.dev.clients.federation]
|
|
title = "Identity Federation"
|
|
add_title = "Add Identity Provider"
|
|
add_btn = "Add Provider"
|
|
|
|
[ui.dev.clients.general.identity]
|
|
description = "Description"
|
|
description_placeholder = "Description Placeholder"
|
|
logo = "App Logo URL"
|
|
logo_placeholder = "https://example.com/logo.png"
|
|
logo_preview = "Logo Preview"
|
|
name = "Name"
|
|
name_placeholder = "My Awesome Application"
|
|
title = "Application Identity"
|
|
|
|
[ui.dev.clients.general.redirect]
|
|
label = "Redirect URIs"
|
|
placeholder = "Placeholder"
|
|
|
|
[ui.dev.clients.general.scopes]
|
|
add = "Scope Add"
|
|
description_placeholder = "Description Placeholder"
|
|
name_placeholder = "e.g. profile"
|
|
title = "Scopes"
|
|
|
|
[ui.dev.clients.general.scopes.table]
|
|
description = "Description"
|
|
mandatory = "Mandatory"
|
|
name = "Scope Name"
|
|
delete = "Delete"
|
|
|
|
[ui.dev.clients.general.security]
|
|
private = "Server Side App"
|
|
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"
|
|
|
|
[ui.dev.clients.list]
|
|
title = "Connected Applications"
|
|
|
|
[ui.dev.clients.owner]
|
|
avatar_alt = "ops user"
|
|
email = "admin@brsw.kr"
|
|
name = "AI Admin Bot"
|
|
role = "Role: Tenant Admin"
|
|
scope = "Scope: TENANT-12"
|
|
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"
|
|
client_id = "Client ID"
|
|
created_at = "Created At"
|
|
status = "Status"
|
|
type = "Type"
|
|
|
|
[ui.dev.clients.type]
|
|
pkce = "PKCE"
|
|
private = "Server side App"
|
|
|
|
[ui.dev.dashboard]
|
|
ready_badge = "devfront ready"
|
|
|
|
[ui.dev.dashboard.badge]
|
|
consent_guard = "Consent guard ready"
|
|
policy_toggle = "Policy toggle enabled"
|
|
rp_synced = "RP registry synced"
|
|
|
|
[ui.dev.dashboard.next]
|
|
subtitle = "Ship the RP controls"
|
|
title = "Next actions"
|
|
|
|
[ui.dev.dashboard.ops]
|
|
subtitle = "Subtitle"
|
|
title = "Ops board"
|
|
|
|
[ui.dev.dashboard.ops.card]
|
|
consent_revoked = "Consent Revoked"
|
|
hydra_status = "Hydra Status"
|
|
rp_requests = "Rp Requests"
|
|
|
|
[ui.dev.dashboard.ops.tag]
|
|
consent = "Consent grants"
|
|
rp_status = "RP status"
|
|
|
|
[ui.dev.dashboard.stack]
|
|
notes = "Setup notes"
|
|
subtitle = "Devfront baseline"
|
|
title = "Stack readiness"
|
|
|
|
[ui.dev.header]
|
|
plane = "Dev Plane"
|
|
subtitle = "Manage your applications"
|
|
|
|
[ui.dev.session]
|
|
active = "Checking expiration..."
|
|
unknown = "Unknown"
|
|
expired = "Session expired"
|
|
expiring = "Expiring soon: {{minutes}}m {{seconds}}s left"
|
|
remaining = "Expires in: {{minutes}}m {{seconds}}s"
|
|
refresh = "Refresh session expiry"
|
|
refreshing = "Refreshing session expiry..."
|
|
|
|
|
|
[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 sign-in"
|
|
status_history = "Activity history"
|
|
|
|
[ui.userfront.dashboard.activity]
|
|
linked = "Linked"
|
|
|
|
[ui.userfront.dashboard.approved_session]
|
|
default = "Default"
|
|
userfront = "Approved UserFront session ID"
|
|
|
|
[ui.userfront.dashboard.revoke]
|
|
confirm_button = "Disconnect"
|
|
title = "Disconnect app"
|
|
|
|
[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 = "Forgot your password?"
|
|
input_label = "Email address or phone number"
|
|
submit = "Send reset link"
|
|
title = "Reset password"
|
|
|
|
[ui.userfront.login]
|
|
forgot_password = "Forgot Password"
|
|
signup = "Sign up"
|
|
|
|
[ui.userfront.login.action]
|
|
submit = "Sign in"
|
|
|
|
[ui.userfront.login.field]
|
|
login_id = "Email address or phone number"
|
|
password = "Password"
|
|
|
|
[ui.userfront.login.link]
|
|
action_label = "Go to sign-in"
|
|
code_only = "Get code only ({{time}})"
|
|
page_title = "Link sign-in"
|
|
resend_with_time = "Resend ({{time}})"
|
|
send = "Send"
|
|
title = "Link sign-in complete"
|
|
|
|
[ui.userfront.login.qr]
|
|
expired = "Expired"
|
|
refresh = "Refresh"
|
|
remaining = "Remaining: {{time}}"
|
|
|
|
[ui.userfront.login.short_code]
|
|
digits = "6 digits"
|
|
expire_time = "Expires in {{time}}"
|
|
prefix = "2 letters"
|
|
submit = "Sign in with code"
|
|
|
|
[ui.userfront.login.tabs]
|
|
link = "Sign-in link"
|
|
password = "Password"
|
|
qr = "QR Code"
|
|
|
|
[ui.userfront.login.unregistered]
|
|
action = "Create an account"
|
|
title = "Account not found"
|
|
|
|
[ui.userfront.login.verification]
|
|
action_label = "Done"
|
|
page_title = "Sign-in approval"
|
|
title = "Approval complete"
|
|
|
|
[ui.userfront.login_success]
|
|
later = "Do this later (go to dashboard)"
|
|
qr = "Use QR approval"
|
|
title = "Sign-in complete"
|
|
|
|
[ui.userfront.consent]
|
|
accept = "Agree and continue"
|
|
requested_scopes = "Requested permissions"
|
|
title = "Permission request"
|
|
|
|
[ui.userfront.consent.cancel]
|
|
confirm_button = "Yes, cancel"
|
|
title = "Cancel consent"
|
|
|
|
[ui.userfront.nav]
|
|
dashboard = "Dashboard"
|
|
logout = "Logout"
|
|
profile = "Profile"
|
|
qr_scan = "QR Scan"
|
|
|
|
[ui.userfront.profile]
|
|
department_empty = "Department Empty"
|
|
manage = "Manage profile"
|
|
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 = "Change password"
|
|
|
|
[ui.userfront.profile.phone]
|
|
code_hint = "6-digit code"
|
|
request_code = "Send code"
|
|
title = "Phone number"
|
|
|
|
[ui.userfront.profile.section]
|
|
basic = "Basic"
|
|
organization = "Organization"
|
|
security = "Security"
|
|
|
|
[ui.userfront.qr]
|
|
request_permission = "Allow camera access"
|
|
rescan = "Rescan"
|
|
result_failure = "Approval failed"
|
|
result_success = "Approval complete"
|
|
title = "Scan QR Code"
|
|
|
|
[ui.userfront.reset]
|
|
confirm_password = "Confirm Password"
|
|
new_password = "New Password"
|
|
submit = "Submit"
|
|
subtitle = "Set a new password"
|
|
title = "Create a new password"
|
|
|
|
[ui.userfront.sections]
|
|
apps = "Apps"
|
|
audit = "Audit"
|
|
|
|
[ui.userfront.session]
|
|
active = "Active session"
|
|
unknown = "Unknown"
|
|
|
|
[ui.userfront.signup]
|
|
complete = "Finish sign-up"
|
|
next_step = "Next"
|
|
title = "Sign up"
|
|
|
|
[ui.userfront.signup.agreement]
|
|
all = "Agree to all"
|
|
privacy_title = "Privacy Policy (Required)"
|
|
required = "Required"
|
|
tos_title = "Terms of Service (Required)"
|
|
|
|
[ui.userfront.signup.auth]
|
|
code_label = "6-digit verification code"
|
|
request_code = "Send code"
|
|
|
|
[ui.userfront.signup.auth.email]
|
|
label = "Email address"
|
|
title = "Email verification"
|
|
|
|
[ui.userfront.signup.password]
|
|
confirm_label = "Password Confirm"
|
|
label = "Password"
|
|
|
|
[ui.userfront.signup.phone]
|
|
label = "Phone number (no hyphens)"
|
|
title = "Phone verification"
|
|
|
|
[ui.userfront.signup.profile]
|
|
affiliation_type = "Affiliation Type"
|
|
company = "Company"
|
|
department = "Department"
|
|
department_optional = "Department (optional)"
|
|
name = "Name"
|
|
|
|
[ui.userfront.signup.steps]
|
|
agreement = "Terms"
|
|
password = "Password"
|
|
profile = "Profile"
|
|
verify = "Verification"
|
|
|
|
[ui.userfront.signup.success]
|
|
action = "Go to sign-in"
|
|
|
|
[ui.admin.tenants.profile.form]
|
|
parent = "Parent Tenant (Optional)"
|
|
parent_help = "Select a parent tenant if this is a subsidiary or sub-organization."
|