diff --git a/devfront/src/lib/i18n.ts b/devfront/src/lib/i18n.ts index 481e3b91..53540cb7 100644 --- a/devfront/src/lib/i18n.ts +++ b/devfront/src/lib/i18n.ts @@ -108,10 +108,10 @@ function detectLocale(): Locale { } // eslint-disable-next-line import/no-unresolved -import enRaw from "../../../locales/en.toml?raw"; +import enRaw from "../locales/en.toml?raw"; // Vite ?raw import는 런타임 상수로 번들됩니다. // eslint-disable-next-line import/no-unresolved -import koRaw from "../../../locales/ko.toml?raw"; +import koRaw from "../locales/ko.toml?raw"; const translations: Record = { ko: parseToml(koRaw), diff --git a/devfront/src/locales/en.toml b/devfront/src/locales/en.toml new file mode 100644 index 00000000..13ea635c --- /dev/null +++ b/devfront/src/locales/en.toml @@ -0,0 +1,1308 @@ + +[domain] + +[domain.affiliation] +affiliate = "Affiliate" +general = "General" + +[domain.company] +baron = "Baron" +halla = "Halla" +hanmac = "Hanmac" +jangheon = "Jangheon" +ptc = "PTC" +saman = "Saman" + +[err] + +[err.common] +unknown = "An unknown error occurred." + +[err.userfront] + +[err.userfront.auth_proxy] +consent_accept = "Consent Accept" +consent_fetch = "Consent Fetch" +consent_reject = "Consent Reject" +linked_app_revoke = "Linked App Revoke" +login_failed = "Login Failed" +oidc_accept = "OIDC Accept" +password_reset_complete = "Password Reset Complete" +password_reset_init = "Password Reset Init" + +[err.userfront.profile] +load_failed = "Load Failed" +password_change_failed = "Password Change Failed" +send_code_failed = "Send Code Failed" +update_failed = "Update Failed" +verify_code_failed = "Verify Code Failed" + +[err.userfront.session] +missing = "Missing" + +[msg] + +[msg.admin] +idp_env_prod = "IDP env: prod" +scope_admin = "Scoped to /admin" +session_ttl = "Session TTL: 15m admin" +tenant_headers = "Tenant-aware headers" + +[msg.admin.api_keys] + +[msg.admin.api_keys.create] +error = "Error" +name_required = "Name Required" +scope_required = "Scope Required" +scopes_count = "Scopes Count" +scopes_hint = "Scopes Hint" +subtitle = "Subtitle" + +[msg.admin.api_keys.create.success] +copy_hint = "Copy Hint" +notice = "Notice" +notice_emphasis = "Notice Emphasis" +notice_suffix = "Notice Suffix" + +[msg.admin.api_keys.list] +delete_confirm = "Delete Confirm" +empty = "Empty" +fetch_error = "Fetch Error" +subtitle = "Subtitle" + +[msg.admin.api_keys.list.registry] +count = "Count" + +[msg.admin.audit] +empty = "Empty" +end = "End of audit feed" +load_error = "Error loading logs: {{error}}" +loading = "Loading audit logs..." +subtitle = "Subtitle" + +[msg.admin.audit.filters] +empty = "Empty" + +[msg.admin.audit.registry] +count = "Count" + +[msg.admin.groups] + +[msg.admin.groups.list] +subtitle = "Subtitle" + +[msg.admin.groups.members] +count = "Count" +empty = "Empty" +title = "Title" + +[msg.admin.groups.prompt] +user_id = "User Id" + +[msg.admin.header] +subtitle = "Tenant isolation & least privilege by default" + +[msg.admin.notice] +idp_policy = "IDP Policy" +scope = "Scope" + +[msg.admin.overview] +description = "Description" +idp_fallback = "Fallback: Descope" +idp_primary = "IDP: Ory primary" + +[msg.admin.overview.playbook] +description = "Description" +idp_body = "IDP Body" +idp_title = "Backend-only IDP access" +tenant_body = "Tenant Body" +tenant_title = "Tenant isolation" + +[msg.admin.overview.quick_links] +description = "Description" + +[msg.admin.tenants] +delete_confirm = "Delete Tenant \\\"{{name}}\\\"?" +empty = "Empty" +fetch_error = "Fetch Error" +subtitle = "Subtitle" + +[msg.admin.tenants.create] +subtitle = "Subtitle" + +[msg.admin.tenants.create.form] +domains_help = "Users with these email domains will be automatically assigned to this tenant." + +[msg.admin.tenants.create.memo] +body = "Body" +subtitle = "Subtitle" + +[msg.admin.tenants.create.profile] +subtitle = "Subtitle" + +[msg.admin.tenants.members] +empty = "Empty" + +[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" + +[msg.admin.tenants.sub] +empty = "Empty" +subtitle = "Subtitle" + +[msg.admin.users] + +[msg.admin.users.create] +error = "Failed to User Create." +password_required = "Password Required" + +[msg.admin.users.create.account] +subtitle = "Subtitle" + +[msg.admin.users.create.form] +email_required = "Email Required" +name_required = "Name Required" +password_auto_help = "Password Auto Help" +password_manual_help = "Password Manual Help" +role_help = "Role Help" + +[msg.admin.users.create.password_generated] +default = "Default" +with_email = "With Email" + +[msg.admin.users.detail] +edit_subtitle = "Edit Subtitle" +not_found = "Not Found" +update_error = "Failed to User Edit." +update_success = "Update Success" + +[msg.admin.users.detail.form] +name_required = "Name Required" + +[msg.admin.users.detail.security] +password_hint = "Password Hint" + +[msg.admin.users.list] +delete_confirm = "Delete Confirm" +empty = "Empty" +fetch_error = "Fetch Error" +subtitle = "Subtitle" + +[msg.admin.users.list.registry] +count = "Count" + +[msg.common] +loading = "Loading..." +saving = "Saving..." +unknown_error = "unknown error" + +[msg.dev] + +[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" + +[msg.dev.clients.consents] +empty = "No consents found." +load_error = "Error loading consents: {{error}}" +loading = "Loading consents..." +showing = "Showing {{from}} to {{to}} of {{total}} users" +subtitle = "Subtitle" + +[msg.dev.clients.details] +copy_client_id = "Client ID copied." +copy_client_secret = "Copy Client Secret" +copy_endpoint = "{{label}} copied." +load_error = "Error loading client: {{error}}" +loading = "Loading client..." +missing_id = "Client ID is required." +redirect_saved = "Redirect URIs saved." +rotate_confirm = "Rotate Confirm" +rotate_error = "Rotate Error" +save_error = "Save Error" +secret_rotated = "Secret Rotated" +secret_unavailable = "SECRET_NOT_AVAILABLE" +subtitle = "Subtitle" + +[msg.dev.clients.details.redirect] +description = "Description" + +[msg.dev.clients.details.security] +footer = "Footer" +note = "Note" + +[msg.dev.clients.general] +load_error = "Error loading client: {{error}}" +loading = "Loading client..." +saved = "Saved" + +[msg.dev.clients.general.identity] +logo_help = "Logo Help" +subtitle = "Subtitle" + +[msg.dev.clients.general.redirect] +help = "Help" + +[msg.dev.clients.general.scopes] +empty = "Empty" +subtitle = "Subtitle" + +[msg.dev.clients.general.security] +confidential_help = "Confidential Help" +public_help = "Public Help" +subtitle = "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 = "Description" + +[msg.dev.clients.scopes] +email = "Email" +openid = "Openid" +profile = "Profile" + +[msg.dev.dashboard] + +[msg.dev.dashboard.hero] +body = "Body" +title_emphasis = "Title Emphasis" +title_prefix = "Title Prefix" +title_suffix = "Title Suffix" + +[msg.dev.dashboard.notice] +consent_audit = "Consent Audit" +dev_scope = "Dev Scope" +hydra_health = "Hydra Health" + +[msg.dev.sidebar] +notice = "Notice" +notice_detail = "Notice Detail" + +[msg.info] +saved_success = "Saved successfully." + +[msg.userfront] +greeting = "Greeting" + +[msg.userfront.audit] +date = "Date" +device = "Device" +end = "End" +ip = "Ip" +load_more_error = "Load More Error" +result = "Result" +session_id = "Session ID: {{value}}" +status = "Status" + +[msg.userfront.dashboard] +approved_device = "Approved Device" +approved_ip = "Approve IP: {{ip}}" +audit_empty = "Audit Empty" +audit_load_error = "Audit Load Error" +auth_method = "Auth Method" +client_id = "Client ID: {{id}}" +client_id_missing = "Client Id Missing" +current_status = "Current Status" +last_auth = "Last Auth" +link_missing = "Link Missing" +link_open_error = "Link Open Error" +session_id_copied = "Session Id Copied" + +[msg.userfront.dashboard.activities] +empty = "Empty" +empty_detail = "Empty Detail" +error = "Error" + +[msg.userfront.dashboard.approved_session] +copy_click = "Copy Click" +copy_tap = "Copy Tap" +none = "None" + +[msg.userfront.dashboard.revoke] +confirm = "Confirm" +error = "Error" +success = "Success" + +[msg.userfront.dashboard.scopes] +empty = "Empty" + +[msg.userfront.dashboard.timeline] +load_error = "Load Error" + +[msg.userfront.error] +detail_contact = "msg.userfront.error.detail_contact" +detail_generic = "Detail Generic" +detail_request = "Detail Request" +id = "Id" +title = "Title" +title_generic = "Title Generic" +title_with_code = "Title With Code" +type = "Type" + +[msg.userfront.error.whitelist] +$normalizedCode = "$NormalizedCode" +settings_disabled = "Account settings are currently unavailable." + +[msg.userfront.forgot] +description = "Description" +dry_send = "Dry Send" +error = "Error" +input_required = "Input Required" +sent = "Sent" + +[msg.userfront.login] +cookie_check_failed = "Cookie Check Failed" +dry_send = "Dry Send" +link_failed = "Link Failed" +link_send_failed = "Link Send Failed" +link_sent_email = "Link Sent Email" +link_sent_phone = "Link Sent Phone" +link_timeout = "Link Timeout" +no_account = "No Account" +oidc_failed = "OIDC Failed" +qr_expired = "QR Expired" +qr_init_failed = "QR Init Failed" +qr_login_required = "QR Login Required" +token_missing = "Token Missing" +verification_failed = "Verification Failed" + +[msg.userfront.login.link] +approved = "Approved" +helper = "Helper" +missing_login_id = "Missing Login Id" +missing_phone = "Missing Phone" +resend_wait = "Resend Wait" +short_code_help = "Short Code Help" + +[msg.userfront.login.password] +failed = "Failed" +missing_credentials = "Missing Credentials" + +[msg.userfront.login.qr] +load_failed = "Load Failed" +scan_hint = "Scan Hint" + +[msg.userfront.login.short_code] +invalid = "Invalid" + +[msg.userfront.login.unregistered] +body = "Body" + +[msg.userfront.login.verification] +approved = "Approved" +approved_local = "Approved Local" +success = "Success" + +[msg.userfront.login_success] +subtitle = "Subtitle" + +[msg.userfront.profile] +department_missing = "Department Missing" +department_required = "Department Required" +email_missing = "Email Missing" +greeting = "Greeting" +load_failed = "Load Failed" +name_missing = "Name Missing" +name_required = "Name Required" +phone_required = "Phone Required" +phone_verify_required = "Phone Verify Required" +update_failed = "Update Failed" +update_success = "Update Success" + +[msg.userfront.profile.password] +change_failed = "Change Failed" +changed = "Changed" +current_required = "Current Required" +mismatch = "Mismatch" +new_required = "New Required" +subtitle = "Subtitle" + +[msg.userfront.profile.phone] +code_sent = "Code Sent" +send_failed = "Send Failed" +verified = "Verified" +verify_failed = "Verify Failed" +verify_notice = "Verify Notice" + +[msg.userfront.profile.section] +basic = "Basic" +organization = "Organization" +security = "Security" + +[msg.userfront.qr] +approve_error = "Approve Error" +approve_success = "Approve Success" +camera_error = "Camera Error" +permission_error = "Permission Error" +permission_required = "Permission Required" + +[msg.userfront.reset] +invalid_body = "Invalid Body" +invalid_link = "Invalid Link" +invalid_title = "Invalid Title" +policy_loading = "Policy Loading" +success = "Success" + +[msg.userfront.reset.error] +empty_password = "Please enter Password." +generic = "Generic" +lowercase = "Lowercase" +min_length = "Min Length" +min_types = "Min Types" +mismatch = "Mismatch" +number = "Number" +symbol = "Symbol" +uppercase = "Uppercase" + +[msg.userfront.reset.policy] +lowercase = "Lowercase" +min_length = "Min Length" +min_types = "Min Types" +number = "Number" +symbol = "Symbol" +uppercase = "Uppercase" + +[msg.userfront.sections] +apps_subtitle = "Apps Subtitle" +audit_subtitle = "Audit Subtitle" + +[msg.userfront.settings] +disabled = "Disabled" + +[msg.userfront.signup] +failed = "Failed" +privacy_full = "\\n개인정보 수집 및 이용 동의\\n\\n바론서비스 개인정보처리방침\\n\\n제1조 (목적)\\n바론컨설턴트(이하 \\\"회사\\\")는 바론서비스(이하 \\\"서비스\\\")를 이용하는 고객(이하 \\\"이용자\\\")의 개인정보를 보호하고, 「개인정보 보호법」에 따라 책임과 의무를 다하기 위해 본 개인정보처리방침을 마련했습니다. 본 방침은 이용자가 제공한 개인정보가 어떻게 수집, 이용, 보관, 보호되는지를 설명합니다.\\n제2조 (개인정보의 처리목적)\\n회사는 다음의 목적을 위해 개인정보를 처리합니다. 처리하고 있는 개인정보는 다음의 목적 이외의 용도로는 이용되지 않으며, 이용 목적이 변경되는 경우에는 「개인정보 보호법」 제18조에 따라 별도의 동의를 받는 등 필요한 조치를 이행할 예정입니다.\\n- 본인확인: 회원가입 및 관리를 위한 본인 확인, 전화 또는 이메일을 통한 연락\\n- 서비스 제공: 각종 통보 및 서비스 제공을 위한 업무 처리\\n- 제품소개서 다운로드: 설명자료 전달\\n- 상담 및 데모 신청: 상담 제공 및 데모 제공, 계약 처리자 정보 수집\\n- 행사 참가 신청: 참석 안내 및 세미나/설명회/교육 제공\\n- 보안가이드 제공: 안내자료 전달\\n- 기술지원 문의: 서비스 사용 지원\\n- 서비스 개선 의견 접수: 서비스 품질 개선\\n- 마케팅 활동: 동의한 고객에 한해 뉴스레터 및 매거진 발송\\n제3조 (개인정보의 처리 및 보유 기간)\\n① 회사는 법령에 따른 개인정보 보유 및 이용기간 또는 정보주체로부터 개인정보를 수집 시 동의받은 개인정보 보유 및 이용기간 내에서 개인정보를 처리 및 보유합니다.\\n② 각각의 개인정보 처리 및 보유 기간은 다음과 같습니다:\\n- 회원정보: 회원가입일부터 회원탈퇴 후 1년까지\\n- 홍보, 상담, 계약용 개인정보: 2년\\n제4조 (개인정보의 제3자 제공)\\n① 회사는 정보주체의 개인정보를 제2조에서 명시한 범위 내에서만 처리하며, 정보 주체의 동의, 법률의 특별한 규정 등 「개인정보 보호법」 제17조 및 제18조에 해당하는 경우에만 개인정보를 제3자에게 제공합니다.\\n② 회사는 다음과 같이 개인정보를 제3자에게 제공하고 있습니다:\\n- 제공받는 자: 수사기관 및 유관기관, 피신고업체\\n- 이용 목적: 개인정보 침해 민원 처리\\n- 제공하는 개인정보 항목: 성명, 연락처, 이메일\\n- 보유 및 이용기간: 법령에서 정한 보존기간 및 제공목적 달성 시 파기\\n제5조 (개인정보 처리 위탁)\\n① 회사는 개인정보 처리업무를 외부 업체에 위탁하지 않으며, 자체적으로 처리하고 있습니다.\\n② 회사가 특정 업무(예: 채용 업무)를 외부 업체에 위탁할 경우, 개인정보 처리방침 시행 전 회사 홈페이지에서 공지한 후 정보주체의 동의를 받은 후 위탁합니다.\\n제6조 (정보주체의 권리·의무 및 행사 방법)\\n① 정보주체는 회사에 대해 언제든지 개인정보 열람, 정정, 삭제, 처리정지 요구 등의 권리를 행사할 수 있습니다.\\n② 권리 행사는 다음과 같은 방법으로 할 수 있습니다:\\n- 서면: 회사 주소로 서면 제출\\n- 전자우편: 회사 이메일로 요청\\n- 모사전송(FAX): 회사 FAX로 요청\\n③ 권리 행사는 정보주체의 법정대리인이나 위임을 받은 자를 통해 대리로도 가능합니다. 이 경우 “개인정보 처리 방법에 관한 고시” 별지 제11호 서식에 따른 위임장을 제출해야 합니다.\\n④ 개인정보 열람 및 처리정지 요구는 「개인정보 보호법」 제35조 제4항, 제37조 제2항에 따라 제한될 수 있습니다.\\n⑤ 개인정보의 정정 및 삭제 요구는 다른 법령에 따라 수집된 개인정보인 경우 제한될 수 있습니다.\\n⑥ 회사는 권리 행사를 요청한 자가 본인 또는 정당한 대리인인지를 확인합니다.\\n제7조 (처리하는 개인정보의 항목)\\n회사는 다음의 개인정보 항목을 처리합니다:\\n- 수집 항목:\\n- 필수 항목: 성명, 휴대전화번호, 이메일\\n- 선택 항목: 회사전화번호, 문의사항\\n- 수집 방법:\\n- 홈페이지, 전화, 이메일을 통해 수집\\n제8조 (개인정보의 파기)\\n① 회사는 개인정보 보유 기간의 경과, 처리 목적 달성 등 개인정보가 불필요하게 되었을 때 지체 없이 해당 개인정보를 파기합니다.\\n② 정보주체로부터 동의받은 개인정보 보유 기간이 경과하거나 처리 목적이 달성된 경우에도 다른 법령에 따라 개인정보를 계속 보존해야 할 경우에는, 해당 개인정보를 별도의 데이터베이스(DB)로 옮기거나 보관 장소를 달리하여 보존합니다.\\n③ 개인정보 파기의 절차 및 방법은 다음과 같습니다:\\n- 파기 절차: 회사는 파기 사유가 발생한 개인정보를 선정하고, 개인정보 보호책임자의 승인을 받아 개인정보를 파기합니다.\\n- 파기 방법: 전자적 파일 형태로 기록된 개인정보는 복구할 수 없도록 기술적 방법을 사용해 삭제하며, 종이 문서에 기록된 개인정보는 분쇄기로 분쇄하거나 소각하여 파기합니다.\\n제9조 (개인정보의 안전성 확보 조치)\\n회사는 개인정보의 안전성 확보를 위해 다음과 같은 조치를 취합니다:\\n- 관리적 조치: 내부관리계획 수립·시행, 정기적 직원 교육\\n- 기술적 조치: 개인정보처리시스템 접근 권한 관리, 접근통제시스템 설치, 고유식별정보 암호화, 보안 프로그램 설치\\n- 물리적 조치: 전산실 및 자료보관실 접근 통제\\n제10조 (개인정보 자동 수집 장치의 설치·운영 및 거부에 관한 사항)\\n회사는 쿠키(Cookie)를 사용하지 않습니다. 쿠키는 이용자의 이용 정보를 저장하고 수시로 불러오는 작은 파일로, 바론서비스에서는 쿠키를 사용하지 않습니다.\\n제11조 (개인정보 보호책임자)\\n회사는 개인정보 처리에 관한 업무를 총괄하여 책임지고, 개인정보 처리와 관련된 정보주체의 불만처리 및 피해구제를 위해 개인정보 보호책임자를 지정하고 있습니다.\\n개인정보 보호책임자:\\n- 성명: 염승호\\n- 직책: 수석연구원\\n- 연락처: 02-2141-7448\\n- 팩스번호: 02-2141-7599\\n- 이메일: b23008@baroncs.co.kr\\n제12조 (개인정보 열람청구)\\n정보주체는 「개인정보 보호법」 제35조에 따른 개인정보 열람 청구를 아래 부서에 할 수 있습니다. 회사는 정보주체의 개인정보 열람청구가 신속하게 처리되도록 노력하겠습니다.\\n개인정보 열람청구 접수·처리 부서:\\n- 부서명: 총괄기획실\\n- 담당자: 권혁진\\n- 연락처: 02-2141-7465\\n- 팩스번호: 02-2141-7599\\n- 이메일: baroncs@baroncs.co.kr\\n제13조 (권익침해 구제방법)\\n정보주체는 개인정보 침해로 인한 구제를 위해 개인정보분쟁조정위원회, 한국인터넷진흥원 개인정보해신고센터 등에 분쟁 해결이나 상담을 신청할 수 있습니다.\\n- 개인정보분쟁조정위원회: (국번없이) 1833-6972 (www.kopico.go.kr)\\n- 개인정보침해신고센터: (국번없이) 118 (privacy.kisa.or.kr)\\n- 대검찰청: (국번없이) 1301 (www.spo.go.kr)\\n- 경찰청: (국번없이) 182 (www.police.go.kr)\\n제14조 (개인정보 처리방침의 변경)\\n본 개인정보처리방침은 법령, 정책 또는 보안 기술의 변경에 따라 내용의 추가, 삭제 및 수정이 있을 시, 개정 최소 7일 전에 홈페이지를 통해 사전 공지합니다.\\n\\n부칙\\n제1조 (시행일자)\\n이 개인정보처리방침은 2024년 10월 1일부터 시행됩니다.\\n제2조 (개정 및 고지의 의무)\\n회사는 개인정보처리방침을 변경하는 경우, 변경사항을 시행일자 7일 전부터 서비스 내 공지사항 페이지를 통해 고지할 것입니다. 다만, 이용자의 권리나 의무에 중대한 변경이 발생하는 경우에는 시행일자 30일 전부터 고지합니다.\\n제3조 (유효성)\\n본 개인정보처리방침의 일부 조항이 법적 또는 기타 사유로 인해 무효화되거나 시행할 수 없는 경우, 나머지 조항들은 계속해서 유효합니다. 무효화된 조항은 관련 법령에 부합하는 방식으로 수정되어 효력을 지속합니다.\\n제4조 (변경 통지의 방법)\\n회사는 개인정보처리방침의 변경 시, 다음의 방법으로 이용자에게 고지합니다:\\n- 서비스 초기화면 또는 팝업 공지\\n- 이메일 발송\\n- 회사 홈페이지 공지사항\\n제5조 (비회원의 개인정보 보호)\\n회사는 비회원의 개인정보도 회원과 동일한 수준으로 보호합니다. 비회원이 개인정보 제공을 거부할 경우 일부 서비스 이용에 제한이 있을 수 있습니다.\\n제6조 (14세 미만 아동의 개인정보 보호)\\n회사는 14세 미만 아동의 개인정보를 수집하지 않습니다. 만일 14세 미만 아동의 개인정보가 수집된 경우, 법정 대리인의 동의를 받아야 하며, 법정 대리인의 동의 없이 수집된 경우 이를 지체 없이 파기합니다.\\n제7조 (개인정보의 국외 이전)\\n회사는 이용자의 개인정보를 국외로 이전하지 않으며, 향후 필요한 경우, 사전에 이용자의 동의를 받습니다.\\n제8조 (기타)\\n본 방침에 명시되지 않은 사항은 회사의 내부 방침과 관련 법령에 따릅니다.\\n" +tos_full = "\\n바론 소프트웨어 이용약관\\n\\n제1장 총칙\\n제1조 (목적)\\n이 약관은 바론컨설턴트(이하 \\\"회사\\\"라 합니다)가 제공하는 바론소프트웨어(이하 \\\"서비스\\\"라 합니다)를 이용함에 있어 회사와 이용자 간의 권리, 의무 및 책임사항과 기타 필요한 사항을 정하는 것을 목적으로 합니다.\\n제2조 (용어의 정의)\\n① 본 약관에서 사용하는 용어의 정의는 다음과 같습니다:\\n- “서비스”란 회사가 제공하는 소프트웨어 및 관련 제반 서비스를 의미합니다.\\n- “이용자”란 회사의 서비스에 접속하여 본 약관에 따라 회사가 제공하는 서비스를 이용하는 회원 및 비회원을 말합니다.\\n- “회원”이란 본 약관에 동의하고 회사와 이용계약을 체결한 자를 의미합니다.\\n- “비회원”이란 회원가입을 하지 않고 회사가 제공하는 일부 서비스를 이용하는 자를 말합니다.\\n제3조 (약관의 효력 및 변경)\\n① 본 약관은 이용자가 본 약관에 동의하고, 회사가 이에 대한 승낙을 완료함으로써 효력이 발생합니다. ② 회사는 필요한 경우 본 약관을 변경할 수 있으며, 변경된 약관은 서비스 화면에 공지된 후 효력이 발생합니다.\\n제4조 (약관 외 준칙)\\n본 약관에 명시되지 않은 사항에 대해서는 대한민국의 관련 법령과 상관습에 따릅니다.\\n제2장 서비스 이용계약\\n제5조 (이용계약의 성립)\\n이용계약은 이용자가 약관의 내용에 동의하고, 회사가 제공하는 소정의 회원가입 신청서를 작성하여 가입을 완료한 후, 회사가 이를 승인함으로써 성립합니다.\\n제6조 (이용계약의 유보와 거절)\\n① 회사는 다음 각 호에 해당하는 경우 이용계약의 성립을 유보하거나 거절할 수 있습니다: - 신청서의 내용이 허위로 판명된 경우 - 서비스 제공이 기술적으로 어려운 경우\\n제7조 (계약사항의 변경)\\n회원은 개인정보 관리 메뉴를 통해 언제든지 자신의 정보를 열람하고 수정할 수 있습니다. 회원의 정보가 변경된 경우 즉시 수정해야 하며, 수정하지 않아 발생하는 문제의 책임은 회원에게 있습니다.\\n제3장 개인정보 보호\\n제8조 (개인정보 보호의 원칙)\\n① 회원의 개인정보는 관련 법령에 따라 보호됩니다. ② 회사는 개인정보 보호와 관련된 세부 사항을 별도로 마련한 개인정보처리방침에 따라 관리하며, 이용자는 언제든지 해당 방침을 통해 개인정보 관리에 대한 자세한 내용을 확인할 수 있습니다.\\n제9조 (개인정보처리방침 준수)\\n① 회사는 개인정보 보호와 관련된 구체적인 사항을 개인정보처리방침에 따라 관리합니다. ② 개인정보의 수집, 이용, 제공, 보관, 보호 등에 관한 사항은 회사의 개인정보처리방침을 따르며, 이용자는 회사 웹사이트에서 이를 확인할 수 있습니다. ③ 회사는 개인정보 보호를 위해 최선을 다하며, 관련 법령에 따라 이용자의 개인정보를 안전하게 관리합니다.\\n제10조 (14세 미만 아동의 개인정보 보호)\\n① 회사는 14세 미만 아동의 개인정보를 수집할 경우, 반드시 법정대리인의 동의를 받아야 합니다. ② 법정대리인은 아동의 개인정보 열람, 수정, 삭제를 요청할 수 있으며, 회사는 이를 신속하게 처리합니다. ③ 14세 미만 아동의 개인정보 보호와 관련된 구체적인 사항은 개인정보처리방침에 명시되어 있습니다.\\n제4장 서비스 제공 및 이용\\n제11조 (서비스 제공)\\n회사는 회원의 이용 신청을 승인한 때부터 서비스를 개시합니다. 서비스 이용은 연중무휴 24시간을 원칙으로 합니다.\\n제12조 (서비스의 변경 및 중단)\\n회사는 서비스 제공이 어려운 경우 사전 고지 후 서비스를 변경하거나 중단할 수 있습니다.\\n제5장 정보 제공 및 광고\\n제13조 (정보 제공 및 광고)\\n① 회사는 서비스 이용 중 필요하다고 인정되는 정보 및 광고를 제공할 수 있습니다. ② 회원은 원치 않는 정보를 수신 거부할 수 있습니다.\\n제6장 게시물 관리\\n제14조 (게시물의 관리)\\n회사는 회원이 게시한 내용이 불법적이거나 약관에 위배될 경우 이를 삭제할 수 있습니다.\\n제15조 (게시물의 저작권)\\n게시물의 저작권은 회원에게 있으며, 회사는 이를 서비스 홍보 및 개선 목적으로 사용할 수 있습니다.\\n제7장 계약 해지 및 이용 제한\\n제16조 (계약 해지)\\n회원은 언제든지 계약 해지를 요청할 수 있으며, 회사는 신속하게 처리합니다.\\n제17조 (이용 제한)\\n회사는 회원이 약관을 위반할 경우 서비스 이용을 제한할 수 있습니다.\\n제8장 손해 배상 및 면책 조항\\n제18조 (손해 배상)\\n회사는 무료로 제공되는 서비스와 관련하여 회원에게 발생한 손해에 대해 책임을 지지 않습니다.\\n제19조 (면책 조항)\\n회사는 천재지변 등 불가항력적인 사유로 인해 서비스를 제공하지 못하는 경우 책임을 지지 않습니다.\\n제9장 유료 서비스\\n20조 (유료 서비스의 이용)\\n① 회사는 회원에게 특정 서비스에 대해 유료로 제공할 수 있습니다. ② 유료 서비스의 이용 요금, 결제 방식, 환불 절차 등에 대한 상세 내용은 서비스 안내 페이지와 결제 화면에 명시합니다. ③ 유료 서비스 이용 요금은 회사가 정한 결제 방식에 따라 결제됩니다. 회원은 신용카드, 계좌이체, 휴대전화 결제 등 회사가 제공하는 다양한 결제 방식을 통해 요금을 납부할 수 있습니다. ④ 유료 서비스의 이용 요금은 선불 결제를 원칙으로 하며, 이용 기간 중 서비스 중지 및 해지 시 남은 이용 기간에 대한 환불은 회사의 환불 정책에 따라 처리됩니다. ⑤ 회사는 회원의 유료 서비스 이용과 관련하여 발생한 문제에 대해 최선을 다해 해결하도록 노력합니다. 다만, 회사의 고의 또는 중대한 과실이 없는 한 회원이 유료 서비스 이용 중 입은 손해에 대해서는 책임을 지지 않습니다.\\n제21조(환불 정책)\\n① 회원은 결제 후 7일 이내에 서비스 이용을 시작하지 않은 경우, 요금 전액을 환불받을 수 있습니다. ② 유료 서비스 이용 중 부득이한 사유로 서비스가 중지된 경우, 회사는 이용하지 않은 부분에 대해 환불 절차를 밟습니다. ③ 회원의 귀책사유로 인해 서비스 이용이 중지된 경우, 환불이 불가능합니다. ④ 환불은 회원이 지정한 계좌로 환불 절차를 거치며, 환불 요청 후 7일 이내에 처리됩니다.\\n제22조 (유료 서비스의 중지 및 해지)\\n① 회원이 유료 서비스를 해지하고자 하는 경우, 회사의 고객 지원 센터에 해지 신청을 해야 합니다. ② 회사는 회원이 약관을 위반하거나 부정한 방법으로 유료 서비스를 이용한 경우, 유료 서비스 이용을 즉시 중지하고 계약을 해지할 수 있습니다.\\n제10장 양도 금지\\n제23조 (양도 금지)\\n회원은 서비스 이용권한, 기타 이용계약상의 지위를 제3자에게 양도, 증여할 수 없으며, 이를 담보로 제공할 수 없습니다.\\n제11장 관할 법원\\n제24조 (분쟁 해결)\\n서비스 이용과 관련하여 분쟁이 발생한 경우, 회사와 회원은 성실히 협의하여 해결합니다.\\n제25조 (관할 법원)\\n본 약관에 따른 분쟁은 서울중앙지방법원을 관할 법원으로 합니다.\\n부칙\\n본 약관은 2024년 10월 1일부터 시행됩니다.\\n" + +[msg.userfront.signup.agreement] +title = "Title" + +[msg.userfront.signup.auth] +affiliate_notice = "Affiliate Notice" +title = "Title" + +[msg.userfront.signup.email] +code_mismatch = "Code Mismatch" +duplicate = "Duplicate" +invalid = "Invalid" +send_failed = "Send Failed" +verified = "Verified" +verify_failed = "Verify Failed" + +[msg.userfront.signup.password] +length_required = "Length Required" +lowercase_required = "Lowercase Required" +mismatch = "Mismatch" +number_required = "Number Required" +symbol_required = "Symbol Required" +title = "Title" +uppercase_required = "Uppercase Required" + +[msg.userfront.signup.password.rule] +lowercase = "Lowercase" +min_length = "Min Length" +min_types = "Min Types" +number = "Number" +symbol = "Symbol" +uppercase = "Uppercase" + +[msg.userfront.signup.phone] +code_mismatch = "Code Mismatch" +send_failed = "Send Failed" +verified = "Verified" +verify_failed = "Verify Failed" + +[msg.userfront.signup.policy] +loading = "Loading" +lowercase = "Lowercase" +min_length = "Min Length" +min_types = "Min Types" +number = "Number" +summary = "Summary" +symbol = "Symbol" +uppercase = "Uppercase" + +[msg.userfront.signup.profile] +affiliate_hint = "Affiliate Hint" +title = "Title" + +[msg.userfront.signup.success] +body = "Body" +title = "Title" + +[ui] + +[ui.admin] +brand = "Brand" +dev_role_switcher = "🛠 DEV Role Switcher" +title = "Admin Control" + +[ui.admin.api_keys] + +[ui.admin.api_keys.create] +name_label = "Name Label" +name_placeholder = "Name Placeholder" +section_name = "Section Name" +section_scopes = "Section Scopes" +submit = "Submit" +title = "Title" + +[ui.admin.api_keys.create.success] +copy_secret = "Copy Secret" +go_list = "Go List" +title = "Title" + +[ui.admin.api_keys.list] +add = "Add" +title = "Title" + +[ui.admin.api_keys.list.breadcrumb] +list = "List" +section = "API Keys" + +[ui.admin.api_keys.list.registry] +title = "API Key Registry" + +[ui.admin.api_keys.list.table] +actions = "ACTIONS" +client_id = "CLIENT ID" +last_used = "LAST USED" +name = "NAME" +scopes = "SCOPES" + +[ui.admin.audit] +export_csv = "Export CSV" +load_more = "Load more" +target = "Target · {{target}}" +title = "Title" + +[ui.admin.audit.breadcrumb] +logs = "Logs" +section = "Audit" + +[ui.admin.audit.copy] +actor_id = "Copy actor id" +request_id = "Copy request id" +target = "Copy target" + +[ui.admin.audit.details] +actor = "Actor" +actor_id = "Actor ID · {{value}}" +after = "After · {{value}}" +before = "Before · {{value}}" +device = "Device · {{value}}" +error = "Error · {{value}}" +event_id = "Event ID · {{value}}" +ip = "IP · {{value}}" +latency = "Latency · {{value}}" +request = "Request" +request_id = "Request ID · {{value}}" +result = "Result" +tenant = "Tenant · {{value}}" + +[ui.admin.audit.filters] +placeholder = "Placeholder" +remove = "Remove" + +[ui.admin.audit.registry] +title = "Audit registry" + +[ui.admin.audit.table] +action_target = "Action / Target" +actor = "ACTOR (ID)" +path = "PATH" +request = "REQUEST" +status = "STATUS" +time = "TIME" + +[ui.admin.groups] + +[ui.admin.groups.create] +title = "Title" + +[ui.admin.groups.form] +desc_label = "Description" +desc_placeholder = "Desc Placeholder" +name_label = "Group Name" +name_placeholder = "Name Placeholder" +submit = "Submit" + +[ui.admin.groups.list] +title = "User Groups" + +[ui.admin.groups.members] + +[ui.admin.groups.members.table] +email = "Email" +name = "Name" +remove = "Remove" + +[ui.admin.groups.table] +actions = "ACTIONS" +members = "MEMBERS" +name = "NAME" + +[ui.admin.header] +plane = "Admin Plane" + +[ui.admin.overview] +kicker = "Global Overview" +title = "Tenant-independent control plane" + +[ui.admin.overview.playbook] +title = "Admin playbook" + +[ui.admin.overview.quick_links] +add_tenant = "Tenant Add" +tenant_dashboard = "Tenant Dashboard" +title = "Title" +view_audit_logs = "View Audit Logs" + +[ui.admin.role] +rp_admin = "RP ADMIN" +super_admin = "SUPER ADMIN" +tenant_admin = "TENANT ADMIN" +tenant_member = "TENANT MEMBER" + +[ui.admin.tenants] +add = "Tenant Add" +title = "Tenant List" + +[ui.admin.tenants.breadcrumb] +list = "List" +section = "Tenants" + +[ui.admin.tenants.create] +title = "Tenant Add" + +[ui.admin.tenants.create.breadcrumb] +action = "Create" +section = "Tenants" + +[ui.admin.tenants.create.form] +description = "Description" +domains_label = "Allowed Domains (Comma separated)" +domains_placeholder = "example.com, example.kr" +name = "Tenant name" +slug = "Slug" +slug_placeholder = "tenant-slug" +status = "Status" + +[ui.admin.tenants.create.memo] +title = "Title" + +[ui.admin.tenants.create.profile] +title = "Tenant Profile" + +[ui.admin.tenants.members] +title = "Tenant Members ({{count}})" + +[ui.admin.tenants.members.table] +email = "EMAIL" +name = "NAME" +role = "ROLE" +status = "STATUS" + +[ui.admin.tenants.registry] +title = "Tenant registry" + +[ui.admin.tenants.schema] +add_field = "Add Field" +save = "Save Schema Changes" +title = "User Schema Extension" + +[ui.admin.tenants.schema.field] +key = "Field Key (ID)" +key_placeholder = "e.g. employee_id" +label = "Display Label" +label_placeholder = "Label Placeholder" +type = "Type" +type_boolean = "Boolean" +type_number = "Number" +type_text = "Text" + +[ui.admin.tenants.sub] +add = "Add" +manage = "Manage" +title = "Sub-tenants ({{count}})" + +[ui.admin.tenants.sub.table] +action = "ACTION" +name = "NAME" +slug = "SLUG" +status = "STATUS" + +[ui.admin.tenants.table] +actions = "ACTIONS" +name = "NAME" +slug = "SLUG" +status = "STATUS" +updated = "UPDATED" + +[ui.admin.users] + +[ui.admin.users.create] +back = "Back" +go_list = "Go List" +submit = "User Create" +title = "User Add" + +[ui.admin.users.create.account] +title = "Title" + +[ui.admin.users.create.breadcrumb] +new = "New" +section = "Users" + +[ui.admin.users.create.custom_fields] +title = "Title" + +[ui.admin.users.create.form] +auto_password = "Auto Password" +department = "Department" +department_placeholder = "Department Placeholder" +email = "Email" +email_placeholder = "user@example.com" +name = "Name" +name_placeholder = "Name Placeholder" +password = "Password" +password_placeholder = "********" +phone = "Phone number" +phone_placeholder = "010-1234-5678" +role = "Role" +tenant = "Tenant (Tenant)" +tenant_global = "Tenant Global" + +[ui.admin.users.create.password_generated] +title = "Title" + +[ui.admin.users.detail] +back = "Back" +edit_title = "Edit Title" +title = "User Details" + +[ui.admin.users.detail.breadcrumb] +section = "Users" + +[ui.admin.users.detail.custom_fields] +title = "Title" + +[ui.admin.users.detail.form] +department = "Department" +department_placeholder = "Department Placeholder" +name = "Name" +name_placeholder = "Name Placeholder" +phone = "Phone number" +phone_placeholder = "010-1234-5678" +role = "Role" +status = "Status" +tenant = "Tenant (Tenant)" +tenant_global = "Tenant Global" + +[ui.admin.users.detail.security] +password = "Password" +password_placeholder = "Password Placeholder" +title = "Security Settings" + +[ui.admin.users.list] +add = "User Add" +delete_aria = "User Delete: {{name}}" +edit_aria = "User Edit: {{name}}" +search_placeholder = "Search Placeholder" +tenant_slug = "Slug: {{slug}}" +title = "User Manage" + +[ui.admin.users.list.breadcrumb] +list = "List" +section = "Users" + +[ui.admin.users.list.registry] +title = "User Registry" + +[ui.admin.users.list.table] +actions = "ACTIONS" +created = "CREATED" +name_email = "NAME / EMAIL" +role = "ROLE" +status = "STATUS" +tenant_dept = "TENANT / DEPT" + +[ui.btn] +cancel = "Cancel" +save = "Save" + +[ui.common] +add = "Add" +back = "Back" +cancel = "Cancel" +close = "Close" +collapse = "Collapse" +confirm = "Confirm" +copy = "Copy" +create = "Create" +delete = "Delete" +details = "Details" +edit = "Edit" +hyphen = "-" +na = "N/A" +never = "Never" +next = "Next" +page_of = "Page {{page}} of {{total}}" +prev = "Prev" +previous = "Previous" +qr = "QR" +read_only = "Read Only" +refresh = "Refresh" +requesting = "Requesting" +resend = "Resend" +retry = "Retry" +save = "Save" +search = "Search" +show_more = "Show More" +theme_dark = "Dark" +theme_light = "Light" +theme_toggle = "Theme Toggle" +unknown = "Unknown" + +[ui.common.badge] +admin_only = "Admin only" +command_only = "Command only" +system = "System" + +[ui.common.role] +admin = "Admin" +user = "User" + +[ui.common.status] +active = "Active" +blocked = "Blocked" +failure = "Failure" +inactive = "Inactive" +ok = "Ok" +pending = "Pending" +success = "Success" + +[ui.dev] +brand = "Brand" +console_title = "Developer Console" +env_badge = "Env: dev" +scope_badge = "Scoped to /dev" + +[ui.dev.clients] +copy_client_id = "Copy client id" +new = "New" +search_placeholder = "Search Placeholder" +tenant_scoped = "Tenant-scoped" +untitled = "Untitled" + +[ui.dev.clients.badge] +admin_session = "Admin Session" +tenant_selected = "Tenant Selected" + +[ui.dev.clients.consents] +export_csv = "Export CSV" +revoke = "Revoke" +search_placeholder = "Search Placeholder" +status_all = "All Statuses" +status_label = "Status:" +status_revoked = "Revoked" +subject = "Subject" +title = "User Consent Grants" + +[ui.dev.clients.consents.breadcrumb] +clients = "Clients" +current = "User Consent Grants" +home = "Home" + +[ui.dev.clients.consents.filters] +advanced = "Advanced Filters" + +[ui.dev.clients.consents.stats] +active_grants = "Active Grants" +avg_scopes = "Avg. Scopes per User" +total_scopes = "Total Scopes Issued" + +[ui.dev.clients.consents.table] +action = "Action" +first_granted = "First Granted" +last_auth = "Last Authenticated" +scopes = "Granted Scopes" +status = "Status" +tenant = "Tenant" +user = "User" + +[ui.dev.clients.details] + +[ui.dev.clients.details.breadcrumb] +current = "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 = "Read Only" +title = "Title" + +[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" + +[ui.dev.clients.details.secret] +hide = "Hide" +rotate = "Rotate" +show = "Show" + +[ui.dev.clients.details.security] +title = "Title" + +[ui.dev.clients.details.tab] +connection = "Connection" +consents = "Consent & Users" +settings = "Settings" + +[ui.dev.clients.general] +create = "Create" +display_new = "Display New" +save = "Settings Save" +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.general.identity] +description = "Description" +description_placeholder = "Description Placeholder" +logo = "App Logo URL" +logo_placeholder = "https://example.com/logo.png" +logo_preview = "Logo Preview" +name = "Name" +name_placeholder = "My Awesome Application" +title = "Application Identity" + +[ui.dev.clients.general.redirect] +label = "Redirect URIs" +placeholder = "Placeholder" + +[ui.dev.clients.general.scopes] +add = "Scope Add" +description_placeholder = "Description Placeholder" +name_placeholder = "e.g. profile" +title = "Scopes" + +[ui.dev.clients.general.scopes.table] +description = "Description" +mandatory = "Mandatory" +name = "Scope Name" + +[ui.dev.clients.general.security] +confidential = "Confidential" +public = "Public" +title = "Security Settings" + +[ui.dev.clients.help] +docs_title = "Docs & Examples" +title = "Need help with OIDC configuration?" +view_guides = "View guides" + +[ui.dev.clients.list] +title = "Title" + +[ui.dev.clients.owner] +avatar_alt = "ops user" +email = "admin@brsw.kr" +name = "AI Admin Bot" +role = "Role: Tenant Admin" +scope = "Scope: TENANT-12" +subtitle = "Tenant admin on-call" +title = "Owner" + +[ui.dev.clients.registry] +subtitle = "Relying Parties" +title = "RP registry" + +[ui.dev.clients.table] +actions = "Actions" +application = "Application" +client_id = "Client ID" +created_at = "Created At" +status = "Status" +type = "Type" + +[ui.dev.clients.type] +confidential = "Confidential" +public = "Public" + +[ui.dev.dashboard] +ready_badge = "devfront ready" + +[ui.dev.dashboard.badge] +consent_guard = "Consent guard ready" +policy_toggle = "Policy toggle enabled" +rp_synced = "RP registry synced" + +[ui.dev.dashboard.next] +subtitle = "Ship the RP controls" +title = "Next actions" + +[ui.dev.dashboard.ops] +subtitle = "Subtitle" +title = "Ops board" + +[ui.dev.dashboard.ops.card] +consent_revoked = "Consent Revoked" +hydra_status = "Hydra Status" +rp_requests = "Rp Requests" + +[ui.dev.dashboard.ops.tag] +consent = "Consent grants" +rp_status = "RP status" + +[ui.dev.dashboard.stack] +notes = "Setup notes" +subtitle = "Devfront baseline" +title = "Stack readiness" + +[ui.dev.header] +plane = "Dev Plane" +subtitle = "Manage your applications" + +[ui.nav] +dashboard = "Dashboard" + +[ui.userfront] +app_title = "App Title" + +[ui.userfront.app_label] +admin_console = "Admin Console" +baron = "Baron" +dev_console = "Dev Console" + +[ui.userfront.audit] + +[ui.userfront.audit.table] +app = "App" +auth_method = "Auth Method" +date = "Date" +device = "Device" +ip = "IP" +pending = "Pending" +result = "Result" +session_id = "Session ID" +status = "Status" + +[ui.userfront.auth_method] +ory = "Ory" +session = "Session" + +[ui.userfront.dashboard] +last_auth_label = "Last Auth Label" +status_history = "Status History" + +[ui.userfront.dashboard.activity] +linked = "Linked" + +[ui.userfront.dashboard.approved_session] +default = "Default" +userfront = "Userfront" + +[ui.userfront.dashboard.revoke] +confirm_button = "Confirm Button" +title = "Title" + +[ui.userfront.dashboard.scopes] +title = "Permission (Scopes)" + +[ui.userfront.dashboard.status] +revoked = "Revoked" + +[ui.userfront.device] +android = "Mobile(Android)" +ios = "Mobile(iOS)" +linux = "Desktop(Linux)" +macos = "Desktop(macOS)" +windows = "Desktop(Windows)" + +[ui.userfront.error] +go_home = "Go Home" +go_login = "Go Login" + +[ui.userfront.forgot] +heading = "Heading" +input_label = "Input Label" +submit = "Submit" +title = "Title" + +[ui.userfront.login] +forgot_password = "Forgot Password" +signup = "Signup" + +[ui.userfront.login.action] +submit = "Submit" + +[ui.userfront.login.field] +login_id = "Login Id" +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" +refresh = "Refresh" +remaining = "Remaining" + +[ui.userfront.login.short_code] +digits = "Digits" +expire_time = "Expire Time" +prefix = "Prefix" +submit = "Submit" + +[ui.userfront.login.tabs] +link = "Link" +password = "Password" +qr = "QR" + +[ui.userfront.login.unregistered] +action = "Action" +title = "Title" + +[ui.userfront.login.verification] +action_label = "Confirm" +page_title = "Page Title" +title = "Title" + +[ui.userfront.login_success] +later = "Later" +qr = "QR" +title = "Title" + +[ui.userfront.nav] +dashboard = "Dashboard" +logout = "Logout" +profile = "Profile" +qr_scan = "QR Scan" + +[ui.userfront.profile] +department_empty = "Department Empty" +manage = "Manage" +user_fallback = "User" + +[ui.userfront.profile.field] +affiliation = "Affiliation" +company_code = "Company Code" +department = "Department" +email = "Email" +name = "Name" +tenant = "Tenant" + +[ui.userfront.profile.password] +change = "Change" +confirm = "Confirm" +current = "Current" +forgot = "Forgot" +new = "New" +title = "Title" + +[ui.userfront.profile.phone] +code_hint = "Code Hint" +request_code = "Request Code" +title = "Phone number" + +[ui.userfront.profile.section] +basic = "Basic" +organization = "Organization" +security = "Security" + +[ui.userfront.qr] +request_permission = "Request Permission" +rescan = "Rescan" +result_failure = "Result Failure" +result_success = "Result Success" +title = "Scan QR Code" + +[ui.userfront.reset] +confirm_password = "Confirm Password" +new_password = "New Password" +submit = "Submit" +subtitle = "Subtitle" +title = "Title" + +[ui.userfront.sections] +apps = "Apps" +audit = "Audit" + +[ui.userfront.session] +active = "Active" +unknown = "Unknown" + +[ui.userfront.signup] +complete = "Complete" +next_step = "Next Step" +title = "Title" + +[ui.userfront.signup.agreement] +all = "All" +privacy_title = "Privacy Title" +tos_title = "Tos Title" + +[ui.userfront.signup.auth] +code_label = "Code Label" +request_code = "Request Code" + +[ui.userfront.signup.auth.email] +label = "Label" +title = "Title" + +[ui.userfront.signup.password] +confirm_label = "Password Confirm" +label = "Password" + +[ui.userfront.signup.phone] +label = "Label" +title = "Title" + +[ui.userfront.signup.profile] +affiliation_type = "Affiliation Type" +company = "Company" +department = "Department" +department_optional = "Department Optional" +name = "Name" + +[ui.userfront.signup.steps] +agreement = "Agreement" +password = "Password" +profile = "Profile" +verify = "Verify" + +[ui.userfront.signup.success] +action = "Action" diff --git a/devfront/src/locales/ko.toml b/devfront/src/locales/ko.toml new file mode 100644 index 00000000..a8b9a6a1 --- /dev/null +++ b/devfront/src/locales/ko.toml @@ -0,0 +1,1308 @@ + +[domain] + +[domain.affiliation] +affiliate = "가족사 임직원" +general = "일반 사용자" + +[domain.company] +baron = "바론" +halla = "한라" +hanmac = "한맥" +jangheon = "장헌" +ptc = "PTC" +saman = "삼안" + +[err] + +[err.common] +unknown = "알 수 없는 오류가 발생했습니다." + +[err.userfront] + +[err.userfront.auth_proxy] +consent_accept = "동의 처리에 실패했습니다." +consent_fetch = "동의 정보를 가져오지 못했습니다." +consent_reject = "동의 거부에 실패했습니다." +linked_app_revoke = "연동 해지에 실패했습니다." +login_failed = "로그인에 실패했습니다." +oidc_accept = "OIDC 로그인 승인에 실패했습니다." +password_reset_complete = "비밀번호 재설정에 실패했습니다." +password_reset_init = "비밀번호 재설정을 시작하지 못했습니다." + +[err.userfront.profile] +load_failed = "프로필을 불러오지 못했습니다: {{error}}" +password_change_failed = "비밀번호 변경에 실패했습니다: {{error}}" +send_code_failed = "인증번호 전송 실패: {{error}}" +update_failed = "프로필 업데이트에 실패했습니다: {{error}}" +verify_code_failed = "인증 실패: {{error}}" + +[err.userfront.session] +missing = "활성 세션이 없습니다." + +[msg] + +[msg.admin] +idp_env_prod = "IDP env: prod" +scope_admin = "Scoped to /admin" +session_ttl = "Session TTL: 15m admin" +tenant_headers = "Tenant-aware headers" + +[msg.admin.api_keys] + +[msg.admin.api_keys.create] +error = "API 키 생성에 실패했습니다." +name_required = "이름은 필수입니다." +scope_required = "최소 하나 이상의 권한을 선택해야 합니다." +scopes_count = "총 {{count}}개의 권한이 할당됩니다." +scopes_hint = "생성 즉시 활성화되어 사용 가능합니다." +subtitle = "내부 시스템 연동을 위한 보안 인증 키를 구성합니다." + +[msg.admin.api_keys.create.success] +copy_hint = "복사 버튼을 눌러 안전한 곳(비밀번호 관리자 등)에 저장하세요." +notice = "아래의 비밀번호(Secret)는 보안을 위해 " +notice_emphasis = "지금 한 번만" +notice_suffix = "표시됩니다." + +[msg.admin.api_keys.list] +delete_confirm = "API 키 \\\"{{name}}\\\"를 삭제할까요?" +empty = "등록된 API 키가 없습니다." +fetch_error = "API 키 목록 조회에 실패했습니다." +subtitle = "서버 간 통신(Machine-to-Machine)을 위한 API 키를 발급하고 관리합니다." + +[msg.admin.api_keys.list.registry] +count = "총 {{count}}개 API 키" + +[msg.admin.audit] +empty = "아직 수집된 감사 로그가 없습니다." +end = "End of audit feed" +load_error = "Error loading logs: {{error}}" +loading = "Loading audit logs..." +subtitle = "Command 요청 기반 ClickHouse 로그를 조회합니다. 사용자/테넌트는 추후 세션 연동 시 자동 채워집니다." + +[msg.admin.audit.filters] +empty = "필터 없음" + +[msg.admin.audit.registry] +count = "로드된 로그 {{count}}건" + +[msg.admin.groups] + +[msg.admin.groups.list] +subtitle = "이 테넌트에 정의된 사용자 그룹 목록입니다." + +[msg.admin.groups.members] +count = "{{count}} 명" +empty = "멤버가 없습니다." +title = "[{{name}}] 멤버 관리" + +[msg.admin.groups.prompt] +user_id = "추가할 사용자의 UUID를 입력하세요:" + +[msg.admin.header] +subtitle = "Tenant isolation & least privilege by default" + +[msg.admin.notice] +idp_policy = "IDP 관리 키는 서버 내부 래핑 API로만 사용하며, 감사·레이트리밋을 기본 적용합니다." +scope = "관리 기능은 /admin 네임스페이스에서만 노출합니다." + +[msg.admin.overview] +description = "모든 테넌트 공통 지표와 정책 상태를 한 곳에서 확인합니다." +idp_fallback = "Fallback: Descope" +idp_primary = "IDP: Ory primary" + +[msg.admin.overview.playbook] +description = "운영 정책, 레이트리밋, 감사 로그의 기본 룰을 요약합니다." +idp_body = "모든 IDP 호출은 backend를 통해서만 수행하며, Hydra/Kratos admin 포트는 외부에 노출하지 않습니다." +idp_title = "Backend-only IDP access" +tenant_body = "Tenant 헤더와 감사 로그 규칙을 기본 적용하며, 향후 Keto 정책으로 확장 예정입니다." +tenant_title = "Tenant isolation" + +[msg.admin.overview.quick_links] +description = "주요 운영 화면으로 바로 이동합니다." + +[msg.admin.tenants] +delete_confirm = "테넌트 \\\"{{name}}\\\"를 삭제할까요?" +empty = "아직 등록된 테넌트가 없습니다." +fetch_error = "테넌트 목록 조회에 실패했습니다." +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." + +[msg.admin.tenants.create.memo] +body = "생성 직후에는 기본 활성 상태로 부여되며, 필요 시 상태를 수정하세요." +subtitle = "Tenant 권한 정책은 추후 Keto 연계로 확장 예정입니다." + +[msg.admin.tenants.create.profile] +subtitle = "필수 정보만 입력해도 생성 가능합니다. Slug는 없으면 자동 생성됩니다." + +[msg.admin.tenants.members] +empty = "소속된 사용자가 없습니다." + +[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" + +[msg.admin.tenants.sub] +empty = "하위 테넌트가 없습니다." +subtitle = "현재 테넌트 하위에 생성된 조직입니다." + +[msg.admin.users] + +[msg.admin.users.create] +error = "사용자 생성에 실패했습니다." +password_required = "비밀번호를 입력하거나 자동 생성을 사용해 주세요." + +[msg.admin.users.create.account] +subtitle = "새로운 사용자를 시스템에 등록합니다." + +[msg.admin.users.create.form] +email_required = "이메일은 필수입니다." +name_required = "이름은 필수입니다." +password_auto_help = "비워두면 시스템이 초기 비밀번호를 자동 생성합니다." +password_manual_help = "초기 비밀번호를 직접 설정합니다." +role_help = "시스템 접근 권한을 결정합니다." + +[msg.admin.users.create.password_generated] +default = "초기 비밀번호가 생성되었습니다." +with_email = "{{email}} 계정의 초기 비밀번호입니다." + +[msg.admin.users.detail] +edit_subtitle = "{{email}} 계정의 정보를 수정합니다." +not_found = "사용자를 찾을 수 없습니다." +update_error = "사용자 수정에 실패했습니다." +update_success = "사용자 정보가 수정되었습니다." + +[msg.admin.users.detail.form] +name_required = "이름은 필수입니다." + +[msg.admin.users.detail.security] +password_hint = "비밀번호를 변경하려면 입력하세요. 비워두면 현재 비밀번호가 유지됩니다." + +[msg.admin.users.list] +delete_confirm = "사용자 \\\"{{name}}\\\"을(를) 정말 삭제하시겠습니까?" +empty = "검색 결과가 없습니다." +fetch_error = "사용자 목록 조회에 실패했습니다." +subtitle = "시스템 사용자를 조회하고 관리합니다. (Local DB)" + +[msg.admin.users.list.registry] +count = "총 {{count}}명의 사용자가 등록되어 있습니다." + +[msg.common] +loading = "로딩 중..." +saving = "저장 중..." +unknown_error = "unknown error" + +[msg.dev] + +[msg.dev.clients] +copy_client_id = "클라이언트 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}}되었습니다." + +[msg.dev.clients.consents] +empty = "No consents found." +load_error = "Error loading consents: {{error}}" +loading = "Loading consents..." +showing = "Showing {{from}} to {{to}} of {{total}} users" +subtitle = "OIDC Relying Party 사용자 권한을 검토·관리합니다." + +[msg.dev.clients.details] +copy_client_id = "Client ID가 복사되었습니다." +copy_client_secret = "Client Secret이 복사되었습니다." +copy_endpoint = "{{label}}가 복사되었습니다." +load_error = "Error loading client: {{error}}" +loading = "Loading client..." +missing_id = "Client ID가 필요합니다." +redirect_saved = "Redirect URIs가 저장되었습니다." +rotate_confirm = "경고: Client Secret을 재발급하면 기존 시크릿은 즉시 무효화됩니다.\\\\n연동된 애플리케이션이 중단될 수 있습니다. 계속하시겠습니까?" +rotate_error = "재발급 실패: {{error}}" +save_error = "저장 실패: {{error}}" +secret_rotated = "Client Secret이 재발급되었습니다." +secret_unavailable = "SECRET_NOT_AVAILABLE" +subtitle = "OIDC 자격 증명과 엔드포인트를 관리합니다." + +[msg.dev.clients.details.redirect] +description = "인증 성공 후 사용자를 리다이렉트할 허용된 URL 목록입니다. 콤마(,)로 구분하여 여러 개 입력할 수 있습니다." + +[msg.dev.clients.details.security] +footer = "비밀키 재발행 작업에는 관리자 세션 TTL 확인과 레이트리밋, 알림 연동을 권장합니다." +note = "엔드포인트는 읽기 전용으로 유지하고, 비밀키 재발행/복사는 감사 로그와 연계하세요." + +[msg.dev.clients.general] +load_error = "Error loading client: {{error}}" +loading = "Loading client..." +saved = "설정이 저장되었습니다." + +[msg.dev.clients.general.identity] +logo_help = "인증 화면에 표시될 PNG/SVG URL입니다." +subtitle = "앱 이름과 설명, 로고를 설정합니다." + +[msg.dev.clients.general.redirect] +help = "인증 후 리다이렉트될 URI를 입력하세요. 생성 후 Connection 탭에서 수정 가능합니다." + +[msg.dev.clients.general.scopes] +empty = "등록된 스코프가 없습니다." +subtitle = "이 클라이언트가 요청할 수 있는 권한 범위를 정의합니다." + +[msg.dev.clients.general.security] +confidential_help = "서버 사이드 앱(예: Node.js, Java)처럼 비밀키를 안전하게 보관 가능한 경우." +public_help = "SPA/모바일 앱처럼 비밀키 보관이 어려운 경우. PKCE를 기본 사용합니다." +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, 비밀키 재발행을 감사 로그와 함께 관리합니다." + +[msg.dev.clients.scopes] +email = "이메일 주소 접근" +openid = "OIDC 인증 필수 스코프" +profile = "기본 프로필 정보 접근" + +[msg.dev.dashboard] + +[msg.dev.dashboard.hero] +body = "Hydra Admin API와 동기화된 RP 목록, 상태 토글, Consent 회수까지 devfront에서 처리하도록 준비합니다." +title_emphasis = " 하나의 화면" +title_prefix = "RP 등록 현황과 Consent 상태를" +title_suffix = "에서 관리합니다." + +[msg.dev.dashboard.notice] +consent_audit = "Consent 회수는 감사 로그와 연계" +dev_scope = "RP 정책은 dev scope에서만 적용" +hydra_health = "Hydra Admin 상태 체크 준비" + +[msg.dev.sidebar] +notice = "개발자 전용 콘솔입니다." +notice_detail = "클라이언트 애플리케이션 등록 및 관리를 수행할 수 있습니다." + +[msg.info] +saved_success = "저장이 완료되었습니다." + +[msg.userfront] +greeting = "안녕하세요, {{name}}님" + +[msg.userfront.audit] +date = "접속일자: {{value}}" +device = "접속환경: {{value}}" +end = "더 이상 항목이 없습니다." +ip = "접속 IP: {{value}}" +load_more_error = "더 불러오지 못했습니다." +result = "인증결과: {{value}}" +session_id = "Session ID: {{value}}" +status = "현황: (준비중)" + +[msg.userfront.dashboard] +approved_device = "승인 기기: {{device}}" +approved_ip = "승인 IP: {{ip}}" +audit_empty = "최근 접속 이력이 없습니다." +audit_load_error = "접속이력을 불러오지 못했습니다." +auth_method = "인증수단: {{method}}" +client_id = "Client ID: {{id}}" +client_id_missing = "Client ID 없음" +current_status = "현재 상태: {{status}}" +last_auth = "최근 인증: {{value}}" +link_missing = "이동할 페이지 주소(Client URI)가 설정되지 않았습니다." +link_open_error = "해당 링크를 열 수 없습니다." +session_id_copied = "세션 ID가 복사되었습니다." + +[msg.userfront.dashboard.activities] +empty = "연동된 앱이 없습니다." +empty_detail = "앱을 연동하면 최근 활동과 상태가 표시됩니다." +error = "연동 정보를 불러오지 못했습니다." + +[msg.userfront.dashboard.approved_session] +copy_click = "{{label}}: {{id}}\\\\\\\\n클릭하면 복사됩니다." +copy_tap = "{{label}}: {{id}}\\\\\\\\n탭하면 복사됩니다." +none = "{{label}} 없음" + +[msg.userfront.dashboard.revoke] +confirm = "{{app}} 앱과의 연동을 해지하시겠습니까?\\\\\\\\n해지하면 다음 로그인 시 다시 동의가 필요합니다." +error = "해지 실패: {{error}}" +success = "{{app}} 연동이 해지되었습니다." + +[msg.userfront.dashboard.scopes] +empty = "요청된 권한이 없습니다." + +[msg.userfront.dashboard.timeline] +load_error = "접속이력을 불러오지 못했습니다." + +[msg.userfront.error] +detail_contact = "msg.userfront.error.detail_contact" +detail_generic = "오류가 발생했습니다." +detail_request = "요청을 처리하는 중 문제가 발생했습니다." +id = "오류 ID: {{id}}" +title = "인증 과정에서 오류가 발생했습니다" +title_generic = "오류가 발생했습니다" +title_with_code = "오류: {{code}}" +type = "오류 종류: {{type}}" + +[msg.userfront.error.whitelist] +$normalizedCode = "에러가 계속되면 관리자에게 문의해주세요" +settings_disabled = "현재 계정 설정 화면은 준비 중입니다." + +[msg.userfront.forgot] +description = "계정과 연결된 이메일 주소 또는 휴대폰 번호를 입력하시면, 비밀번호를 재설정할 수 있는 링크를 보내드립니다." +dry_send = "drySend 모드: 실제 이메일/SMS는 발송되지 않습니다." +error = "전송에 실패했습니다: {{error}}" +input_required = "이메일 또는 휴대폰 번호를 입력해주세요." +sent = "비밀번호 재설정 링크가 전송되었습니다. 이메일 또는 SMS를 확인해주세요." + +[msg.userfront.login] +cookie_check_failed = "로그인 확인 실패: {{error}}" +dry_send = "drySend 모드: 실제 이메일/SMS는 발송되지 않습니다." +link_failed = "오류: {{error}}" +link_send_failed = "전송 실패: {{error}}" +link_sent_email = "입력하신 이메일로 로그인 링크를 보냈습니다." +link_sent_phone = "입력하신 번호로 로그인 링크를 보냈습니다." +link_timeout = "로그인 요청 시간이 초과되었습니다." +no_account = "계정이 없으신가요?" +oidc_failed = "OIDC 로그인 처리에 실패했습니다. 다시 시도해 주세요." +qr_expired = "QR 세션이 만료되었습니다." +qr_init_failed = "QR 초기화에 실패했습니다: {{error}}" +qr_login_required = "로그인 한 상태여야 QR 스캔으로 로그인 할 수 있습니다" +token_missing = "로그인 토큰을 확인할 수 없습니다." +verification_failed = "승인 처리에 실패했습니다: {{error}}" + +[msg.userfront.login.link] +approved = "링크로 로그인 되었습니다. 잠시 후 로그인 화면으로 이동합니다." +helper = "입력하신 정보로 로그인 링크를 전송합니다." +missing_login_id = "이메일 또는 휴대폰 번호를 입력해 주세요." +missing_phone = "휴대폰 번호를 입력해 주세요." +resend_wait = "재발송은 {{time}} 후 가능합니다." +short_code_help = "링크로 받은 값의 뒤 문자 2개와 숫자 6자리를 입력하셔도 로그인 할 수 있습니다." + +[msg.userfront.login.password] +failed = "로그인 실패: {{error}}" +missing_credentials = "이메일(또는 전화번호)와 비밀번호를 모두 입력해주세요." + +[msg.userfront.login.qr] +load_failed = "QR 코드를 불러오지 못했습니다." +scan_hint = "모바일 앱으로 스캔하세요" + +[msg.userfront.login.short_code] +invalid = "문자 2개와 숫자 6자리를 입력해 주세요." + +[msg.userfront.login.unregistered] +body = "가입되지 않은 정보입니다.\\\\n회원가입 후 이용해 주세요." + +[msg.userfront.login.verification] +approved = "승인되었습니다. 로그인은 요청하신 창에서 완료됩니다." +approved_local = "승인 되었습니다. 이 기기는 로그인되어 있는 상태입니다. 원격 창도 로그인이 될 예정입니다" +success = "로그인 승인에 성공했습니다." + +[msg.userfront.login_success] +subtitle = "성공적으로 로그인되었습니다." + +[msg.userfront.profile] +department_missing = "소속 정보 없음" +department_required = "소속을 입력해주세요." +email_missing = "이메일 없음" +greeting = "안녕하세요, {{name}}님" +load_failed = "정보를 불러올 수 없습니다." +name_missing = "이름 없음" +name_required = "이름을 입력해주세요." +phone_required = "휴대폰 번호를 입력해주세요." +phone_verify_required = "휴대폰 번호 인증이 필요합니다." +update_failed = "수정 실패: {{error}}" +update_success = "정보가 수정되었습니다." + +[msg.userfront.profile.password] +change_failed = "비밀번호 변경 실패: {{error}}" +changed = "비밀번호가 변경되었습니다." +current_required = "현재 비밀번호를 입력해 주세요." +mismatch = "새 비밀번호가 일치하지 않습니다." +new_required = "새 비밀번호를 입력해 주세요." +subtitle = "현재 비밀번호 확인 후 새 비밀번호로 변경합니다." + +[msg.userfront.profile.phone] +code_sent = "인증번호가 전송되었습니다." +send_failed = "전송 실패: {{error}}" +verified = "인증되었습니다." +verify_failed = "인증 실패: {{error}}" +verify_notice = "휴대폰 번호를 변경하려면 SMS 인증이 필요합니다." + +[msg.userfront.profile.section] +basic = "계정 기본 정보를 관리합니다." +organization = "소속 및 구분 정보입니다." +security = "비밀번호를 안전하게 관리합니다." + +[msg.userfront.qr] +approve_error = "QR 승인 실패: {{error}}" +approve_success = "QR 승인 완료! PC 화면에서 로그인이 진행됩니다." +camera_error = "카메라 오류: {{error}}" +permission_error = "카메라 권한 요청에 실패했습니다. 브라우저/OS 설정을 확인해주세요." +permission_required = "카메라 권한이 필요합니다." + +[msg.userfront.reset] +invalid_body = "비밀번호 재설정 링크가 만료되었거나 잘못되었습니다. 다시 시도해주세요." +invalid_link = "유효하지 않은 재설정 링크입니다. (loginId/token 누락)" +invalid_title = "유효하지 않은 링크입니다." +policy_loading = "비밀번호 정책을 불러오는 중입니다..." +success = "비밀번호가 성공적으로 변경되었습니다. 다시 로그인해주세요." + +[msg.userfront.reset.error] +empty_password = "비밀번호를 입력해주세요." +generic = "비밀번호 변경에 실패했습니다: {{error}}" +lowercase = "최소 1개 이상의 소문자를 포함해야 합니다." +min_length = "비밀번호는 최소 {{count}}자 이상이어야 합니다." +min_types = "비밀번호는 영문 대/소문자/숫자/특수문자 중 {{count}}가지 이상 포함해야 합니다." +mismatch = "비밀번호가 일치하지 않습니다." +number = "최소 1개 이상의 숫자를 포함해야 합니다." +symbol = "최소 1개 이상의 특수문자를 포함해야 합니다." +uppercase = "최소 1개 이상의 대문자를 포함해야 합니다." + +[msg.userfront.reset.policy] +lowercase = "소문자 1개 이상" +min_length = "최소 {{count}}자 이상" +min_types = "영문 대/소문자/숫자/특수문자 중 {{count}}가지 이상" +number = "숫자 1개 이상" +symbol = "특수문자 1개 이상" +uppercase = "대문자 1개 이상" + +[msg.userfront.sections] +apps_subtitle = "현재 연결된 앱과 최근 인증 상태입니다." +audit_subtitle = "Baron 로그인 기준의 최근 접근 기록입니다." + +[msg.userfront.settings] +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" + +[msg.userfront.signup.agreement] +title = "서비스 이용을 위해\\\\n약관에 동의해주세요" + +[msg.userfront.signup.auth] +affiliate_notice = "가족사 회원의 경우 반드시 회사 공식 이메일을 입력해주세요." +title = "본인 확인을 위해\\\\n인증을 진행해주세요" + +[msg.userfront.signup.email] +code_mismatch = "인증코드가 일치하지 않습니다." +duplicate = "이미 가입된 이메일입니다." +invalid = "유효한 이메일 형식이 아닙니다." +send_failed = "발송 실패: {{error}}" +verified = "✅ 이메일 인증 완료" +verify_failed = "인증 실패: {{error}}" + +[msg.userfront.signup.password] +length_required = "비밀번호는 최소 12자 이상이어야 합니다." +lowercase_required = "소문자가 최소 1개 이상 포함되어야 합니다." +mismatch = "비밀번호가 일치하지 않습니다." +number_required = "숫자가 최소 1개 이상 포함되어야 합니다." +symbol_required = "특수문자가 최소 1개 이상 포함되어야 합니다." +title = "마지막으로\\\\n비밀번호를 설정해주세요" +uppercase_required = "대문자가 최소 1개 이상 포함되어야 합니다." + +[msg.userfront.signup.password.rule] +lowercase = "소문자" +min_length = "{{count}}자 이상" +min_types = "문자 유형 {{count}}가지 이상" +number = "숫자" +symbol = "특수문자" +uppercase = "대문자" + +[msg.userfront.signup.phone] +code_mismatch = "인증코드가 일치하지 않습니다." +send_failed = "발송 실패: {{error}}" +verified = "✅ 휴대폰 인증 완료" +verify_failed = "인증 실패: {{error}}" + +[msg.userfront.signup.policy] +loading = "비밀번호 정책을 불러오는 중입니다..." +lowercase = "소문자" +min_length = "최소 {{count}}자 이상" +min_types = "영문 대/소문자/숫자/특수문자 중 {{count}}가지 이상" +number = "숫자" +summary = "보안 정책: {{rules}}" +symbol = "특수문자" +uppercase = "대문자" + +[msg.userfront.signup.profile] +affiliate_hint = "가족사 이메일 사용 시 자동으로 선택됩니다." +title = "회원님의\\\\n소속 정보를 알려주세요" + +[msg.userfront.signup.success] +body = "성공적으로 가입되었습니다." +title = "회원가입 완료" + +[ui] + +[ui.admin] +brand = "Baron 로그인" +dev_role_switcher = "🛠 DEV Role Switcher" +title = "Admin Control" + +[ui.admin.api_keys] + +[ui.admin.api_keys.create] +name_label = "서비스 또는 목적 식별 이름" +name_placeholder = "예: Jenkins-CI, Grafana-Dashboard" +section_name = "키 이름 지정" +section_scopes = "권한 범위(Scopes) 선택" +submit = "API 키 발급하기" +title = "새 API 키 생성" + +[ui.admin.api_keys.create.success] +copy_secret = "보안 시크릿 복사" +go_list = "저장했습니다. 목록으로 이동" +title = "API 키 생성 완료" + +[ui.admin.api_keys.list] +add = "API 키 생성" +title = "API 키 관리 (M2M)" + +[ui.admin.api_keys.list.breadcrumb] +list = "List" +section = "API Keys" + +[ui.admin.api_keys.list.registry] +title = "API Key Registry" + +[ui.admin.api_keys.list.table] +actions = "ACTIONS" +client_id = "CLIENT ID" +last_used = "LAST USED" +name = "NAME" +scopes = "SCOPES" + +[ui.admin.audit] +export_csv = "Export CSV" +load_more = "Load more" +target = "Target · {{target}}" +title = "감사 로그" + +[ui.admin.audit.breadcrumb] +logs = "Logs" +section = "Audit" + +[ui.admin.audit.copy] +actor_id = "Copy actor id" +request_id = "Copy request id" +target = "Copy target" + +[ui.admin.audit.details] +actor = "Actor" +actor_id = "Actor ID · {{value}}" +after = "After · {{value}}" +before = "Before · {{value}}" +device = "Device · {{value}}" +error = "Error · {{value}}" +event_id = "Event ID · {{value}}" +ip = "IP · {{value}}" +latency = "Latency · {{value}}" +request = "Request" +request_id = "Request ID · {{value}}" +result = "Result" +tenant = "Tenant · {{value}}" + +[ui.admin.audit.filters] +placeholder = "필터 추가 (예: status:failure)" +remove = "{{filter}} 필터 제거" + +[ui.admin.audit.registry] +title = "Audit registry" + +[ui.admin.audit.table] +action_target = "Action / Target" +actor = "ACTOR (ID)" +path = "PATH" +request = "REQUEST" +status = "STATUS" +time = "TIME" + +[ui.admin.groups] + +[ui.admin.groups.create] +title = "새 그룹 생성" + +[ui.admin.groups.form] +desc_label = "설명" +desc_placeholder = "그룹 용도 설명" +name_label = "그룹 이름" +name_placeholder = "예: 개발팀, 인사팀" +submit = "생성하기" + +[ui.admin.groups.list] +title = "User Groups" + +[ui.admin.groups.members] + +[ui.admin.groups.members.table] +email = "이메일" +name = "이름" +remove = "제거" + +[ui.admin.groups.table] +actions = "ACTIONS" +members = "MEMBERS" +name = "NAME" + +[ui.admin.header] +plane = "Admin Plane" + +[ui.admin.overview] +kicker = "Global Overview" +title = "Tenant-independent control plane" + +[ui.admin.overview.playbook] +title = "Admin playbook" + +[ui.admin.overview.quick_links] +add_tenant = "테넌트 추가" +tenant_dashboard = "테넌트 대시보드" +title = "빠른 이동" +view_audit_logs = "감사 로그 보기" + +[ui.admin.role] +rp_admin = "RP ADMIN" +super_admin = "SUPER ADMIN" +tenant_admin = "TENANT ADMIN" +tenant_member = "TENANT MEMBER" + +[ui.admin.tenants] +add = "테넌트 추가" +title = "테넌트 목록" + +[ui.admin.tenants.breadcrumb] +list = "List" +section = "Tenants" + +[ui.admin.tenants.create] +title = "테넌트 추가" + +[ui.admin.tenants.create.breadcrumb] +action = "Create" +section = "Tenants" + +[ui.admin.tenants.create.form] +description = "Description" +domains_label = "Allowed Domains (Comma separated)" +domains_placeholder = "example.com, example.kr" +name = "Tenant name" +slug = "Slug" +slug_placeholder = "tenant-slug" +status = "Status" + +[ui.admin.tenants.create.memo] +title = "정책 메모" + +[ui.admin.tenants.create.profile] +title = "Tenant Profile" + +[ui.admin.tenants.members] +title = "Tenant Members ({{count}})" + +[ui.admin.tenants.members.table] +email = "EMAIL" +name = "NAME" +role = "ROLE" +status = "STATUS" + +[ui.admin.tenants.registry] +title = "Tenant registry" + +[ui.admin.tenants.schema] +add_field = "Add Field" +save = "Save Schema Changes" +title = "User Schema Extension" + +[ui.admin.tenants.schema.field] +key = "Field Key (ID)" +key_placeholder = "e.g. employee_id" +label = "Display Label" +label_placeholder = "e.g. 사번" +type = "Type" +type_boolean = "Boolean" +type_number = "Number" +type_text = "Text" + +[ui.admin.tenants.sub] +add = "하위 테넌트 추가" +manage = "관리" +title = "Sub-tenants ({{count}})" + +[ui.admin.tenants.sub.table] +action = "ACTION" +name = "NAME" +slug = "SLUG" +status = "STATUS" + +[ui.admin.tenants.table] +actions = "ACTIONS" +name = "NAME" +slug = "SLUG" +status = "STATUS" +updated = "UPDATED" + +[ui.admin.users] + +[ui.admin.users.create] +back = "목록으로 돌아가기" +go_list = "목록으로 이동" +submit = "사용자 생성" +title = "사용자 추가" + +[ui.admin.users.create.account] +title = "계정 정보" + +[ui.admin.users.create.breadcrumb] +new = "New" +section = "Users" + +[ui.admin.users.create.custom_fields] +title = "테넌트 확장 정보 (Custom Fields)" + +[ui.admin.users.create.form] +auto_password = "자동 생성" +department = "부서" +department_placeholder = "개발팀" +email = "이메일" +email_placeholder = "user@example.com" +name = "이름" +name_placeholder = "홍길동" +password = "비밀번호" +password_placeholder = "********" +phone = "전화번호" +phone_placeholder = "010-1234-5678" +role = "역할 (Role)" +tenant = "테넌트 (Tenant)" +tenant_global = "시스템 전역 (소속 없음)" + +[ui.admin.users.create.password_generated] +title = "초기 비밀번호 생성 완료" + +[ui.admin.users.detail] +back = "목록으로 돌아가기" +edit_title = "정보 수정" +title = "사용자 상세" + +[ui.admin.users.detail.breadcrumb] +section = "Users" + +[ui.admin.users.detail.custom_fields] +title = "테넌트 확장 정보 (Custom Fields)" + +[ui.admin.users.detail.form] +department = "부서" +department_placeholder = "개발팀" +name = "이름" +name_placeholder = "홍길동" +phone = "전화번호" +phone_placeholder = "010-1234-5678" +role = "역할 (Role)" +status = "상태" +tenant = "테넌트 (Tenant)" +tenant_global = "시스템 전역 (소속 없음)" + +[ui.admin.users.detail.security] +password = "비밀번호 변경" +password_placeholder = "변경할 경우에만 입력" +title = "보안 설정" + +[ui.admin.users.list] +add = "사용자 추가" +delete_aria = "사용자 삭제: {{name}}" +edit_aria = "사용자 수정: {{name}}" +search_placeholder = "이름 또는 이메일 검색..." +tenant_slug = "Slug: {{slug}}" +title = "사용자 관리" + +[ui.admin.users.list.breadcrumb] +list = "List" +section = "Users" + +[ui.admin.users.list.registry] +title = "User Registry" + +[ui.admin.users.list.table] +actions = "ACTIONS" +created = "CREATED" +name_email = "NAME / EMAIL" +role = "ROLE" +status = "STATUS" +tenant_dept = "TENANT / DEPT" + +[ui.btn] +cancel = "취소" +save = "저장" + +[ui.common] +add = "추가" +back = "돌아가기" +cancel = "취소" +close = "닫기" +collapse = "접기" +confirm = "확인" +copy = "복사" +create = "생성" +delete = "삭제" +details = "상세정보" +edit = "편집" +hyphen = "-" +na = "N/A" +never = "Never" +next = "Next" +page_of = "Page {{page}} of {{total}}" +prev = "이전" +previous = "Previous" +qr = "QR" +read_only = "읽기 전용" +refresh = "새로고침" +requesting = "요청 중..." +resend = "재발송" +retry = "다시 시도" +save = "저장" +search = "검색" +show_more = "+ 더보기" +theme_dark = "Dark" +theme_light = "Light" +theme_toggle = "테마 전환" +unknown = "Unknown" + +[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" +failure = "실패" +inactive = "Inactive" +ok = "정상" +pending = "준비 중" +success = "성공" + +[ui.dev] +brand = "Baron 로그인" +console_title = "Developer Console" +env_badge = "Env: dev" +scope_badge = "Scoped to /dev" + +[ui.dev.clients] +copy_client_id = "Copy client id" +new = "새 클라이언트" +search_placeholder = "클라이언트 이름/ID로 검색..." +tenant_scoped = "Tenant-scoped" +untitled = "Untitled" + +[ui.dev.clients.badge] +admin_session = "관리자 세션" +tenant_selected = "테넌트: 선택됨" + +[ui.dev.clients.consents] +export_csv = "Export CSV" +revoke = "Revoke" +search_placeholder = "사용자 ID, 이름, 이메일로 검색" +status_all = "All Statuses" +status_label = "Status:" +status_revoked = "Revoked" +subject = "Subject" +title = "User Consent Grants" + +[ui.dev.clients.consents.breadcrumb] +clients = "Clients" +current = "User Consent Grants" +home = "Home" + +[ui.dev.clients.consents.filters] +advanced = "Advanced Filters" + +[ui.dev.clients.consents.stats] +active_grants = "Active Grants" +avg_scopes = "Avg. Scopes per User" +total_scopes = "Total Scopes Issued" + +[ui.dev.clients.consents.table] +action = "Action" +first_granted = "First Granted" +last_auth = "Last Authenticated" +scopes = "Granted Scopes" +status = "Status" +tenant = "Tenant" +user = "User" + +[ui.dev.clients.details] + +[ui.dev.clients.details.breadcrumb] +current = "클라이언트 상세" +section = "Relying Parties" + +[ui.dev.clients.details.credentials] +client_id = "Client ID" +client_secret = "Client Secret" +title = "클라이언트 자격 증명" + +[ui.dev.clients.details.endpoints] +read_only = "읽기 전용" +title = "OIDC 엔드포인트" + +[ui.dev.clients.details.redirect] +callback_label = "인증 콜백 URL" +label = "Redirect URIs" +placeholder = "https://your-app.com/callback, http://localhost:3000/auth/callback" +save = "Redirect URIs 저장" +title = "리디렉션 URI 설정" + +[ui.dev.clients.details.secret] +hide = "비밀키 숨기기" +rotate = "비밀키 재발급 (Rotate)" +show = "비밀키 보기" + +[ui.dev.clients.details.security] +title = "보안 메모" + +[ui.dev.clients.details.tab] +connection = "Connection" +consents = "Consent & Users" +settings = "Settings" + +[ui.dev.clients.general] +create = "클라이언트 생성" +display_new = "새 클라이언트" +save = "설정 저장" +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.general.identity] +description = "Description" +description_placeholder = "앱에 대한 간단한 설명을 입력하세요." +logo = "App Logo URL" +logo_placeholder = "https://example.com/logo.png" +logo_preview = "Logo Preview" +name = "앱 이름" +name_placeholder = "My Awesome Application" +title = "Application Identity" + +[ui.dev.clients.general.redirect] +label = "Redirect URIs" +placeholder = "https://app.example.com/callback, http://localhost:3000/auth/callback (콤마로 구분)" + +[ui.dev.clients.general.scopes] +add = "Scope 추가" +description_placeholder = "권한에 대한 설명" +name_placeholder = "e.g. profile" +title = "Scopes" + +[ui.dev.clients.general.scopes.table] +description = "Description" +mandatory = "Mandatory" +name = "Scope Name" + +[ui.dev.clients.general.security] +confidential = "Confidential" +public = "Public" +title = "보안 설정" + +[ui.dev.clients.help] +docs_title = "Docs & Examples" +title = "Need help with OIDC configuration?" +view_guides = "View guides" + +[ui.dev.clients.list] +title = "클라이언트 목록" + +[ui.dev.clients.owner] +avatar_alt = "ops user" +email = "admin@brsw.kr" +name = "AI Admin Bot" +role = "Role: Tenant Admin" +scope = "Scope: TENANT-12" +subtitle = "Tenant admin on-call" +title = "Owner" + +[ui.dev.clients.registry] +subtitle = "Relying Parties" +title = "RP registry" + +[ui.dev.clients.table] +actions = "액션" +application = "애플리케이션" +client_id = "Client ID" +created_at = "생성일" +status = "상태" +type = "유형" + +[ui.dev.clients.type] +confidential = "기밀(Confidential)" +public = "Public" + +[ui.dev.dashboard] +ready_badge = "devfront ready" + +[ui.dev.dashboard.badge] +consent_guard = "Consent guard ready" +policy_toggle = "Policy toggle enabled" +rp_synced = "RP registry synced" + +[ui.dev.dashboard.next] +subtitle = "Ship the RP controls" +title = "Next actions" + +[ui.dev.dashboard.ops] +subtitle = "현재 관측" +title = "Ops board" + +[ui.dev.dashboard.ops.card] +consent_revoked = "Consent 회수 건수" +hydra_status = "Hydra 상태" +rp_requests = "RP 요청 추이" + +[ui.dev.dashboard.ops.tag] +consent = "Consent grants" +rp_status = "RP status" + +[ui.dev.dashboard.stack] +notes = "Setup notes" +subtitle = "Devfront baseline" +title = "Stack readiness" + +[ui.dev.header] +plane = "Dev Plane" +subtitle = "Manage your applications" + +[ui.nav] +dashboard = "대시보드" + +[ui.userfront] +app_title = "Baron 로그인" + +[ui.userfront.app_label] +admin_console = "Admin Console" +baron = "Baron 로그인" +dev_console = "Dev Console" + +[ui.userfront.audit] + +[ui.userfront.audit.table] +app = "애플리케이션" +auth_method = "인증수단" +date = "접속일자" +device = "접속환경" +ip = "IP" +pending = "(준비중)" +result = "인증결과" +session_id = "Session ID" +status = "현황" + +[ui.userfront.auth_method] +ory = "Ory 세션" +session = "세션" + +[ui.userfront.dashboard] +last_auth_label = "최근 인증" +status_history = "상태 이력" + +[ui.userfront.dashboard.activity] +linked = "연동됨" + +[ui.userfront.dashboard.approved_session] +default = "승인한 세션 ID" +userfront = "승인한 Userfront 세션 ID" + +[ui.userfront.dashboard.revoke] +confirm_button = "해지하기" +title = "연동 해지" + +[ui.userfront.dashboard.scopes] +title = "권한 (Scopes)" + +[ui.userfront.dashboard.status] +revoked = "해지됨" + +[ui.userfront.device] +android = "Mobile(Android)" +ios = "Mobile(iOS)" +linux = "Desktop(Linux)" +macos = "Desktop(macOS)" +windows = "Desktop(Windows)" + +[ui.userfront.error] +go_home = "홈으로 이동" +go_login = "로그인으로 이동" + +[ui.userfront.forgot] +heading = "비밀번호를 잊으셨나요?" +input_label = "이메일 또는 휴대폰 번호" +submit = "재설정 링크 전송" +title = "비밀번호 재설정" + +[ui.userfront.login] +forgot_password = "비밀번호를 잊으셨나요?" +signup = "회원가입" + +[ui.userfront.login.action] +submit = "로그인" + +[ui.userfront.login.field] +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 코드 만료됨" +refresh = "QR 코드 새로고침" +remaining = "남은 시간: {{time}}" + +[ui.userfront.login.short_code] +digits = "숫자 6자리" +expire_time = "유효시간 {{time}}" +prefix = "영문 2자리" +submit = "코드로 로그인" + +[ui.userfront.login.tabs] +link = "로그인 링크" +password = "비밀번호" +qr = "QR 코드" + +[ui.userfront.login.unregistered] +action = "회원가입 하기" +title = "미등록 회원" + +[ui.userfront.login.verification] +action_label = "확인" +page_title = "로그인 승인" +title = "승인 완료" + +[ui.userfront.login_success] +later = "나중에 하기 (대시보드로 이동)" +qr = "QR 인증 (카메라 켜기)" +title = "로그인 완료" + +[ui.userfront.nav] +dashboard = "대시보드" +logout = "로그아웃" +profile = "내 정보" +qr_scan = "QR 스캔" + +[ui.userfront.profile] +department_empty = "소속 정보 없음" +manage = "프로필 관리" +user_fallback = "User" + +[ui.userfront.profile.field] +affiliation = "구분" +company_code = "회사코드" +department = "소속" +email = "이메일" +name = "이름" +tenant = "소속 테넌트" + +[ui.userfront.profile.password] +change = "비밀번호 변경" +confirm = "새 비밀번호 확인" +current = "현재 비밀번호" +forgot = "비밀번호를 잊으셨나요?" +new = "새 비밀번호" +title = "비밀번호 변경" + +[ui.userfront.profile.phone] +code_hint = "인증번호 6자리" +request_code = "인증요청" +title = "전화번호" + +[ui.userfront.profile.section] +basic = "기본 정보" +organization = "조직 정보" +security = "보안" + +[ui.userfront.qr] +request_permission = "카메라 권한 요청하기" +rescan = "다시 스캔" +result_failure = "승인 실패" +result_success = "승인 완료" +title = "Scan QR Code" + +[ui.userfront.reset] +confirm_password = "새 비밀번호 확인" +new_password = "새 비밀번호" +submit = "비밀번호 변경" +subtitle = "새로운 비밀번호 설정" +title = "새 비밀번호 설정" + +[ui.userfront.sections] +apps = "나의 App 현황" +audit = "접속이력" + +[ui.userfront.session] +active = "세션 활성" +unknown = "알 수 없음" + +[ui.userfront.signup] +complete = "가입 완료" +next_step = "다음 단계" +title = "회원가입" + +[ui.userfront.signup.agreement] +all = "모두 동의합니다" +privacy_title = "개인정보 수집 및 이용 동의 (필수)" +tos_title = "바론 소프트웨어 이용약관 (필수)" + +[ui.userfront.signup.auth] +code_label = "인증코드 6자리" +request_code = "인증요청" + +[ui.userfront.signup.auth.email] +label = "이메일 주소" +title = "이메일 인증" + +[ui.userfront.signup.password] +confirm_label = "비밀번호 확인" +label = "비밀번호" + +[ui.userfront.signup.phone] +label = "휴대폰 번호 (-없이)" +title = "휴대폰 인증" + +[ui.userfront.signup.profile] +affiliation_type = "소속 유형" +company = "가족사 선택" +department = "부서명" +department_optional = "소속 정보 (선택)" +name = "이름" + +[ui.userfront.signup.steps] +agreement = "약관동의" +password = "비밀번호" +profile = "정보입력" +verify = "본인인증" + +[ui.userfront.signup.success] +action = "로그인하기" diff --git a/devfront/src/locales/template.toml b/devfront/src/locales/template.toml new file mode 100644 index 00000000..77723ebb --- /dev/null +++ b/devfront/src/locales/template.toml @@ -0,0 +1,1308 @@ + +[domain] + +[domain.affiliation] +affiliate = "" +general = "" + +[domain.company] +baron = "" +halla = "" +hanmac = "" +jangheon = "" +ptc = "" +saman = "" + +[err] + +[err.common] +unknown = "" + +[err.userfront] + +[err.userfront.auth_proxy] +consent_accept = "" +consent_fetch = "" +consent_reject = "" +linked_app_revoke = "" +login_failed = "" +oidc_accept = "" +password_reset_complete = "" +password_reset_init = "" + +[err.userfront.profile] +load_failed = "" +password_change_failed = "" +send_code_failed = "" +update_failed = "" +verify_code_failed = "" + +[err.userfront.session] +missing = "" + +[msg] + +[msg.admin] +idp_env_prod = "" +scope_admin = "" +session_ttl = "" +tenant_headers = "" + +[msg.admin.api_keys] + +[msg.admin.api_keys.create] +error = "" +name_required = "" +scope_required = "" +scopes_count = "" +scopes_hint = "" +subtitle = "" + +[msg.admin.api_keys.create.success] +copy_hint = "" +notice = "" +notice_emphasis = "" +notice_suffix = "" + +[msg.admin.api_keys.list] +delete_confirm = "" +empty = "" +fetch_error = "" +subtitle = "" + +[msg.admin.api_keys.list.registry] +count = "" + +[msg.admin.audit] +empty = "" +end = "" +load_error = "" +loading = "" +subtitle = "" + +[msg.admin.audit.filters] +empty = "" + +[msg.admin.audit.registry] +count = "" + +[msg.admin.groups] + +[msg.admin.groups.list] +subtitle = "" + +[msg.admin.groups.members] +count = "" +empty = "" +title = "" + +[msg.admin.groups.prompt] +user_id = "" + +[msg.admin.header] +subtitle = "" + +[msg.admin.notice] +idp_policy = "" +scope = "" + +[msg.admin.overview] +description = "" +idp_fallback = "" +idp_primary = "" + +[msg.admin.overview.playbook] +description = "" +idp_body = "" +idp_title = "" +tenant_body = "" +tenant_title = "" + +[msg.admin.overview.quick_links] +description = "" + +[msg.admin.tenants] +delete_confirm = "" +empty = "" +fetch_error = "" +subtitle = "" + +[msg.admin.tenants.create] +subtitle = "" + +[msg.admin.tenants.create.form] +domains_help = "" + +[msg.admin.tenants.create.memo] +body = "" +subtitle = "" + +[msg.admin.tenants.create.profile] +subtitle = "" + +[msg.admin.tenants.members] +empty = "" + +[msg.admin.tenants.registry] +count = "" + +[msg.admin.tenants.schema] +empty = "" +missing_id = "" +subtitle = "" +update_error = "" +update_success = "" + +[msg.admin.tenants.sub] +empty = "" +subtitle = "" + +[msg.admin.users] + +[msg.admin.users.create] +error = "" +password_required = "" + +[msg.admin.users.create.account] +subtitle = "" + +[msg.admin.users.create.form] +email_required = "" +name_required = "" +password_auto_help = "" +password_manual_help = "" +role_help = "" + +[msg.admin.users.create.password_generated] +default = "" +with_email = "" + +[msg.admin.users.detail] +edit_subtitle = "" +not_found = "" +update_error = "" +update_success = "" + +[msg.admin.users.detail.form] +name_required = "" + +[msg.admin.users.detail.security] +password_hint = "" + +[msg.admin.users.list] +delete_confirm = "" +empty = "" +fetch_error = "" +subtitle = "" + +[msg.admin.users.list.registry] +count = "" + +[msg.common] +loading = "" +saving = "" +unknown_error = "" + +[msg.dev] + +[msg.dev.clients] +copy_client_id = "" +load_error = "" +loading = "" +showing = "" +status_update_error = "" +status_updated = "" + +[msg.dev.clients.consents] +empty = "" +load_error = "" +loading = "" +showing = "" +subtitle = "" + +[msg.dev.clients.details] +copy_client_id = "" +copy_client_secret = "" +copy_endpoint = "" +load_error = "" +loading = "" +missing_id = "" +redirect_saved = "" +rotate_confirm = "" +rotate_error = "" +save_error = "" +secret_rotated = "" +secret_unavailable = "" +subtitle = "" + +[msg.dev.clients.details.redirect] +description = "" + +[msg.dev.clients.details.security] +footer = "" +note = "" + +[msg.dev.clients.general] +load_error = "" +loading = "" +saved = "" + +[msg.dev.clients.general.identity] +logo_help = "" +subtitle = "" + +[msg.dev.clients.general.redirect] +help = "" + +[msg.dev.clients.general.scopes] +empty = "" +subtitle = "" + +[msg.dev.clients.general.security] +confidential_help = "" +public_help = "" +subtitle = "" + +[msg.dev.clients.help] +docs_body = "" +subtitle = "" + +[msg.dev.clients.registry] +description = "" + +[msg.dev.clients.scopes] +email = "" +openid = "" +profile = "" + +[msg.dev.dashboard] + +[msg.dev.dashboard.hero] +body = "" +title_emphasis = "" +title_prefix = "" +title_suffix = "" + +[msg.dev.dashboard.notice] +consent_audit = "" +dev_scope = "" +hydra_health = "" + +[msg.dev.sidebar] +notice = "" +notice_detail = "" + +[msg.info] +saved_success = "" + +[msg.userfront] +greeting = "" + +[msg.userfront.audit] +date = "" +device = "" +end = "" +ip = "" +load_more_error = "" +result = "" +session_id = "" +status = "" + +[msg.userfront.dashboard] +approved_device = "" +approved_ip = "" +audit_empty = "" +audit_load_error = "" +auth_method = "" +client_id = "" +client_id_missing = "" +current_status = "" +last_auth = "" +link_missing = "" +link_open_error = "" +session_id_copied = "" + +[msg.userfront.dashboard.activities] +empty = "" +empty_detail = "" +error = "" + +[msg.userfront.dashboard.approved_session] +copy_click = "" +copy_tap = "" +none = "" + +[msg.userfront.dashboard.revoke] +confirm = "" +error = "" +success = "" + +[msg.userfront.dashboard.scopes] +empty = "" + +[msg.userfront.dashboard.timeline] +load_error = "" + +[msg.userfront.error] +detail_contact = "" +detail_generic = "" +detail_request = "" +id = "" +title = "" +title_generic = "" +title_with_code = "" +type = "" + +[msg.userfront.error.whitelist] +$normalizedCode = "" +settings_disabled = "" + +[msg.userfront.forgot] +description = "" +dry_send = "" +error = "" +input_required = "" +sent = "" + +[msg.userfront.login] +cookie_check_failed = "" +dry_send = "" +link_failed = "" +link_send_failed = "" +link_sent_email = "" +link_sent_phone = "" +link_timeout = "" +no_account = "" +oidc_failed = "" +qr_expired = "" +qr_init_failed = "" +qr_login_required = "" +token_missing = "" +verification_failed = "" + +[msg.userfront.login.link] +approved = "" +helper = "" +missing_login_id = "" +missing_phone = "" +resend_wait = "" +short_code_help = "" + +[msg.userfront.login.password] +failed = "" +missing_credentials = "" + +[msg.userfront.login.qr] +load_failed = "" +scan_hint = "" + +[msg.userfront.login.short_code] +invalid = "" + +[msg.userfront.login.unregistered] +body = "" + +[msg.userfront.login.verification] +approved = "" +approved_local = "" +success = "" + +[msg.userfront.login_success] +subtitle = "" + +[msg.userfront.profile] +department_missing = "" +department_required = "" +email_missing = "" +greeting = "" +load_failed = "" +name_missing = "" +name_required = "" +phone_required = "" +phone_verify_required = "" +update_failed = "" +update_success = "" + +[msg.userfront.profile.password] +change_failed = "" +changed = "" +current_required = "" +mismatch = "" +new_required = "" +subtitle = "" + +[msg.userfront.profile.phone] +code_sent = "" +send_failed = "" +verified = "" +verify_failed = "" +verify_notice = "" + +[msg.userfront.profile.section] +basic = "" +organization = "" +security = "" + +[msg.userfront.qr] +approve_error = "" +approve_success = "" +camera_error = "" +permission_error = "" +permission_required = "" + +[msg.userfront.reset] +invalid_body = "" +invalid_link = "" +invalid_title = "" +policy_loading = "" +success = "" + +[msg.userfront.reset.error] +empty_password = "" +generic = "" +lowercase = "" +min_length = "" +min_types = "" +mismatch = "" +number = "" +symbol = "" +uppercase = "" + +[msg.userfront.reset.policy] +lowercase = "" +min_length = "" +min_types = "" +number = "" +symbol = "" +uppercase = "" + +[msg.userfront.sections] +apps_subtitle = "" +audit_subtitle = "" + +[msg.userfront.settings] +disabled = "" + +[msg.userfront.signup] +failed = "" +privacy_full = "" +tos_full = "" + +[msg.userfront.signup.agreement] +title = "" + +[msg.userfront.signup.auth] +affiliate_notice = "" +title = "" + +[msg.userfront.signup.email] +code_mismatch = "" +duplicate = "" +invalid = "" +send_failed = "" +verified = "" +verify_failed = "" + +[msg.userfront.signup.password] +length_required = "" +lowercase_required = "" +mismatch = "" +number_required = "" +symbol_required = "" +title = "" +uppercase_required = "" + +[msg.userfront.signup.password.rule] +lowercase = "" +min_length = "" +min_types = "" +number = "" +symbol = "" +uppercase = "" + +[msg.userfront.signup.phone] +code_mismatch = "" +send_failed = "" +verified = "" +verify_failed = "" + +[msg.userfront.signup.policy] +loading = "" +lowercase = "" +min_length = "" +min_types = "" +number = "" +summary = "" +symbol = "" +uppercase = "" + +[msg.userfront.signup.profile] +affiliate_hint = "" +title = "" + +[msg.userfront.signup.success] +body = "" +title = "" + +[ui] + +[ui.admin] +brand = "" +dev_role_switcher = "" +title = "" + +[ui.admin.api_keys] + +[ui.admin.api_keys.create] +name_label = "" +name_placeholder = "" +section_name = "" +section_scopes = "" +submit = "" +title = "" + +[ui.admin.api_keys.create.success] +copy_secret = "" +go_list = "" +title = "" + +[ui.admin.api_keys.list] +add = "" +title = "" + +[ui.admin.api_keys.list.breadcrumb] +list = "" +section = "" + +[ui.admin.api_keys.list.registry] +title = "" + +[ui.admin.api_keys.list.table] +actions = "" +client_id = "" +last_used = "" +name = "" +scopes = "" + +[ui.admin.audit] +export_csv = "" +load_more = "" +target = "" +title = "" + +[ui.admin.audit.breadcrumb] +logs = "" +section = "" + +[ui.admin.audit.copy] +actor_id = "" +request_id = "" +target = "" + +[ui.admin.audit.details] +actor = "" +actor_id = "" +after = "" +before = "" +device = "" +error = "" +event_id = "" +ip = "" +latency = "" +request = "" +request_id = "" +result = "" +tenant = "" + +[ui.admin.audit.filters] +placeholder = "" +remove = "" + +[ui.admin.audit.registry] +title = "" + +[ui.admin.audit.table] +action_target = "" +actor = "" +path = "" +request = "" +status = "" +time = "" + +[ui.admin.groups] + +[ui.admin.groups.create] +title = "" + +[ui.admin.groups.form] +desc_label = "" +desc_placeholder = "" +name_label = "" +name_placeholder = "" +submit = "" + +[ui.admin.groups.list] +title = "" + +[ui.admin.groups.members] + +[ui.admin.groups.members.table] +email = "" +name = "" +remove = "" + +[ui.admin.groups.table] +actions = "" +members = "" +name = "" + +[ui.admin.header] +plane = "" + +[ui.admin.overview] +kicker = "" +title = "" + +[ui.admin.overview.playbook] +title = "" + +[ui.admin.overview.quick_links] +add_tenant = "" +tenant_dashboard = "" +title = "" +view_audit_logs = "" + +[ui.admin.role] +rp_admin = "" +super_admin = "" +tenant_admin = "" +tenant_member = "" + +[ui.admin.tenants] +add = "" +title = "" + +[ui.admin.tenants.breadcrumb] +list = "" +section = "" + +[ui.admin.tenants.create] +title = "" + +[ui.admin.tenants.create.breadcrumb] +action = "" +section = "" + +[ui.admin.tenants.create.form] +description = "" +domains_label = "" +domains_placeholder = "" +name = "" +slug = "" +slug_placeholder = "" +status = "" + +[ui.admin.tenants.create.memo] +title = "" + +[ui.admin.tenants.create.profile] +title = "" + +[ui.admin.tenants.members] +title = "" + +[ui.admin.tenants.members.table] +email = "" +name = "" +role = "" +status = "" + +[ui.admin.tenants.registry] +title = "" + +[ui.admin.tenants.schema] +add_field = "" +save = "" +title = "" + +[ui.admin.tenants.schema.field] +key = "" +key_placeholder = "" +label = "" +label_placeholder = "" +type = "" +type_boolean = "" +type_number = "" +type_text = "" + +[ui.admin.tenants.sub] +add = "" +manage = "" +title = "" + +[ui.admin.tenants.sub.table] +action = "" +name = "" +slug = "" +status = "" + +[ui.admin.tenants.table] +actions = "" +name = "" +slug = "" +status = "" +updated = "" + +[ui.admin.users] + +[ui.admin.users.create] +back = "" +go_list = "" +submit = "" +title = "" + +[ui.admin.users.create.account] +title = "" + +[ui.admin.users.create.breadcrumb] +new = "" +section = "" + +[ui.admin.users.create.custom_fields] +title = "" + +[ui.admin.users.create.form] +auto_password = "" +department = "" +department_placeholder = "" +email = "" +email_placeholder = "" +name = "" +name_placeholder = "" +password = "" +password_placeholder = "" +phone = "" +phone_placeholder = "" +role = "" +tenant = "" +tenant_global = "" + +[ui.admin.users.create.password_generated] +title = "" + +[ui.admin.users.detail] +back = "" +edit_title = "" +title = "" + +[ui.admin.users.detail.breadcrumb] +section = "" + +[ui.admin.users.detail.custom_fields] +title = "" + +[ui.admin.users.detail.form] +department = "" +department_placeholder = "" +name = "" +name_placeholder = "" +phone = "" +phone_placeholder = "" +role = "" +status = "" +tenant = "" +tenant_global = "" + +[ui.admin.users.detail.security] +password = "" +password_placeholder = "" +title = "" + +[ui.admin.users.list] +add = "" +delete_aria = "" +edit_aria = "" +search_placeholder = "" +tenant_slug = "" +title = "" + +[ui.admin.users.list.breadcrumb] +list = "" +section = "" + +[ui.admin.users.list.registry] +title = "" + +[ui.admin.users.list.table] +actions = "" +created = "" +name_email = "" +role = "" +status = "" +tenant_dept = "" + +[ui.btn] +cancel = "" +save = "" + +[ui.common] +add = "" +back = "" +cancel = "" +close = "" +collapse = "" +confirm = "" +copy = "" +create = "" +delete = "" +details = "" +edit = "" +hyphen = "" +na = "" +never = "" +next = "" +page_of = "" +prev = "" +previous = "" +qr = "" +read_only = "" +refresh = "" +requesting = "" +resend = "" +retry = "" +save = "" +search = "" +show_more = "" +theme_dark = "" +theme_light = "" +theme_toggle = "" +unknown = "" + +[ui.common.badge] +admin_only = "" +command_only = "" +system = "" + +[ui.common.role] +admin = "" +user = "" + +[ui.common.status] +active = "" +blocked = "" +failure = "" +inactive = "" +ok = "" +pending = "" +success = "" + +[ui.dev] +brand = "" +console_title = "" +env_badge = "" +scope_badge = "" + +[ui.dev.clients] +copy_client_id = "" +new = "" +search_placeholder = "" +tenant_scoped = "" +untitled = "" + +[ui.dev.clients.badge] +admin_session = "" +tenant_selected = "" + +[ui.dev.clients.consents] +export_csv = "" +revoke = "" +search_placeholder = "" +status_all = "" +status_label = "" +status_revoked = "" +subject = "" +title = "" + +[ui.dev.clients.consents.breadcrumb] +clients = "" +current = "" +home = "" + +[ui.dev.clients.consents.filters] +advanced = "" + +[ui.dev.clients.consents.stats] +active_grants = "" +avg_scopes = "" +total_scopes = "" + +[ui.dev.clients.consents.table] +action = "" +first_granted = "" +last_auth = "" +scopes = "" +status = "" +tenant = "" +user = "" + +[ui.dev.clients.details] + +[ui.dev.clients.details.breadcrumb] +current = "" +section = "" + +[ui.dev.clients.details.credentials] +client_id = "" +client_secret = "" +title = "" + +[ui.dev.clients.details.endpoints] +read_only = "" +title = "" + +[ui.dev.clients.details.redirect] +callback_label = "" +label = "" +placeholder = "" +save = "" +title = "" + +[ui.dev.clients.details.secret] +hide = "" +rotate = "" +show = "" + +[ui.dev.clients.details.security] +title = "" + +[ui.dev.clients.details.tab] +connection = "" +consents = "" +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.general.identity] +description = "" +description_placeholder = "" +logo = "" +logo_placeholder = "" +logo_preview = "" +name = "" +name_placeholder = "" +title = "" + +[ui.dev.clients.general.redirect] +label = "" +placeholder = "" + +[ui.dev.clients.general.scopes] +add = "" +description_placeholder = "" +name_placeholder = "" +title = "" + +[ui.dev.clients.general.scopes.table] +description = "" +mandatory = "" +name = "" + +[ui.dev.clients.general.security] +confidential = "" +public = "" +title = "" + +[ui.dev.clients.help] +docs_title = "" +title = "" +view_guides = "" + +[ui.dev.clients.list] +title = "" + +[ui.dev.clients.owner] +avatar_alt = "" +email = "" +name = "" +role = "" +scope = "" +subtitle = "" +title = "" + +[ui.dev.clients.registry] +subtitle = "" +title = "" + +[ui.dev.clients.table] +actions = "" +application = "" +client_id = "" +created_at = "" +status = "" +type = "" + +[ui.dev.clients.type] +confidential = "" +public = "" + +[ui.dev.dashboard] +ready_badge = "" + +[ui.dev.dashboard.badge] +consent_guard = "" +policy_toggle = "" +rp_synced = "" + +[ui.dev.dashboard.next] +subtitle = "" +title = "" + +[ui.dev.dashboard.ops] +subtitle = "" +title = "" + +[ui.dev.dashboard.ops.card] +consent_revoked = "" +hydra_status = "" +rp_requests = "" + +[ui.dev.dashboard.ops.tag] +consent = "" +rp_status = "" + +[ui.dev.dashboard.stack] +notes = "" +subtitle = "" +title = "" + +[ui.dev.header] +plane = "" +subtitle = "" + +[ui.nav] +dashboard = "" + +[ui.userfront] +app_title = "" + +[ui.userfront.app_label] +admin_console = "" +baron = "" +dev_console = "" + +[ui.userfront.audit] + +[ui.userfront.audit.table] +app = "" +auth_method = "" +date = "" +device = "" +ip = "" +pending = "" +result = "" +session_id = "" +status = "" + +[ui.userfront.auth_method] +ory = "" +session = "" + +[ui.userfront.dashboard] +last_auth_label = "" +status_history = "" + +[ui.userfront.dashboard.activity] +linked = "" + +[ui.userfront.dashboard.approved_session] +default = "" +userfront = "" + +[ui.userfront.dashboard.revoke] +confirm_button = "" +title = "" + +[ui.userfront.dashboard.scopes] +title = "" + +[ui.userfront.dashboard.status] +revoked = "" + +[ui.userfront.device] +android = "" +ios = "" +linux = "" +macos = "" +windows = "" + +[ui.userfront.error] +go_home = "" +go_login = "" + +[ui.userfront.forgot] +heading = "" +input_label = "" +submit = "" +title = "" + +[ui.userfront.login] +forgot_password = "" +signup = "" + +[ui.userfront.login.action] +submit = "" + +[ui.userfront.login.field] +login_id = "" +password = "" + +[ui.userfront.login.link] +action_label = "" +code_only = "" +page_title = "" +resend_with_time = "" +send = "" +title = "" + +[ui.userfront.login.qr] +expired = "" +refresh = "" +remaining = "" + +[ui.userfront.login.short_code] +digits = "" +expire_time = "" +prefix = "" +submit = "" + +[ui.userfront.login.tabs] +link = "" +password = "" +qr = "" + +[ui.userfront.login.unregistered] +action = "" +title = "" + +[ui.userfront.login.verification] +action_label = "" +page_title = "" +title = "" + +[ui.userfront.login_success] +later = "" +qr = "" +title = "" + +[ui.userfront.nav] +dashboard = "" +logout = "" +profile = "" +qr_scan = "" + +[ui.userfront.profile] +department_empty = "" +manage = "" +user_fallback = "" + +[ui.userfront.profile.field] +affiliation = "" +company_code = "" +department = "" +email = "" +name = "" +tenant = "" + +[ui.userfront.profile.password] +change = "" +confirm = "" +current = "" +forgot = "" +new = "" +title = "" + +[ui.userfront.profile.phone] +code_hint = "" +request_code = "" +title = "" + +[ui.userfront.profile.section] +basic = "" +organization = "" +security = "" + +[ui.userfront.qr] +request_permission = "" +rescan = "" +result_failure = "" +result_success = "" +title = "" + +[ui.userfront.reset] +confirm_password = "" +new_password = "" +submit = "" +subtitle = "" +title = "" + +[ui.userfront.sections] +apps = "" +audit = "" + +[ui.userfront.session] +active = "" +unknown = "" + +[ui.userfront.signup] +complete = "" +next_step = "" +title = "" + +[ui.userfront.signup.agreement] +all = "" +privacy_title = "" +tos_title = "" + +[ui.userfront.signup.auth] +code_label = "" +request_code = "" + +[ui.userfront.signup.auth.email] +label = "" +title = "" + +[ui.userfront.signup.password] +confirm_label = "" +label = "" + +[ui.userfront.signup.phone] +label = "" +title = "" + +[ui.userfront.signup.profile] +affiliation_type = "" +company = "" +department = "" +department_optional = "" +name = "" + +[ui.userfront.signup.steps] +agreement = "" +password = "" +profile = "" +verify = "" + +[ui.userfront.signup.success] +action = ""