@lobehub/lobehub 2.0.0-next.344 → 2.0.0-next.346

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/.cursor/rules/i18n.mdc +1 -1
  2. package/.cursor/rules/modal-imperative.mdc +162 -0
  3. package/.cursor/rules/rules-index.mdc +1 -0
  4. package/.env.example +0 -14
  5. package/.eslintrc.js +8 -1
  6. package/CHANGELOG.md +66 -0
  7. package/CLAUDE.md +4 -2
  8. package/Dockerfile +3 -13
  9. package/README.md +3 -5
  10. package/README.zh-CN.md +3 -5
  11. package/changelog/v1.json +20 -0
  12. package/docs/self-hosting/advanced/auth/clerk-to-betterauth.mdx +11 -42
  13. package/docs/self-hosting/advanced/auth/clerk-to-betterauth.zh-CN.mdx +10 -41
  14. package/e2e/src/support/webServer.ts +2 -0
  15. package/locales/ar/error.json +0 -4
  16. package/locales/bg-BG/error.json +0 -4
  17. package/locales/de-DE/error.json +0 -4
  18. package/locales/en-US/error.json +0 -4
  19. package/locales/es-ES/error.json +0 -4
  20. package/locales/fa-IR/error.json +0 -4
  21. package/locales/fr-FR/error.json +0 -4
  22. package/locales/it-IT/error.json +0 -4
  23. package/locales/ja-JP/error.json +0 -4
  24. package/locales/ko-KR/error.json +0 -4
  25. package/locales/nl-NL/error.json +0 -4
  26. package/locales/pl-PL/error.json +0 -4
  27. package/locales/pt-BR/error.json +0 -4
  28. package/locales/ru-RU/error.json +0 -4
  29. package/locales/tr-TR/error.json +0 -4
  30. package/locales/vi-VN/error.json +0 -4
  31. package/locales/zh-CN/error.json +0 -4
  32. package/locales/zh-TW/error.json +0 -4
  33. package/package.json +12 -12
  34. package/packages/builtin-agents/package.json +2 -0
  35. package/packages/builtin-agents/src/agents/agent-builder/index.ts +4 -2
  36. package/packages/builtin-agents/src/agents/group-agent-builder/index.ts +4 -2
  37. package/packages/builtin-agents/src/agents/page-agent/index.ts +5 -2
  38. package/packages/context-engine/src/engine/messages/MessagesEngine.ts +9 -9
  39. package/packages/context-engine/src/providers/GroupContextInjector.ts +19 -33
  40. package/packages/context-engine/src/providers/__tests__/GroupContextInjector.test.ts +79 -43
  41. package/packages/context-engine/src/providers/__tests__/__snapshots__/GroupContextInjector.test.ts.snap +5 -15
  42. package/packages/database/src/repositories/userMemory/__tests__/UserMemoryTopicRepository.test.ts +24 -3
  43. package/packages/file-loaders/package.json +1 -1
  44. package/packages/file-loaders/src/loadFile.ts +10 -15
  45. package/packages/file-loaders/src/loaders/index.ts +68 -19
  46. package/packages/file-loaders/src/loaders/pdf/__snapshots__/index.test.ts.snap +1 -1
  47. package/packages/file-loaders/test/__snapshots__/loaders.test.ts.snap +1 -1
  48. package/packages/model-bank/src/modelProviders/comfyui.ts +0 -1
  49. package/packages/model-bank/src/modelProviders/fal.ts +0 -1
  50. package/packages/types/src/fetch.ts +1 -2
  51. package/packages/utils/src/server/__tests__/auth.test.ts +0 -47
  52. package/packages/utils/src/server/auth.ts +1 -9
  53. package/pnpm-workspace.yaml +1 -0
  54. package/scripts/_shared/checkDeprecatedClerkEnv.js +42 -0
  55. package/scripts/changelogWorkflow/buildStaticChangelog.ts +2 -1
  56. package/scripts/clerk-to-betterauth/_internal/types.ts +53 -20
  57. package/scripts/clerk-to-betterauth/export-clerk-users-with-api.ts +43 -36
  58. package/scripts/countEnWord.ts +1 -1
  59. package/scripts/electronWorkflow/modifiers/appCode.mts +2 -131
  60. package/scripts/i18nWorkflow/protectedPatterns.ts +1 -2
  61. package/scripts/prebuild.mts +10 -8
  62. package/scripts/serverLauncher/startServer.js +23 -5
  63. package/src/app/(backend)/middleware/auth/index.test.ts +8 -4
  64. package/src/app/(backend)/middleware/auth/index.ts +0 -15
  65. package/src/app/(backend)/middleware/auth/utils.test.ts +0 -28
  66. package/src/app/(backend)/middleware/auth/utils.ts +2 -17
  67. package/src/app/(backend)/webapi/chat/[provider]/route.test.ts +3 -51
  68. package/src/app/(backend)/webapi/models/[provider]/route.test.ts +8 -4
  69. package/src/app/[variants]/(auth)/next-auth/signin/AuthSignInBox.tsx +7 -6
  70. package/src/app/[variants]/(auth)/signup/[[...signup]]/page.tsx +1 -16
  71. package/src/app/[variants]/(main)/home/_layout/Body/Agent/List/index.tsx +1 -1
  72. package/src/app/[variants]/(main)/home/features/InputArea/SkillInstallBanner.tsx +13 -13
  73. package/src/app/[variants]/(main)/home/features/RecentPage/Item.tsx +2 -2
  74. package/src/app/[variants]/(main)/resource/features/store/action.ts +2 -2
  75. package/src/app/[variants]/(main)/resource/features/store/initialState.ts +2 -2
  76. package/src/app/[variants]/(main)/resource/store/action.ts +2 -2
  77. package/src/app/[variants]/(main)/resource/store/initialState.ts +2 -2
  78. package/src/app/[variants]/(main)/settings/hooks/useCategory.tsx +3 -21
  79. package/src/app/[variants]/(main)/settings/profile/features/AvatarRow.tsx +1 -2
  80. package/src/app/[variants]/(main)/settings/security/index.tsx +1 -22
  81. package/src/app/[variants]/(main)/settings/skill/features/KlavisSkillItem.tsx +12 -14
  82. package/src/app/[variants]/(main)/settings/skill/features/LobehubSkillItem.tsx +8 -14
  83. package/src/app/[variants]/(main)/settings/skill/index.tsx +7 -5
  84. package/src/app/[variants]/(mobile)/me/(home)/__tests__/UserBanner.test.tsx +2 -35
  85. package/src/app/[variants]/(mobile)/me/(home)/__tests__/useCategory.test.tsx +0 -20
  86. package/src/app/[variants]/(mobile)/me/(home)/features/UserBanner.tsx +1 -2
  87. package/src/app/[variants]/(mobile)/me/profile/features/Category.tsx +3 -13
  88. package/src/app/[variants]/(mobile)/settings/_layout/Header.tsx +2 -3
  89. package/src/app/[variants]/share/t/[id]/_layout/index.tsx +1 -1
  90. package/src/app/[variants]/share/t/[id]/index.tsx +1 -1
  91. package/src/app/robots.tsx +1 -1
  92. package/src/envs/auth.ts +2 -27
  93. package/src/envs/llm.ts +2 -2
  94. package/src/features/AgentSetting/AgentPlugin/index.tsx +9 -12
  95. package/src/features/ChatInput/ActionBar/Tools/index.tsx +7 -5
  96. package/src/features/ChatMiniMap/utils.ts +1 -1
  97. package/src/features/CommandMenu/SearchResults.tsx +1 -1
  98. package/src/features/Conversation/ChatList/components/AutoScroll/DebugInspector.tsx +166 -0
  99. package/src/features/Conversation/ChatList/components/AutoScroll/index.tsx +86 -0
  100. package/src/features/Conversation/ChatList/components/VirtualizedList.tsx +11 -17
  101. package/src/features/Conversation/Messages/AgentCouncil/components/AutoScrollShadow.tsx +25 -14
  102. package/src/features/Conversation/Messages/AgentCouncil/components/CouncilMember.tsx +1 -1
  103. package/src/features/FileViewer/Renderer/PDF/index.tsx +5 -8
  104. package/src/features/IntegrationDetailModal/IntegrationDetailContent.tsx +305 -0
  105. package/src/features/IntegrationDetailModal/index.tsx +21 -283
  106. package/src/features/MCPPluginDetail/Deployment/index.tsx +1 -1
  107. package/src/features/MCPPluginDetail/Schema/Prompts.tsx +1 -1
  108. package/src/features/MCPPluginDetail/Schema/Tools.tsx +1 -1
  109. package/src/features/ProfileEditor/AgentTool.tsx +14 -20
  110. package/src/features/ResourceManager/components/Explorer/ListView/ListItem/index.tsx +0 -8
  111. package/src/features/ResourceManager/components/Explorer/MasonryView/MasonryFileItem/NoteFileItem.tsx +1 -1
  112. package/src/features/ResourceManager/index.tsx +1 -1
  113. package/src/features/ShareModal/SharePdf/PdfPreview.tsx +4 -4
  114. package/src/features/SkillStore/LobeHubList/index.tsx +50 -87
  115. package/src/features/SkillStore/Search/index.tsx +1 -1
  116. package/src/features/SkillStore/{Content.tsx → SkillStoreContent.tsx} +3 -8
  117. package/src/features/SkillStore/index.tsx +15 -33
  118. package/src/features/User/UserPanel/PanelContent.tsx +0 -8
  119. package/src/features/User/__tests__/PanelContent.test.tsx +1 -35
  120. package/src/features/User/__tests__/UserAvatar.test.tsx +30 -57
  121. package/src/features/User/__tests__/useMenu.test.tsx +2 -43
  122. package/src/layout/AuthProvider/index.tsx +0 -5
  123. package/src/libs/next/config/define-config.ts +20 -15
  124. package/src/libs/next/proxy/createRouteMatcher.test.ts +121 -0
  125. package/src/libs/next/proxy/createRouteMatcher.ts +18 -0
  126. package/src/libs/next/proxy/define-config.ts +4 -53
  127. package/src/libs/next-auth/adapter/index.ts +1 -2
  128. package/src/libs/oidc-provider/provider.test.ts +5 -316
  129. package/src/libs/pdfjs/pdf.worker.ts +1 -0
  130. package/src/libs/pdfjs/worker.ts +12 -0
  131. package/src/libs/trpc/lambda/context.test.ts +0 -13
  132. package/src/libs/trpc/lambda/context.ts +3 -22
  133. package/src/libs/trpc/middleware/userAuth.ts +2 -4
  134. package/src/libs/trusted-client/getSessionUser.ts +2 -17
  135. package/src/locales/default/error.ts +0 -6
  136. package/src/locales/default/index.ts +0 -2
  137. package/src/proxy.ts +0 -1
  138. package/src/server/routers/lambda/__tests__/user.test.ts +0 -71
  139. package/src/server/routers/lambda/user.ts +6 -63
  140. package/src/server/services/changelog/index.test.ts +3 -2
  141. package/src/server/services/changelog/index.ts +1 -1
  142. package/src/server/services/user/index.ts +0 -83
  143. package/src/services/chat/index.ts +1 -2
  144. package/src/services/chat/mecha/agentConfigResolver.test.ts +43 -0
  145. package/src/services/chat/mecha/agentConfigResolver.ts +3 -1
  146. package/src/store/chat/slices/aiChat/actions/__tests__/streamingExecutor.test.ts +58 -14
  147. package/src/store/chat/slices/aiChat/actions/streamingExecutor.ts +10 -2
  148. package/src/store/user/slices/auth/action.test.ts +1 -81
  149. package/src/store/user/slices/auth/action.ts +3 -28
  150. package/src/store/user/slices/auth/initialState.ts +1 -18
  151. package/src/store/user/slices/auth/selectors.test.ts +2 -127
  152. package/src/store/user/slices/auth/selectors.ts +1 -21
  153. package/src/utils/errorResponse.ts +1 -4
  154. package/src/utils/markdownToTxt.ts +20 -0
  155. package/locales/ar/clerk.json +0 -545
  156. package/locales/bg-BG/clerk.json +0 -545
  157. package/locales/de-DE/clerk.json +0 -545
  158. package/locales/en-US/clerk.json +0 -545
  159. package/locales/es-ES/clerk.json +0 -545
  160. package/locales/fa-IR/clerk.json +0 -545
  161. package/locales/fr-FR/clerk.json +0 -545
  162. package/locales/it-IT/clerk.json +0 -545
  163. package/locales/ja-JP/clerk.json +0 -545
  164. package/locales/ko-KR/clerk.json +0 -545
  165. package/locales/nl-NL/clerk.json +0 -545
  166. package/locales/pl-PL/clerk.json +0 -545
  167. package/locales/pt-BR/clerk.json +0 -545
  168. package/locales/ru-RU/clerk.json +0 -545
  169. package/locales/tr-TR/clerk.json +0 -545
  170. package/locales/vi-VN/clerk.json +0 -545
  171. package/locales/zh-CN/clerk.json +0 -545
  172. package/locales/zh-TW/clerk.json +0 -545
  173. package/src/app/(backend)/api/webhooks/clerk/__tests__/fixtures/createUser.json +0 -73
  174. package/src/app/(backend)/api/webhooks/clerk/route.ts +0 -95
  175. package/src/app/(backend)/api/webhooks/clerk/validateRequest.ts +0 -22
  176. package/src/app/[variants]/(auth)/login/[[...login]]/page.tsx +0 -27
  177. package/src/app/[variants]/(main)/settings/security/features/ClerkProfile.tsx +0 -67
  178. package/src/features/Conversation/ChatList/components/AutoScroll.tsx +0 -25
  179. package/src/layout/AuthProvider/Clerk/UserUpdater.tsx +0 -40
  180. package/src/layout/AuthProvider/Clerk/index.tsx +0 -54
  181. package/src/layout/AuthProvider/Clerk/useAppearance.ts +0 -133
  182. package/src/libs/clerk-auth/index.test.ts +0 -216
  183. package/src/libs/clerk-auth/index.ts +0 -80
  184. package/src/locales/default/clerk.ts +0 -677
  185. package/src/server/services/user/index.test.ts +0 -220
@@ -1,545 +0,0 @@
1
- {
2
- "backButton": "뒤로가기",
3
- "badge__default": "기본",
4
- "badge__otherImpersonatorDevice": "다른 가장 장치",
5
- "badge__primary": "기본",
6
- "badge__requiresAction": "조치 필요",
7
- "badge__thisDevice": "이 장치",
8
- "badge__unverified": "미인증",
9
- "badge__userDevice": "사용자 장치",
10
- "badge__you": "당신",
11
- "createOrganization.formButtonSubmit": "조직 만들기",
12
- "createOrganization.invitePage.formButtonReset": "건너뛰기",
13
- "createOrganization.title": "조직 만들기",
14
- "dates.lastDay": "어제 {{ date | timeString('ko-KR') }}",
15
- "dates.next6Days": "{{ date | weekday('ko-KR','long') }} {{ date | timeString('ko-KR') }}",
16
- "dates.nextDay": "내일 {{ date | timeString('ko-KR') }}",
17
- "dates.numeric": "{{ date | numeric('ko-KR') }}",
18
- "dates.previous6Days": "지난 {{ date | weekday('ko-KR','long') }} {{ date | timeString('ko-KR') }}",
19
- "dates.sameDay": "오늘 {{ date | timeString('ko-KR') }}",
20
- "dividerText": "또는",
21
- "footerActionLink__useAnotherMethod": "다른 방법 사용",
22
- "footerPageLink__help": "도움말",
23
- "footerPageLink__privacy": "개인정보",
24
- "footerPageLink__terms": "약관",
25
- "formButtonPrimary": "계속",
26
- "formButtonPrimary__verify": "인증",
27
- "formFieldAction__forgotPassword": "비밀번호를 잊으셨나요?",
28
- "formFieldError__matchingPasswords": "비밀번호가 일치합니다.",
29
- "formFieldError__notMatchingPasswords": "비밀번호가 일치하지 않습니다.",
30
- "formFieldError__verificationLinkExpired": "인증 링크가 만료되었습니다. 새 링크를 요청하세요.",
31
- "formFieldHintText__optional": "선택 사항",
32
- "formFieldHintText__slug": "슬러그는 사람이 읽을 수 있는 고유 ID로, 일반적으로 URL에 사용됩니다.",
33
- "formFieldInputPlaceholder__backupCode": "",
34
- "formFieldInputPlaceholder__confirmDeletionUserAccount": "계정 삭제",
35
- "formFieldInputPlaceholder__emailAddress": "",
36
- "formFieldInputPlaceholder__emailAddress_username": "",
37
- "formFieldInputPlaceholder__emailAddresses": "하나 이상의 이메일 주소를 입력하거나 붙여넣으세요. 공백 또는 쉼표로 구분합니다.",
38
- "formFieldInputPlaceholder__firstName": "",
39
- "formFieldInputPlaceholder__lastName": "",
40
- "formFieldInputPlaceholder__organizationDomain": "",
41
- "formFieldInputPlaceholder__organizationDomainEmailAddress": "",
42
- "formFieldInputPlaceholder__organizationName": "",
43
- "formFieldInputPlaceholder__organizationSlug": "my-org",
44
- "formFieldInputPlaceholder__password": "",
45
- "formFieldInputPlaceholder__phoneNumber": "",
46
- "formFieldInputPlaceholder__username": "",
47
- "formFieldLabel__automaticInvitations": "이 도메인에 대해 자동 초대 활성화",
48
- "formFieldLabel__backupCode": "백업 코드",
49
- "formFieldLabel__confirmDeletion": "확인",
50
- "formFieldLabel__confirmPassword": "비밀번호 확인",
51
- "formFieldLabel__currentPassword": "현재 비밀번호",
52
- "formFieldLabel__emailAddress": "이메일 주소",
53
- "formFieldLabel__emailAddress_username": "이메일 주소 또는 사용자 이름",
54
- "formFieldLabel__emailAddresses": "이메일 주소",
55
- "formFieldLabel__firstName": "이름",
56
- "formFieldLabel__lastName": "성",
57
- "formFieldLabel__newPassword": "새 비밀번호",
58
- "formFieldLabel__organizationDomain": "도메인",
59
- "formFieldLabel__organizationDomainDeletePending": "보류 중인 초대 및 제안 삭제",
60
- "formFieldLabel__organizationDomainEmailAddress": "이메일 주소 인증",
61
- "formFieldLabel__organizationDomainEmailAddressDescription": "이 도메인에 속한 이메일 주소를 입력하여 인증 코드를 받고 도메인을 인증하세요.",
62
- "formFieldLabel__organizationName": "조직 이름",
63
- "formFieldLabel__organizationSlug": "URL 슬러그",
64
- "formFieldLabel__passkeyName": "패스키 이름",
65
- "formFieldLabel__password": "비밀번호",
66
- "formFieldLabel__phoneNumber": "전화번호",
67
- "formFieldLabel__role": "역할",
68
- "formFieldLabel__signOutOfOtherSessions": "다른 모든 장치에서 로그아웃",
69
- "formFieldLabel__username": "사용자 이름",
70
- "impersonationFab.action__signOut": "로그아웃",
71
- "impersonationFab.title": "{{identifier}}로 로그인됨",
72
- "locale": "ko-KR",
73
- "maintenanceMode": "현재 유지보수 중입니다. 몇 분 내로 완료될 예정이니 걱정하지 마세요.",
74
- "membershipRole__admin": "관리자",
75
- "membershipRole__basicMember": "구성원",
76
- "membershipRole__guestMember": "게스트",
77
- "organizationList.action__createOrganization": "조직 만들기",
78
- "organizationList.action__invitationAccept": "가입",
79
- "organizationList.action__suggestionsAccept": "가입 요청",
80
- "organizationList.createOrganization": "조직 만들기",
81
- "organizationList.invitationAcceptedLabel": "가입됨",
82
- "organizationList.subtitle": "{{applicationName}}을 계속 사용하려면 선택하세요",
83
- "organizationList.suggestionsAcceptedLabel": "승인 대기 중",
84
- "organizationList.title": "계정 선택",
85
- "organizationList.titleWithoutPersonal": "조직 선택",
86
- "organizationProfile.badge__automaticInvitation": "자동 초대",
87
- "organizationProfile.badge__automaticSuggestion": "자동 제안",
88
- "organizationProfile.badge__manualInvitation": "자동 등록 없음",
89
- "organizationProfile.badge__unverified": "미인증",
90
- "organizationProfile.createDomainPage.subtitle": "도메인을 추가하여 인증하세요. 이 도메인의 이메일 주소를 가진 사용자는 자동으로 가입하거나 요청할 수 있습니다.",
91
- "organizationProfile.createDomainPage.title": "도메인 추가",
92
- "organizationProfile.invitePage.detailsTitle__inviteFailed": "초대 전송 실패. 다음 이메일 주소는 이미 보류 중인 초대가 있습니다: {{email_addresses}}.",
93
- "organizationProfile.invitePage.formButtonPrimary__continue": "초대 전송",
94
- "organizationProfile.invitePage.selectDropdown__role": "역할 선택",
95
- "organizationProfile.invitePage.subtitle": "하나 이상의 이메일 주소를 입력하거나 붙여넣으세요. 공백 또는 쉼표로 구분합니다.",
96
- "organizationProfile.invitePage.successMessage": "초대가 성공적으로 전송되었습니다",
97
- "organizationProfile.invitePage.title": "새 구성원 초대",
98
- "organizationProfile.membersPage.action__invite": "초대",
99
- "organizationProfile.membersPage.activeMembersTab.menuAction__remove": "구성원 제거",
100
- "organizationProfile.membersPage.activeMembersTab.tableHeader__actions": "",
101
- "organizationProfile.membersPage.activeMembersTab.tableHeader__joined": "가입일",
102
- "organizationProfile.membersPage.activeMembersTab.tableHeader__role": "역할",
103
- "organizationProfile.membersPage.activeMembersTab.tableHeader__user": "사용자",
104
- "organizationProfile.membersPage.detailsTitle__emptyRow": "표시할 구성원이 없습니다",
105
- "organizationProfile.membersPage.invitationsTab.autoInvitations.headerSubtitle": "이메일 도메인을 연결하여 사용자를 자동으로 초대합니다. 일치하는 이메일 도메인으로 가입한 사용자는 언제든지 조직에 가입할 수 있습니다.",
106
- "organizationProfile.membersPage.invitationsTab.autoInvitations.headerTitle": "자동 초대",
107
- "organizationProfile.membersPage.invitationsTab.autoInvitations.primaryButton": "인증된 도메인 관리",
108
- "organizationProfile.membersPage.invitationsTab.table__emptyRow": "표시할 초대가 없습니다",
109
- "organizationProfile.membersPage.invitedMembersTab.menuAction__revoke": "초대 취소",
110
- "organizationProfile.membersPage.invitedMembersTab.tableHeader__invited": "초대일",
111
- "organizationProfile.membersPage.requestsTab.autoSuggestions.headerSubtitle": "일치하는 이메일 도메인으로 가입한 사용자는 조직 가입 제안을 볼 수 있습니다.",
112
- "organizationProfile.membersPage.requestsTab.autoSuggestions.headerTitle": "자동 제안",
113
- "organizationProfile.membersPage.requestsTab.autoSuggestions.primaryButton": "인증된 도메인 관리",
114
- "organizationProfile.membersPage.requestsTab.menuAction__approve": "승인",
115
- "organizationProfile.membersPage.requestsTab.menuAction__reject": "거부",
116
- "organizationProfile.membersPage.requestsTab.tableHeader__requested": "요청일",
117
- "organizationProfile.membersPage.requestsTab.table__emptyRow": "표시할 요청이 없습니다",
118
- "organizationProfile.membersPage.start.headerTitle__invitations": "초대",
119
- "organizationProfile.membersPage.start.headerTitle__members": "구성원",
120
- "organizationProfile.membersPage.start.headerTitle__requests": "요청",
121
- "organizationProfile.navbar.description": "조직 관리",
122
- "organizationProfile.navbar.general": "일반",
123
- "organizationProfile.navbar.members": "구성원",
124
- "organizationProfile.navbar.title": "조직",
125
- "organizationProfile.profilePage.dangerSection.deleteOrganization.actionDescription": "계속하려면 아래에 “{{organizationName}}”을 입력하세요.",
126
- "organizationProfile.profilePage.dangerSection.deleteOrganization.messageLine1": "이 조직을 삭제하시겠습니까?",
127
- "organizationProfile.profilePage.dangerSection.deleteOrganization.messageLine2": "이 작업은 영구적이며 되돌릴 수 없습니다.",
128
- "organizationProfile.profilePage.dangerSection.deleteOrganization.successMessage": "조직이 삭제되었습니다",
129
- "organizationProfile.profilePage.dangerSection.deleteOrganization.title": "조직 삭제",
130
- "organizationProfile.profilePage.dangerSection.leaveOrganization.actionDescription": "계속하려면 아래에 “{{organizationName}}”을 입력하세요.",
131
- "organizationProfile.profilePage.dangerSection.leaveOrganization.messageLine1": "이 조직을 떠나시겠습니까? 조직 및 애플리케이션에 대한 접근 권한을 잃게 됩니다.",
132
- "organizationProfile.profilePage.dangerSection.leaveOrganization.messageLine2": "이 작업은 영구적이며 되돌릴 수 없습니다.",
133
- "organizationProfile.profilePage.dangerSection.leaveOrganization.successMessage": "조직을 떠났습니다",
134
- "organizationProfile.profilePage.dangerSection.leaveOrganization.title": "조직 떠나기",
135
- "organizationProfile.profilePage.dangerSection.title": "위험",
136
- "organizationProfile.profilePage.domainSection.menuAction__manage": "관리",
137
- "organizationProfile.profilePage.domainSection.menuAction__remove": "삭제",
138
- "organizationProfile.profilePage.domainSection.menuAction__verify": "인증",
139
- "organizationProfile.profilePage.domainSection.primaryButton": "도메인 추가",
140
- "organizationProfile.profilePage.domainSection.subtitle": "인증된 이메일 도메인을 기반으로 사용자가 자동으로 가입하거나 요청할 수 있도록 허용합니다.",
141
- "organizationProfile.profilePage.domainSection.title": "인증된 도메인",
142
- "organizationProfile.profilePage.successMessage": "조직이 업데이트되었습니다",
143
- "organizationProfile.profilePage.title": "프로필 업데이트",
144
- "organizationProfile.removeDomainPage.messageLine1": "이메일 도메인 {{domain}}이 제거됩니다.",
145
- "organizationProfile.removeDomainPage.messageLine2": "이후 사용자는 자동으로 조직에 가입할 수 없습니다.",
146
- "organizationProfile.removeDomainPage.successMessage": "{{domain}}이 제거되었습니다",
147
- "organizationProfile.removeDomainPage.title": "도메인 제거",
148
- "organizationProfile.start.headerTitle__general": "일반",
149
- "organizationProfile.start.headerTitle__members": "구성원",
150
- "organizationProfile.start.profileSection.primaryButton": "프로필 업데이트",
151
- "organizationProfile.start.profileSection.title": "조직 프로필",
152
- "organizationProfile.start.profileSection.uploadAction__title": "로고",
153
- "organizationProfile.verifiedDomainPage.dangerTab.calloutInfoLabel": "이 도메인을 제거하면 초대된 사용자에게 영향을 미칩니다.",
154
- "organizationProfile.verifiedDomainPage.dangerTab.removeDomainActionLabel__remove": "도메인 제거",
155
- "organizationProfile.verifiedDomainPage.dangerTab.removeDomainSubtitle": "인증된 도메인에서 이 도메인을 제거합니다",
156
- "organizationProfile.verifiedDomainPage.dangerTab.removeDomainTitle": "도메인 제거",
157
- "organizationProfile.verifiedDomainPage.enrollmentTab.automaticInvitationOption__description": "사용자가 가입하면 자동으로 조직에 초대되며 언제든지 가입할 수 있습니다.",
158
- "organizationProfile.verifiedDomainPage.enrollmentTab.automaticInvitationOption__label": "자동 초대",
159
- "organizationProfile.verifiedDomainPage.enrollmentTab.automaticSuggestionOption__description": "사용자는 가입 요청 제안을 받으며, 관리자의 승인이 필요합니다.",
160
- "organizationProfile.verifiedDomainPage.enrollmentTab.automaticSuggestionOption__label": "자동 제안",
161
- "organizationProfile.verifiedDomainPage.enrollmentTab.calloutInfoLabel": "등록 모드 변경은 신규 사용자에게만 적용됩니다.",
162
- "organizationProfile.verifiedDomainPage.enrollmentTab.calloutInvitationCountLabel": "보류 중인 초대 수: {{count}}",
163
- "organizationProfile.verifiedDomainPage.enrollmentTab.calloutSuggestionCountLabel": "보류 중인 제안 수: {{count}}",
164
- "organizationProfile.verifiedDomainPage.enrollmentTab.manualInvitationOption__description": "사용자는 수동으로만 조직에 초대될 수 있습니다.",
165
- "organizationProfile.verifiedDomainPage.enrollmentTab.manualInvitationOption__label": "자동 가입 없음",
166
- "organizationProfile.verifiedDomainPage.enrollmentTab.subtitle": "이 도메인의 사용자가 조직에 어떻게 가입할지 선택하세요.",
167
- "organizationProfile.verifiedDomainPage.start.headerTitle__danger": "위험",
168
- "organizationProfile.verifiedDomainPage.start.headerTitle__enrollment": "등록 옵션",
169
- "organizationProfile.verifiedDomainPage.subtitle": "도메인 {{domain}}이 인증되었습니다. 계속해서 등록 모드를 선택하세요.",
170
- "organizationProfile.verifiedDomainPage.title": "{{domain}} 업데이트",
171
- "organizationProfile.verifyDomainPage.formSubtitle": "이메일 주소로 전송된 인증 코드를 입력하세요",
172
- "organizationProfile.verifyDomainPage.formTitle": "인증 코드",
173
- "organizationProfile.verifyDomainPage.resendButton": "코드를 받지 못하셨나요? 다시 보내기",
174
- "organizationProfile.verifyDomainPage.subtitle": "도메인 {{domainName}}을 이메일로 인증해야 합니다.",
175
- "organizationProfile.verifyDomainPage.subtitleVerificationCodeScreen": "{{emailAddress}}로 인증 코드가 전송되었습니다. 계속하려면 코드를 입력하세요.",
176
- "organizationProfile.verifyDomainPage.title": "도메인 인증",
177
- "organizationSwitcher.action__createOrganization": "조직 생성",
178
- "organizationSwitcher.action__invitationAccept": "가입",
179
- "organizationSwitcher.action__manageOrganization": "관리",
180
- "organizationSwitcher.action__suggestionsAccept": "가입 요청",
181
- "organizationSwitcher.notSelected": "선택된 조직 없음",
182
- "organizationSwitcher.personalWorkspace": "개인 계정",
183
- "organizationSwitcher.suggestionsAcceptedLabel": "승인 대기 중",
184
- "paginationButton__next": "다음",
185
- "paginationButton__previous": "이전",
186
- "paginationRowText__displaying": "표시 중",
187
- "paginationRowText__of": "중",
188
- "signIn.accountSwitcher.action__addAccount": "계정 추가",
189
- "signIn.accountSwitcher.action__signOutAll": "모든 계정 로그아웃",
190
- "signIn.accountSwitcher.subtitle": "계속하려는 계정을 선택하세요.",
191
- "signIn.accountSwitcher.title": "계정 선택",
192
- "signIn.alternativeMethods.actionLink": "도움 받기",
193
- "signIn.alternativeMethods.actionText": "이러한 방법 중 하나를 사용하시겠어요?",
194
- "signIn.alternativeMethods.blockButton__backupCode": "백업 코드 사용",
195
- "signIn.alternativeMethods.blockButton__emailCode": "{{identifier}}에게 이메일 코드 보내기",
196
- "signIn.alternativeMethods.blockButton__emailLink": "{{identifier}}에게 이메일 링크 보내기",
197
- "signIn.alternativeMethods.blockButton__passkey": "패스키로 로그인",
198
- "signIn.alternativeMethods.blockButton__password": "비밀번호로 로그인",
199
- "signIn.alternativeMethods.blockButton__phoneCode": "{{identifier}}에게 SMS 코드 보내기",
200
- "signIn.alternativeMethods.blockButton__totp": "인증 앱 사용",
201
- "signIn.alternativeMethods.getHelp.blockButton__emailSupport": "이메일 지원",
202
- "signIn.alternativeMethods.getHelp.content": "계정에 로그인하는 데 어려움을 겪고 계신다면, 이메일을 보내주시면 최대한 빨리 접속을 복구하는 데 도움을 드리겠습니다.",
203
- "signIn.alternativeMethods.getHelp.title": "도움 받기",
204
- "signIn.alternativeMethods.subtitle": "문제가 발생했나요? 이 방법 중 하나를 사용하여 로그인할 수 있습니다.",
205
- "signIn.alternativeMethods.title": "다른 방법 사용",
206
- "signIn.backupCodeMfa.subtitle": "백업 코드는 이중 인증 설정 시 받은 코드입니다.",
207
- "signIn.backupCodeMfa.title": "백업 코드 입력",
208
- "signIn.emailCode.formTitle": "인증 코드",
209
- "signIn.emailCode.resendButton": "코드를 받지 못했나요? 다시 보내기",
210
- "signIn.emailCode.subtitle": "{{applicationName}}으로 계속하려면",
211
- "signIn.emailCode.title": "이메일 확인",
212
- "signIn.emailLink.expired.subtitle": "계속하려면 원래 탭으로 돌아가세요.",
213
- "signIn.emailLink.expired.title": "이 확인 링크가 만료되었습니다.",
214
- "signIn.emailLink.failed.subtitle": "계속하려면 원래 탭으로 돌아가세요.",
215
- "signIn.emailLink.failed.title": "이 확인 링크가 유효하지 않습니다.",
216
- "signIn.emailLink.formSubtitle": "이메일로 보낸 확인 링크 사용",
217
- "signIn.emailLink.formTitle": "확인 링크",
218
- "signIn.emailLink.loading.subtitle": "곧 리디렉션됩니다.",
219
- "signIn.emailLink.loading.title": "로그인 중...",
220
- "signIn.emailLink.resendButton": "링크를 받지 못했나요? 다시 보내기",
221
- "signIn.emailLink.subtitle": "{{applicationName}}으로 계속하려면",
222
- "signIn.emailLink.title": "이메일 확인",
223
- "signIn.emailLink.unusedTab.title": "이 탭을 닫아도 됩니다.",
224
- "signIn.emailLink.verified.subtitle": "곧 리디렉션됩니다.",
225
- "signIn.emailLink.verified.title": "로그인 성공",
226
- "signIn.emailLink.verifiedSwitchTab.subtitle": "계속하려면 원래 탭으로 돌아가세요.",
227
- "signIn.emailLink.verifiedSwitchTab.subtitleNewTab": "계속하려면 새로 열린 탭으로 이동하세요.",
228
- "signIn.emailLink.verifiedSwitchTab.titleNewTab": "다른 탭에서 로그인 완료",
229
- "signIn.forgotPassword.formTitle": "비밀번호 재설정 코드",
230
- "signIn.forgotPassword.resendButton": "코드를 받지 못했나요? 다시 보내기",
231
- "signIn.forgotPassword.subtitle": "비밀번호를 재설정하려면",
232
- "signIn.forgotPassword.subtitle_email": "먼저 이메일 주소로 보낸 코드를 입력하세요.",
233
- "signIn.forgotPassword.subtitle_phone": "먼저 전화로 받은 코드를 입력하세요.",
234
- "signIn.forgotPassword.title": "비밀번호 재설정",
235
- "signIn.forgotPasswordAlternativeMethods.blockButton__resetPassword": "비밀번호 재설정",
236
- "signIn.forgotPasswordAlternativeMethods.label__alternativeMethods": "또는 다른 방법으로 로그인",
237
- "signIn.forgotPasswordAlternativeMethods.title": "비밀번호를 잊으셨나요?",
238
- "signIn.noAvailableMethods.message": "로그인 진행 불가. 사용 가능한 인증 요소가 없습니다.",
239
- "signIn.noAvailableMethods.subtitle": "오류가 발생했습니다.",
240
- "signIn.noAvailableMethods.title": "로그인할 수 없음",
241
- "signIn.passkey.subtitle": "패스키를 사용하면 자신임을 확인합니다. 기기에서 지문, 얼굴 또는 화면 잠금을 요청할 수 있습니다.",
242
- "signIn.passkey.title": "패스키 사용",
243
- "signIn.password.actionLink": "다른 방법 사용",
244
- "signIn.password.subtitle": "계정과 관련된 비밀번호를 입력하세요.",
245
- "signIn.password.title": "비밀번호 입력",
246
- "signIn.passwordPwned.title": "비밀번호가 노출되었습니다.",
247
- "signIn.phoneCode.formTitle": "인증 코드",
248
- "signIn.phoneCode.resendButton": "코드를 받지 못했나요? 다시 보내기",
249
- "signIn.phoneCode.subtitle": "{{applicationName}}으로 계속하려면",
250
- "signIn.phoneCode.title": "전화 확인",
251
- "signIn.phoneCodeMfa.formTitle": "인증 코드",
252
- "signIn.phoneCodeMfa.resendButton": "코드를 받지 못했나요? 다시 보내기",
253
- "signIn.phoneCodeMfa.subtitle": "계속하려면 전화로 받은 인증 코드를 입력하세요.",
254
- "signIn.phoneCodeMfa.title": "전화 확인",
255
- "signIn.resetPassword.formButtonPrimary": "비밀번호 재설정",
256
- "signIn.resetPassword.requiredMessage": "보안상의 이유로 비밀번호를 재설정해야 합니다.",
257
- "signIn.resetPassword.successMessage": "비밀번호가 성공적으로 변경되었습니다. 로그인 중입니다. 잠시 기다려 주세요.",
258
- "signIn.resetPassword.title": "새 비밀번호 설정",
259
- "signIn.resetPasswordMfa.detailsLabel": "비밀번호 재설정 전에 정체성을 확인해야 합니다.",
260
- "signIn.start.actionLink": "가입하기",
261
- "signIn.start.actionLink__use_email": "이메일 사용",
262
- "signIn.start.actionLink__use_email_username": "이메일 또는 사용자 이름 사용",
263
- "signIn.start.actionLink__use_passkey": "패스키 사용",
264
- "signIn.start.actionLink__use_phone": "전화 사용",
265
- "signIn.start.actionLink__use_username": "사용자 이름 사용",
266
- "signIn.start.actionText": "계정이 없으신가요?",
267
- "signIn.start.subtitle": "다시 오신 것을 환영합니다! 계속하려면 로그인하세요.",
268
- "signIn.start.title": "{{applicationName}}에 로그인",
269
- "signIn.totpMfa.formTitle": "인증 코드",
270
- "signIn.totpMfa.subtitle": "계속하려면 인증 앱에서 생성된 인증 코드를 입력하세요.",
271
- "signIn.totpMfa.title": "이중 인증",
272
- "signInEnterPasswordTitle": "비밀번호 입력",
273
- "signUp.continue.actionLink": "로그인",
274
- "signUp.continue.actionText": "계정이 있으신가요?",
275
- "signUp.continue.subtitle": "계속하려면 남은 정보를 입력하세요.",
276
- "signUp.continue.title": "누락된 필드 입력",
277
- "signUp.emailCode.formSubtitle": "이메일 주소로 보낸 확인 코드를 입력하세요.",
278
- "signUp.emailCode.formTitle": "인증 코드",
279
- "signUp.emailCode.resendButton": "코드를 받지 못했나요? 다시 보내기",
280
- "signUp.emailCode.subtitle": "이메일로 보낸 확인 코드를 입력하세요.",
281
- "signUp.emailCode.title": "이메일 확인",
282
- "signUp.emailLink.formSubtitle": "이메일 주소로 보낸 확인 링크 사용",
283
- "signUp.emailLink.formTitle": "확인 링크",
284
- "signUp.emailLink.loading.title": "가입 중...",
285
- "signUp.emailLink.resendButton": "링크를 받지 못했나요? 다시 보내기",
286
- "signUp.emailLink.subtitle": "{{applicationName}}으로 계속하려면",
287
- "signUp.emailLink.title": "이메일 확인",
288
- "signUp.emailLink.verified.title": "가입이 완료되었습니다.",
289
- "signUp.emailLink.verifiedSwitchTab.subtitle": "계속하려면 새로 열린 탭으로 이동하세요.",
290
- "signUp.emailLink.verifiedSwitchTab.subtitleNewTab": "이전 탭으로 돌아가려면 새로 열린 탭으로 이동하세요.",
291
- "signUp.emailLink.verifiedSwitchTab.title": "이메일 확인 완료",
292
- "signUp.phoneCode.formSubtitle": "전화번호로 받은 인증 코드를 입력하세요.",
293
- "signUp.phoneCode.formTitle": "인증 코드",
294
- "signUp.phoneCode.resendButton": "코드를 받지 못했나요? 다시 보내기",
295
- "signUp.phoneCode.subtitle": "전화로 받은 인증 코드를 입력하세요.",
296
- "signUp.phoneCode.title": "전화 확인",
297
- "signUp.start.actionLink": "로그인",
298
- "signUp.start.actionText": "계정이 있으신가요?",
299
- "signUp.start.subtitle": "환영합니다! 시작하려면 세부 정보를 입력하세요.",
300
- "signUp.start.title": "계정 생성",
301
- "socialButtonsBlockButton": "{{provider|titleize}}로 계속하기",
302
- "unstable__errors.captcha_invalid": "보안 확인에 실패하여 가입할 수 없습니다. 다시 시도하려면 페이지를 새로 고치거나 지원팀에 문의하십시오.",
303
- "unstable__errors.captcha_unavailable": "봇 확인에 실패하여 가입할 수 없습니다. 다시 시도하려면 페이지를 새로 고치거나 지원팀에 문의하십시오.",
304
- "unstable__errors.form_code_incorrect": "",
305
- "unstable__errors.form_identifier_exists": "",
306
- "unstable__errors.form_identifier_exists__email_address": "이 이메일 주소는 사용 중입니다. 다른 이메일 주소를 시도하십시오.",
307
- "unstable__errors.form_identifier_exists__phone_number": "이 전화번호는 사용 중입니다. 다른 번호를 시도하십시오.",
308
- "unstable__errors.form_identifier_exists__username": "이 사용자 이름은 사용 중입니다. 다른 이름을 시도하십시오.",
309
- "unstable__errors.form_identifier_not_found": "",
310
- "unstable__errors.form_param_format_invalid": "",
311
- "unstable__errors.form_param_format_invalid__email_address": "이메일 주소는 유효한 이메일 주소여야 합니다.",
312
- "unstable__errors.form_param_format_invalid__phone_number": "전화번호는 유효한 국제 형식이어야 합니다.",
313
- "unstable__errors.form_param_max_length_exceeded__first_name": "이름은 256자를 초과할 수 없습니다.",
314
- "unstable__errors.form_param_max_length_exceeded__last_name": "성은 256자를 초과할 수 없습니다.",
315
- "unstable__errors.form_param_max_length_exceeded__name": "이름은 256자를 초과할 수 없습니다.",
316
- "unstable__errors.form_param_nil": "",
317
- "unstable__errors.form_password_incorrect": "",
318
- "unstable__errors.form_password_length_too_short": "",
319
- "unstable__errors.form_password_not_strong_enough": "비밀번호가 충분히 강력하지 않습니다.",
320
- "unstable__errors.form_password_pwned": "이 비밀번호는 누출 사고의 일부로 확인되었으므로 사용할 수 없습니다. 대신 다른 비밀번호를 시도하십시오.",
321
- "unstable__errors.form_password_pwned__sign_in": "이 비밀번호는 누출 사고의 일부로 확인되었으므로 사용할 수 없습니다. 비밀번호를 재설정하십시오.",
322
- "unstable__errors.form_password_size_in_bytes_exceeded": "비밀번호가 허용된 최대 바이트 수를 초과했습니다. 짧게 만들거나 일부 특수 문자를 제거하십시오.",
323
- "unstable__errors.form_password_validation_failed": "잘못된 비밀번호",
324
- "unstable__errors.form_username_invalid_character": "",
325
- "unstable__errors.form_username_invalid_length": "",
326
- "unstable__errors.identification_deletion_failed": "마지막 식별 정보를 삭제할 수 없습니다.",
327
- "unstable__errors.not_allowed_access": "",
328
- "unstable__errors.passkey_already_exists": "이 장치에 이미 등록된 패스키가 있습니다.",
329
- "unstable__errors.passkey_not_supported": "이 장치에서 패스키는 지원되지 않습니다.",
330
- "unstable__errors.passkey_pa_not_supported": "등록에는 플랫폼 인증기가 필요하지만 장치가 지원하지 않습니다.",
331
- "unstable__errors.passkey_registration_cancelled": "패스키 등록이 취소되었거나 시간이 초과되었습니다.",
332
- "unstable__errors.passkey_retrieval_cancelled": "패스키 확인이 취소되었거나 시간이 초과되었습니다.",
333
- "unstable__errors.passwordComplexity.maximumLength": "{{length}}자 미만",
334
- "unstable__errors.passwordComplexity.minimumLength": "{{length}}자 이상",
335
- "unstable__errors.passwordComplexity.requireLowercase": "소문자",
336
- "unstable__errors.passwordComplexity.requireNumbers": "숫자",
337
- "unstable__errors.passwordComplexity.requireSpecialCharacter": "특수 문자",
338
- "unstable__errors.passwordComplexity.requireUppercase": "대문자",
339
- "unstable__errors.passwordComplexity.sentencePrefix": "비밀번호는 다음을 포함해야 합니다.",
340
- "unstable__errors.phone_number_exists": "이 전화번호는 사용 중입니다. 다른 번호를 시도하십시오.",
341
- "unstable__errors.zxcvbn.couldBeStronger": "비밀번호가 작동하지만 더 강력해질 수 있습니다. 더 많은 문자를 추가해보세요.",
342
- "unstable__errors.zxcvbn.goodPassword": "비밀번호는 필요한 모든 요구 사항을 충족합니다.",
343
- "unstable__errors.zxcvbn.notEnough": "비밀번호가 충분히 강력하지 않습니다.",
344
- "unstable__errors.zxcvbn.suggestions.allUppercase": "모든 문자를 대문자로 바꾸세요.",
345
- "unstable__errors.zxcvbn.suggestions.anotherWord": "덜 일반적인 단어를 추가하세요.",
346
- "unstable__errors.zxcvbn.suggestions.associatedYears": "자신과 연관된 연도를 피하세요.",
347
- "unstable__errors.zxcvbn.suggestions.capitalization": "첫 글자 이상을 대문자로 바꾸세요.",
348
- "unstable__errors.zxcvbn.suggestions.dates": "자신과 연관된 날짜를 피하세요.",
349
- "unstable__errors.zxcvbn.suggestions.l33t": "'a'를 '@'로 대체하는 예측 가능한 문자 대체를 피하세요.",
350
- "unstable__errors.zxcvbn.suggestions.longerKeyboardPattern": "더 긴 키보드 패턴을 사용하고 여러 번 타이핑 방향을 변경하세요.",
351
- "unstable__errors.zxcvbn.suggestions.noNeed": "기호, 숫자 또는 대문자를 사용하지 않고도 강력한 비밀번호를 만들 수 있습니다.",
352
- "unstable__errors.zxcvbn.suggestions.pwned": "다른 곳에서 이 비밀번호를 사용한다면 변경해야 합니다.",
353
- "unstable__errors.zxcvbn.suggestions.recentYears": "최근 연도를 피하세요.",
354
- "unstable__errors.zxcvbn.suggestions.repeated": "단어와 문자를 반복하지 마세요.",
355
- "unstable__errors.zxcvbn.suggestions.reverseWords": "일반 단어의 역순 철자를 피하세요.",
356
- "unstable__errors.zxcvbn.suggestions.sequences": "일반적인 문자 시퀀스를 피하세요.",
357
- "unstable__errors.zxcvbn.suggestions.useWords": "여러 단어를 사용하지만 일반적인 구문을 피하세요.",
358
- "unstable__errors.zxcvbn.warnings.common": "이 비밀번호는 흔히 사용됩니다.",
359
- "unstable__errors.zxcvbn.warnings.commonNames": "일반적인 이름과 성은 추측하기 쉽습니다.",
360
- "unstable__errors.zxcvbn.warnings.dates": "날짜는 추측하기 쉽습니다.",
361
- "unstable__errors.zxcvbn.warnings.extendedRepeat": "\"abcabcabc\"와 같은 반복된 문자 패턴은 추측하기 쉽습니다.",
362
- "unstable__errors.zxcvbn.warnings.keyPattern": "짧은 키보드 패턴은 추측하기 쉽습니다.",
363
- "unstable__errors.zxcvbn.warnings.namesByThemselves": "단일 이름 또는 성은 추측하기 쉽습니다.",
364
- "unstable__errors.zxcvbn.warnings.pwned": "인터넷의 데이터 누출로 비밀번호가 노출되었습니다.",
365
- "unstable__errors.zxcvbn.warnings.recentYears": "최근 연도는 추측하기 쉽습니다.",
366
- "unstable__errors.zxcvbn.warnings.sequences": "\"abc\"와 같은 일반적인 문자 시퀀스는 추측하기 쉽습니다.",
367
- "unstable__errors.zxcvbn.warnings.similarToCommon": "이것은 흔히 사용되는 비밀번호와 유사합니다.",
368
- "unstable__errors.zxcvbn.warnings.simpleRepeat": "\"aaa\"와 같이 반복된 문자는 추측하기 쉽습니다.",
369
- "unstable__errors.zxcvbn.warnings.straightRow": "키보드의 직선 행은 추측하기 쉽습니다.",
370
- "unstable__errors.zxcvbn.warnings.topHundred": "이것은 자주 사용되는 비밀번호입니다.",
371
- "unstable__errors.zxcvbn.warnings.topTen": "이것은 많이 사용되는 비밀번호입니다.",
372
- "unstable__errors.zxcvbn.warnings.userInputs": "개인 또는 페이지 관련 데이터를 사용해서는 안 됩니다.",
373
- "unstable__errors.zxcvbn.warnings.wordByItself": "단일 단어는 추측하기 쉽습니다.",
374
- "userButton.action__addAccount": "계정 추가",
375
- "userButton.action__manageAccount": "계정 관리",
376
- "userButton.action__signOut": "로그아웃",
377
- "userButton.action__signOutAll": "모든 계정에서 로그아웃",
378
- "userProfile.backupCodePage.actionLabel__copied": "복사됨!",
379
- "userProfile.backupCodePage.actionLabel__copy": "모두 복사",
380
- "userProfile.backupCodePage.actionLabel__download": "다운로드 .txt",
381
- "userProfile.backupCodePage.actionLabel__print": "인쇄",
382
- "userProfile.backupCodePage.infoText1": "이 계정에 대해 백업 코드가 활성화됩니다.",
383
- "userProfile.backupCodePage.infoText2": "백업 코드를 비밀리에 보관하고 안전하게 저장하세요. 만약 유출되었다고 의심된다면 백업 코드를 재생성할 수 있습니다.",
384
- "userProfile.backupCodePage.subtitle__codelist": "안전하게 보관하고 비밀리에 유지하세요.",
385
- "userProfile.backupCodePage.successMessage": "백업 코드가 이제 활성화되었습니다. 계정에 로그인할 때 인증 장치에 액세스할 수 없는 경우 이 중 하나를 사용할 수 있습니다. 각 코드는 한 번만 사용할 수 있습니다.",
386
- "userProfile.backupCodePage.successSubtitle": "계정에 로그인할 때 인증 장치에 액세스할 수 없는 경우 이 중 하나를 사용할 수 있습니다.",
387
- "userProfile.backupCodePage.title": "백업 코드 확인 추가",
388
- "userProfile.backupCodePage.title__codelist": "백업 코드",
389
- "userProfile.connectedAccountPage.formHint": "계정을 연결할 공급업체를 선택하세요.",
390
- "userProfile.connectedAccountPage.formHint__noAccounts": "사용 가능한 외부 계정 공급업체가 없습니다.",
391
- "userProfile.connectedAccountPage.removeResource.messageLine1": "{{identifier}}이(가) 이 계정에서 제거됩니다.",
392
- "userProfile.connectedAccountPage.removeResource.messageLine2": "이제 더 이상이 연결된 계정을 사용할 수 없으며 종속 기능도 작동하지 않습니다.",
393
- "userProfile.connectedAccountPage.removeResource.successMessage": "{{connectedAccount}}이(가) 계정에서 제거되었습니다.",
394
- "userProfile.connectedAccountPage.removeResource.title": "연결된 계정 제거",
395
- "userProfile.connectedAccountPage.socialButtonsBlockButton": "{{provider|titleize}}",
396
- "userProfile.connectedAccountPage.successMessage": "공급업체가 계정에 추가되었습니다",
397
- "userProfile.connectedAccountPage.title": "연결된 계정 추가",
398
- "userProfile.deletePage.actionDescription": "계속하려면 \"계정 삭제\"를 입력하세요.",
399
- "userProfile.deletePage.confirm": "계정 삭제",
400
- "userProfile.deletePage.messageLine1": "계정을 삭제하시겠습니까?",
401
- "userProfile.deletePage.messageLine2": "이 작업은 영구적이며 되돌릴 수 없습니다.",
402
- "userProfile.deletePage.title": "계정 삭제",
403
- "userProfile.emailAddressPage.emailCode.formHint": "이 이메일 주소로 인증 코드가 포함된 이메일이 전송됩니다.",
404
- "userProfile.emailAddressPage.emailCode.formSubtitle": "{{identifier}}로 전송된 이메일의 인증 코드를 입력하세요.",
405
- "userProfile.emailAddressPage.emailCode.formTitle": "인증 코드",
406
- "userProfile.emailAddressPage.emailCode.resendButton": "코드를 받지 못했나요? 다시 보내기",
407
- "userProfile.emailAddressPage.emailCode.successMessage": "이 이메일 {{identifier}}이(가) 계정에 추가되었습니다.",
408
- "userProfile.emailAddressPage.emailLink.formHint": "이 이메일 주소로 인증 링크가 포함된 이메일이 전송됩니다.",
409
- "userProfile.emailAddressPage.emailLink.formSubtitle": "{{identifier}}로 전송된 이메일의 인증 링크를 클릭하세요.",
410
- "userProfile.emailAddressPage.emailLink.formTitle": "인증 링크",
411
- "userProfile.emailAddressPage.emailLink.resendButton": "링크를 받지 못했나요? 다시 보내기",
412
- "userProfile.emailAddressPage.emailLink.successMessage": "이 이메일 {{identifier}}이(가) 계정에 추가되었습니다.",
413
- "userProfile.emailAddressPage.removeResource.messageLine1": "{{identifier}}이(가) 이 계정에서 제거됩니다.",
414
- "userProfile.emailAddressPage.removeResource.messageLine2": "이제 이 이메일 주소를 사용하여 로그인할 수 없습니다.",
415
- "userProfile.emailAddressPage.removeResource.successMessage": "{{emailAddress}}이(가) 계정에서 제거되었습니다.",
416
- "userProfile.emailAddressPage.removeResource.title": "이메일 주소 제거",
417
- "userProfile.emailAddressPage.title": "이메일 주소 추가",
418
- "userProfile.emailAddressPage.verifyTitle": "이메일 주소 확인",
419
- "userProfile.formButtonPrimary__add": "추가",
420
- "userProfile.formButtonPrimary__continue": "계속",
421
- "userProfile.formButtonPrimary__finish": "완료",
422
- "userProfile.formButtonPrimary__remove": "제거",
423
- "userProfile.formButtonPrimary__save": "저장",
424
- "userProfile.formButtonReset": "취소",
425
- "userProfile.mfaPage.formHint": "추가할 방법을 선택하세요.",
426
- "userProfile.mfaPage.title": "이중 인증 추가",
427
- "userProfile.mfaPhoneCodePage.backButton": "기존 번호 사용",
428
- "userProfile.mfaPhoneCodePage.primaryButton__addPhoneNumber": "전화번호 추가",
429
- "userProfile.mfaPhoneCodePage.removeResource.messageLine1": "이 번호로부터의 인증 코드 수신이 중지됩니다.",
430
- "userProfile.mfaPhoneCodePage.removeResource.messageLine2": "계정이 덜 안전해질 수 있습니다. 계속하시겠습니까?",
431
- "userProfile.mfaPhoneCodePage.removeResource.successMessage": "{{mfaPhoneCode}}에 대한 SMS 코드 이중 인증이 제거되었습니다",
432
- "userProfile.mfaPhoneCodePage.removeResource.title": "이중 인증 제거",
433
- "userProfile.mfaPhoneCodePage.subtitle__availablePhoneNumbers": "SMS 코드 이중 인증을 위해 기존 전화번호를 선택하거나 새로 추가하세요.",
434
- "userProfile.mfaPhoneCodePage.subtitle__unavailablePhoneNumbers": "SMS 코드 이중 인증을 위해 사용 가능한 전화번호가 없습니다. 새로 추가하세요.",
435
- "userProfile.mfaPhoneCodePage.successMessage1": "로그인할 때 이 번호로 전송된 인증 코드를 추가 단계로 입력해야 합니다.",
436
- "userProfile.mfaPhoneCodePage.successMessage2": "이 백업 코드를 저장하고 안전한 곳에 보관하세요. 인증 장치에 액세스를 잃으면 백업 코드를 사용할 수 있습니다.",
437
- "userProfile.mfaPhoneCodePage.successTitle": "SMS 코드 확인이 활성화되었습니다",
438
- "userProfile.mfaPhoneCodePage.title": "SMS 코드 확인 추가",
439
- "userProfile.mfaTOTPPage.authenticatorApp.buttonAbleToScan__nonPrimary": "대신 QR 코드 스캔",
440
- "userProfile.mfaTOTPPage.authenticatorApp.buttonUnableToScan__nonPrimary": "QR 코드를 스캔할 수 없음?",
441
- "userProfile.mfaTOTPPage.authenticatorApp.infoText__ableToScan": "인증 앱에서 새로운 로그인 방법을 설정하고 계정에 연결할 QR 코드를 스캔하세요.",
442
- "userProfile.mfaTOTPPage.authenticatorApp.infoText__unableToScan": "인증 앱에서 새로운 로그인 방법을 설정하고 아래 제공된 키를 입력하세요.",
443
- "userProfile.mfaTOTPPage.authenticatorApp.inputLabel__unableToScan1": "시간 기반 또는 일회용 비밀번호가 활성화되어 있는지 확인한 후 계정 연결을 완료하세요.",
444
- "userProfile.mfaTOTPPage.authenticatorApp.inputLabel__unableToScan2": "또는 인증 앱이 TOTP URI를 지원하는 경우 전체 URI를 복사할 수도 있습니다.",
445
- "userProfile.mfaTOTPPage.removeResource.messageLine1": "이 인증 앱에서의 인증 코드는 더 이상 로그인할 때 필요하지 않습니다.",
446
- "userProfile.mfaTOTPPage.removeResource.messageLine2": "계정이 덜 안전해질 수 있습니다. 계속하시겠습니까?",
447
- "userProfile.mfaTOTPPage.removeResource.successMessage": "인증 앱을 통한 이중 인증이 제거되었습니다.",
448
- "userProfile.mfaTOTPPage.removeResource.title": "이중 인증 제거",
449
- "userProfile.mfaTOTPPage.successMessage": "이제 이중 인증이 활성화되었습니다. 로그인할 때 이 인증 앱에서 생성된 인증 코드를 추가 단계로 입력해야 합니다.",
450
- "userProfile.mfaTOTPPage.title": "인증 앱 추가",
451
- "userProfile.mfaTOTPPage.verifySubtitle": "인증 앱에서 생성된 인증 코드를 입력하세요",
452
- "userProfile.mfaTOTPPage.verifyTitle": "인증 코드",
453
- "userProfile.mobileButton__menu": "메뉴",
454
- "userProfile.navbar.account": "프로필",
455
- "userProfile.navbar.description": "계정 정보를 관리합니다.",
456
- "userProfile.navbar.security": "보안",
457
- "userProfile.navbar.title": "계정",
458
- "userProfile.passkeyScreen.removeResource.messageLine1": "{{name}}이(가) 이 계정에서 제거됩니다.",
459
- "userProfile.passkeyScreen.removeResource.title": "패스키 제거",
460
- "userProfile.passkeyScreen.subtitle__rename": "패스키 이름을 변경하여 찾기 쉽게 할 수 있습니다.",
461
- "userProfile.passkeyScreen.title__rename": "패스키 이름 변경",
462
- "userProfile.passwordPage.checkboxInfoText__signOutOfOtherSessions": "이전 비밀번호를 사용했을 수 있는 모든 기기에서 로그아웃하는 것이 좋습니다.",
463
- "userProfile.passwordPage.readonly": "현재 비밀번호는 기업 연결을 통해서만 로그인할 수 있기 때문에 편집할 수 없습니다.",
464
- "userProfile.passwordPage.successMessage__set": "비밀번호가 설정되었습니다.",
465
- "userProfile.passwordPage.successMessage__signOutOfOtherSessions": "다른 모든 기기에서 로그아웃되었습니다.",
466
- "userProfile.passwordPage.successMessage__update": "비밀번호가 업데이트되었습니다.",
467
- "userProfile.passwordPage.title__set": "비밀번호 설정",
468
- "userProfile.passwordPage.title__update": "비밀번호 업데이트",
469
- "userProfile.phoneNumberPage.infoText": "인증 코드가 포함된 텍스트 메시지가 이 전화번호로 전송됩니다. 메시지 및 데이터 요금이 부과될 수 있습니다.",
470
- "userProfile.phoneNumberPage.removeResource.messageLine1": "{{identifier}}이(가) 이 계정에서 제거됩니다.",
471
- "userProfile.phoneNumberPage.removeResource.messageLine2": "더 이상 이 전화번호를 사용하여 로그인할 수 없습니다.",
472
- "userProfile.phoneNumberPage.removeResource.successMessage": "{{phoneNumber}}이(가) 계정에서 제거되었습니다.",
473
- "userProfile.phoneNumberPage.removeResource.title": "전화번호 제거",
474
- "userProfile.phoneNumberPage.successMessage": "{{identifier}}이(가) 계정에 추가되었습니다.",
475
- "userProfile.phoneNumberPage.title": "전화번호 추가",
476
- "userProfile.phoneNumberPage.verifySubtitle": "{{identifier}}로 전송된 인증 코드를 입력하세요.",
477
- "userProfile.phoneNumberPage.verifyTitle": "전화번호 인증",
478
- "userProfile.profilePage.fileDropAreaHint": "권장 크기 1:1, 최대 10MB.",
479
- "userProfile.profilePage.imageFormDestructiveActionSubtitle": "제거",
480
- "userProfile.profilePage.imageFormSubtitle": "업로드",
481
- "userProfile.profilePage.imageFormTitle": "프로필 이미지",
482
- "userProfile.profilePage.readonly": "프로필 정보는 기업 연결을 통해 제공되어 편집할 수 없습니다.",
483
- "userProfile.profilePage.successMessage": "프로필이 업데이트되었습니다.",
484
- "userProfile.profilePage.title": "프로필 업데이트",
485
- "userProfile.start.activeDevicesSection.destructiveAction": "기기에서 로그아웃",
486
- "userProfile.start.activeDevicesSection.title": "활성 기기",
487
- "userProfile.start.connectedAccountsSection.actionLabel__connectionFailed": "다시 시도",
488
- "userProfile.start.connectedAccountsSection.actionLabel__reauthorize": "지금 승인",
489
- "userProfile.start.connectedAccountsSection.destructiveActionTitle": "제거",
490
- "userProfile.start.connectedAccountsSection.primaryButton": "계정 연결",
491
- "userProfile.start.connectedAccountsSection.subtitle__reauthorize": "필요한 범위가 업데이트되어 기능이 제한될 수 있습니다. 문제를 피하기 위해 이 애플리케이션을 다시 승인하십시오.",
492
- "userProfile.start.connectedAccountsSection.title": "연결된 계정",
493
- "userProfile.start.dangerSection.deleteAccountButton": "계정 삭제",
494
- "userProfile.start.dangerSection.title": "계정 삭제",
495
- "userProfile.start.emailAddressesSection.destructiveAction": "이메일 제거",
496
- "userProfile.start.emailAddressesSection.detailsAction__nonPrimary": "기본 설정으로 설정",
497
- "userProfile.start.emailAddressesSection.detailsAction__primary": "인증 완료",
498
- "userProfile.start.emailAddressesSection.detailsAction__unverified": "인증",
499
- "userProfile.start.emailAddressesSection.primaryButton": "이메일 주소 추가",
500
- "userProfile.start.emailAddressesSection.title": "이메일 주소",
501
- "userProfile.start.enterpriseAccountsSection.title": "기업 계정",
502
- "userProfile.start.headerTitle__account": "프로필 세부정보",
503
- "userProfile.start.headerTitle__security": "보안",
504
- "userProfile.start.mfaSection.backupCodes.actionLabel__regenerate": "재생성",
505
- "userProfile.start.mfaSection.backupCodes.headerTitle": "백업 코드",
506
- "userProfile.start.mfaSection.backupCodes.subtitle__regenerate": "새로운 안전한 백업 코드를 받으세요. 이전 백업 코드는 삭제되고 사용할 수 없습니다.",
507
- "userProfile.start.mfaSection.backupCodes.title__regenerate": "백업 코드 재생성",
508
- "userProfile.start.mfaSection.phoneCode.actionLabel__setDefault": "기본 설정으로 설정",
509
- "userProfile.start.mfaSection.phoneCode.destructiveActionLabel": "제거",
510
- "userProfile.start.mfaSection.primaryButton": "이중 인증 추가",
511
- "userProfile.start.mfaSection.title": "이중 인증",
512
- "userProfile.start.mfaSection.totp.destructiveActionTitle": "제거",
513
- "userProfile.start.mfaSection.totp.headerTitle": "인증 애플리케이션",
514
- "userProfile.start.passkeysSection.menuAction__destructive": "제거",
515
- "userProfile.start.passkeysSection.menuAction__rename": "이름 바꾸기",
516
- "userProfile.start.passkeysSection.title": "패스키",
517
- "userProfile.start.passwordSection.primaryButton__setPassword": "비밀번호 설정",
518
- "userProfile.start.passwordSection.primaryButton__updatePassword": "비밀번호 업데이트",
519
- "userProfile.start.passwordSection.title": "비밀번호",
520
- "userProfile.start.phoneNumbersSection.destructiveAction": "전화번호 제거",
521
- "userProfile.start.phoneNumbersSection.detailsAction__nonPrimary": "기본 설정으로 설정",
522
- "userProfile.start.phoneNumbersSection.detailsAction__primary": "인증 완료",
523
- "userProfile.start.phoneNumbersSection.detailsAction__unverified": "전화번호 인증",
524
- "userProfile.start.phoneNumbersSection.primaryButton": "전화번호 추가",
525
- "userProfile.start.phoneNumbersSection.title": "전화번호",
526
- "userProfile.start.profileSection.primaryButton": "프로필 업데이트",
527
- "userProfile.start.profileSection.title": "프로필",
528
- "userProfile.start.usernameSection.primaryButton__setUsername": "사용자 이름 설정",
529
- "userProfile.start.usernameSection.primaryButton__updateUsername": "사용자 이름 업데이트",
530
- "userProfile.start.usernameSection.title": "사용자 이름",
531
- "userProfile.start.web3WalletsSection.destructiveAction": "지갑 제거",
532
- "userProfile.start.web3WalletsSection.primaryButton": "Web3 지갑",
533
- "userProfile.start.web3WalletsSection.title": "Web3 지갑",
534
- "userProfile.usernamePage.successMessage": "사용자 이름이 업데이트되었습니다.",
535
- "userProfile.usernamePage.title__set": "사용자 이름 설정",
536
- "userProfile.usernamePage.title__update": "사용자 이름 업데이트",
537
- "userProfile.web3WalletPage.removeResource.messageLine1": "{{identifier}}이(가) 이 계정에서 제거됩니다.",
538
- "userProfile.web3WalletPage.removeResource.messageLine2": "더 이상 이 Web3 지갑을 사용하여 로그인할 수 없습니다.",
539
- "userProfile.web3WalletPage.removeResource.successMessage": "{{web3Wallet}}이(가) 계정에서 제거되었습니다.",
540
- "userProfile.web3WalletPage.removeResource.title": "Web3 지갑 제거",
541
- "userProfile.web3WalletPage.subtitle__availableWallets": "계정에 연결할 Web3 지갑을 선택하세요.",
542
- "userProfile.web3WalletPage.subtitle__unavailableWallets": "사용 가능한 Web3 지갑이 없습니다.",
543
- "userProfile.web3WalletPage.successMessage": "지갑이 계정에 추가되었습니다.",
544
- "userProfile.web3WalletPage.title": "Web3 지갑 추가"
545
- }