diff --git a/adminfront/src/locales/en.toml b/adminfront/src/locales/en.toml index c75fe3b2..7d9ca1f5 100644 --- a/adminfront/src/locales/en.toml +++ b/adminfront/src/locales/en.toml @@ -13,11 +13,35 @@ 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] @@ -43,12 +67,15 @@ missing = "Missing" [msg] [msg.admin] -logout_confirm = "Are you sure you want to log out?" 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] @@ -89,17 +116,40 @@ 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" @@ -107,6 +157,12 @@ subtitle = "Tenant isolation & least privilege by default" 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" @@ -122,52 +178,38 @@ 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] -delete_confirm = "Delete Tenant \\\"{{name}}\\\"?" +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 = "Admin added successfully." -empty = "No admins registered." -remove_confirm = "Are you sure you want to remove admin permission for {{name}}?" -remove_success = "Admin permission revoked." -subtitle = "Users with permissions to manage this tenant's resources." -title = "Tenant Admin Settings" +add_success = "Add Success" +empty = "Empty" +remove_confirm = "Remove Confirm" +remove_success = "Remove Success" +subtitle = "Subtitle" [msg.admin.tenants.owners] add_success = "Owner added successfully." empty = "No owners registered." -remove_confirm = "Are you sure you want to remove owner permission for {{name}}?" +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." -[ui.admin.tenants.admins] -add_button = "Add Admin" -already_admin = "Already Admin" -dialog_description = "Search users by name or email to grant admin permissions." -dialog_no_results = "No results found." -dialog_search_hint = "Please enter a search term." -dialog_search_placeholder = "Search users (min 2 chars)..." -dialog_title = "Add New Admin" -remove_title = "Revoke Admin Permission" -table_actions = "Actions" -table_email = "Email" -table_name = "Name" -title = "Tenant Admins" - -[ui.admin.tenants.owners] -add_button = "Add Owner" -dialog_description = "Search users by name or email to grant owner permissions." -dialog_title = "Add New Owner" -table_actions = "Actions" -table_email = "Email" -table_name = "Name" -title = "Tenant Owners" - [msg.admin.tenants.create] subtitle = "Subtitle" @@ -182,13 +224,15 @@ subtitle = "Subtitle" subtitle = "Subtitle" [msg.admin.tenants.members] -empty = "Empty" +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." +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" @@ -200,15 +244,28 @@ 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." + [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" @@ -225,6 +282,7 @@ update_error = "Failed to User Edit." update_success = "Update Success" [msg.admin.users.detail.form] +field_required = "Required." name_required = "Name Required" [msg.admin.users.detail.security] @@ -236,23 +294,40 @@ 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" [msg.dev] +logout_confirm = "Are you sure you want to log out?" + +[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] -copy_client_id = "Copy Client Id" load_error = "Error loading clients: {{error}}" -loading = "Loading clients..." -showing = "Showing {{shown}} of {{total}} clients" -status_update_error = "Failed to update client status" -status_updated = "Status Updated" +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." @@ -260,6 +335,7 @@ 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." @@ -287,29 +363,36 @@ note = "Note" 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 = "Help" +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] -confidential_help = "Confidential Help" -public_help = "Public Help" -subtitle = "Subtitle" +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 = "Description" +description = "OIDC 앱, 인증 방식, 리다이렉트 URI, 비밀키 재발행을 감사 로그와 함께 관리합니다." [msg.dev.clients.scopes] email = "Email" @@ -330,8 +413,8 @@ dev_scope = "Dev Scope" hydra_health = "Hydra Health" [msg.dev.sidebar] -notice = "Notice" -notice_detail = "Notice Detail" +notice = "Developer Console" +notice_detail = "Register and manage client applications." [msg.info] saved_success = "Saved successfully." @@ -354,6 +437,7 @@ 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" @@ -385,7 +469,7 @@ empty = "Empty" load_error = "Load Error" [msg.userfront.error] -detail_contact = "msg.userfront.error.detail_contact" +detail_contact = "Please contact administrator." detail_generic = "Detail Generic" detail_request = "Detail Request" id = "Id" @@ -446,7 +530,6 @@ token_missing = "Token Missing" verification_failed = "Verification Failed" [msg.userfront.login.link] -approved = "Approved" helper = "Sending you a login link" missing_login_id = "Missing Login Id" missing_phone = "Missing Phone" @@ -509,8 +592,6 @@ organization = "Organization" security = "Security" [msg.userfront.qr] -approve_error = "Approve Error" -approve_success = "Approve Success" camera_error = "Camera Error" permission_error = "Permission Error" permission_required = "Permission Required" @@ -550,15 +631,15 @@ disabled = "Disabled" [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" +privacy_full = "Privacy Full" +tos_full = "Tos Full" [msg.userfront.signup.agreement] -title = "Title" +title = "Agreement Title" [msg.userfront.signup.auth] affiliate_notice = "Affiliate Notice" -title = "Title" +title = "Auth Title" [msg.userfront.signup.email] code_mismatch = "Code Mismatch" @@ -574,7 +655,7 @@ lowercase_required = "Lowercase Required" mismatch = "Mismatch" number_required = "Number Required" symbol_required = "Symbol Required" -title = "Title" +title = "Password Title" uppercase_required = "Uppercase Required" [msg.userfront.signup.password.rule] @@ -603,7 +684,7 @@ uppercase = "Uppercase" [msg.userfront.signup.profile] affiliate_hint = "Affiliate Hint" -title = "Title" +title = "Profile Title" [msg.userfront.signup.success] body = "Body" @@ -695,16 +776,30 @@ 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" @@ -724,6 +819,24 @@ 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" @@ -732,12 +845,21 @@ title = "Tenant-independent control plane" title = "Admin playbook" [ui.admin.overview.quick_links] -add_tenant = "Add Tenant" +add_tenant = "Tenant Add" api_key_management = "API Key Management" -title = "Quick Links" 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" @@ -745,8 +867,33 @@ tenant_admin = "TENANT ADMIN" user = "TENANT MEMBER" [ui.admin.tenants] -add = "Tenant Add" -title = "Tenant List" +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" @@ -764,9 +911,11 @@ description = "Description" domains_label = "Allowed Domains (Comma separated)" domains_placeholder = "example.com, example.kr" name = "Tenant name" +parent = "Parent" slug = "Slug" slug_placeholder = "tenant-slug" status = "Status" +type = "Type" [ui.admin.tenants.create.memo] title = "Title" @@ -774,8 +923,28 @@ 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" @@ -783,44 +952,50 @@ 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 Changes" +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" type = "Type" type_boolean = "Boolean" +type_date = "Date" type_number = "Number" type_text = "Text" - -[ui.admin.tenants.detail] -breadcrumb_list = "Tenant List" -header_subtitle = "Update tenant information or manage integration settings." -loading = "Loading tenant information..." -tab_admins = "Admin Settings" -tab_federation = "External Integration" -tab_organization = "Sub-tenant Management" -tab_profile = "Profile" -tab_schema = "User Schema" -title = "Tenant Details" +validation_placeholder = "Regex Pattern (Optional)" [ui.admin.tenants.sub] -add = "Add Sub-tenant" -add_existing = "Add Existing Tenant" +add = "Add" +add_dialog_desc = "Select a tenant to add as a sub-tenant." add_dialog_title = "Add Sub-tenant" -add_dialog_desc = "Search existing tenants to add as sub-tenants." -search_placeholder = "Search name or slug..." -no_candidates = "No available tenants found." +add_existing = "Add Existing Tenant" manage = "Manage" -title = "Sub-tenant Management ({{count}})" +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" @@ -830,13 +1005,26 @@ 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" + [ui.admin.users.create] back = "Back" go_list = "Go List" @@ -859,14 +1047,18 @@ 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)" +tenant = "Tenant" tenant_global = "Tenant Global" [ui.admin.users.create.password_generated] @@ -881,7 +1073,7 @@ title = "User Details" section = "Users" [ui.admin.users.detail.custom_fields] -title = "Title" +multi_title = "Per-tenant Profile Management" [ui.admin.users.detail.form] department = "Department" @@ -892,7 +1084,7 @@ phone = "Phone number" phone_placeholder = "010-1234-5678" role = "Role" status = "Status" -tenant = "Tenant (Tenant)" +tenant = "Representative Affiliated Tenant" tenant_global = "Tenant Global" [ui.admin.users.detail.security] @@ -900,19 +1092,32 @@ 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" -delete_aria = "User Delete: {{name}}" -edit_aria = "User Edit: {{name}}" +bulk_import = "Bulk Import" +empty = "Empty" +fetch_error = "Fetch Error" search_placeholder = "Search Placeholder" -tenant_slug = "Slug: {{slug}}" +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] @@ -923,11 +1128,21 @@ 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" cancel = "Cancel" +change_file = "Change File" +clear_search = "Clear Search" close = "Close" collapse = "Collapse" confirm = "Confirm" @@ -936,25 +1151,36 @@ 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" -requesting = "Requesting" +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 = "한국어" +language_ko = "Korean" language_en = "English" +success = "Success" theme_dark = "Dark" theme_light = "Light" theme_toggle = "Theme Toggle" @@ -965,10 +1191,6 @@ admin_only = "Admin only" command_only = "Command only" system = "System" -[ui.common.role] -admin = "Admin" -user = "User" - [ui.common.status] active = "Active" blocked = "Blocked" @@ -978,16 +1200,50 @@ 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.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" + [ui.dev.clients] -copy_client_id = "Copy client id" -new = "New" -search_placeholder = "Search Placeholder" +new = "Add Connected Application" +search_placeholder = "Search by app name or ID..." tenant_scoped = "Tenant-scoped" untitled = "Untitled" @@ -995,9 +1251,16 @@ untitled = "Untitled" 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:" @@ -1029,25 +1292,21 @@ user = "User" [ui.dev.clients.details] -[ui.dev.clients.details.breadcrumb] -current = "Current" -section = "Relying Parties" - [ui.dev.clients.details.credentials] client_id = "Client ID" client_secret = "Client Secret" -title = "Title" +title = "Client Credentials" [ui.dev.clients.details.endpoints] read_only = "Read Only" -title = "Title" +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 = "Title" +title = "Redirection Settings" [ui.dev.clients.details.secret] hide = "Hide" @@ -1055,26 +1314,23 @@ rotate = "Rotate" show = "Show" [ui.dev.clients.details.security] -title = "Title" +title = "Security Note" [ui.dev.clients.details.tab] -connection = "Connection" +connection = "Federation" consents = "Consent & Users" settings = "Settings" [ui.dev.clients.general] -create = "Create" -display_new = "Display New" -save = "Settings Save" +create = "Create Application" +display_new = "Add Connected Application" title_create = "Create Client" title_edit = "Client Settings" -[ui.dev.clients.general.breadcrumb] -section = "Applications" - -[ui.dev.clients.general.footer] -client_id = "Client ID" -created_on = "Created On" +[ui.dev.clients.federation] +title = "Identity Federation" +add_title = "Add Identity Provider" +add_btn = "Add Provider" [ui.dev.clients.general.identity] description = "Description" @@ -1100,19 +1356,22 @@ title = "Scopes" description = "Description" mandatory = "Mandatory" name = "Scope Name" +delete = "Delete" [ui.dev.clients.general.security] -confidential = "Confidential" -public = "Public" +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 = "Title" +title = "Connected Applications" [ui.dev.clients.owner] avatar_alt = "ops user" @@ -1124,9 +1383,15 @@ subtitle = "Tenant admin on-call" title = "Owner" [ui.dev.clients.registry] -subtitle = "Relying Parties" +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" @@ -1136,8 +1401,8 @@ status = "Status" type = "Type" [ui.dev.clients.type] -confidential = "Confidential" -public = "Public" +pkce = "PKCE" +private = "Server side App" [ui.dev.dashboard] ready_badge = "devfront ready" @@ -1173,6 +1438,14 @@ title = "Stack readiness" 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" @@ -1249,12 +1522,9 @@ login_id = "Emain or Phone Number" password = "Password" [ui.userfront.login.link] -action_label = "Action Label" code_only = "Code Only" -page_title = "Page Title" resend_with_time = "Resend With Time" send = "Send" -title = "Title" [ui.userfront.login.qr] expired = "Expired" @@ -1324,9 +1594,10 @@ organization = "Organization" security = "Security" [ui.userfront.qr] -request_permission = "Request Permission" +camera_error = "Camera Error" +permission_error = "Permission Error" +permission_required = "Permission Required" rescan = "Rescan" -result_failure = "Result Failure" result_success = "Result Success" title = "Scan QR Code" @@ -1386,15 +1657,3 @@ verify = "Verify" [ui.userfront.signup.success] action = "Action" - -[ui.admin.nav] -api_keys = "API Keys" -audit_logs = "Audit Logs" -auth_guard = "Auth Guard" -logout = "Logout" -my_tenant = "My Tenant Settings" -overview = "Overview" -relying_parties = "Apps (RP)" -user_groups = "Organization" -tenants = "Tenants" -users = "Users" diff --git a/adminfront/src/locales/ko.toml b/adminfront/src/locales/ko.toml index e44c8720..fe4f867c 100644 --- a/adminfront/src/locales/ko.toml +++ b/adminfront/src/locales/ko.toml @@ -5,6 +5,14 @@ affiliate = "가족사 임직원" general = "일반 사용자" +[domain.company] +baron = "바론" +halla = "한라" +hanmac = "한맥" +jangheon = "장헌" +ptc = "PTC" +saman = "삼안" + [domain.tenant_type] company = "COMPANY (일반 기업)" company_group = "COMPANY_GROUP (그룹사/지주사)" @@ -16,6 +24,24 @@ user_group = "USER_GROUP (내부 부서/팀)" [err.common] unknown = "알 수 없는 오류가 발생했습니다." +[err.backend] +authorization_pending = "인증 승인이 아직 완료되지 않았습니다." +bad_request = "요청 값을 확인해 주세요." +conflict = "요청이 현재 상태와 충돌합니다." +expired_token = "토큰이 만료되었습니다." +forbidden = "요청이 허용되지 않습니다." +internal_error = "요청 처리 중 내부 오류가 발생했습니다." +invalid_code = "인증 코드가 올바르지 않습니다." +invalid_or_expired_code = "인증 코드가 유효하지 않거나 만료되었습니다." +invalid_session = "세션이 유효하지 않습니다." +invalid_session_reference = "세션 참조 정보가 유효하지 않습니다." +not_found = "요청한 인증 흐름을 찾을 수 없습니다." +not_supported = "지원하지 않는 로그인 방식입니다." +password_or_email_mismatch = "이메일 혹은 비밀번호가 일치하지 않습니다." +rate_limited = "요청이 너무 많습니다. 잠시 후 다시 시도해 주세요." +service_unavailable = "인증 서비스를 현재 사용할 수 없습니다." +slow_down = "요청 간격이 너무 빠릅니다. 잠시 후 다시 시도해 주세요." + [err.userfront] [err.userfront.auth_proxy] @@ -41,12 +67,15 @@ missing = "활성 세션이 없습니다." [msg] [msg.admin] -logout_confirm = "로그아웃 하시겠습니까?" idp_env_prod = "IDP env: prod" +logout_confirm = "로그아웃 하시겠습니까?" scope_admin = "Scoped to /admin" session_ttl = "Session TTL: 15m admin" tenant_headers = "Tenant-aware headers" +[msg.admin.common] +forbidden = "이 작업을 수행할 권한이 없습니다." + [msg.admin.api_keys] [msg.admin.api_keys.create] @@ -64,7 +93,7 @@ notice_emphasis = "지금 한 번만" notice_suffix = "표시됩니다." [msg.admin.api_keys.list] -delete_confirm = "API 키 \\\"{{name}}\\\"를 삭제할까요?" +delete_confirm = "API 키 \"{{name}}\"를 삭제할까요?" empty = "등록된 API 키가 없습니다." fetch_error = "API 키 목록 조회에 실패했습니다." subtitle = "서버 간 통신(Machine-to-Machine)을 위한 API 키를 발급하고 관리합니다." @@ -87,38 +116,40 @@ count = "로드된 로그 {{count}}건" [msg.admin.groups] -[msg.admin.groups.list] -create_success = "조직 단위가 성공적으로 생성되었습니다." -create_error = "조직 단위 생성에 실패했습니다: {{error}}" -delete_confirm = "정말로 이 조직 단위를 삭제하시겠습니까?" -delete_success = "조직 단위가 삭제되었습니다." -import_success = "조직도가 성공적으로 임포트되었습니다." -import_error = "조직도 임포트에 실패했습니다: {{error}}" -loading = "조직 단위를 불러오는 중..." -subtitle = "이 테넌트에 정의된 조직 단위 목록입니다." -title = "조직 관리" +[msg.admin.groups.create] +description = "부서나 팀과 같은 새로운 조직 단위를 추가합니다." +title = "새 조직 단위 생성" -[msg.admin.groups.members] -count = "{{count}} 명" -empty = "멤버가 없습니다." -title = "[{{name}}] 멤버 관리" +[msg.admin.groups.list] +create_error = "생성 실패" +create_success = "조직 단위가 생성되었습니다." +delete_confirm = "정말로 삭제하시겠습니까?" +delete_error = "삭제 실패" +delete_success = "조직 단위가 삭제되었습니다." +empty = "테넌트에 등록된 조직 단위가 없습니다." +import_error = "가져오기 실패" +import_success = "조직도가 임포트되었습니다." +loading = "로딩 중..." +subtitle = "이 테넌트에 정의된 사용자 그룹 목록입니다." [msg.admin.groups.members] add_success = "구성원이 추가되었습니다." -empty = "구성원이 없습니다." -remove_confirm = "{{name}} 님을 이 조직에서 제외하시겠습니까?" +count = "{{count}} 명" +empty = "멤버가 없습니다." +remove_confirm = "제거하시겠습니까?" remove_success = "구성원이 제외되었습니다." - -[msg.admin.groups.roles] -assign_success = "역할이 성공적으로 할당되었습니다." -description = "이 조직의 구성원들이 대상 테넌트에서 상속받을 역할을 선택하세요." -empty = "할당된 역할이 없습니다." -remove_confirm = "할당된 역할을 회수하시겠습니까?" -remove_success = "역할이 회수되었습니다." +title = "[{{name}}] 멤버 관리" [msg.admin.groups.prompt] user_id = "추가할 사용자의 UUID를 입력하세요:" +[msg.admin.groups.roles] +assign_success = "역할이 할당되었습니다." +description = "이 조직의 구성원들이 대상 테넌트에서 상속받을 역할을 선택하세요." +empty = "할당된 역할이 없습니다." +remove_confirm = "역할을 회수하시겠습니까?" +remove_success = "역할이 회수되었습니다." + [msg.admin.header] subtitle = "Tenant isolation & least privilege by default" @@ -126,6 +157,12 @@ subtitle = "Tenant isolation & least privilege by default" idp_policy = "IDP 관리 키는 서버 내부 래핑 API로만 사용하며, 감사·레이트리밋을 기본 적용합니다." scope = "관리 기능은 /admin 네임스페이스에서만 노출합니다." +[msg.admin.org] +hover_member_info = "마우스를 올리면 상세 정보를 확인할 수 있습니다." +import_description = "CSV 파일을 업로드하여 조직도를 일괄 등록합니다." +import_error = "조직도 임포트 중 오류가 발생했습니다." +import_success = "조직도가 성공적으로 임포트되었습니다." + [msg.admin.overview] description = "모든 테넌트 공통 지표와 정책 상태를 한 곳에서 확인합니다." idp_fallback = "Fallback: Descope" @@ -141,61 +178,43 @@ tenant_title = "Tenant isolation" [msg.admin.overview.quick_links] description = "주요 운영 화면으로 바로 이동합니다." +[msg.admin.overview.summary] +audit_events_24h = "최근 24시간 감사 로그" +oidc_clients = "등록된 OIDC 클라이언트" +policy_gate = "정책 가이트 상태" +total_tenants = "전체 테넌트 수" + [msg.admin.tenants] approve_confirm = "이 테넌트를 승인하시겠습니까?" approve_success = "테넌트가 승인되었습니다." -delete_confirm = "테넌트 \\\"{{name}}\\\"를 삭제할까요?" +delete_confirm = "테넌트 \"{{name}}\"를 삭제할까요?" delete_success = "테넌트가 삭제되었습니다." empty = "아직 등록된 테넌트가 없습니다." fetch_error = "테넌트 목록 조회에 실패했습니다." missing_id = "테넌트 ID가 없습니다." not_found = "테넌트를 찾을 수 없습니다." -remove_sub_confirm = '테넌트 "{{name}}"을(를) 하위 조직에서 제외할까요?' +remove_sub_confirm = "테넌트 \"{{name}}\"을(를) 하위 조직에서 제외할까요?" subtitle = "현재 등록된 테넌트를 확인하고 상태를 관리합니다." [msg.admin.tenants.admins] -add_success = "관리자가 성공적으로 추가되었습니다." +add_success = "관리자가 추가되었습니다." empty = "등록된 관리자가 없습니다." -remove_confirm = "{{name}} 사용자의 관리자 권한을 회수할까요?" -remove_success = "관리자 권한이 회수되었습니다." -subtitle = "이 테넌트의 자원을 관리할 수 있는 권한을 가진 사용자들입니다." -title = "테넌트 관리자 설정" +remove_confirm = "관리자를 삭제하시겠습니까?" +remove_success = "권한이 회수되었습니다." +subtitle = "이 테넌트의 자원을 관리할 수 있는 사용자 목록입니다." [msg.admin.tenants.owners] -add_success = "소유자가 성공적으로 추가되었습니다." +add_success = "소유자가 추가되었습니다." empty = "등록된 소유자가 없습니다." -remove_confirm = "{{name}} 사용자의 소유자 권한을 회수할까요?" +remove_confirm = "소유자를 삭제하시겠습니까?" remove_success = "소유자 권한이 회수되었습니다." subtitle = "이 테넌트의 최상위 권한을 가진 소유자(조직장) 목록입니다." -[ui.admin.tenants.admins] -add_button = "관리자 추가" -already_admin = "이미 관리자" -dialog_description = "이름 또는 이메일로 사용자를 검색하여 관리 권한을 부여하세요." -dialog_no_results = "검색 결과가 없습니다." -dialog_search_hint = "검색어를 입력해 주세요." -dialog_search_placeholder = "사용자 검색 (최소 2자)..." -dialog_title = "새 관리자 추가" -remove_title = "관리자 권한 회수" -table_actions = "액션" -table_email = "이메일" -table_name = "이름" -title = "테넌트 관리자" - -[ui.admin.tenants.owners] -add_button = "소유자 추가" -dialog_description = "이름 또는 이메일로 사용자를 검색하여 소유자 권한을 부여하세요." -dialog_title = "새 소유자 추가" -table_actions = "액션" -table_email = "이메일" -table_name = "이름" -title = "테넌트 소유자" - [msg.admin.tenants.create] subtitle = "글로벌 운영 기준의 신규 테넌트를 등록합니다." [msg.admin.tenants.create.form] -domains_help = "Users with these email domains will be automatically assigned to this tenant." +domains_help = "이 도메인을 가진 이메일로 가입한 사용자는 자동으로 이 테넌트에 배정됩니다." [msg.admin.tenants.create.memo] body = "생성 직후에는 기본 활성 상태로 부여되며, 필요 시 상태를 수정하세요." @@ -205,15 +224,17 @@ subtitle = "Tenant 권한 정책은 추후 Keto 연계로 확장 예정입니다 subtitle = "필수 정보만 입력해도 생성 가능합니다. Slug는 없으면 자동 생성됩니다." [msg.admin.tenants.members] +desc = "조직에 소속된 사용자 목록을 확인합니다." empty = "소속된 사용자가 없습니다." +limit_notice = "하위 조직이 많아 상위 10개 조직의 멤버만 표시됩니다." [msg.admin.tenants.registry] count = "총 {{count}}개 테넌트" [msg.admin.tenants.schema] -empty = "정의된 커스텀 필드가 없습니다. \\\"필드 추가\\\"를 눌러 시작하세요." +empty = "등록된 커스텀 필드가 없습니다. 필드 추가를 눌러 시작하세요." missing_id = "테넌트 ID가 없습니다." -subtitle = "이 테넌트 사용자를 위한 커스텀 속성을 정의합니다." +subtitle = "이 테넌트의 사용자에게 적용할 커스텀 속성을 정의합니다." update_error = "스키마 업데이트에 실패했습니다." update_success = "스키마가 성공적으로 업데이트되었습니다." @@ -223,15 +244,28 @@ subtitle = "현재 테넌트 하위에 생성된 조직입니다." [msg.admin.users] +[msg.admin.users.bulk] +delete_confirm = "선택한 {{count}}명의 사용자를 정말로 삭제하시겠습니까?" +delete_success = "{{count}}명의 사용자가 삭제되었습니다." +description = "CSV 파일을 통해 사용자를 일괄 등록하거나 관리합니다." +move_description = "선택한 사용자를 다른 테넌트로 일괄 이동합니다." +move_error = "사용자 이동 중 오류가 발생했습니다." +move_success = "{{count}}명의 사용자가 성공적으로 이동되었습니다." +parsed_count = "{{count}}행의 데이터가 파싱되었습니다." +update_success = "사용자 정보가 일괄 업데이트되었습니다." + [msg.admin.users.create] error = "사용자 생성에 실패했습니다." password_required = "비밀번호를 입력하거나 자동 생성을 사용해 주세요." +success = "사용자가 성공적으로 생성되었습니다." [msg.admin.users.create.account] subtitle = "새로운 사용자를 시스템에 등록합니다." [msg.admin.users.create.form] email_required = "이메일은 필수입니다." +field_invalid = "{{label}} 형식이 올바르지 않습니다." +field_required = "{{label}}은(는) 필수입니다." name_required = "이름은 필수입니다." password_auto_help = "비워두면 시스템이 초기 비밀번호를 자동 생성합니다." password_manual_help = "초기 비밀번호를 직접 설정합니다." @@ -248,39 +282,58 @@ update_error = "사용자 수정에 실패했습니다." update_success = "사용자 정보가 수정되었습니다." [msg.admin.users.detail.form] +field_required = "필수입니다." name_required = "이름은 필수입니다." [msg.admin.users.detail.security] password_hint = "비밀번호를 변경하려면 입력하세요. 비워두면 현재 비밀번호가 유지됩니다." [msg.admin.users.list] -delete_confirm = "사용자 \\\"{{name}}\\\"을(를) 정말 삭제하시겠습니까?" +delete_confirm = "사용자 \"{{name}}\"을(를) 정말 삭제하시겠습니까?" empty = "검색 결과가 없습니다." fetch_error = "사용자 목록 조회에 실패했습니다." subtitle = "시스템 사용자를 조회하고 관리합니다. (Local DB)" +[msg.admin.users.list.columns] +description = "테이블에 표시할 컬럼을 선택합니다." +no_custom = "이 테넌트에 정의된 커스텀 필드가 없습니다." + [msg.admin.users.list.registry] count = "총 {{count}}명의 사용자가 등록되어 있습니다." [msg.common] +error = "오류가 발생했습니다." loading = "로딩 중..." +no_description = "설명이 없습니다." +parsing = "데이터 파싱 중..." +requesting = "요청 중..." saving = "저장 중..." -unknown_error = "unknown error" +unknown_error = "알 수 없는 오류" [msg.dev] +logout_confirm = "로그아웃 하시겠습니까?" + +[msg.dev.audit] +empty = "조회된 감사 로그가 없습니다." +forbidden = "감사 로그를 조회할 권한이 없습니다. 관리자에게 권한을 요청해주세요." +load_error = "감사 로그 조회 실패: {{error}}" +loaded_count = "로드된 로그 {{count}}건" +loading = "감사 로그를 불러오는 중..." +subtitle = "현재 테넌트/앱 범위의 DevFront 작업 이력을 조회합니다." [msg.dev.clients] -copy_client_id = "클라이언트 ID가 복사되었습니다." +deleted = "앱이 삭제되었습니다." +delete_confirm = "정말로 이 앱을 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다." +delete_error = "삭제 실패: {{error}}" load_error = "Error loading clients: {{error}}" -loading = "Loading clients..." -showing = "Showing {{shown}} of {{total}} clients" -status_update_error = "Failed to update client status" -status_updated = "클라이언트가 {{status}}되었습니다." +loading = "Loading apps..." +showing = "Showing {{shown}} of {{total}} apps" [msg.dev.clients.consents] empty = "No consents found." load_error = "Error loading consents: {{error}}" loading = "Loading consents..." +revoke_confirm = "정말로 이 사용자의 권한을 철회하시겠습니까? 철회 시 사용자는 다음 접속 시 다시 동의해야 합니다." showing = "Showing {{from}} to {{to}} of {{total}} users" subtitle = "OIDC Relying Party 사용자 권한을 검토·관리합니다." @@ -292,7 +345,7 @@ load_error = "Error loading client: {{error}}" loading = "Loading client..." missing_id = "Client ID가 필요합니다." redirect_saved = "Redirect URIs가 저장되었습니다." -rotate_confirm = "경고: Client Secret을 재발급하면 기존 시크릿은 즉시 무효화됩니다.\\\\n연동된 애플리케이션이 중단될 수 있습니다. 계속하시겠습니까?" +rotate_confirm = "경고: Client Secret을 재발급하면 기존 시크릿은 즉시 무효화됩니다.\n연동된 애플리케이션이 중단될 수 있습니다. 계속하시겠습니까?" rotate_error = "재발급 실패: {{error}}" save_error = "저장 실패: {{error}}" secret_rotated = "Client Secret이 재발급되었습니다." @@ -309,30 +362,37 @@ note = "엔드포인트는 읽기 전용으로 유지하고, 비밀키 재발행 [msg.dev.clients.general] load_error = "Error loading client: {{error}}" loading = "Loading client..." +save_error = "저장 실패: {{error}}" saved = "설정이 저장되었습니다." +status_changed = "상태가 {{status}}로 변경되었습니다." + +[msg.dev.clients.federation] +add_subtitle = "외부 OIDC 제공자를 연결합니다." +empty = "등록된 IdP 설정이 없습니다." +subtitle = "이 애플리케이션의 외부 IdP 설정을 관리합니다." [msg.dev.clients.general.identity] logo_help = "인증 화면에 표시될 PNG/SVG URL입니다." subtitle = "앱 이름과 설명, 로고를 설정합니다." [msg.dev.clients.general.redirect] -help = "인증 후 리다이렉트될 URI를 입력하세요. 생성 후 Connection 탭에서 수정 가능합니다." +help = "인증 후 리다이렉트될 URI를 입력하세요. 생성 후 연동 설정 탭에서 수정 가능합니다." [msg.dev.clients.general.scopes] empty = "등록된 스코프가 없습니다." -subtitle = "이 클라이언트가 요청할 수 있는 권한 범위를 정의합니다." +subtitle = "이 앱이 요청할 수 있는 권한 범위를 정의합니다." [msg.dev.clients.general.security] -confidential_help = "서버 사이드 앱(예: Node.js, Java)처럼 비밀키를 안전하게 보관 가능한 경우." -public_help = "SPA/모바일 앱처럼 비밀키 보관이 어려운 경우. PKCE를 기본 사용합니다." -subtitle = "클라이언트 유형을 선택하세요. 보안 수준에 따라 인증 방식이 달라집니다." +pkce_help = "PKCE 앱 (SPA/모바일): 브라우저나 앱처럼 비밀키를 보관하기 어려운 경우 사용하며, PKCE가 강제됩니다." +private_help = "Server side App (서버 사이드 앱): Node.js, Java 등 비밀키를 안전하게 보관 가능한 경우 사용합니다." +subtitle = "앱 유형을 선택하세요. 보안 수준에 따라 인증 방식이 달라집니다." [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, 비밀키 재발행을 감사 로그와 함께 관리합니다." +description = "OIDC 앱, 인증 방식, 리다이렉트 URI, 비밀키 재발행을 감사 로그와 함께 관리합니다." [msg.dev.clients.scopes] email = "이메일 주소 접근" @@ -354,7 +414,7 @@ hydra_health = "Hydra Admin 상태 체크 준비" [msg.dev.sidebar] notice = "개발자 전용 콘솔입니다." -notice_detail = "클라이언트 애플리케이션 등록 및 관리를 수행할 수 있습니다." +notice_detail = "연동 앱 등록 및 관리를 수행할 수 있습니다." [msg.info] saved_success = "저장이 완료되었습니다." @@ -384,6 +444,7 @@ current_status = "현재 상태: {{status}}" last_auth = "최근 인증: {{value}}" link_missing = "이동할 페이지 주소(Client URI)가 설정되지 않았습니다." link_open_error = "해당 링크를 열 수 없습니다." +render_error = "대시보드 렌더링 오류: {{error}}" session_id_copied = "세션 ID가 복사되었습니다." [msg.userfront.dashboard.activities] @@ -392,12 +453,12 @@ empty_detail = "앱을 연동하면 최근 활동과 상태가 표시됩니다." error = "연동 정보를 불러오지 못했습니다." [msg.userfront.dashboard.approved_session] -copy_click = "{{label}}: {{id}} \\n클릭하면 복사됩니다." -copy_tap = "{{label}}: {{id}}\\\\\\\\n탭하면 복사됩니다." +copy_click = "{{label}}: {{id}}\n클릭하면 복사됩니다." +copy_tap = "{{label}}: {{id}}\n탭하면 복사됩니다." none = "{{label}} 없음" [msg.userfront.dashboard.revoke] -confirm = "{{app}} 앱과의 연동을 해지하시겠습니까?\\\\\\\\n해지하면 다음 로그인 시 다시 동의가 필요합니다." +confirm = "{{app}} 앱과의 연동을 해지하시겠습니까?\n해지하면 다음 로그인 시 다시 동의가 필요합니다." error = "해지 실패: {{error}}" success = "{{app}} 연동이 해지되었습니다." @@ -408,7 +469,7 @@ empty = "요청된 권한이 없습니다." load_error = "접속이력을 불러오지 못했습니다." [msg.userfront.error] -detail_contact = "msg.userfront.error.detail_contact" +detail_contact = "관리자에게 문의해 주세요." detail_generic = "오류가 발생했습니다." detail_request = "요청을 처리하는 중 문제가 발생했습니다." id = "오류 ID: {{id}}" @@ -419,15 +480,15 @@ type = "오류 종류: {{type}}" [msg.userfront.error.whitelist] "$normalizedCode" = "{{error}}" -settings_disabled = "현재 계정 설정 화면은 준비 중입니다." +bad_request = "입력값을 확인해 주세요." invalid_session = "세션이 만료되었습니다. 다시 로그인해 주세요." -verification_required = "추가 인증이 필요합니다. 안내에 따라 진행해 주세요." +not_found = "요청한 페이지를 찾을 수 없습니다." +password_or_email_mismatch = "이메일 혹은 비밀번호가 일치하지 않습니다." +rate_limited = "요청이 많습니다. 잠시 후 다시 시도해 주세요." recovery_expired = "재설정 링크가 만료되었습니다. 다시 요청해 주세요." recovery_invalid = "재설정 링크가 유효하지 않습니다." -rate_limited = "요청이 많습니다. 잠시 후 다시 시도해 주세요." -not_found = "요청한 페이지를 찾을 수 없습니다." -bad_request = "입력값을 확인해 주세요." -password_or_email_mismatch = "이메일 혹은 비밀번호가 일치하지 않습니다." +settings_disabled = "현재 계정 설정 화면은 준비 중입니다." +verification_required = "추가 인증이 필요합니다. 안내에 따라 진행해 주세요." [msg.userfront.error.ory] "$normalizedCode" = "{{error}}" @@ -469,7 +530,6 @@ token_missing = "로그인 토큰을 확인할 수 없습니다." verification_failed = "승인 처리에 실패했습니다: {{error}}" [msg.userfront.login.link] -approved = "링크로 로그인 되었습니다. 잠시 후 로그인 화면으로 이동합니다." helper = "입력하신 정보로 로그인 링크를 전송합니다." missing_login_id = "이메일 또는 휴대폰 번호를 입력해 주세요." missing_phone = "휴대폰 번호를 입력해 주세요." @@ -488,7 +548,7 @@ scan_hint = "모바일 앱으로 스캔하세요" invalid = "문자 2개와 숫자 6자리를 입력해 주세요." [msg.userfront.login.unregistered] -body = "가입되지 않은 정보입니다.\\\\n회원가입 후 이용해 주세요." +body = "가입되지 않은 정보입니다.\n회원가입 후 이용해 주세요." [msg.userfront.login.verification] approved = "승인되었습니다. 로그인은 요청하신 창에서 완료됩니다." @@ -532,8 +592,6 @@ organization = "소속 및 구분 정보입니다." security = "비밀번호를 안전하게 관리합니다." [msg.userfront.qr] -approve_error = "QR 승인 실패: {{error}}" -approve_success = "QR 승인 완료! PC 화면에서 로그인이 진행됩니다." camera_error = "카메라 오류: {{error}}" permission_error = "카메라 권한 요청에 실패했습니다. 브라우저/OS 설정을 확인해주세요." permission_required = "카메라 권한이 필요합니다." @@ -573,15 +631,15 @@ disabled = "현재 계정 설정 화면은 준비 중입니다." [msg.userfront.signup] failed = "가입 실패: {{error}}" -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" +privacy_full = "개인정보 수집 및 이용 동의 전문..." +tos_full = "서비스 이용약관 전문..." [msg.userfront.signup.agreement] -title = "서비스 이용을 위해\\\\n약관에 동의해주세요" +title = "서비스 이용을 위해\n약관에 동의해주세요" [msg.userfront.signup.auth] affiliate_notice = "가족사 회원의 경우 반드시 회사 공식 이메일을 입력해주세요." -title = "본인 확인을 위해\\\\n인증을 진행해주세요" +title = "본인 확인을 위해\n인증을 진행해주세요" [msg.userfront.signup.email] code_mismatch = "인증코드가 일치하지 않습니다." @@ -597,7 +655,7 @@ lowercase_required = "소문자가 최소 1개 이상 포함되어야 합니다. mismatch = "비밀번호가 일치하지 않습니다." number_required = "숫자가 최소 1개 이상 포함되어야 합니다." symbol_required = "특수문자가 최소 1개 이상 포함되어야 합니다." -title = "마지막으로\\\\n비밀번호를 설정해주세요" +title = "마지막으로\n비밀번호를 설정해주세요" uppercase_required = "대문자가 최소 1개 이상 포함되어야 합니다." [msg.userfront.signup.password.rule] @@ -626,7 +684,7 @@ uppercase = "대문자" [msg.userfront.signup.profile] affiliate_hint = "가족사 이메일 사용 시 자동으로 선택됩니다." -title = "회원님의\\\\n소속 정보를 알려주세요" +title = "회원님의\n소속 정보를 알려주세요" [msg.userfront.signup.success] body = "성공적으로 가입되었습니다." @@ -718,38 +776,33 @@ status = "STATUS" time = "TIME" [ui.admin.groups] -add_unit = "조직 추가" import_csv = "CSV 임포트" [ui.admin.groups.create] description = "부서나 팀과 같은 새로운 조직 단위를 추가합니다." -title = "새 조직 단위 생성" +title = "새 그룹 생성" [ui.admin.groups.detail] -breadcrumb_org = "조직 관리" +breadcrumb_org = "조직 관리 목록으로 돌아가기" breadcrumb_tenant = "테넌트 상세" breadcrumb_unit = "조직 단위" +members_subtitle = "이 조직에 소속된 사용자를 관리합니다." members_title = "구성원 관리" -members_subtitle = "이 조직 단위에 소속된 사용자들을 관리합니다." +permissions_subtitle = "이 조직이 다른 테넌트에 가지는 역할을 정의합니다." permissions_title = "권한 관리" -permissions_subtitle = "이 조직 단위가 다른 테넌트에 대해 가지는 역할을 관리합니다." -subtitle = "조직 단위의 구성원 및 권한을 관리합니다." -title = "조직 단위 상세" [ui.admin.groups.form] desc_label = "설명" -desc_placeholder = "조직 단위 용도 설명" -name_label = "조직명" +desc_placeholder = "그룹 용도 설명" +name_label = "그룹 이름" name_placeholder = "예: 개발팀, 인사팀" parent_label = "상위 조직" -parent_none = "없음 (최상위)" submit = "생성하기" unit_level_label = "조직 레벨" -unit_level_placeholder = "예: 본부, 실, 팀, 셀" +unit_level_placeholder = "예: 본부, 팀" [ui.admin.groups.list] -subtitle = "이 테넌트에 정의된 조직 단위(부서, 팀 등) 목록입니다." -title = "조직 관리" +title = "User Groups" [ui.admin.groups.members] @@ -759,45 +812,89 @@ name = "이름" remove = "제거" [ui.admin.groups.table] -actions = "액션" -created_at = "생성일" -level = "레벨" -members = "멤버" -name = "이름" +actions = "ACTIONS" +members = "MEMBERS" +name = "NAME" [ui.admin.header] plane = "Admin Plane" +[ui.admin.nav] +api_keys = "API 키" +audit_logs = "감사 로그" +auth_guard = "인증 가드" +logout = "로그아웃" +overview = "개요" +relying_parties = "애플리케이션(RP)" +tenant_dashboard = "테넌트 대시보드" +user_groups = "유저 그룹" +tenants = "테넌트" +users = "사용자" + +[ui.admin.org] +download_template = "템플릿 다운로드" +import_btn = "임포트" +import_title = "조직도 대량 등록" +start_import = "임포트 시작" + [ui.admin.overview] -kicker = "글로벌 개요" -title = "테넌트 통합 관리 평면" +kicker = "Global Overview" +title = "Tenant-independent control plane" [ui.admin.overview.playbook] -title = "운영 플레이북" +title = "Admin playbook" [ui.admin.overview.quick_links] add_tenant = "테넌트 추가" api_key_management = "API 키 관리" -title = "빠른 이동" user_management = "사용자 관리" +title = "빠른 이동" view_audit_logs = "감사 로그 보기" [ui.admin.overview.summary] -audit_events_24h = "감사 이벤트 (24h)" +audit_events_24h = "24시간 이벤트" oidc_clients = "OIDC 클라이언트" policy_gate = "정책 게이트" -total_tenants = "전체 테넌트" +total_tenants = "전체 테넌트 수" + +[ui.admin.profile] +manageable_tenants = "관리 가능한 테넌트" [ui.admin.role] -rp_admin = "서비스 관리자 (RP Admin)" -super_admin = "시스템 관리자 (Super Admin)" -tenant_admin = "테넌트 관리자 (Tenant Admin)" -user = "일반 사용자 (Tenant Member)" +rp_admin = "RP ADMIN" +super_admin = "SUPER ADMIN" +tenant_admin = "TENANT ADMIN" +user = "TENANT MEMBER" [ui.admin.tenants] add = "테넌트 추가" title = "테넌트 목록" +[ui.admin.tenants.admins] +add_button = "관리자 추가" +already_admin = "이미 관리자" +dialog_description = "이름 또는 이메일로 사용자를 검색하세요." +dialog_no_results = "검색 결과가 없습니다." +dialog_search_hint = "검색어를 입력해 주세요." +dialog_search_placeholder = "사용자 검색 (최소 2자)..." +dialog_title = "새 관리자 추가" +remove_title = "관리자 권한 회수" +table_actions = "액션" +table_email = "이메일" +table_name = "이름" +title = "테넌트 관리자" + +[ui.admin.tenants.owners] +add_button = "소유자 추가" +already_owner = "이미 소유자" +dialog_description = "이름 또는 이메일로 사용자를 검색하세요." +dialog_title = "새 소유자 추가" +remove_title = "소유자 권한 회수" +table_actions = "액션" +table_email = "이메일" +table_name = "이름" +title = "테넌트 소유자" + [ui.admin.tenants.breadcrumb] list = "List" section = "Tenants" @@ -805,47 +902,49 @@ section = "Tenants" [ui.admin.tenants.create] title = "테넌트 추가" -[ui.admin.tenants.detail] -breadcrumb_list = "테넌트 목록" -header_subtitle = "테넌트 정보를 수정하거나 연동 설정을 관리합니다." -loading = "테넌트 정보를 불러오는 중..." -tab_admins = "관리자 설정" -tab_federation = "외부 연동" -tab_organization = "하위 테넌트 관리" -tab_profile = "프로필" -tab_schema = "사용자 스키마" -title = "테넌트 상세" - [ui.admin.tenants.create.breadcrumb] action = "Create" section = "Tenants" [ui.admin.tenants.create.form] description = "설명" -domains_label = "허용된 도메인 (콤마로 구분)" +domains_label = "Allowed Domains (Comma separated)" domains_placeholder = "example.com, example.kr" name = "테넌트 이름" -slug = "슬러그 (Slug)" +parent = "상위 테넌트" +slug = "Slug" slug_placeholder = "tenant-slug" status = "상태" -type = "테넌트 유형" +type = "유형" [ui.admin.tenants.create.memo] title = "정책 메모" -[ui.admin.tenants.profile] -allowed_domains = "허용된 도메인 (콤마로 구분)" -allowed_domains_help = "이 도메인을 가진 이메일로 가입한 사용자는 자동으로 이 테넌트에 배정됩니다." -description = "설명" -name = "테넌트 이름" -slug = "슬러그 (Slug)" -status = "상태" -subtitle = "슬러그 및 상태 변경은 즉시 적용됩니다." -title = "테넌트 프로필" -type = "테넌트 유형" +[ui.admin.tenants.create.profile] +title = "Tenant Profile" + +[ui.admin.tenants.detail] +breadcrumb_list = "테넌트 목록" +header_subtitle = "테넌트 정보를 수정하거나 연동 설정을 관리합니다." +loading = "불러오는 중..." +tab_federation = "외부 연동" +tab_organization = "조직 관리" +tab_permissions = "권한" +tab_profile = "프로필" +tab_schema = "사용자 스키마" +title = "상세" + +[ui.admin.tenants.list] +select_placeholder = "테넌트를 선택하세요" [ui.admin.tenants.members] -title = "Tenant Members ({{count}})" +descendants = "하위 조직 멤버" +direct = "소속 멤버" +direct_label = "직속" +list_title = "구성원 관리" +title = "테넌트 구성원 ({{count}})" +total = "전체" +total_label = "전체" [ui.admin.tenants.members.table] email = "EMAIL" @@ -870,28 +969,33 @@ title = "Tenant registry" [ui.admin.tenants.schema] add_field = "필드 추가" -save = "스키마 변경사항 저장" -title = "사용자 스키마 확장" +save = "스키마 저장" +title = "User Schema Extension" [ui.admin.tenants.schema.field] -key = "필드 키 (ID)" -key_placeholder = "예: employee_id" -label = "표시 라벨" +admin_only = "관리자 전용" +key = "Field Key (ID)" +key_placeholder = "e.g. employee_id" +label = "표시 레이블" label_placeholder = "예: 사번" -type = "유형" -type_boolean = "불리언 (Boolean)" -type_number = "숫자 (Number)" -type_text = "텍스트 (Text)" +required = "필수 여부" +type = "타입" +type_boolean = "Boolean" +type_date = "Date" +type_number = "Number" +type_text = "Text" +validation_placeholder = "정규표현식 (선택 사항)" [ui.admin.tenants.sub] add = "하위 테넌트 추가" -add_existing = "기존 테넌트 추가" +add_dialog_desc = "하위 테넌트로 추가할 테넌트를 선택하세요." add_dialog_title = "하위 테넌트 추가" -add_dialog_desc = "기존에 등록된 테넌트를 검색하여 하위 조직으로 추가합니다." -search_placeholder = "테넌트 이름 또는 슬러그 검색..." -no_candidates = "추가 가능한 테넌트가 없습니다." +add_existing = "기존 테넌트 추가" manage = "관리" -title = "하위 테넌트 관리 ({{count}})" +no_candidates = "추가 가능한 테넌트가 없습니다." +search_placeholder = "검색..." +title = "하위 테넌트 ({{count}})" +tree_search_placeholder = "트리에서 검색..." [ui.admin.tenants.sub.table] action = "ACTION" @@ -901,13 +1005,26 @@ status = "STATUS" [ui.admin.tenants.table] actions = "ACTIONS" +members = "멤버수" name = "NAME" slug = "SLUG" status = "STATUS" +type = "유형" updated = "UPDATED" [ui.admin.users] +[ui.admin.users.bulk] +do_move = "이동 실행" +download_template = "템플릿 받기" +move_group = "테넌트 일괄 이동" +move_title = "사용자 일괄 이동" +no_department = "부서 없음" +select_group = "대상 테넌트 선택" +selected_count = "{{count}}명 선택됨" +start_upload = "업로드 시작" +title = "일괄 작업" + [ui.admin.users.create] back = "목록으로 돌아가기" go_list = "목록으로 이동" @@ -918,8 +1035,8 @@ title = "사용자 추가" title = "계정 정보" [ui.admin.users.create.breadcrumb] -new = "신규" -section = "사용자 관리" +new = "New" +section = "Users" [ui.admin.users.create.custom_fields] title = "테넌트 확장 정보 (Custom Fields)" @@ -940,9 +1057,9 @@ phone = "전화번호" phone_placeholder = "010-1234-5678" position = "직급" position_placeholder = "수석/책임/선임" -role = "역할 (Role)" -tenant = "테넌트 (Tenant)" -tenant_global = "시스템 전역 (소속 없음)" +role = "역할" +tenant = "테넌트" +tenant_global = "시스템 전역" [ui.admin.users.create.password_generated] title = "초기 비밀번호 생성 완료" @@ -953,61 +1070,79 @@ edit_title = "정보 수정" title = "사용자 상세" [ui.admin.users.detail.breadcrumb] -section = "사용자 관리" +section = "Users" [ui.admin.users.detail.custom_fields] -title = "테넌트 확장 정보 (Custom Fields)" +multi_title = "테넌트별 프로필 관리" [ui.admin.users.detail.form] department = "부서" department_placeholder = "개발팀" -job_title = "직무" -job_title_placeholder = "프론트엔드 개발" name = "이름" name_placeholder = "홍길동" phone = "전화번호" phone_placeholder = "010-1234-5678" -position = "직급" -position_placeholder = "수석/책임/선임" -role = "역할 (Role)" +role = "역할" status = "상태" -tenant = "테넌트 (Tenant)" -tenant_global = "시스템 전역 (소속 없음)" +tenant = "대표 소속 테넌트" +tenant_global = "시스템 전역" [ui.admin.users.detail.security] password = "비밀번호 변경" password_placeholder = "변경할 경우에만 입력" title = "보안 설정" +[ui.admin.users.detail.tenants_section] +additional = "추가 소속/관리 테넌트" +primary = "대표 소속 테넌트" +title = "소속 및 조직 정보" + [ui.admin.users.list] add = "사용자 추가" -delete_aria = "사용자 삭제: {{name}}" -edit_aria = "사용자 수정: {{name}}" +bulk_import = "일괄 임포트" +empty = "검색 결과가 없습니다." +fetch_error = "사용자 목록 조회에 실패했습니다." search_placeholder = "이름 또는 이메일 검색..." -tenant_slug = "Slug: {{slug}}" +subtitle = "시스템 사용자를 조회하고 관리합니다." title = "사용자 관리" [ui.admin.users.list.breadcrumb] -list = "목록" -section = "사용자 관리" +list = "List" +section = "Users" + +[ui.admin.users.list.columns] +title = "컬럼 설정" + +[ui.admin.users.list.filter] +tenant = "테넌트 필터" [ui.admin.users.list.registry] +count = "총 {{count}}명의 사용자가 등록되어 있습니다." title = "사용자 레지스트리" [ui.admin.users.list.table] -actions = "액션" -created = "생성일" -name_email = "이름 / 이메일" -position_job = "직급 / 직무" +actions = "ACTIONS" +created = "CREATED" +name_email = "NAME / EMAIL" +role = "ROLE" +status = "STATUS" +tenant_dept = "TENANT / DEPT" + +[ui.admin.users.table] +email = "이메일" +name = "이름" role = "역할" -status = "상태" -tenant_dept = "테넌트 / 부서" [ui.common] add = "추가" +all = "전체" +admin_only = "관리자 전용" +assign = "할당" back = "돌아가기" cancel = "취소" +change_file = "파일 변경" +clear_search = "검색 초기화" close = "닫기" collapse = "접기" confirm = "확인" @@ -1016,25 +1151,36 @@ create = "생성" delete = "삭제" details = "상세정보" edit = "편집" +export = "내보내기" +fail = "실패" +go_home = "홈으로" +view = "보기" hyphen = "-" +manage = "관리" na = "N/A" never = "Never" next = "다음" -page_of = "{{page}} / {{total}} 페이지" +none = "없음" +page_of = "Page {{page}} of {{total}}" prev = "이전" previous = "이전" qr = "QR" +reset = "초기화" read_only = "읽기 전용" refresh = "새로고침" -requesting = "요청 중..." +remove = "제외" resend = "재발송" retry = "다시 시도" save = "저장" search = "검색" +select = "선택" +select_file = "파일 선택" +select_placeholder = "선택하세요" show_more = "+ 더보기" language = "언어" language_ko = "한국어" language_en = "English" +success = "성공" theme_dark = "Dark" theme_light = "Light" theme_toggle = "테마 전환" @@ -1045,29 +1191,59 @@ admin_only = "Admin only" command_only = "Command only" system = "System" -[ui.common.role] -admin = "Admin" -user = "User" - [ui.common.status] -active = "Active" -blocked = "Blocked" +active = "활성" +blocked = "차단됨" failure = "실패" -inactive = "Inactive" +inactive = "비활성" ok = "정상" pending = "준비 중" success = "성공" +[test] +key = "테스트" + +[non.existent] +key = "존재하지 않는 키" + [ui.dev] brand = "Baron 로그인" console_title = "Developer Console" env_badge = "Env: dev" scope_badge = "Scoped to /dev" +[ui.dev.nav] +clients = "연동 앱" +logout = "로그아웃" + +[ui.dev.audit] +load_more = "더 보기" +title = "감사 로그" + +[ui.dev.audit.registry] +title = "Audit registry" + +[ui.dev.audit.filter] +action = "액션으로 필터 (예: ROTATE_SECRET)" +client_id = "Client ID로 필터" +status_all = "모든 상태" + +[ui.dev.audit.table] +action = "액션" +actor = "수행자" +status = "상태" +target = "대상" +time = "시간" + +[ui.dev.profile] +menu_aria = "계정 메뉴 열기" +menu_title = "계정" +unknown_email = "unknown@example.com" +unknown_name = "Unknown User" + [ui.dev.clients] -copy_client_id = "Copy client id" -new = "새 클라이언트" -search_placeholder = "클라이언트 이름/ID로 검색..." +new = "연동 앱 추가" +search_placeholder = "연동 앱 이름/ID로 검색..." tenant_scoped = "Tenant-scoped" untitled = "Untitled" @@ -1075,11 +1251,17 @@ untitled = "Untitled" admin_session = "관리자 세션" tenant_selected = "테넌트: 선택됨" +[ui.dev.clients.filter] +status_all = "모든 상태" +type_all = "모든 유형" +type_label = "유형:" + [ui.dev.clients.consents] export_csv = "Export CSV" revoke = "Revoke" +revoked_at = "철회일: " +scope_label = "권한:" search_placeholder = "사용자 ID, 이름, 이메일로 검색" -status_all = "All Statuses" status_label = "Status:" status_revoked = "Revoked" subject = "Subject" @@ -1109,14 +1291,10 @@ user = "User" [ui.dev.clients.details] -[ui.dev.clients.details.breadcrumb] -current = "클라이언트 상세" -section = "Relying Parties" - [ui.dev.clients.details.credentials] client_id = "Client ID" client_secret = "Client Secret" -title = "클라이언트 자격 증명" +title = "앱 자격 증명" [ui.dev.clients.details.endpoints] read_only = "읽기 전용" @@ -1138,23 +1316,20 @@ show = "비밀키 보기" title = "보안 메모" [ui.dev.clients.details.tab] -connection = "Connection" -consents = "Consent & Users" -settings = "Settings" +connection = "연동 설정" +consents = "동의 및 사용자" +settings = "설정" [ui.dev.clients.general] -create = "클라이언트 생성" -display_new = "새 클라이언트" -save = "설정 저장" -title_create = "Create Client" -title_edit = "Client Settings" +create = "앱 생성" +display_new = "연동 앱 추가" +title_create = "연동 앱 생성" +title_edit = "연동 앱 설정" -[ui.dev.clients.general.breadcrumb] -section = "Applications" - -[ui.dev.clients.general.footer] -client_id = "Client ID" -created_on = "Created On" +[ui.dev.clients.federation] +title = "Identity Federation" +add_title = "Add Identity Provider" +add_btn = "Add Provider" [ui.dev.clients.general.identity] description = "Description" @@ -1180,19 +1355,22 @@ title = "Scopes" description = "Description" mandatory = "Mandatory" name = "Scope Name" +delete = "Delete" [ui.dev.clients.general.security] -confidential = "Confidential" -public = "Public" +private = "Server side App" +pkce = "PKCE" title = "보안 설정" [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 = "클라이언트 목록" +title = "연동 앱 목록" [ui.dev.clients.owner] avatar_alt = "ops user" @@ -1204,9 +1382,15 @@ subtitle = "Tenant admin on-call" title = "Owner" [ui.dev.clients.registry] -subtitle = "Relying Parties" +description = "OIDC 앱, 인증 방식, 리다이렉트 URI, 비밀키 재발행을 감사 로그와 함께 관리합니다." +subtitle = "연동 앱" title = "RP registry" +[ui.dev.clients.scopes] +email = "이메일 주소 접근" +openid = "OIDC 인증 필수 스코프" +profile = "기본 프로필 정보 접근" + [ui.dev.clients.table] actions = "액션" application = "애플리케이션" @@ -1216,8 +1400,8 @@ status = "상태" type = "유형" [ui.dev.clients.type] -confidential = "기밀(Confidential)" -public = "Public" +private = "Server side App" +pkce = "PKCE" [ui.dev.dashboard] ready_badge = "devfront ready" @@ -1253,6 +1437,14 @@ title = "Stack readiness" plane = "Dev Plane" subtitle = "Manage your applications" +[ui.dev.session] +active = "세션 활성" +unknown = "알 수 없음" +expired = "세션 만료" +expiring = "만료 임박: {{minutes}}분 {{seconds}}초 남음" +remaining = "만료 예정: {{minutes}}분 {{seconds}}초 남음" +refresh = "세션 만료 시간 갱신" +refreshing = "세션 만료 시간 갱신 중..." [ui.userfront] app_title = "Baron SW 포탈" @@ -1329,12 +1521,9 @@ login_id = "이메일 또는 휴대폰 번호" password = "비밀번호" [ui.userfront.login.link] -action_label = "로그인 화면으로 이동" code_only = "코드만 받기({{time}})" -page_title = "링크 로그인" resend_with_time = "재발송 ({{time}})" send = "로그인 링크 전송" -title = "링크 로그인 완료" [ui.userfront.login.qr] expired = "QR 코드 만료됨" @@ -1404,9 +1593,7 @@ organization = "조직 정보" security = "보안" [ui.userfront.qr] -request_permission = "카메라 권한 요청하기" rescan = "다시 스캔" -result_failure = "승인 실패" result_success = "승인 완료" title = "Scan QR Code" @@ -1466,27 +1653,3 @@ verify = "본인인증" [ui.userfront.signup.success] action = "로그인하기" - -[msg.admin] -header_subtitle = "테넌트 격리 및 최소 권한 원칙 기본 적용" -idp_env_prod = "IDP 환경: 운영(Prod)" -logout_confirm = "로그아웃 하시겠습니까?" -scope_admin = "/admin 네임스페이스 한정" -session_ttl = "세션 유효기간: 15분" -tenant_headers = "테넌트 식별 헤더 적용" - -[ui.admin] -brand = "Baron 로그인" -title = "운영 도구" - -[ui.admin.nav] -api_keys = "API 키" -audit_logs = "감사 로그" -auth_guard = "인증 가드" -logout = "로그아웃" -my_tenant = "내 테넌트 설정" -overview = "개요" -relying_parties = "애플리케이션(RP)" -user_groups = "조직 관리" -tenants = "테넌트" -users = "사용자" diff --git a/adminfront/src/locales/template.toml b/adminfront/src/locales/template.toml index 94a8f869..c60e787d 100644 --- a/adminfront/src/locales/template.toml +++ b/adminfront/src/locales/template.toml @@ -13,11 +13,35 @@ jangheon = "" ptc = "" saman = "" +[domain.tenant_type] +company = "" +company_group = "" +personal = "" +user_group = "" + [err] [err.common] unknown = "" +[err.backend] +authorization_pending = "" +bad_request = "" +conflict = "" +expired_token = "" +forbidden = "" +internal_error = "" +invalid_code = "" +invalid_or_expired_code = "" +invalid_session = "" +invalid_session_reference = "" +not_found = "" +not_supported = "" +password_or_email_mismatch = "" +rate_limited = "" +service_unavailable = "" +slow_down = "" + [err.userfront] [err.userfront.auth_proxy] @@ -49,6 +73,9 @@ scope_admin = "" session_ttl = "" tenant_headers = "" +[msg.admin.common] +forbidden = "" + [msg.admin.api_keys] [msg.admin.api_keys.create] @@ -89,17 +116,40 @@ count = "" [msg.admin.groups] +[msg.admin.groups.create] +description = "" +title = "" + [msg.admin.groups.list] +create_error = "" +create_success = "" +delete_confirm = "" +delete_error = "" +delete_success = "" +empty = "" +import_error = "" +import_success = "" +loading = "" subtitle = "" [msg.admin.groups.members] +add_success = "" count = "" empty = "" +remove_confirm = "" +remove_success = "" title = "" [msg.admin.groups.prompt] user_id = "" +[msg.admin.groups.roles] +assign_success = "" +description = "" +empty = "" +remove_confirm = "" +remove_success = "" + [msg.admin.header] subtitle = "" @@ -107,6 +157,12 @@ subtitle = "" idp_policy = "" scope = "" +[msg.admin.org] +hover_member_info = "" +import_description = "" +import_error = "" +import_success = "" + [msg.admin.overview] description = "" idp_fallback = "" @@ -122,10 +178,36 @@ tenant_title = "" [msg.admin.overview.quick_links] description = "" +[msg.admin.overview.summary] +audit_events_24h = "" +oidc_clients = "" +policy_gate = "" +total_tenants = "" + [msg.admin.tenants] +approve_confirm = "" +approve_success = "" delete_confirm = "" +delete_success = "" empty = "" fetch_error = "" +missing_id = "" +not_found = "" +remove_sub_confirm = "" +subtitle = "" + +[msg.admin.tenants.admins] +add_success = "" +empty = "" +remove_confirm = "" +remove_success = "" +subtitle = "" + +[msg.admin.tenants.owners] +add_success = "" +empty = "" +remove_confirm = "" +remove_success = "" subtitle = "" [msg.admin.tenants.create] @@ -142,7 +224,9 @@ subtitle = "" subtitle = "" [msg.admin.tenants.members] +desc = "" empty = "" +limit_notice = "" [msg.admin.tenants.registry] count = "" @@ -160,15 +244,28 @@ subtitle = "" [msg.admin.users] +[msg.admin.users.bulk] +delete_confirm = "" +delete_success = "" +description = "" +move_description = "" +move_error = "" +move_success = "" +parsed_count = "" +update_success = "" + [msg.admin.users.create] error = "" password_required = "" +success = "" [msg.admin.users.create.account] subtitle = "" [msg.admin.users.create.form] email_required = "" +field_invalid = "" +field_required = "" name_required = "" password_auto_help = "" password_manual_help = "" @@ -185,6 +282,7 @@ update_error = "" update_success = "" [msg.admin.users.detail.form] +field_required = "" name_required = "" [msg.admin.users.detail.security] @@ -196,23 +294,40 @@ empty = "" fetch_error = "" subtitle = "" +[msg.admin.users.list.columns] +description = "" +no_custom = "" + [msg.admin.users.list.registry] count = "" [msg.common] +error = "" loading = "" +no_description = "" +parsing = "" +requesting = "" saving = "" unknown_error = "" [msg.dev] +logout_confirm = "" + +[msg.dev.audit] +empty = "" +forbidden = "" +load_error = "" +loaded_count = "" +loading = "" +subtitle = "" [msg.dev.clients] -copy_client_id = "" load_error = "" loading = "" showing = "" -status_update_error = "" -status_updated = "" +deleted = "" +delete_error = "" +delete_confirm = "" [msg.dev.clients.consents] empty = "" @@ -220,6 +335,7 @@ load_error = "" loading = "" showing = "" subtitle = "" +revoke_confirm = "" [msg.dev.clients.details] copy_client_id = "" @@ -247,6 +363,13 @@ note = "" load_error = "" loading = "" saved = "" +save_error = "" +status_changed = "" + +[msg.dev.clients.federation] +subtitle = "" +add_subtitle = "" +empty = "" [msg.dev.clients.general.identity] logo_help = "" @@ -260,8 +383,8 @@ empty = "" subtitle = "" [msg.dev.clients.general.security] -confidential_help = "" -public_help = "" +private_help = "" +pkce_help = "" subtitle = "" [msg.dev.clients.help] @@ -314,6 +437,7 @@ approved_device = "" approved_ip = "" audit_empty = "" audit_load_error = "" +render_error = "" auth_method = "" client_id = "" client_id_missing = "" @@ -406,7 +530,6 @@ token_missing = "" verification_failed = "" [msg.userfront.login.link] -approved = "" helper = "" missing_login_id = "" missing_phone = "" @@ -469,8 +592,6 @@ organization = "" security = "" [msg.userfront.qr] -approve_error = "" -approve_success = "" camera_error = "" permission_error = "" permission_required = "" @@ -655,16 +776,30 @@ status = "" time = "" [ui.admin.groups] +import_csv = "" [ui.admin.groups.create] +description = "" title = "" +[ui.admin.groups.detail] +breadcrumb_org = "" +breadcrumb_tenant = "" +breadcrumb_unit = "" +members_subtitle = "" +members_title = "" +permissions_subtitle = "" +permissions_title = "" + [ui.admin.groups.form] desc_label = "" desc_placeholder = "" name_label = "" name_placeholder = "" +parent_label = "" submit = "" +unit_level_label = "" +unit_level_placeholder = "" [ui.admin.groups.list] title = "" @@ -689,13 +824,19 @@ api_keys = "" audit_logs = "" auth_guard = "" logout = "" -my_tenant = "" overview = "" relying_parties = "" +tenant_dashboard = "" user_groups = "" tenants = "" users = "" +[ui.admin.org] +download_template = "" +import_btn = "" +import_title = "" +start_import = "" + [ui.admin.overview] kicker = "" title = "" @@ -706,20 +847,54 @@ title = "" [ui.admin.overview.quick_links] add_tenant = "" api_key_management = "" -title = "" user_management = "" +title = "" view_audit_logs = "" +[ui.admin.overview.summary] +audit_events_24h = "" +oidc_clients = "" +policy_gate = "" +total_tenants = "" + +[ui.admin.profile] +manageable_tenants = "" + [ui.admin.role] rp_admin = "" super_admin = "" tenant_admin = "" -tenant_member = "" +user = "" [ui.admin.tenants] add = "" title = "" +[ui.admin.tenants.admins] +add_button = "" +already_admin = "" +dialog_description = "" +dialog_no_results = "" +dialog_search_hint = "" +dialog_search_placeholder = "" +dialog_title = "" +remove_title = "" +table_actions = "" +table_email = "" +table_name = "" +title = "" + +[ui.admin.tenants.owners] +add_button = "" +already_owner = "" +dialog_description = "" +dialog_title = "" +remove_title = "" +table_actions = "" +table_email = "" +table_name = "" +title = "" + [ui.admin.tenants.breadcrumb] list = "" section = "" @@ -736,9 +911,11 @@ description = "" domains_label = "" domains_placeholder = "" name = "" +parent = "" slug = "" slug_placeholder = "" status = "" +type = "" [ui.admin.tenants.create.memo] title = "" @@ -746,15 +923,47 @@ title = "" [ui.admin.tenants.create.profile] title = "" -[ui.admin.tenants.members] +[ui.admin.tenants.detail] +breadcrumb_list = "" +header_subtitle = "" +loading = "" +tab_federation = "" +tab_organization = "" +tab_permissions = "" +tab_profile = "" +tab_schema = "" title = "" +[ui.admin.tenants.list] +select_placeholder = "" + +[ui.admin.tenants.members] +descendants = "" +direct = "" +direct_label = "" +list_title = "" +title = "" +total = "" +total_label = "" + [ui.admin.tenants.members.table] email = "" name = "" role = "" status = "" +[ui.admin.tenants.profile] +allowed_domains = "" +allowed_domains_help = "" +approve_button = "" +description = "" +name = "" +slug = "" +status = "" +subtitle = "" +title = "" +type = "" + [ui.admin.tenants.registry] title = "" @@ -764,19 +973,29 @@ save = "" title = "" [ui.admin.tenants.schema.field] +admin_only = "" key = "" key_placeholder = "" label = "" label_placeholder = "" +required = "" type = "" type_boolean = "" +type_date = "" type_number = "" type_text = "" +validation_placeholder = "" [ui.admin.tenants.sub] add = "" +add_dialog_desc = "" +add_dialog_title = "" +add_existing = "" manage = "" +no_candidates = "" +search_placeholder = "" title = "" +tree_search_placeholder = "" [ui.admin.tenants.sub.table] action = "" @@ -786,13 +1005,26 @@ status = "" [ui.admin.tenants.table] actions = "" +members = "" name = "" slug = "" status = "" +type = "" updated = "" [ui.admin.users] +[ui.admin.users.bulk] +do_move = "" +download_template = "" +move_group = "" +move_title = "" +no_department = "" +select_group = "" +selected_count = "" +start_upload = "" +title = "" + [ui.admin.users.create] back = "" go_list = "" @@ -815,12 +1047,16 @@ department = "" department_placeholder = "" email = "" email_placeholder = "" +job_title = "" +job_title_placeholder = "" name = "" name_placeholder = "" password = "" password_placeholder = "" phone = "" phone_placeholder = "" +position = "" +position_placeholder = "" role = "" tenant = "" tenant_global = "" @@ -837,7 +1073,7 @@ title = "" section = "" [ui.admin.users.detail.custom_fields] -title = "" +multi_title = "" [ui.admin.users.detail.form] department = "" @@ -856,19 +1092,32 @@ password = "" password_placeholder = "" title = "" +[ui.admin.users.detail.tenants_section] +additional = "" +primary = "" +title = "" + [ui.admin.users.list] add = "" -delete_aria = "" -edit_aria = "" +bulk_import = "" +empty = "" +fetch_error = "" search_placeholder = "" -tenant_slug = "" +subtitle = "" title = "" [ui.admin.users.list.breadcrumb] list = "" section = "" +[ui.admin.users.list.columns] +title = "" + +[ui.admin.users.list.filter] +tenant = "" + [ui.admin.users.list.registry] +count = "" title = "" [ui.admin.users.list.table] @@ -879,11 +1128,21 @@ role = "" status = "" tenant_dept = "" +[ui.admin.users.table] +email = "" +name = "" +role = "" + [ui.common] add = "" +all = "" +admin_only = "" +assign = "" back = "" cancel = "" +change_file = "" +clear_search = "" close = "" collapse = "" confirm = "" @@ -892,25 +1151,36 @@ create = "" delete = "" details = "" edit = "" +export = "" +fail = "" +go_home = "" +view = "" hyphen = "" +manage = "" na = "" never = "" next = "" +none = "" page_of = "" prev = "" previous = "" qr = "" +reset = "" read_only = "" refresh = "" -requesting = "" +remove = "" resend = "" retry = "" save = "" search = "" +select = "" +select_file = "" +select_placeholder = "" show_more = "" language = "" language_ko = "" language_en = "" +success = "" theme_dark = "" theme_light = "" theme_toggle = "" @@ -921,10 +1191,6 @@ admin_only = "" command_only = "" system = "" -[ui.common.role] -admin = "" -user = "" - [ui.common.status] active = "" blocked = "" @@ -934,14 +1200,48 @@ ok = "" pending = "" success = "" +[test] +key = "" + +[non.existent] +key = "" + [ui.dev] brand = "" console_title = "" env_badge = "" scope_badge = "" +[ui.dev.nav] +clients = "" +logout = "" + +[ui.dev.audit] +load_more = "" +title = "" + +[ui.dev.audit.registry] +title = "" + +[ui.dev.audit.filter] +action = "" +client_id = "" +status_all = "" + +[ui.dev.audit.table] +action = "" +actor = "" +status = "" +target = "" +time = "" + +[ui.dev.profile] +menu_aria = "" +menu_title = "" +unknown_email = "" +unknown_name = "" + [ui.dev.clients] -copy_client_id = "" new = "" search_placeholder = "" tenant_scoped = "" @@ -951,11 +1251,17 @@ untitled = "" admin_session = "" tenant_selected = "" +[ui.dev.clients.filter] +status_all = "" +type_all = "" +type_label = "" + [ui.dev.clients.consents] export_csv = "" revoke = "" +revoked_at = "" +scope_label = "" search_placeholder = "" -status_all = "" status_label = "" status_revoked = "" subject = "" @@ -985,10 +1291,6 @@ user = "" [ui.dev.clients.details] -[ui.dev.clients.details.breadcrumb] -current = "" -section = "" - [ui.dev.clients.details.credentials] client_id = "" client_secret = "" @@ -1021,16 +1323,13 @@ settings = "" [ui.dev.clients.general] create = "" display_new = "" -save = "" title_create = "" title_edit = "" -[ui.dev.clients.general.breadcrumb] -section = "" - -[ui.dev.clients.general.footer] -client_id = "" -created_on = "" +[ui.dev.clients.federation] +title = "" +add_title = "" +add_btn = "" [ui.dev.clients.general.identity] description = "" @@ -1056,14 +1355,17 @@ title = "" description = "" mandatory = "" name = "" +delete = "" [ui.dev.clients.general.security] -confidential = "" -public = "" +private = "" +pkce = "" title = "" [ui.dev.clients.help] +docs_body = "" docs_title = "" +subtitle = "" title = "" view_guides = "" @@ -1080,9 +1382,15 @@ subtitle = "" title = "" [ui.dev.clients.registry] +description = "" subtitle = "" title = "" +[ui.dev.clients.scopes] +email = "" +openid = "" +profile = "" + [ui.dev.clients.table] actions = "" application = "" @@ -1092,8 +1400,8 @@ status = "" type = "" [ui.dev.clients.type] -confidential = "" -public = "" +pkce = "" +private = "" [ui.dev.dashboard] ready_badge = "" @@ -1129,6 +1437,14 @@ title = "" plane = "" subtitle = "" +[ui.dev.session] +active = "" +unknown = "" +expired = "" +expiring = "" +remaining = "" +refresh = "" +refreshing = "" [ui.userfront] app_title = "" @@ -1205,12 +1521,9 @@ login_id = "" password = "" [ui.userfront.login.link] -action_label = "" code_only = "" -page_title = "" resend_with_time = "" send = "" -title = "" [ui.userfront.login.qr] expired = "" @@ -1280,9 +1593,7 @@ organization = "" security = "" [ui.userfront.qr] -request_permission = "" rescan = "" -result_failure = "" result_success = "" title = "" diff --git a/devfront/src/locales/en.toml b/devfront/src/locales/en.toml index 0abda2df..7d9ca1f5 100644 --- a/devfront/src/locales/en.toml +++ b/devfront/src/locales/en.toml @@ -13,11 +13,35 @@ 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] @@ -43,12 +67,15 @@ missing = "Missing" [msg] [msg.admin] -logout_confirm = "Are you sure you want to log out?" 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] @@ -89,17 +116,40 @@ 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" @@ -107,6 +157,12 @@ subtitle = "Tenant isolation & least privilege by default" 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" @@ -122,12 +178,38 @@ 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] -delete_confirm = "Delete Tenant \\\"{{name}}\\\"?" +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" + +[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." + [msg.admin.tenants.create] subtitle = "Subtitle" @@ -142,13 +224,15 @@ subtitle = "Subtitle" subtitle = "Subtitle" [msg.admin.tenants.members] -empty = "Empty" +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." +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" @@ -160,15 +244,28 @@ 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." + [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" @@ -185,6 +282,7 @@ update_error = "Failed to User Edit." update_success = "Update Success" [msg.admin.users.detail.form] +field_required = "Required." name_required = "Name Required" [msg.admin.users.detail.security] @@ -196,11 +294,19 @@ 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" @@ -216,12 +322,9 @@ loading = "Loading audit logs..." subtitle = "Shows DevFront activity history within current tenant/app scope." [msg.dev.clients] -copy_client_id = "Copy Client Id" load_error = "Error loading clients: {{error}}" loading = "Loading apps..." showing = "Showing {{shown}} of {{total}} apps" -status_update_error = "Failed to update client status" -status_updated = "The app has been {{status}}." 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." @@ -232,28 +335,29 @@ 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 = "Client Secret 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 = "Warning: Rotating the Client Secret will invalidate the existing secret immediately.\nConnected applications may experience downtime. Do you want to proceed?" -rotate_error = "Failed to rotate secret: {{error}}" -save_error = "Failed to save: {{error}}" -secret_rotated = "Client Secret has been rotated." +rotate_confirm = "Rotate Confirm" +rotate_error = "Rotate Error" +save_error = "Save Error" +secret_rotated = "Secret Rotated" secret_unavailable = "SECRET_NOT_AVAILABLE" -subtitle = "Manage OIDC credentials and endpoints." +subtitle = "Subtitle" [msg.dev.clients.details.redirect] -description = "A list of allowed URLs to redirect users to after successful authentication. You can enter multiple URLs separated by commas." +description = "Description" [msg.dev.clients.details.security] -footer = "We recommend verifying admin session TTL, applying rate limits, and setting up notifications for secret rotation." -note = "Keep endpoints read-only and ensure that secret rotation and copying are tracked in audit logs." +footer = "Footer" +note = "Note" [msg.dev.clients.general] load_error = "Error loading client: {{error}}" @@ -288,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" @@ -365,7 +469,7 @@ empty = "Empty" load_error = "Load Error" [msg.userfront.error] -detail_contact = "msg.userfront.error.detail_contact" +detail_contact = "Please contact administrator." detail_generic = "Detail Generic" detail_request = "Detail Request" id = "Id" @@ -426,7 +530,6 @@ token_missing = "Token Missing" verification_failed = "Verification Failed" [msg.userfront.login.link] -approved = "Approved" helper = "Sending you a login link" missing_login_id = "Missing Login Id" missing_phone = "Missing Phone" @@ -489,8 +592,6 @@ organization = "Organization" security = "Security" [msg.userfront.qr] -approve_error = "Approve Error" -approve_success = "Approve Success" camera_error = "Camera Error" permission_error = "Permission Error" permission_required = "Permission Required" @@ -530,15 +631,15 @@ disabled = "Disabled" [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" +privacy_full = "Privacy Full" +tos_full = "Tos Full" [msg.userfront.signup.agreement] -title = "Title" +title = "Agreement Title" [msg.userfront.signup.auth] affiliate_notice = "Affiliate Notice" -title = "Title" +title = "Auth Title" [msg.userfront.signup.email] code_mismatch = "Code Mismatch" @@ -554,7 +655,7 @@ lowercase_required = "Lowercase Required" mismatch = "Mismatch" number_required = "Number Required" symbol_required = "Symbol Required" -title = "Title" +title = "Password Title" uppercase_required = "Uppercase Required" [msg.userfront.signup.password.rule] @@ -583,7 +684,7 @@ uppercase = "Uppercase" [msg.userfront.signup.profile] affiliate_hint = "Affiliate Hint" -title = "Title" +title = "Profile Title" [msg.userfront.signup.success] body = "Body" @@ -675,16 +776,30 @@ 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" @@ -704,6 +819,24 @@ 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" @@ -713,19 +846,54 @@ title = "Admin playbook" [ui.admin.overview.quick_links] add_tenant = "Tenant Add" -tenant_dashboard = "Tenant Dashboard" +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" -tenant_member = "TENANT MEMBER" +user = "TENANT MEMBER" [ui.admin.tenants] -add = "Tenant Add" -title = "Tenant List" +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" @@ -743,9 +911,11 @@ description = "Description" domains_label = "Allowed Domains (Comma separated)" domains_placeholder = "example.com, example.kr" name = "Tenant name" +parent = "Parent" slug = "Slug" slug_placeholder = "tenant-slug" status = "Status" +type = "Type" [ui.admin.tenants.create.memo] title = "Title" @@ -753,8 +923,28 @@ 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" @@ -762,28 +952,50 @@ 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 Changes" +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" type = "Type" type_boolean = "Boolean" +type_date = "Date" type_number = "Number" type_text = "Text" +validation_placeholder = "Regex Pattern (Optional)" [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" @@ -793,13 +1005,26 @@ 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" + [ui.admin.users.create] back = "Back" go_list = "Go List" @@ -822,14 +1047,18 @@ 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)" +tenant = "Tenant" tenant_global = "Tenant Global" [ui.admin.users.create.password_generated] @@ -844,7 +1073,7 @@ title = "User Details" section = "Users" [ui.admin.users.detail.custom_fields] -title = "Title" +multi_title = "Per-tenant Profile Management" [ui.admin.users.detail.form] department = "Department" @@ -855,7 +1084,7 @@ phone = "Phone number" phone_placeholder = "010-1234-5678" role = "Role" status = "Status" -tenant = "Tenant (Tenant)" +tenant = "Representative Affiliated Tenant" tenant_global = "Tenant Global" [ui.admin.users.detail.security] @@ -863,19 +1092,32 @@ 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" -delete_aria = "User Delete: {{name}}" -edit_aria = "User Edit: {{name}}" +bulk_import = "Bulk Import" +empty = "Empty" +fetch_error = "Fetch Error" search_placeholder = "Search Placeholder" -tenant_slug = "Slug: {{slug}}" +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] @@ -886,11 +1128,21 @@ 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" cancel = "Cancel" +change_file = "Change File" +clear_search = "Clear Search" close = "Close" collapse = "Collapse" confirm = "Confirm" @@ -899,40 +1151,46 @@ 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" -requesting = "Requesting" +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 = "한국어" +language_ko = "Korean" language_en = "English" +success = "Success" theme_dark = "Dark" theme_light = "Light" theme_toggle = "Theme Toggle" unknown = "Unknown" -view = "View" [ui.common.badge] admin_only = "Admin only" command_only = "Command only" system = "System" -[ui.common.role] -admin = "Admin" -user = "User" - [ui.common.status] active = "Active" blocked = "Blocked" @@ -942,6 +1200,12 @@ ok = "Ok" pending = "Pending" success = "Success" +[test] +key = "Test" + +[non.existent] +key = "Non-existent key" + [ui.dev] brand = "Brand" console_title = "Developer Console" @@ -949,7 +1213,6 @@ env_badge = "Env: dev" scope_badge = "Scoped to /dev" [ui.dev.nav] -audit_logs = "Audit Logs" clients = "Connected Application" logout = "Logout" @@ -972,8 +1235,13 @@ 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" + [ui.dev.clients] -copy_client_id = "Copy client id" new = "Add Connected Application" search_placeholder = "Search by app name or ID..." tenant_scoped = "Tenant-scoped" @@ -983,9 +1251,16 @@ untitled = "Untitled" 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:" @@ -1006,13 +1281,6 @@ active_grants = "Active Grants" avg_scopes = "Avg. Scopes per User" total_scopes = "Total Scopes Issued" -[ui.dev.clients.stats] -total = "Total Applications" -active_sessions = "Active Sessions" -auth_failures = "Auth Failures (24h)" -realtime = "Realtime" -stable = "Stable" - [ui.dev.clients.consents.table] action = "Action" first_granted = "First Granted" @@ -1024,10 +1292,6 @@ user = "User" [ui.dev.clients.details] -[ui.dev.clients.details.breadcrumb] -current = "App Details" -section = "Connected Applications" - [ui.dev.clients.details.credentials] client_id = "Client ID" client_secret = "Client Secret" @@ -1068,13 +1332,6 @@ title = "Identity Federation" add_title = "Add Identity Provider" add_btn = "Add Provider" -[ui.dev.clients.general.breadcrumb] -section = "Applications" - -[ui.dev.clients.general.footer] -client_id = "Client ID" -created_on = "Created On" - [ui.dev.clients.general.identity] description = "Description" description_placeholder = "Description Placeholder" @@ -1107,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" @@ -1124,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" @@ -1136,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" @@ -1180,6 +1445,7 @@ 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" @@ -1256,12 +1522,9 @@ login_id = "Emain or Phone Number" password = "Password" [ui.userfront.login.link] -action_label = "Action Label" code_only = "Code Only" -page_title = "Page Title" resend_with_time = "Resend With Time" send = "Send" -title = "Title" [ui.userfront.login.qr] expired = "Expired" @@ -1331,9 +1594,10 @@ organization = "Organization" security = "Security" [ui.userfront.qr] -request_permission = "Request Permission" +camera_error = "Camera Error" +permission_error = "Permission Error" +permission_required = "Permission Required" rescan = "Rescan" -result_failure = "Result Failure" result_success = "Result Success" title = "Scan QR Code" @@ -1393,15 +1657,3 @@ verify = "Verify" [ui.userfront.signup.success] action = "Action" - -[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" diff --git a/devfront/src/locales/ko.toml b/devfront/src/locales/ko.toml index 46e3d2e5..fe4f867c 100644 --- a/devfront/src/locales/ko.toml +++ b/devfront/src/locales/ko.toml @@ -13,11 +13,35 @@ jangheon = "장헌" ptc = "PTC" saman = "삼안" +[domain.tenant_type] +company = "COMPANY (일반 기업)" +company_group = "COMPANY_GROUP (그룹사/지주사)" +personal = "PERSONAL (개인 워크스페이스)" +user_group = "USER_GROUP (내부 부서/팀)" + [err] [err.common] unknown = "알 수 없는 오류가 발생했습니다." +[err.backend] +authorization_pending = "인증 승인이 아직 완료되지 않았습니다." +bad_request = "요청 값을 확인해 주세요." +conflict = "요청이 현재 상태와 충돌합니다." +expired_token = "토큰이 만료되었습니다." +forbidden = "요청이 허용되지 않습니다." +internal_error = "요청 처리 중 내부 오류가 발생했습니다." +invalid_code = "인증 코드가 올바르지 않습니다." +invalid_or_expired_code = "인증 코드가 유효하지 않거나 만료되었습니다." +invalid_session = "세션이 유효하지 않습니다." +invalid_session_reference = "세션 참조 정보가 유효하지 않습니다." +not_found = "요청한 인증 흐름을 찾을 수 없습니다." +not_supported = "지원하지 않는 로그인 방식입니다." +password_or_email_mismatch = "이메일 혹은 비밀번호가 일치하지 않습니다." +rate_limited = "요청이 너무 많습니다. 잠시 후 다시 시도해 주세요." +service_unavailable = "인증 서비스를 현재 사용할 수 없습니다." +slow_down = "요청 간격이 너무 빠릅니다. 잠시 후 다시 시도해 주세요." + [err.userfront] [err.userfront.auth_proxy] @@ -43,12 +67,15 @@ missing = "활성 세션이 없습니다." [msg] [msg.admin] -logout_confirm = "로그아웃 하시겠습니까?" idp_env_prod = "IDP env: prod" +logout_confirm = "로그아웃 하시겠습니까?" scope_admin = "Scoped to /admin" session_ttl = "Session TTL: 15m admin" tenant_headers = "Tenant-aware headers" +[msg.admin.common] +forbidden = "이 작업을 수행할 권한이 없습니다." + [msg.admin.api_keys] [msg.admin.api_keys.create] @@ -66,7 +93,7 @@ notice_emphasis = "지금 한 번만" notice_suffix = "표시됩니다." [msg.admin.api_keys.list] -delete_confirm = "API 키 \\\"{{name}}\\\"를 삭제할까요?" +delete_confirm = "API 키 \"{{name}}\"를 삭제할까요?" empty = "등록된 API 키가 없습니다." fetch_error = "API 키 목록 조회에 실패했습니다." subtitle = "서버 간 통신(Machine-to-Machine)을 위한 API 키를 발급하고 관리합니다." @@ -89,17 +116,40 @@ count = "로드된 로그 {{count}}건" [msg.admin.groups] +[msg.admin.groups.create] +description = "부서나 팀과 같은 새로운 조직 단위를 추가합니다." +title = "새 조직 단위 생성" + [msg.admin.groups.list] +create_error = "생성 실패" +create_success = "조직 단위가 생성되었습니다." +delete_confirm = "정말로 삭제하시겠습니까?" +delete_error = "삭제 실패" +delete_success = "조직 단위가 삭제되었습니다." +empty = "테넌트에 등록된 조직 단위가 없습니다." +import_error = "가져오기 실패" +import_success = "조직도가 임포트되었습니다." +loading = "로딩 중..." subtitle = "이 테넌트에 정의된 사용자 그룹 목록입니다." [msg.admin.groups.members] +add_success = "구성원이 추가되었습니다." count = "{{count}} 명" empty = "멤버가 없습니다." +remove_confirm = "제거하시겠습니까?" +remove_success = "구성원이 제외되었습니다." title = "[{{name}}] 멤버 관리" [msg.admin.groups.prompt] user_id = "추가할 사용자의 UUID를 입력하세요:" +[msg.admin.groups.roles] +assign_success = "역할이 할당되었습니다." +description = "이 조직의 구성원들이 대상 테넌트에서 상속받을 역할을 선택하세요." +empty = "할당된 역할이 없습니다." +remove_confirm = "역할을 회수하시겠습니까?" +remove_success = "역할이 회수되었습니다." + [msg.admin.header] subtitle = "Tenant isolation & least privilege by default" @@ -107,6 +157,12 @@ subtitle = "Tenant isolation & least privilege by default" idp_policy = "IDP 관리 키는 서버 내부 래핑 API로만 사용하며, 감사·레이트리밋을 기본 적용합니다." scope = "관리 기능은 /admin 네임스페이스에서만 노출합니다." +[msg.admin.org] +hover_member_info = "마우스를 올리면 상세 정보를 확인할 수 있습니다." +import_description = "CSV 파일을 업로드하여 조직도를 일괄 등록합니다." +import_error = "조직도 임포트 중 오류가 발생했습니다." +import_success = "조직도가 성공적으로 임포트되었습니다." + [msg.admin.overview] description = "모든 테넌트 공통 지표와 정책 상태를 한 곳에서 확인합니다." idp_fallback = "Fallback: Descope" @@ -122,17 +178,43 @@ tenant_title = "Tenant isolation" [msg.admin.overview.quick_links] description = "주요 운영 화면으로 바로 이동합니다." +[msg.admin.overview.summary] +audit_events_24h = "최근 24시간 감사 로그" +oidc_clients = "등록된 OIDC 클라이언트" +policy_gate = "정책 가이트 상태" +total_tenants = "전체 테넌트 수" + [msg.admin.tenants] -delete_confirm = "테넌트 \\\"{{name}}\\\"를 삭제할까요?" +approve_confirm = "이 테넌트를 승인하시겠습니까?" +approve_success = "테넌트가 승인되었습니다." +delete_confirm = "테넌트 \"{{name}}\"를 삭제할까요?" +delete_success = "테넌트가 삭제되었습니다." empty = "아직 등록된 테넌트가 없습니다." fetch_error = "테넌트 목록 조회에 실패했습니다." +missing_id = "테넌트 ID가 없습니다." +not_found = "테넌트를 찾을 수 없습니다." +remove_sub_confirm = "테넌트 \"{{name}}\"을(를) 하위 조직에서 제외할까요?" subtitle = "현재 등록된 테넌트를 확인하고 상태를 관리합니다." +[msg.admin.tenants.admins] +add_success = "관리자가 추가되었습니다." +empty = "등록된 관리자가 없습니다." +remove_confirm = "관리자를 삭제하시겠습니까?" +remove_success = "권한이 회수되었습니다." +subtitle = "이 테넌트의 자원을 관리할 수 있는 사용자 목록입니다." + +[msg.admin.tenants.owners] +add_success = "소유자가 추가되었습니다." +empty = "등록된 소유자가 없습니다." +remove_confirm = "소유자를 삭제하시겠습니까?" +remove_success = "소유자 권한이 회수되었습니다." +subtitle = "이 테넌트의 최상위 권한을 가진 소유자(조직장) 목록입니다." + [msg.admin.tenants.create] subtitle = "글로벌 운영 기준의 신규 테넌트를 등록합니다." [msg.admin.tenants.create.form] -domains_help = "Users with these email domains will be automatically assigned to this tenant." +domains_help = "이 도메인을 가진 이메일로 가입한 사용자는 자동으로 이 테넌트에 배정됩니다." [msg.admin.tenants.create.memo] body = "생성 직후에는 기본 활성 상태로 부여되며, 필요 시 상태를 수정하세요." @@ -142,17 +224,19 @@ subtitle = "Tenant 권한 정책은 추후 Keto 연계로 확장 예정입니다 subtitle = "필수 정보만 입력해도 생성 가능합니다. Slug는 없으면 자동 생성됩니다." [msg.admin.tenants.members] +desc = "조직에 소속된 사용자 목록을 확인합니다." empty = "소속된 사용자가 없습니다." +limit_notice = "하위 조직이 많아 상위 10개 조직의 멤버만 표시됩니다." [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" +empty = "등록된 커스텀 필드가 없습니다. 필드 추가를 눌러 시작하세요." +missing_id = "테넌트 ID가 없습니다." +subtitle = "이 테넌트의 사용자에게 적용할 커스텀 속성을 정의합니다." +update_error = "스키마 업데이트에 실패했습니다." +update_success = "스키마가 성공적으로 업데이트되었습니다." [msg.admin.tenants.sub] empty = "하위 테넌트가 없습니다." @@ -160,15 +244,28 @@ subtitle = "현재 테넌트 하위에 생성된 조직입니다." [msg.admin.users] +[msg.admin.users.bulk] +delete_confirm = "선택한 {{count}}명의 사용자를 정말로 삭제하시겠습니까?" +delete_success = "{{count}}명의 사용자가 삭제되었습니다." +description = "CSV 파일을 통해 사용자를 일괄 등록하거나 관리합니다." +move_description = "선택한 사용자를 다른 테넌트로 일괄 이동합니다." +move_error = "사용자 이동 중 오류가 발생했습니다." +move_success = "{{count}}명의 사용자가 성공적으로 이동되었습니다." +parsed_count = "{{count}}행의 데이터가 파싱되었습니다." +update_success = "사용자 정보가 일괄 업데이트되었습니다." + [msg.admin.users.create] error = "사용자 생성에 실패했습니다." password_required = "비밀번호를 입력하거나 자동 생성을 사용해 주세요." +success = "사용자가 성공적으로 생성되었습니다." [msg.admin.users.create.account] subtitle = "새로운 사용자를 시스템에 등록합니다." [msg.admin.users.create.form] email_required = "이메일은 필수입니다." +field_invalid = "{{label}} 형식이 올바르지 않습니다." +field_required = "{{label}}은(는) 필수입니다." name_required = "이름은 필수입니다." password_auto_help = "비워두면 시스템이 초기 비밀번호를 자동 생성합니다." password_manual_help = "초기 비밀번호를 직접 설정합니다." @@ -185,24 +282,33 @@ update_error = "사용자 수정에 실패했습니다." update_success = "사용자 정보가 수정되었습니다." [msg.admin.users.detail.form] +field_required = "필수입니다." name_required = "이름은 필수입니다." [msg.admin.users.detail.security] password_hint = "비밀번호를 변경하려면 입력하세요. 비워두면 현재 비밀번호가 유지됩니다." [msg.admin.users.list] -delete_confirm = "사용자 \\\"{{name}}\\\"을(를) 정말 삭제하시겠습니까?" +delete_confirm = "사용자 \"{{name}}\"을(를) 정말 삭제하시겠습니까?" empty = "검색 결과가 없습니다." fetch_error = "사용자 목록 조회에 실패했습니다." subtitle = "시스템 사용자를 조회하고 관리합니다. (Local DB)" +[msg.admin.users.list.columns] +description = "테이블에 표시할 컬럼을 선택합니다." +no_custom = "이 테넌트에 정의된 커스텀 필드가 없습니다." + [msg.admin.users.list.registry] count = "총 {{count}}명의 사용자가 등록되어 있습니다." [msg.common] +error = "오류가 발생했습니다." loading = "로딩 중..." +no_description = "설명이 없습니다." +parsing = "데이터 파싱 중..." +requesting = "요청 중..." saving = "저장 중..." -unknown_error = "unknown error" +unknown_error = "알 수 없는 오류" [msg.dev] logout_confirm = "로그아웃 하시겠습니까?" @@ -216,20 +322,18 @@ loading = "감사 로그를 불러오는 중..." subtitle = "현재 테넌트/앱 범위의 DevFront 작업 이력을 조회합니다." [msg.dev.clients] -copy_client_id = "Client ID가 복사되었습니다." +deleted = "앱이 삭제되었습니다." +delete_confirm = "정말로 이 앱을 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다." +delete_error = "삭제 실패: {{error}}" load_error = "Error loading clients: {{error}}" loading = "Loading apps..." showing = "Showing {{shown}} of {{total}} apps" -status_update_error = "Failed to update client status" -status_updated = "앱이 {{status}}되었습니다." -deleted = "앱이 삭제되었습니다." -delete_error = "삭제 실패: {{error}}" -delete_confirm = "정말로 이 앱을 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다." [msg.dev.clients.consents] empty = "No consents found." load_error = "Error loading consents: {{error}}" loading = "Loading consents..." +revoke_confirm = "정말로 이 사용자의 권한을 철회하시겠습니까? 철회 시 사용자는 다음 접속 시 다시 동의해야 합니다." showing = "Showing {{from}} to {{to}} of {{total}} users" subtitle = "OIDC Relying Party 사용자 권한을 검토·관리합니다." @@ -241,7 +345,7 @@ load_error = "Error loading client: {{error}}" loading = "Loading client..." missing_id = "Client ID가 필요합니다." redirect_saved = "Redirect URIs가 저장되었습니다." -rotate_confirm = "경고: Client Secret을 재발급하면 기존 시크릿은 즉시 무효화됩니다.\\\\n연동된 애플리케이션이 중단될 수 있습니다. 계속하시겠습니까?" +rotate_confirm = "경고: Client Secret을 재발급하면 기존 시크릿은 즉시 무효화됩니다.\n연동된 애플리케이션이 중단될 수 있습니다. 계속하시겠습니까?" rotate_error = "재발급 실패: {{error}}" save_error = "저장 실패: {{error}}" secret_rotated = "Client Secret이 재발급되었습니다." @@ -258,14 +362,14 @@ note = "엔드포인트는 읽기 전용으로 유지하고, 비밀키 재발행 [msg.dev.clients.general] load_error = "Error loading client: {{error}}" loading = "Loading client..." -saved = "설정이 저장되었습니다." save_error = "저장 실패: {{error}}" +saved = "설정이 저장되었습니다." status_changed = "상태가 {{status}}로 변경되었습니다." [msg.dev.clients.federation] -subtitle = "이 애플리케이션의 외부 IdP 설정을 관리합니다." add_subtitle = "외부 OIDC 제공자를 연결합니다." empty = "등록된 IdP 설정이 없습니다." +subtitle = "이 애플리케이션의 외부 IdP 설정을 관리합니다." [msg.dev.clients.general.identity] logo_help = "인증 화면에 표시될 PNG/SVG URL입니다." @@ -279,8 +383,8 @@ empty = "등록된 스코프가 없습니다." subtitle = "이 앱이 요청할 수 있는 권한 범위를 정의합니다." [msg.dev.clients.general.security] -private_help = "Server side App (서버 사이드 앱): Node.js, Java 등 비밀키를 안전하게 보관 가능한 경우 사용합니다." pkce_help = "PKCE 앱 (SPA/모바일): 브라우저나 앱처럼 비밀키를 보관하기 어려운 경우 사용하며, PKCE가 강제됩니다." +private_help = "Server side App (서버 사이드 앱): Node.js, Java 등 비밀키를 안전하게 보관 가능한 경우 사용합니다." subtitle = "앱 유형을 선택하세요. 보안 수준에 따라 인증 방식이 달라집니다." [msg.dev.clients.help] @@ -333,7 +437,6 @@ approved_device = "승인 기기: {{device}}" approved_ip = "승인 IP: {{ip}}" audit_empty = "최근 접속 이력이 없습니다." audit_load_error = "접속이력을 불러오지 못했습니다." -render_error = "대시보드 렌더링 오류: {{error}}" auth_method = "인증수단: {{method}}" client_id = "Client ID: {{id}}" client_id_missing = "Client ID 없음" @@ -341,6 +444,7 @@ current_status = "현재 상태: {{status}}" last_auth = "최근 인증: {{value}}" link_missing = "이동할 페이지 주소(Client URI)가 설정되지 않았습니다." link_open_error = "해당 링크를 열 수 없습니다." +render_error = "대시보드 렌더링 오류: {{error}}" session_id_copied = "세션 ID가 복사되었습니다." [msg.userfront.dashboard.activities] @@ -349,12 +453,12 @@ empty_detail = "앱을 연동하면 최근 활동과 상태가 표시됩니다." error = "연동 정보를 불러오지 못했습니다." [msg.userfront.dashboard.approved_session] -copy_click = "{{label}}: {{id}}\\\\\\\\n클릭하면 복사됩니다." -copy_tap = "{{label}}: {{id}}\\\\\\\\n탭하면 복사됩니다." +copy_click = "{{label}}: {{id}}\n클릭하면 복사됩니다." +copy_tap = "{{label}}: {{id}}\n탭하면 복사됩니다." none = "{{label}} 없음" [msg.userfront.dashboard.revoke] -confirm = "{{app}} 앱과의 연동을 해지하시겠습니까?\\\\\\\\n해지하면 다음 로그인 시 다시 동의가 필요합니다." +confirm = "{{app}} 앱과의 연동을 해지하시겠습니까?\n해지하면 다음 로그인 시 다시 동의가 필요합니다." error = "해지 실패: {{error}}" success = "{{app}} 연동이 해지되었습니다." @@ -365,7 +469,7 @@ empty = "요청된 권한이 없습니다." load_error = "접속이력을 불러오지 못했습니다." [msg.userfront.error] -detail_contact = "msg.userfront.error.detail_contact" +detail_contact = "관리자에게 문의해 주세요." detail_generic = "오류가 발생했습니다." detail_request = "요청을 처리하는 중 문제가 발생했습니다." id = "오류 ID: {{id}}" @@ -376,15 +480,15 @@ type = "오류 종류: {{type}}" [msg.userfront.error.whitelist] "$normalizedCode" = "{{error}}" -settings_disabled = "현재 계정 설정 화면은 준비 중입니다." +bad_request = "입력값을 확인해 주세요." invalid_session = "세션이 만료되었습니다. 다시 로그인해 주세요." -verification_required = "추가 인증이 필요합니다. 안내에 따라 진행해 주세요." +not_found = "요청한 페이지를 찾을 수 없습니다." +password_or_email_mismatch = "이메일 혹은 비밀번호가 일치하지 않습니다." +rate_limited = "요청이 많습니다. 잠시 후 다시 시도해 주세요." recovery_expired = "재설정 링크가 만료되었습니다. 다시 요청해 주세요." recovery_invalid = "재설정 링크가 유효하지 않습니다." -rate_limited = "요청이 많습니다. 잠시 후 다시 시도해 주세요." -not_found = "요청한 페이지를 찾을 수 없습니다." -bad_request = "입력값을 확인해 주세요." -password_or_email_mismatch = "이메일 혹은 비밀번호가 일치하지 않습니다." +settings_disabled = "현재 계정 설정 화면은 준비 중입니다." +verification_required = "추가 인증이 필요합니다. 안내에 따라 진행해 주세요." [msg.userfront.error.ory] "$normalizedCode" = "{{error}}" @@ -426,7 +530,6 @@ token_missing = "로그인 토큰을 확인할 수 없습니다." verification_failed = "승인 처리에 실패했습니다: {{error}}" [msg.userfront.login.link] -approved = "링크로 로그인 되었습니다. 잠시 후 로그인 화면으로 이동합니다." helper = "입력하신 정보로 로그인 링크를 전송합니다." missing_login_id = "이메일 또는 휴대폰 번호를 입력해 주세요." missing_phone = "휴대폰 번호를 입력해 주세요." @@ -445,7 +548,7 @@ scan_hint = "모바일 앱으로 스캔하세요" invalid = "문자 2개와 숫자 6자리를 입력해 주세요." [msg.userfront.login.unregistered] -body = "가입되지 않은 정보입니다.\\\\n회원가입 후 이용해 주세요." +body = "가입되지 않은 정보입니다.\n회원가입 후 이용해 주세요." [msg.userfront.login.verification] approved = "승인되었습니다. 로그인은 요청하신 창에서 완료됩니다." @@ -489,8 +592,6 @@ organization = "소속 및 구분 정보입니다." security = "비밀번호를 안전하게 관리합니다." [msg.userfront.qr] -approve_error = "QR 승인 실패: {{error}}" -approve_success = "QR 승인 완료! PC 화면에서 로그인이 진행됩니다." camera_error = "카메라 오류: {{error}}" permission_error = "카메라 권한 요청에 실패했습니다. 브라우저/OS 설정을 확인해주세요." permission_required = "카메라 권한이 필요합니다." @@ -530,15 +631,15 @@ disabled = "현재 계정 설정 화면은 준비 중입니다." [msg.userfront.signup] failed = "가입 실패: {{error}}" -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" +privacy_full = "개인정보 수집 및 이용 동의 전문..." +tos_full = "서비스 이용약관 전문..." [msg.userfront.signup.agreement] -title = "서비스 이용을 위해\\\\n약관에 동의해주세요" +title = "서비스 이용을 위해\n약관에 동의해주세요" [msg.userfront.signup.auth] affiliate_notice = "가족사 회원의 경우 반드시 회사 공식 이메일을 입력해주세요." -title = "본인 확인을 위해\\\\n인증을 진행해주세요" +title = "본인 확인을 위해\n인증을 진행해주세요" [msg.userfront.signup.email] code_mismatch = "인증코드가 일치하지 않습니다." @@ -554,7 +655,7 @@ lowercase_required = "소문자가 최소 1개 이상 포함되어야 합니다. mismatch = "비밀번호가 일치하지 않습니다." number_required = "숫자가 최소 1개 이상 포함되어야 합니다." symbol_required = "특수문자가 최소 1개 이상 포함되어야 합니다." -title = "마지막으로\\\\n비밀번호를 설정해주세요" +title = "마지막으로\n비밀번호를 설정해주세요" uppercase_required = "대문자가 최소 1개 이상 포함되어야 합니다." [msg.userfront.signup.password.rule] @@ -583,7 +684,7 @@ uppercase = "대문자" [msg.userfront.signup.profile] affiliate_hint = "가족사 이메일 사용 시 자동으로 선택됩니다." -title = "회원님의\\\\n소속 정보를 알려주세요" +title = "회원님의\n소속 정보를 알려주세요" [msg.userfront.signup.success] body = "성공적으로 가입되었습니다." @@ -675,16 +776,30 @@ status = "STATUS" time = "TIME" [ui.admin.groups] +import_csv = "CSV 임포트" [ui.admin.groups.create] +description = "부서나 팀과 같은 새로운 조직 단위를 추가합니다." title = "새 그룹 생성" +[ui.admin.groups.detail] +breadcrumb_org = "조직 관리 목록으로 돌아가기" +breadcrumb_tenant = "테넌트 상세" +breadcrumb_unit = "조직 단위" +members_subtitle = "이 조직에 소속된 사용자를 관리합니다." +members_title = "구성원 관리" +permissions_subtitle = "이 조직이 다른 테넌트에 가지는 역할을 정의합니다." +permissions_title = "권한 관리" + [ui.admin.groups.form] desc_label = "설명" desc_placeholder = "그룹 용도 설명" name_label = "그룹 이름" name_placeholder = "예: 개발팀, 인사팀" +parent_label = "상위 조직" submit = "생성하기" +unit_level_label = "조직 레벨" +unit_level_placeholder = "예: 본부, 팀" [ui.admin.groups.list] title = "User Groups" @@ -704,6 +819,24 @@ name = "NAME" [ui.admin.header] plane = "Admin Plane" +[ui.admin.nav] +api_keys = "API 키" +audit_logs = "감사 로그" +auth_guard = "인증 가드" +logout = "로그아웃" +overview = "개요" +relying_parties = "애플리케이션(RP)" +tenant_dashboard = "테넌트 대시보드" +user_groups = "유저 그룹" +tenants = "테넌트" +users = "사용자" + +[ui.admin.org] +download_template = "템플릿 다운로드" +import_btn = "임포트" +import_title = "조직도 대량 등록" +start_import = "임포트 시작" + [ui.admin.overview] kicker = "Global Overview" title = "Tenant-independent control plane" @@ -713,20 +846,55 @@ title = "Admin playbook" [ui.admin.overview.quick_links] add_tenant = "테넌트 추가" -tenant_dashboard = "테넌트 대시보드" +api_key_management = "API 키 관리" +user_management = "사용자 관리" title = "빠른 이동" view_audit_logs = "감사 로그 보기" +[ui.admin.overview.summary] +audit_events_24h = "24시간 이벤트" +oidc_clients = "OIDC 클라이언트" +policy_gate = "정책 게이트" +total_tenants = "전체 테넌트 수" + +[ui.admin.profile] +manageable_tenants = "관리 가능한 테넌트" + [ui.admin.role] rp_admin = "RP ADMIN" super_admin = "SUPER ADMIN" tenant_admin = "TENANT ADMIN" -tenant_member = "TENANT MEMBER" +user = "TENANT MEMBER" [ui.admin.tenants] add = "테넌트 추가" title = "테넌트 목록" +[ui.admin.tenants.admins] +add_button = "관리자 추가" +already_admin = "이미 관리자" +dialog_description = "이름 또는 이메일로 사용자를 검색하세요." +dialog_no_results = "검색 결과가 없습니다." +dialog_search_hint = "검색어를 입력해 주세요." +dialog_search_placeholder = "사용자 검색 (최소 2자)..." +dialog_title = "새 관리자 추가" +remove_title = "관리자 권한 회수" +table_actions = "액션" +table_email = "이메일" +table_name = "이름" +title = "테넌트 관리자" + +[ui.admin.tenants.owners] +add_button = "소유자 추가" +already_owner = "이미 소유자" +dialog_description = "이름 또는 이메일로 사용자를 검색하세요." +dialog_title = "새 소유자 추가" +remove_title = "소유자 권한 회수" +table_actions = "액션" +table_email = "이메일" +table_name = "이름" +title = "테넌트 소유자" + [ui.admin.tenants.breadcrumb] list = "List" section = "Tenants" @@ -739,13 +907,15 @@ action = "Create" section = "Tenants" [ui.admin.tenants.create.form] -description = "Description" +description = "설명" domains_label = "Allowed Domains (Comma separated)" domains_placeholder = "example.com, example.kr" -name = "Tenant name" +name = "테넌트 이름" +parent = "상위 테넌트" slug = "Slug" slug_placeholder = "tenant-slug" -status = "Status" +status = "상태" +type = "유형" [ui.admin.tenants.create.memo] title = "정책 메모" @@ -753,8 +923,28 @@ title = "정책 메모" [ui.admin.tenants.create.profile] title = "Tenant Profile" +[ui.admin.tenants.detail] +breadcrumb_list = "테넌트 목록" +header_subtitle = "테넌트 정보를 수정하거나 연동 설정을 관리합니다." +loading = "불러오는 중..." +tab_federation = "외부 연동" +tab_organization = "조직 관리" +tab_permissions = "권한" +tab_profile = "프로필" +tab_schema = "사용자 스키마" +title = "상세" + +[ui.admin.tenants.list] +select_placeholder = "테넌트를 선택하세요" + [ui.admin.tenants.members] -title = "Tenant Members ({{count}})" +descendants = "하위 조직 멤버" +direct = "소속 멤버" +direct_label = "직속" +list_title = "구성원 관리" +title = "테넌트 구성원 ({{count}})" +total = "전체" +total_label = "전체" [ui.admin.tenants.members.table] email = "EMAIL" @@ -762,28 +952,50 @@ name = "NAME" role = "ROLE" status = "STATUS" +[ui.admin.tenants.profile] +allowed_domains = "허용된 도메인 (콤마로 구분)" +allowed_domains_help = "이 도메인을 가진 이메일로 가입한 사용자는 자동으로 이 테넌트에 배정됩니다." +approve_button = "테넌트 승인" +description = "설명" +name = "테넌트 이름" +slug = "슬러그 (Slug)" +status = "상태" +subtitle = "슬러그 및 상태 변경은 즉시 적용됩니다." +title = "테넌트 프로필" +type = "테넌트 유형" + [ui.admin.tenants.registry] title = "Tenant registry" [ui.admin.tenants.schema] -add_field = "Add Field" -save = "Save Schema Changes" +add_field = "필드 추가" +save = "스키마 저장" title = "User Schema Extension" [ui.admin.tenants.schema.field] +admin_only = "관리자 전용" key = "Field Key (ID)" key_placeholder = "e.g. employee_id" -label = "Display Label" -label_placeholder = "e.g. 사번" -type = "Type" +label = "표시 레이블" +label_placeholder = "예: 사번" +required = "필수 여부" +type = "타입" type_boolean = "Boolean" +type_date = "Date" type_number = "Number" type_text = "Text" +validation_placeholder = "정규표현식 (선택 사항)" [ui.admin.tenants.sub] add = "하위 테넌트 추가" +add_dialog_desc = "하위 테넌트로 추가할 테넌트를 선택하세요." +add_dialog_title = "하위 테넌트 추가" +add_existing = "기존 테넌트 추가" manage = "관리" -title = "Sub-tenants ({{count}})" +no_candidates = "추가 가능한 테넌트가 없습니다." +search_placeholder = "검색..." +title = "하위 테넌트 ({{count}})" +tree_search_placeholder = "트리에서 검색..." [ui.admin.tenants.sub.table] action = "ACTION" @@ -793,13 +1005,26 @@ status = "STATUS" [ui.admin.tenants.table] actions = "ACTIONS" +members = "멤버수" name = "NAME" slug = "SLUG" status = "STATUS" +type = "유형" updated = "UPDATED" [ui.admin.users] +[ui.admin.users.bulk] +do_move = "이동 실행" +download_template = "템플릿 받기" +move_group = "테넌트 일괄 이동" +move_title = "사용자 일괄 이동" +no_department = "부서 없음" +select_group = "대상 테넌트 선택" +selected_count = "{{count}}명 선택됨" +start_upload = "업로드 시작" +title = "일괄 작업" + [ui.admin.users.create] back = "목록으로 돌아가기" go_list = "목록으로 이동" @@ -822,15 +1047,19 @@ department = "부서" department_placeholder = "개발팀" email = "이메일" email_placeholder = "user@example.com" +job_title = "직무" +job_title_placeholder = "프론트엔드 개발" name = "이름" name_placeholder = "홍길동" password = "비밀번호" password_placeholder = "********" phone = "전화번호" phone_placeholder = "010-1234-5678" -role = "역할 (Role)" -tenant = "테넌트 (Tenant)" -tenant_global = "시스템 전역 (소속 없음)" +position = "직급" +position_placeholder = "수석/책임/선임" +role = "역할" +tenant = "테넌트" +tenant_global = "시스템 전역" [ui.admin.users.create.password_generated] title = "초기 비밀번호 생성 완료" @@ -844,7 +1073,7 @@ title = "사용자 상세" section = "Users" [ui.admin.users.detail.custom_fields] -title = "테넌트 확장 정보 (Custom Fields)" +multi_title = "테넌트별 프로필 관리" [ui.admin.users.detail.form] department = "부서" @@ -853,30 +1082,43 @@ name = "이름" name_placeholder = "홍길동" phone = "전화번호" phone_placeholder = "010-1234-5678" -role = "역할 (Role)" +role = "역할" status = "상태" -tenant = "테넌트 (Tenant)" -tenant_global = "시스템 전역 (소속 없음)" +tenant = "대표 소속 테넌트" +tenant_global = "시스템 전역" [ui.admin.users.detail.security] password = "비밀번호 변경" password_placeholder = "변경할 경우에만 입력" title = "보안 설정" +[ui.admin.users.detail.tenants_section] +additional = "추가 소속/관리 테넌트" +primary = "대표 소속 테넌트" +title = "소속 및 조직 정보" + [ui.admin.users.list] add = "사용자 추가" -delete_aria = "사용자 삭제: {{name}}" -edit_aria = "사용자 수정: {{name}}" +bulk_import = "일괄 임포트" +empty = "검색 결과가 없습니다." +fetch_error = "사용자 목록 조회에 실패했습니다." search_placeholder = "이름 또는 이메일 검색..." -tenant_slug = "Slug: {{slug}}" +subtitle = "시스템 사용자를 조회하고 관리합니다." title = "사용자 관리" [ui.admin.users.list.breadcrumb] list = "List" section = "Users" +[ui.admin.users.list.columns] +title = "컬럼 설정" + +[ui.admin.users.list.filter] +tenant = "테넌트 필터" + [ui.admin.users.list.registry] -title = "User Registry" +count = "총 {{count}}명의 사용자가 등록되어 있습니다." +title = "사용자 레지스트리" [ui.admin.users.list.table] actions = "ACTIONS" @@ -886,11 +1128,21 @@ role = "ROLE" status = "STATUS" tenant_dept = "TENANT / DEPT" +[ui.admin.users.table] +email = "이메일" +name = "이름" +role = "역할" + [ui.common] add = "추가" +all = "전체" +admin_only = "관리자 전용" +assign = "할당" back = "돌아가기" cancel = "취소" +change_file = "파일 변경" +clear_search = "검색 초기화" close = "닫기" collapse = "접기" confirm = "확인" @@ -899,40 +1151,46 @@ create = "생성" delete = "삭제" details = "상세정보" edit = "편집" +export = "내보내기" +fail = "실패" +go_home = "홈으로" +view = "보기" hyphen = "-" +manage = "관리" na = "N/A" never = "Never" -next = "Next" +next = "다음" +none = "없음" page_of = "Page {{page}} of {{total}}" prev = "이전" -previous = "Previous" +previous = "이전" qr = "QR" +reset = "초기화" read_only = "읽기 전용" refresh = "새로고침" -requesting = "요청 중..." +remove = "제외" resend = "재발송" retry = "다시 시도" save = "저장" search = "검색" +select = "선택" +select_file = "파일 선택" +select_placeholder = "선택하세요" show_more = "+ 더보기" language = "언어" language_ko = "한국어" language_en = "English" +success = "성공" theme_dark = "Dark" theme_light = "Light" theme_toggle = "테마 전환" unknown = "Unknown" -view = "보기" [ui.common.badge] admin_only = "Admin only" command_only = "Command only" system = "System" -[ui.common.role] -admin = "Admin" -user = "User" - [ui.common.status] active = "활성" blocked = "차단됨" @@ -942,6 +1200,12 @@ ok = "정상" pending = "준비 중" success = "성공" +[test] +key = "테스트" + +[non.existent] +key = "존재하지 않는 키" + [ui.dev] brand = "Baron 로그인" console_title = "Developer Console" @@ -949,7 +1213,6 @@ env_badge = "Env: dev" scope_badge = "Scoped to /dev" [ui.dev.nav] -audit_logs = "감사 로그" clients = "연동 앱" logout = "로그아웃" @@ -972,8 +1235,13 @@ status = "상태" target = "대상" time = "시간" +[ui.dev.profile] +menu_aria = "계정 메뉴 열기" +menu_title = "계정" +unknown_email = "unknown@example.com" +unknown_name = "Unknown User" + [ui.dev.clients] -copy_client_id = "Copy client id" new = "연동 앱 추가" search_placeholder = "연동 앱 이름/ID로 검색..." tenant_scoped = "Tenant-scoped" @@ -983,52 +1251,46 @@ untitled = "Untitled" admin_session = "관리자 세션" tenant_selected = "테넌트: 선택됨" -[ui.dev.clients.consents] -export_csv = "CSV 내보내기" -revoke = "권한 철회" -revoked_at = "철회일: " -search_placeholder = "사용자 ID, 이름, 이메일로 검색" +[ui.dev.clients.filter] status_all = "모든 상태" -status_label = "상태:" -status_revoked = "철회됨" -subject = "사용자 ID" -title = "사용자 동의 권한 관리" +type_all = "모든 유형" +type_label = "유형:" + +[ui.dev.clients.consents] +export_csv = "Export CSV" +revoke = "Revoke" +revoked_at = "철회일: " +scope_label = "권한:" +search_placeholder = "사용자 ID, 이름, 이메일로 검색" +status_label = "Status:" +status_revoked = "Revoked" +subject = "Subject" +title = "User Consent Grants" [ui.dev.clients.consents.breadcrumb] -clients = "애플리케이션" -current = "사용자 동의 권한" -home = "홈" +clients = "Clients" +current = "User Consent Grants" +home = "Home" [ui.dev.clients.consents.filters] -advanced = "상세 필터" +advanced = "Advanced Filters" [ui.dev.clients.consents.stats] -active_grants = "활성 권한" -avg_scopes = "사용자당 평균 권한 수" -total_scopes = "전체 부여된 권한 수" - -[ui.dev.clients.stats] -total = "총 애플리케이션" -active_sessions = "활성 세션" -auth_failures = "인증 실패 (24h)" -realtime = "실시간" -stable = "안정" +active_grants = "Active Grants" +avg_scopes = "Avg. Scopes per User" +total_scopes = "Total Scopes Issued" [ui.dev.clients.consents.table] -action = "작업" -first_granted = "최초 동의" -last_auth = "최근 인증 / 철회" -scopes = "부여된 권한 (Scopes)" -status = "상태" -tenant = "테넌트" -user = "사용자" +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.breadcrumb] -current = "연동 앱 상세" -section = "연동 앱" - [ui.dev.clients.details.credentials] client_id = "Client ID" client_secret = "Client Secret" @@ -1069,13 +1331,6 @@ title = "Identity Federation" add_title = "Add Identity Provider" add_btn = "Add Provider" -[ui.dev.clients.general.breadcrumb] -section = "Applications" - -[ui.dev.clients.general.footer] -client_id = "Client ID" -created_on = "Created On" - [ui.dev.clients.general.identity] description = "Description" description_placeholder = "앱에 대한 간단한 설명을 입력하세요." @@ -1108,7 +1363,9 @@ pkce = "PKCE" title = "보안 설정" [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" @@ -1125,9 +1382,15 @@ subtitle = "Tenant admin on-call" title = "Owner" [ui.dev.clients.registry] +description = "OIDC 앱, 인증 방식, 리다이렉트 URI, 비밀키 재발행을 감사 로그와 함께 관리합니다." subtitle = "연동 앱" title = "RP registry" +[ui.dev.clients.scopes] +email = "이메일 주소 접근" +openid = "OIDC 인증 필수 스코프" +profile = "기본 프로필 정보 접근" + [ui.dev.clients.table] actions = "액션" application = "애플리케이션" @@ -1175,12 +1438,13 @@ plane = "Dev Plane" subtitle = "Manage your applications" [ui.dev.session] -active = "만료 시간 확인 중..." -unknown = "확인 불가" +active = "세션 활성" +unknown = "알 수 없음" expired = "세션 만료" expiring = "만료 임박: {{minutes}}분 {{seconds}}초 남음" remaining = "만료 예정: {{minutes}}분 {{seconds}}초 남음" refresh = "세션 만료 시간 갱신" +refreshing = "세션 만료 시간 갱신 중..." [ui.userfront] app_title = "Baron SW 포탈" @@ -1257,12 +1521,9 @@ login_id = "이메일 또는 휴대폰 번호" password = "비밀번호" [ui.userfront.login.link] -action_label = "로그인 화면으로 이동" code_only = "코드만 받기({{time}})" -page_title = "링크 로그인" resend_with_time = "재발송 ({{time}})" send = "로그인 링크 전송" -title = "링크 로그인 완료" [ui.userfront.login.qr] expired = "QR 코드 만료됨" @@ -1332,9 +1593,7 @@ organization = "조직 정보" security = "보안" [ui.userfront.qr] -request_permission = "카메라 권한 요청하기" rescan = "다시 스캔" -result_failure = "승인 실패" result_success = "승인 완료" title = "Scan QR Code" @@ -1394,15 +1653,3 @@ verify = "본인인증" [ui.userfront.signup.success] action = "로그인하기" - -[ui.admin.nav] -api_keys = "API 키" -audit_logs = "감사 로그" -auth_guard = "인증 가드" -logout = "로그아웃" -overview = "개요" -relying_parties = "애플리케이션(RP)" -tenant_dashboard = "테넌트 대시보드" -user_groups = "유저 그룹" -tenants = "테넌트" -users = "사용자" diff --git a/devfront/src/locales/template.toml b/devfront/src/locales/template.toml index b2603ada..c60e787d 100644 --- a/devfront/src/locales/template.toml +++ b/devfront/src/locales/template.toml @@ -13,11 +13,35 @@ jangheon = "" ptc = "" saman = "" +[domain.tenant_type] +company = "" +company_group = "" +personal = "" +user_group = "" + [err] [err.common] unknown = "" +[err.backend] +authorization_pending = "" +bad_request = "" +conflict = "" +expired_token = "" +forbidden = "" +internal_error = "" +invalid_code = "" +invalid_or_expired_code = "" +invalid_session = "" +invalid_session_reference = "" +not_found = "" +not_supported = "" +password_or_email_mismatch = "" +rate_limited = "" +service_unavailable = "" +slow_down = "" + [err.userfront] [err.userfront.auth_proxy] @@ -49,6 +73,9 @@ scope_admin = "" session_ttl = "" tenant_headers = "" +[msg.admin.common] +forbidden = "" + [msg.admin.api_keys] [msg.admin.api_keys.create] @@ -89,17 +116,40 @@ count = "" [msg.admin.groups] +[msg.admin.groups.create] +description = "" +title = "" + [msg.admin.groups.list] +create_error = "" +create_success = "" +delete_confirm = "" +delete_error = "" +delete_success = "" +empty = "" +import_error = "" +import_success = "" +loading = "" subtitle = "" [msg.admin.groups.members] +add_success = "" count = "" empty = "" +remove_confirm = "" +remove_success = "" title = "" [msg.admin.groups.prompt] user_id = "" +[msg.admin.groups.roles] +assign_success = "" +description = "" +empty = "" +remove_confirm = "" +remove_success = "" + [msg.admin.header] subtitle = "" @@ -107,6 +157,12 @@ subtitle = "" idp_policy = "" scope = "" +[msg.admin.org] +hover_member_info = "" +import_description = "" +import_error = "" +import_success = "" + [msg.admin.overview] description = "" idp_fallback = "" @@ -122,10 +178,36 @@ tenant_title = "" [msg.admin.overview.quick_links] description = "" +[msg.admin.overview.summary] +audit_events_24h = "" +oidc_clients = "" +policy_gate = "" +total_tenants = "" + [msg.admin.tenants] +approve_confirm = "" +approve_success = "" delete_confirm = "" +delete_success = "" empty = "" fetch_error = "" +missing_id = "" +not_found = "" +remove_sub_confirm = "" +subtitle = "" + +[msg.admin.tenants.admins] +add_success = "" +empty = "" +remove_confirm = "" +remove_success = "" +subtitle = "" + +[msg.admin.tenants.owners] +add_success = "" +empty = "" +remove_confirm = "" +remove_success = "" subtitle = "" [msg.admin.tenants.create] @@ -142,7 +224,9 @@ subtitle = "" subtitle = "" [msg.admin.tenants.members] +desc = "" empty = "" +limit_notice = "" [msg.admin.tenants.registry] count = "" @@ -160,15 +244,28 @@ subtitle = "" [msg.admin.users] +[msg.admin.users.bulk] +delete_confirm = "" +delete_success = "" +description = "" +move_description = "" +move_error = "" +move_success = "" +parsed_count = "" +update_success = "" + [msg.admin.users.create] error = "" password_required = "" +success = "" [msg.admin.users.create.account] subtitle = "" [msg.admin.users.create.form] email_required = "" +field_invalid = "" +field_required = "" name_required = "" password_auto_help = "" password_manual_help = "" @@ -185,6 +282,7 @@ update_error = "" update_success = "" [msg.admin.users.detail.form] +field_required = "" name_required = "" [msg.admin.users.detail.security] @@ -196,11 +294,19 @@ empty = "" fetch_error = "" subtitle = "" +[msg.admin.users.list.columns] +description = "" +no_custom = "" + [msg.admin.users.list.registry] count = "" [msg.common] +error = "" loading = "" +no_description = "" +parsing = "" +requesting = "" saving = "" unknown_error = "" @@ -216,12 +322,9 @@ loading = "" subtitle = "" [msg.dev.clients] -copy_client_id = "" load_error = "" loading = "" showing = "" -status_update_error = "" -status_updated = "" deleted = "" delete_error = "" delete_confirm = "" @@ -232,6 +335,7 @@ load_error = "" loading = "" showing = "" subtitle = "" +revoke_confirm = "" [msg.dev.clients.details] copy_client_id = "" @@ -426,7 +530,6 @@ token_missing = "" verification_failed = "" [msg.userfront.login.link] -approved = "" helper = "" missing_login_id = "" missing_phone = "" @@ -489,8 +592,6 @@ organization = "" security = "" [msg.userfront.qr] -approve_error = "" -approve_success = "" camera_error = "" permission_error = "" permission_required = "" @@ -675,16 +776,30 @@ status = "" time = "" [ui.admin.groups] +import_csv = "" [ui.admin.groups.create] +description = "" title = "" +[ui.admin.groups.detail] +breadcrumb_org = "" +breadcrumb_tenant = "" +breadcrumb_unit = "" +members_subtitle = "" +members_title = "" +permissions_subtitle = "" +permissions_title = "" + [ui.admin.groups.form] desc_label = "" desc_placeholder = "" name_label = "" name_placeholder = "" +parent_label = "" submit = "" +unit_level_label = "" +unit_level_placeholder = "" [ui.admin.groups.list] title = "" @@ -716,6 +831,12 @@ user_groups = "" tenants = "" users = "" +[ui.admin.org] +download_template = "" +import_btn = "" +import_title = "" +start_import = "" + [ui.admin.overview] kicker = "" title = "" @@ -725,20 +846,55 @@ title = "" [ui.admin.overview.quick_links] add_tenant = "" -tenant_dashboard = "" +api_key_management = "" +user_management = "" title = "" view_audit_logs = "" +[ui.admin.overview.summary] +audit_events_24h = "" +oidc_clients = "" +policy_gate = "" +total_tenants = "" + +[ui.admin.profile] +manageable_tenants = "" + [ui.admin.role] rp_admin = "" super_admin = "" tenant_admin = "" -tenant_member = "" +user = "" [ui.admin.tenants] add = "" title = "" +[ui.admin.tenants.admins] +add_button = "" +already_admin = "" +dialog_description = "" +dialog_no_results = "" +dialog_search_hint = "" +dialog_search_placeholder = "" +dialog_title = "" +remove_title = "" +table_actions = "" +table_email = "" +table_name = "" +title = "" + +[ui.admin.tenants.owners] +add_button = "" +already_owner = "" +dialog_description = "" +dialog_title = "" +remove_title = "" +table_actions = "" +table_email = "" +table_name = "" +title = "" + [ui.admin.tenants.breadcrumb] list = "" section = "" @@ -755,9 +911,11 @@ description = "" domains_label = "" domains_placeholder = "" name = "" +parent = "" slug = "" slug_placeholder = "" status = "" +type = "" [ui.admin.tenants.create.memo] title = "" @@ -765,15 +923,47 @@ title = "" [ui.admin.tenants.create.profile] title = "" -[ui.admin.tenants.members] +[ui.admin.tenants.detail] +breadcrumb_list = "" +header_subtitle = "" +loading = "" +tab_federation = "" +tab_organization = "" +tab_permissions = "" +tab_profile = "" +tab_schema = "" title = "" +[ui.admin.tenants.list] +select_placeholder = "" + +[ui.admin.tenants.members] +descendants = "" +direct = "" +direct_label = "" +list_title = "" +title = "" +total = "" +total_label = "" + [ui.admin.tenants.members.table] email = "" name = "" role = "" status = "" +[ui.admin.tenants.profile] +allowed_domains = "" +allowed_domains_help = "" +approve_button = "" +description = "" +name = "" +slug = "" +status = "" +subtitle = "" +title = "" +type = "" + [ui.admin.tenants.registry] title = "" @@ -783,19 +973,29 @@ save = "" title = "" [ui.admin.tenants.schema.field] +admin_only = "" key = "" key_placeholder = "" label = "" label_placeholder = "" +required = "" type = "" type_boolean = "" +type_date = "" type_number = "" type_text = "" +validation_placeholder = "" [ui.admin.tenants.sub] add = "" +add_dialog_desc = "" +add_dialog_title = "" +add_existing = "" manage = "" +no_candidates = "" +search_placeholder = "" title = "" +tree_search_placeholder = "" [ui.admin.tenants.sub.table] action = "" @@ -805,13 +1005,26 @@ status = "" [ui.admin.tenants.table] actions = "" +members = "" name = "" slug = "" status = "" +type = "" updated = "" [ui.admin.users] +[ui.admin.users.bulk] +do_move = "" +download_template = "" +move_group = "" +move_title = "" +no_department = "" +select_group = "" +selected_count = "" +start_upload = "" +title = "" + [ui.admin.users.create] back = "" go_list = "" @@ -834,12 +1047,16 @@ department = "" department_placeholder = "" email = "" email_placeholder = "" +job_title = "" +job_title_placeholder = "" name = "" name_placeholder = "" password = "" password_placeholder = "" phone = "" phone_placeholder = "" +position = "" +position_placeholder = "" role = "" tenant = "" tenant_global = "" @@ -856,7 +1073,7 @@ title = "" section = "" [ui.admin.users.detail.custom_fields] -title = "" +multi_title = "" [ui.admin.users.detail.form] department = "" @@ -875,19 +1092,32 @@ password = "" password_placeholder = "" title = "" +[ui.admin.users.detail.tenants_section] +additional = "" +primary = "" +title = "" + [ui.admin.users.list] add = "" -delete_aria = "" -edit_aria = "" +bulk_import = "" +empty = "" +fetch_error = "" search_placeholder = "" -tenant_slug = "" +subtitle = "" title = "" [ui.admin.users.list.breadcrumb] list = "" section = "" +[ui.admin.users.list.columns] +title = "" + +[ui.admin.users.list.filter] +tenant = "" + [ui.admin.users.list.registry] +count = "" title = "" [ui.admin.users.list.table] @@ -898,11 +1128,21 @@ role = "" status = "" tenant_dept = "" +[ui.admin.users.table] +email = "" +name = "" +role = "" + [ui.common] add = "" +all = "" +admin_only = "" +assign = "" back = "" cancel = "" +change_file = "" +clear_search = "" close = "" collapse = "" confirm = "" @@ -911,40 +1151,46 @@ create = "" delete = "" details = "" edit = "" +export = "" +fail = "" +go_home = "" +view = "" hyphen = "" +manage = "" na = "" never = "" next = "" +none = "" page_of = "" prev = "" previous = "" qr = "" +reset = "" read_only = "" refresh = "" -requesting = "" +remove = "" resend = "" retry = "" save = "" search = "" +select = "" +select_file = "" +select_placeholder = "" show_more = "" language = "" language_ko = "" language_en = "" +success = "" theme_dark = "" theme_light = "" theme_toggle = "" unknown = "" -view = "" [ui.common.badge] admin_only = "" command_only = "" system = "" -[ui.common.role] -admin = "" -user = "" - [ui.common.status] active = "" blocked = "" @@ -954,6 +1200,12 @@ ok = "" pending = "" success = "" +[test] +key = "" + +[non.existent] +key = "" + [ui.dev] brand = "" console_title = "" @@ -961,7 +1213,6 @@ env_badge = "" scope_badge = "" [ui.dev.nav] -audit_logs = "" clients = "" logout = "" @@ -984,8 +1235,13 @@ status = "" target = "" time = "" +[ui.dev.profile] +menu_aria = "" +menu_title = "" +unknown_email = "" +unknown_name = "" + [ui.dev.clients] -copy_client_id = "" new = "" search_placeholder = "" tenant_scoped = "" @@ -995,11 +1251,17 @@ untitled = "" admin_session = "" tenant_selected = "" +[ui.dev.clients.filter] +status_all = "" +type_all = "" +type_label = "" + [ui.dev.clients.consents] export_csv = "" revoke = "" +revoked_at = "" +scope_label = "" search_placeholder = "" -status_all = "" status_label = "" status_revoked = "" subject = "" @@ -1018,13 +1280,6 @@ active_grants = "" avg_scopes = "" total_scopes = "" -[ui.dev.clients.stats] -total = "" -active_sessions = "" -auth_failures = "" -realtime = "" -stable = "" - [ui.dev.clients.consents.table] action = "" first_granted = "" @@ -1036,10 +1291,6 @@ user = "" [ui.dev.clients.details] -[ui.dev.clients.details.breadcrumb] -current = "" -section = "" - [ui.dev.clients.details.credentials] client_id = "" client_secret = "" @@ -1080,13 +1331,6 @@ title = "" add_title = "" add_btn = "" -[ui.dev.clients.general.breadcrumb] -section = "" - -[ui.dev.clients.general.footer] -client_id = "" -created_on = "" - [ui.dev.clients.general.identity] description = "" description_placeholder = "" @@ -1119,7 +1363,9 @@ pkce = "" title = "" [ui.dev.clients.help] +docs_body = "" docs_title = "" +subtitle = "" title = "" view_guides = "" @@ -1136,9 +1382,15 @@ subtitle = "" title = "" [ui.dev.clients.registry] +description = "" subtitle = "" title = "" +[ui.dev.clients.scopes] +email = "" +openid = "" +profile = "" + [ui.dev.clients.table] actions = "" application = "" @@ -1148,8 +1400,8 @@ status = "" type = "" [ui.dev.clients.type] -private = "" pkce = "" +private = "" [ui.dev.dashboard] ready_badge = "" @@ -1192,6 +1444,7 @@ expired = "" expiring = "" remaining = "" refresh = "" +refreshing = "" [ui.userfront] app_title = "" @@ -1268,12 +1521,9 @@ login_id = "" password = "" [ui.userfront.login.link] -action_label = "" code_only = "" -page_title = "" resend_with_time = "" send = "" -title = "" [ui.userfront.login.qr] expired = "" @@ -1343,9 +1593,7 @@ organization = "" security = "" [ui.userfront.qr] -request_permission = "" rescan = "" -result_failure = "" result_success = "" title = "" diff --git a/userfront/assets/translations/en.toml b/userfront/assets/translations/en.toml index 76911a46..a2505e43 100644 --- a/userfront/assets/translations/en.toml +++ b/userfront/assets/translations/en.toml @@ -70,7 +70,7 @@ empty = "Empty" load_error = "Load Error" [msg.userfront.error] -detail_contact = "msg.userfront.error.detail_contact" +detail_contact = "Please contact administrator." detail_generic = "Detail Generic" detail_request = "Detail Request" id = "Id" @@ -79,6 +79,18 @@ 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." @@ -95,18 +107,6 @@ 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 = "Description" dry_send = "Dry Send" @@ -131,7 +131,6 @@ token_missing = "Token Missing" verification_failed = "Verification Failed" [msg.userfront.login.link] -approved = "Approved" helper = "Sending you a login link" missing_login_id = "Missing Login Id" missing_phone = "Missing Phone" @@ -194,8 +193,6 @@ organization = "Organization" security = "Security" [msg.userfront.qr] -approve_error = "Approve Error" -approve_success = "Approve Success" camera_error = "Camera Error" permission_error = "Permission Error" permission_required = "Permission Required" @@ -235,15 +232,15 @@ disabled = "Disabled" [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" +privacy_full = "Privacy Full" +tos_full = "Tos Full" [msg.userfront.signup.agreement] -title = "Title" +title = "Agreement Title" [msg.userfront.signup.auth] affiliate_notice = "Affiliate Notice" -title = "Title" +title = "Auth Title" [msg.userfront.signup.email] code_mismatch = "Code Mismatch" @@ -259,7 +256,7 @@ lowercase_required = "Lowercase Required" mismatch = "Mismatch" number_required = "Number Required" symbol_required = "Symbol Required" -title = "Title" +title = "Password Title" uppercase_required = "Uppercase Required" [msg.userfront.signup.password.rule] @@ -288,7 +285,7 @@ uppercase = "Uppercase" [msg.userfront.signup.profile] affiliate_hint = "Affiliate Hint" -title = "Title" +title = "Profile Title" [msg.userfront.signup.success] body = "Body" @@ -296,10 +293,13 @@ title = "Title" [ui.common] add = "Add" +all = "All" admin_only = "Admin Only" assign = "Assign" back = "Back" cancel = "Cancel" +change_file = "Change File" +clear_search = "Clear Search" close = "Close" collapse = "Collapse" confirm = "Confirm" @@ -308,10 +308,12 @@ create = "Create" delete = "Delete" details = "Details" edit = "Edit" +export = "Export" +fail = "Fail" +go_home = "Go Home" +view = "View" hyphen = "-" -language = "Language" -language_en = "English" -language_ko = "Language Ko" +manage = "Manage" na = "N/A" never = "Never" next = "Next" @@ -320,34 +322,32 @@ page_of = "Page {page} of {total}" prev = "Prev" previous = "Previous" qr = "QR" +reset = "Reset" read_only = "Read Only" refresh = "Refresh" -reset = "Reset" -requesting = "Requesting" +remove = "Remove" resend = "Resend" retry = "Retry" save = "Save" search = "Search" -select = "User Optional" +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" -view = "View" -manage = "Manage" -remove = "Remove" [ui.common.badge] admin_only = "Admin only" command_only = "Command only" system = "System" -[ui.common.role] -admin = "Admin" -user = "User" - [ui.common.status] active = "Active" blocked = "Blocked" @@ -432,12 +432,9 @@ login_id = "Emain or Phone Number" password = "Password" [ui.userfront.login.link] -action_label = "Action Label" code_only = "Code Only" -page_title = "Page Title" resend_with_time = "Resend With Time" send = "Send" -title = "Title" [ui.userfront.login.qr] expired = "Expired" @@ -507,9 +504,10 @@ organization = "Organization" security = "Security" [ui.userfront.qr] -request_permission = "Request Permission" +camera_error = "Camera Error" +permission_error = "Permission Error" +permission_required = "Permission Required" rescan = "Rescan" -result_failure = "Result Failure" result_success = "Result Success" title = "Scan QR Code" @@ -569,4 +567,3 @@ verify = "Verify" [ui.userfront.signup.success] action = "Action" -