@strapi/admin 5.50.1 → 5.50.2
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.
- package/dist/admin/admin/src/components/NpsSurvey.js.map +1 -1
- package/dist/admin/admin/src/components/NpsSurvey.mjs.map +1 -1
- package/dist/admin/admin/src/hooks/useMenu.js +1 -1
- package/dist/admin/admin/src/hooks/useMenu.js.map +1 -1
- package/dist/admin/admin/src/hooks/useMenu.mjs +1 -1
- package/dist/admin/admin/src/hooks/useMenu.mjs.map +1 -1
- package/dist/admin/admin/src/hooks/useRBAC.js +1 -1
- package/dist/admin/admin/src/hooks/useRBAC.js.map +1 -1
- package/dist/admin/admin/src/hooks/useRBAC.mjs +1 -1
- package/dist/admin/admin/src/hooks/useRBAC.mjs.map +1 -1
- package/dist/admin/admin/src/pages/Settings/pages/ApplicationInfo/ApplicationInfoPage.js +3 -9
- package/dist/admin/admin/src/pages/Settings/pages/ApplicationInfo/ApplicationInfoPage.js.map +1 -1
- package/dist/admin/admin/src/pages/Settings/pages/ApplicationInfo/ApplicationInfoPage.mjs +3 -9
- package/dist/admin/admin/src/pages/Settings/pages/ApplicationInfo/ApplicationInfoPage.mjs.map +1 -1
- package/dist/admin/admin/src/reducer.js +3 -3
- package/dist/admin/admin/src/reducer.js.map +1 -1
- package/dist/admin/admin/src/reducer.mjs +4 -4
- package/dist/admin/admin/src/reducer.mjs.map +1 -1
- package/dist/admin/admin/src/render.js +6 -2
- package/dist/admin/admin/src/render.js.map +1 -1
- package/dist/admin/admin/src/render.mjs +6 -2
- package/dist/admin/admin/src/render.mjs.map +1 -1
- package/dist/admin/admin/src/translations/en.json.js +1 -2
- package/dist/admin/admin/src/translations/en.json.js.map +1 -1
- package/dist/admin/admin/src/translations/en.json.mjs +1 -2
- package/dist/admin/admin/src/translations/en.json.mjs.map +1 -1
- package/dist/admin/admin/src/translations/ko.json.js +157 -1
- package/dist/admin/admin/src/translations/ko.json.js.map +1 -1
- package/dist/admin/admin/src/translations/ko.json.mjs +157 -1
- package/dist/admin/admin/src/translations/ko.json.mjs.map +1 -1
- package/dist/admin/admin/src/utils/cookies.js +7 -0
- package/dist/admin/admin/src/utils/cookies.js.map +1 -1
- package/dist/admin/admin/src/utils/cookies.mjs +7 -1
- package/dist/admin/admin/src/utils/cookies.mjs.map +1 -1
- package/dist/admin/admin/src/utils/getFetchClient.js +2 -2
- package/dist/admin/admin/src/utils/getFetchClient.js.map +1 -1
- package/dist/admin/admin/src/utils/getFetchClient.mjs +3 -3
- package/dist/admin/admin/src/utils/getFetchClient.mjs.map +1 -1
- package/dist/admin/admin/src/utils/getProjectType.js +22 -0
- package/dist/admin/admin/src/utils/getProjectType.js.map +1 -0
- package/dist/admin/admin/src/utils/getProjectType.mjs +20 -0
- package/dist/admin/admin/src/utils/getProjectType.mjs.map +1 -0
- package/dist/admin/ee/admin/src/pages/AuthResponse.js +1 -1
- package/dist/admin/ee/admin/src/pages/AuthResponse.js.map +1 -1
- package/dist/admin/ee/admin/src/pages/AuthResponse.mjs +2 -2
- package/dist/admin/ee/admin/src/pages/AuthResponse.mjs.map +1 -1
- package/dist/admin/shared/utils/auth-cookie-name.js +31 -0
- package/dist/admin/shared/utils/auth-cookie-name.js.map +1 -0
- package/dist/admin/shared/utils/auth-cookie-name.mjs +28 -0
- package/dist/admin/shared/utils/auth-cookie-name.mjs.map +1 -0
- package/dist/admin/src/pages/Settings/pages/Webhooks/hooks/useWebhooks.d.ts +3 -3
- package/dist/admin/src/services/apiTokens.d.ts +2 -2
- package/dist/admin/src/services/webhooks.d.ts +2 -2
- package/dist/admin/src/utils/cookies.d.ts +5 -0
- package/dist/admin/src/utils/getProjectType.d.ts +16 -0
- package/dist/ee/admin/src/pages/SettingsPage/pages/AuditLogs/hooks/useAuditLogsData.d.ts +1 -1
- package/dist/ee/admin/src/services/ai.d.ts +3 -3
- package/dist/ee/admin/src/services/auditLogs.d.ts +1 -1
- package/dist/ee/server/src/audit-logs/routes/audit-logs.d.ts +1 -1
- package/dist/ee/server/src/controllers/admin.d.ts +2 -0
- package/dist/ee/server/src/controllers/admin.d.ts.map +1 -1
- package/dist/ee/server/src/controllers/authentication-utils/middlewares.d.ts.map +1 -1
- package/dist/ee/server/src/controllers/index.d.ts +2 -0
- package/dist/ee/server/src/controllers/index.d.ts.map +1 -1
- package/dist/ee/server/src/index.d.ts +2 -0
- package/dist/ee/server/src/index.d.ts.map +1 -1
- package/dist/ee/server/src/routes/index.d.ts +2 -2
- package/dist/ee/server/src/routes/sso.d.ts +2 -2
- package/dist/ee/server/src/services/index.d.ts +2 -2
- package/dist/server/ee/server/src/controllers/admin.js +1 -0
- package/dist/server/ee/server/src/controllers/admin.js.map +1 -1
- package/dist/server/ee/server/src/controllers/admin.mjs +1 -0
- package/dist/server/ee/server/src/controllers/admin.mjs.map +1 -1
- package/dist/server/ee/server/src/controllers/authentication-utils/middlewares.js +1 -1
- package/dist/server/ee/server/src/controllers/authentication-utils/middlewares.js.map +1 -1
- package/dist/server/ee/server/src/controllers/authentication-utils/middlewares.mjs +2 -2
- package/dist/server/ee/server/src/controllers/authentication-utils/middlewares.mjs.map +1 -1
- package/dist/server/shared/utils/auth-cookie-name.js +31 -0
- package/dist/server/shared/utils/auth-cookie-name.js.map +1 -0
- package/dist/server/shared/utils/auth-cookie-name.mjs +28 -0
- package/dist/server/shared/utils/auth-cookie-name.mjs.map +1 -0
- package/dist/server/shared/utils/session-auth.js +6 -0
- package/dist/server/shared/utils/session-auth.js.map +1 -1
- package/dist/server/shared/utils/session-auth.mjs +6 -1
- package/dist/server/shared/utils/session-auth.mjs.map +1 -1
- package/dist/server/src/controllers/admin.d.ts +3 -3
- package/dist/server/src/controllers/index.d.ts +3 -3
- package/dist/server/src/domain/user.d.ts +1 -1
- package/dist/server/src/index.d.ts +19 -19
- package/dist/server/src/middlewares/index.d.ts +1 -1
- package/dist/server/src/services/index.d.ts +13 -13
- package/dist/shared/utils/__tests__/auth-cookie-name.test.d.ts +1 -0
- package/dist/shared/utils/__tests__/auth-cookie-name.test.d.ts.map +1 -0
- package/dist/shared/utils/__tests__/session-auth.test.d.ts +1 -0
- package/dist/shared/utils/__tests__/session-auth.test.d.ts.map +1 -0
- package/dist/shared/utils/auth-cookie-name.d.ts +14 -0
- package/dist/shared/utils/auth-cookie-name.d.ts.map +1 -0
- package/dist/shared/utils/session-auth.d.ts +1 -0
- package/dist/shared/utils/session-auth.d.ts.map +1 -1
- package/package.json +19 -16
|
@@ -166,8 +166,6 @@ var en = {
|
|
|
166
166
|
"Settings.application.customization.modal.upload.next": "Next",
|
|
167
167
|
"Settings.application.customization.size-details": "Max dimension: {dimension}×{dimension}, Max file size: {size}KB",
|
|
168
168
|
"Settings.application.description": "Administration panel’s global information",
|
|
169
|
-
"Settings.application.edition-title": "current edition",
|
|
170
|
-
"Settings.application.ee-or-ce": "{communityEdition, select, true {Community Edition} other {Enterprise Edition}}",
|
|
171
169
|
"Settings.application.ee.admin-seats.add-seats": "Manage subscription",
|
|
172
170
|
"Settings.application.ee.admin-seats.support": "Contact sales",
|
|
173
171
|
"Settings.application.ee.admin-seats.at-limit-tooltip": "At limit: add seats to invite more users",
|
|
@@ -176,6 +174,7 @@ var en = {
|
|
|
176
174
|
"Settings.application.link-pricing": "See all pricing plans",
|
|
177
175
|
"Settings.application.link-upgrade": "Upgrade your admin panel",
|
|
178
176
|
"Settings.application.node-version": "node version",
|
|
177
|
+
"Settings.application.plan-title": "current plan",
|
|
179
178
|
"Settings.application.strapi-version": "Strapi version",
|
|
180
179
|
"Settings.application.strapiVersion": "Strapi version",
|
|
181
180
|
"Settings.application.title": "Overview",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"en.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -162,8 +162,6 @@ var en = {
|
|
|
162
162
|
"Settings.application.customization.modal.upload.next": "Next",
|
|
163
163
|
"Settings.application.customization.size-details": "Max dimension: {dimension}×{dimension}, Max file size: {size}KB",
|
|
164
164
|
"Settings.application.description": "Administration panel’s global information",
|
|
165
|
-
"Settings.application.edition-title": "current edition",
|
|
166
|
-
"Settings.application.ee-or-ce": "{communityEdition, select, true {Community Edition} other {Enterprise Edition}}",
|
|
167
165
|
"Settings.application.ee.admin-seats.add-seats": "Manage subscription",
|
|
168
166
|
"Settings.application.ee.admin-seats.support": "Contact sales",
|
|
169
167
|
"Settings.application.ee.admin-seats.at-limit-tooltip": "At limit: add seats to invite more users",
|
|
@@ -172,6 +170,7 @@ var en = {
|
|
|
172
170
|
"Settings.application.link-pricing": "See all pricing plans",
|
|
173
171
|
"Settings.application.link-upgrade": "Upgrade your admin panel",
|
|
174
172
|
"Settings.application.node-version": "node version",
|
|
173
|
+
"Settings.application.plan-title": "current plan",
|
|
175
174
|
"Settings.application.strapi-version": "Strapi version",
|
|
176
175
|
"Settings.application.strapiVersion": "Strapi version",
|
|
177
176
|
"Settings.application.title": "Overview",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"en.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -755,7 +755,163 @@ var ko = {
|
|
|
755
755
|
"request.error.model.unknown": "모델이 없습니다.",
|
|
756
756
|
selectButtonTitle: selectButtonTitle,
|
|
757
757
|
skipToContent: skipToContent,
|
|
758
|
-
submit: submit
|
|
758
|
+
submit: submit,
|
|
759
|
+
"Settings.apiTokens.copy.lastWarning": "토큰 복사",
|
|
760
|
+
"Settings.adminTokens.ListView.headers.createdAt": "생성일",
|
|
761
|
+
"Settings.adminTokens.ListView.headers.description": "설명",
|
|
762
|
+
"Settings.adminTokens.ListView.headers.lastUsedAt": "마지막 사용",
|
|
763
|
+
"Settings.adminTokens.ListView.headers.name": "이름",
|
|
764
|
+
"Settings.adminTokens.ListView.headers.owner": "소유자",
|
|
765
|
+
"Settings.adminTokens.addFirstToken": "첫 관리자 토큰을 만들어보세요.",
|
|
766
|
+
"Settings.adminTokens.create": "새 관리자 토큰 생성",
|
|
767
|
+
"Settings.adminTokens.createPage.title": "관리자 토큰 생성",
|
|
768
|
+
"Settings.adminTokens.description": "관리 기능에 프로그래밍 방식으로 접근하기 위해 생성된 토큰 목록입니다.",
|
|
769
|
+
"Settings.adminTokens.editPage.title": "관리자 토큰 수정",
|
|
770
|
+
"Settings.adminTokens.emptyStateLayout": "아직 콘텐츠가 없습니다...",
|
|
771
|
+
"Settings.adminTokens.title": "관리자 토큰",
|
|
772
|
+
"Settings.roles.form.permissions.locales.validation": "{count, plural, one {{actions} 작업은 최소 하나의 로케일에 적용되어야 합니다.} other {{actions} 작업은 최소 하나의 로케일에 적용되어야 합니다.}}",
|
|
773
|
+
"Settings.tokens.copy.title": "토큰",
|
|
774
|
+
"Settings.tokens.form.owner": "소유자",
|
|
775
|
+
"app.error.chunk.message": "관리자 패널에서 화면을 불러오지 못했습니다. 서버가 시작 중이거나 연결이 끊어졌을 때 자주 발생하는 문제입니다. 페이지를 새로고침하여 다시 시도해 주세요. 최근에 배포하셨다면 최신 버전을 불러오기 위해 전체 새로고침이 필요할 수 있습니다.",
|
|
776
|
+
"app.error.chunk.reload": "페이지 새로고침",
|
|
777
|
+
"app.error.chunk.title": "화면을 불러올 수 없습니다",
|
|
778
|
+
"app.components.FreeTrialEndedModal.button.downgrade": "Community로 다운그레이드",
|
|
779
|
+
"app.components.FreeTrialEndedModal.button.upgrade": "Growth 플랜 유지",
|
|
780
|
+
"app.components.FreeTrialEndedModal.description": "콘텐츠 기록, 릴리스, Single Sign-On(SSO)과 같은 Growth 플랜 기능에 대한 접근 권한이 만료되었습니다.",
|
|
781
|
+
"app.components.FreeTrialEndedModal.notice.item1": "다운그레이드하면 위 기능에 대한 접근 권한이 사라집니다.",
|
|
782
|
+
"app.components.FreeTrialEndedModal.notice.item2": "문서 버전 기록이 삭제됩니다.",
|
|
783
|
+
"app.components.FreeTrialEndedModal.notice.item3": "모든 릴리스가 삭제됩니다.",
|
|
784
|
+
"app.components.FreeTrialEndedModal.notice.item4": "다운그레이드하는 경우 관리자 패널에 대한 접근 권한을 유지하려면 반드시 루트 관리자 비밀번호를 설정하세요.",
|
|
785
|
+
"app.components.FreeTrialEndedModal.notice.title": "알아두세요:",
|
|
786
|
+
"app.components.FreeTrialEndedModal.title": "테스트 기간이 종료되었습니다",
|
|
787
|
+
"app.components.FreeTrialWelcomeModal.button": "둘러보기 시작",
|
|
788
|
+
"app.components.FreeTrialWelcomeModal.description1": "앞으로 30일 동안 콘텐츠 기록, 릴리스, Single Sign-On(SSO)과 같은 고급 기능을 모두 이용하실 수 있습니다. Strapi CMS의 강력한 기능을 마음껏 살펴보세요.",
|
|
789
|
+
"app.components.FreeTrialWelcomeModal.description2": "이 기간 동안 콘텐츠 워크플로우를 자유롭게 구축, 커스터마이징, 테스트해 보세요!",
|
|
790
|
+
"app.components.FreeTrialWelcomeModal.title": "함께하게 되어 기쁩니다",
|
|
791
|
+
"app.components.LeftMenu.trialCountdown.endedAt": "테스트 기간이 {date}에 종료되었습니다.",
|
|
792
|
+
"app.components.LeftMenu.trialCountdown.endsAt": "테스트 기간이 {date}에 종료됩니다.",
|
|
793
|
+
"app.components.NpsSurvey.select-rating": "평점 선택",
|
|
794
|
+
"app.components.Select.placeholder": "선택",
|
|
795
|
+
"app.components.ToggleCheckbox.enabled-label": "활성화됨",
|
|
796
|
+
"app.components.ToggleCheckbox.disabled-label": "비활성화됨",
|
|
797
|
+
"app.components.UpsellBanner.button": "지금 업그레이드",
|
|
798
|
+
"app.components.UpsellBanner.close": "배너 닫기. ",
|
|
799
|
+
"app.components.UpsellBanner.intro": "Growth 플랜 기능 이용: ",
|
|
800
|
+
"app.components.UpsellBanner.reopen": "배너 다시 열기. ",
|
|
801
|
+
"app.components.UpsellBanner.text": "테스트 기간 동안 콘텐츠 기록, 릴리스, Single Sign-On(SSO)과 같은 프리미엄 도구를 살펴보실 수 있습니다.",
|
|
802
|
+
"app.utils.update-filter": "필터 업데이트",
|
|
803
|
+
"app.HeaderLayout.docLink.label": "문서에서 자세히 알아보기",
|
|
804
|
+
"components.Input.error.validation.combobox.invalid": "입력한 값이 올바르지 않습니다",
|
|
805
|
+
"components.Blocks.popover.link.rel": "Rel (선택 사항)",
|
|
806
|
+
"components.Blocks.popover.link.rel.placeholder": "noopener, nofollow, noreferrer",
|
|
807
|
+
"components.Blocks.popover.link.target": "Target (선택 사항)",
|
|
808
|
+
"components.Blocks.popover.link.target.placeholder": "_blank, _self, _parent, _top",
|
|
809
|
+
"components.premiumFeature.title": "프리미엄 기능",
|
|
810
|
+
"global.last-change.redo": "마지막 변경 다시 실행",
|
|
811
|
+
"global.last-change.undo": "마지막 변경 실행 취소",
|
|
812
|
+
"global.last-changes.discard": "마지막 변경 내용 취소",
|
|
813
|
+
"global.localeToggle.label": "인터페이스 언어 선택",
|
|
814
|
+
"global.profile.settings": "프로필 설정",
|
|
815
|
+
"global.sessions.active-devices": "활성 기기",
|
|
816
|
+
"Settings.sessions.title": "활성 기기",
|
|
817
|
+
"Settings.sessions.subtitle": "현재 계정에 로그인되어 있는 기기 및 세션 목록입니다.",
|
|
818
|
+
"Settings.sessions.device": "기기",
|
|
819
|
+
"Settings.sessions.loginAt": "로그인 일시",
|
|
820
|
+
"Settings.sessions.lastActiveAt": "마지막 사용",
|
|
821
|
+
"Settings.sessions.actions": "작업",
|
|
822
|
+
"Settings.sessions.current": "현재 기기",
|
|
823
|
+
"Settings.sessions.unknownDevice": "알 수 없는 기기",
|
|
824
|
+
"Settings.sessions.revoke": "세션 종료",
|
|
825
|
+
"Settings.sessions.revoke.success": "세션이 종료되었습니다",
|
|
826
|
+
"Settings.sessions.revoke.confirm": "정말로 이 세션을 종료하시겠습니까? 해당 기기는 다시 로그인해야 합니다.",
|
|
827
|
+
"Settings.sessions.revoke.confirmCurrent": "현재 사용 중인 기기입니다. 이 세션을 종료하면 로그아웃됩니다.",
|
|
828
|
+
"Settings.sessions.revokeOthers": "다른 기기에서 로그아웃",
|
|
829
|
+
"Settings.sessions.revokeOthers.confirm": "정말로 진행하시겠습니까? 다른 모든 활성 세션이 종료됩니다. 현재 기기에서는 로그인 상태가 유지됩니다.",
|
|
830
|
+
"Settings.sessions.revokeOthers.success": "다른 세션이 종료되었습니다",
|
|
831
|
+
"Settings.sessions.revokeAll": "모든 기기에서 로그아웃",
|
|
832
|
+
"Settings.sessions.revokeAll.confirm": "정말로 진행하시겠습니까? 현재 세션을 포함한 모든 활성 세션이 종료되며, 다시 로그인해야 합니다.",
|
|
833
|
+
"notification.success.adminTokenCreated": "관리자 토큰이 성공적으로 생성되었습니다",
|
|
834
|
+
"notification.success.adminTokenEdited": "관리자 토큰이 성공적으로 수정되었습니다",
|
|
835
|
+
"tours.contentTypeBuilder.Introduction.title": "콘텐츠 타입 빌더에 오신 것을 환영합니다!",
|
|
836
|
+
"tours.contentTypeBuilder.Introduction.content": "여기에서 컬렉션 타입, 싱글 타입, 재사용 가능한 컴포넌트로 앱의 구조를 생성하고 관리할 수 있습니다. 시작해볼까요!",
|
|
837
|
+
"tours.contentTypeBuilder.AIChat.title": "이제 시작해볼까요!",
|
|
838
|
+
"tours.contentTypeBuilder.AIChat.content": "<p>콘텐츠 타입 빌더나 Strapi에 대해 궁금한 점이 있다면 여기에 물어보세요.</p><p>Strapi AI는 원하는 스키마를 맞춤 생성해줍니다. 예를 들어 다음과 같이 원하는 것을 정확히 요청해보세요:<ul><li>날짜 선택기</li><li>이메일 및 비밀번호 필드</li><li>모든 유형의 미디어</li><li>UID</li></ul></p><p>망설이지 말고 직접 사용해보세요 !</p>",
|
|
839
|
+
"tours.contentTypeBuilder.CollectionTypes.title": "컬렉션 타입",
|
|
840
|
+
"tours.contentTypeBuilder.CollectionTypes.content": "여러 항목을 관리할 때 사용합니다 — 블로그 게시물이나 상품을 떠올려보세요.",
|
|
841
|
+
"tours.contentTypeBuilder.SingleTypes.title": "싱글 타입",
|
|
842
|
+
"tours.contentTypeBuilder.SingleTypes.content": "홈페이지나 사이트 설정처럼 하나뿐인 항목에 적합합니다.",
|
|
843
|
+
"tours.contentTypeBuilder.Components.title": "컴포넌트",
|
|
844
|
+
"tours.contentTypeBuilder.Components.content": "한 번 만들어 어디서든 재사용하세요. 버튼, 카드, 슬라이더 같은 요소에 컴포넌트를 활용하세요.",
|
|
845
|
+
"tours.contentTypeBuilder.YourTurn.title": "이제 직접 만들어보세요!",
|
|
846
|
+
"tours.contentTypeBuilder.YourTurn.content": "컬렉션 타입이나 싱글 타입을 만들어보세요. \"+\" 버튼을 클릭하고 이름을 정한 뒤 \"계속\"을 누르면 이어서 안내해드립니다.",
|
|
847
|
+
"tours.contentTypeBuilder.AddFields.title": "필드를 추가해 생명을 불어넣으세요",
|
|
848
|
+
"tours.contentTypeBuilder.AddFields.content": "이름, 이미지, 관계와 같은 첫 번째 필드를 추가하는 것부터 시작하세요. 콘텐츠를 담으려면 먼저 콘텐츠 타입의 형태를 갖춰야 합니다.",
|
|
849
|
+
"tours.contentTypeBuilder.Save.title": "저장하지 않고 나가지 마세요!",
|
|
850
|
+
"tours.contentTypeBuilder.Save.content": "\"저장\" 버튼을 클릭해 콘텐츠 타입을 확정하고 작업 내용을 잃지 않도록 하세요. 거의 다 됐습니다!",
|
|
851
|
+
"tours.contentTypeBuilder.Finish.title": "첫 단계 완료! 🎉",
|
|
852
|
+
"tours.contentTypeBuilder.Finish.content": "첫 콘텐츠 타입을 만들었습니다! 이제 콘텐츠 관리자로 이동해 항목을 추가해보세요!",
|
|
853
|
+
"tours.apiTokens.Introduction.title": "마지막으로, API 토큰",
|
|
854
|
+
"tours.apiTokens.Introduction.content": "세밀하게 커스터마이징 가능한 권한으로 API 접근을 제어하세요.",
|
|
855
|
+
"tours.apiTokens.ManageAPIToken.title": "API 토큰 관리",
|
|
856
|
+
"tours.apiTokens.ManageAPIToken.content": "\"연필\" 아이콘을 클릭해 기존 API 토큰을 확인하고 수정하세요.",
|
|
857
|
+
"tours.apiTokens.ViewAPIToken.title": "API 토큰 보기",
|
|
858
|
+
"tours.apiTokens.ViewAPIToken.content": "\"토큰 보기\" 버튼을 클릭해 API 토큰을 확인하세요.",
|
|
859
|
+
"tours.apiTokens.CopyAPIToken.title": "API 토큰 복사",
|
|
860
|
+
"tours.apiTokens.CopyAPIToken.content": "\"복사\" 버튼을 클릭해 API 토큰을 저장하세요. 애플리케이션에 요청을 보낼 때 필요합니다. {spacer} 궁금한 점이 더 있으신가요? <a>API 토큰</a>에 대해 자세히 알아보세요.",
|
|
861
|
+
"tours.apiTokens.FinalStep.title": "축하합니다, 이제 애플리케이션을 배포할 시간입니다!",
|
|
862
|
+
"tours.apiTokens.FinalStep.content": "이제 애플리케이션을 배포하고 전 세계에 콘텐츠를 공유할 준비가 모두 끝났습니다.",
|
|
863
|
+
"tours.contentManager.Introduction.title": "콘텐츠 관리자",
|
|
864
|
+
"tours.contentManager.Introduction.content": "컬렉션 타입과 싱글 타입의 콘텐츠를 생성하고 관리하세요.",
|
|
865
|
+
"tours.contentManager.CreateNewEntry.title": "새 항목 생성",
|
|
866
|
+
"tours.contentManager.CreateNewEntry.content": "\"새 항목 생성\" 버튼을 클릭해 이 컬렉션 타입의 새 항목을 생성하고 배포하세요.",
|
|
867
|
+
"tours.contentManager.Fields.title": "필드",
|
|
868
|
+
"tours.contentManager.Fields.content": "먼저 콘텐츠 타입 빌더에서 만든 필드를 입력하세요.",
|
|
869
|
+
"tours.contentManager.Publish.title": "배포",
|
|
870
|
+
"tours.contentManager.Publish.content": "그다음 \"배포\" 버튼을 클릭해 콘텐츠 API를 통해 콘텐츠를 사용할 수 있도록 하세요.",
|
|
871
|
+
"tours.contentManager.FinalStep.title": "이제 API 토큰을 설정할 시간입니다!",
|
|
872
|
+
"tours.contentManager.FinalStep.content": "항목을 생성하고 배포했으니, 이제 콘텐츠 접근을 관리할 API 토큰을 설정해봅시다.",
|
|
873
|
+
"tours.stepCount": "{tourLength}단계 중 {currentStep}단계",
|
|
874
|
+
"tours.skip": "건너뛰기",
|
|
875
|
+
"tours.next": "다음",
|
|
876
|
+
"tours.gotIt": "확인",
|
|
877
|
+
"tours.overview.title": "애플리케이션을 살펴보세요!",
|
|
878
|
+
"tours.overview.subtitle": "가이드 투어를 따라가며 Strapi를 최대한 활용해보세요.",
|
|
879
|
+
"tours.overview.close": "가이드 투어 닫기",
|
|
880
|
+
"tours.overview.tasks": "할 일",
|
|
881
|
+
"tours.overview.contentTypeBuilder.label": "스키마 만들기",
|
|
882
|
+
"tours.overview.contentManager.label": "콘텐츠 생성 및 배포",
|
|
883
|
+
"tours.overview.apiTokens.label": "API 토큰 복사하기",
|
|
884
|
+
"tours.overview.strapiCloud.label": "Strapi Cloud에 애플리케이션 배포하기",
|
|
885
|
+
"tours.overview.strapiCloud.link": "문서 보기",
|
|
886
|
+
"tours.overview.tour.link": "시작",
|
|
887
|
+
"tours.overview.tour.done": "완료",
|
|
888
|
+
"tours.overview.close.description": "정말로 가이드 투어를 닫으시겠습니까?",
|
|
889
|
+
"tours.profile.title": "가이드 투어",
|
|
890
|
+
"tours.profile.description": "언제든지 가이드 투어를 다시 시작할 수 있습니다.",
|
|
891
|
+
"tours.profile.reset": "가이드 투어 초기화",
|
|
892
|
+
"tours.profile.notification.success.reset": "가이드 투어가 초기화되었습니다",
|
|
893
|
+
"tours.overview.completed": "{completed}% 완료",
|
|
894
|
+
"widget.key-statistics.title": "프로젝트 통계",
|
|
895
|
+
"widget.key-statistics.list.admins": "관리자",
|
|
896
|
+
"widget.key-statistics.list.apiTokens": "API 토큰",
|
|
897
|
+
"widget.key-statistics.list.assets": "에셋",
|
|
898
|
+
"widget.key-statistics.list.components": "컴포넌트",
|
|
899
|
+
"widget.key-statistics.list.contentTypes": "콘텐츠 타입",
|
|
900
|
+
"widget.key-statistics.list.entries": "항목",
|
|
901
|
+
"widget.key-statistics.list.locales": "로케일",
|
|
902
|
+
"widget.key-statistics.list.webhooks": "웹훅",
|
|
903
|
+
"widget.last-activity.link": "감사 로그 열기",
|
|
904
|
+
"widget.last-activity.no-activity": "활동 없음",
|
|
905
|
+
"widget.last-activity.title": "최근 활동",
|
|
906
|
+
"widget.profile.title": "프로필",
|
|
907
|
+
"HomePage.addWidget.title": "위젯 추가",
|
|
908
|
+
"HomePage.addWidget.noWidgetsAvailable": "추가할 수 있는 위젯이 없습니다",
|
|
909
|
+
"HomePage.addWidget.button": "위젯 추가",
|
|
910
|
+
"HomePage.widget.delete": "삭제",
|
|
911
|
+
"HomePage.widget.drag": "드래그하여 이동",
|
|
912
|
+
"HomePage.widget.deploy-now.title": "배포할 준비가 되셨나요?",
|
|
913
|
+
"HomePage.widget.deploy-now.description": "Strapi Cloud로 배포하기",
|
|
914
|
+
"HomePage.widget.deploy-now.button": "지금 배포하기"
|
|
759
915
|
};
|
|
760
916
|
|
|
761
917
|
exports.Analytics = Analytics;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ko.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ko.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -751,7 +751,163 @@ var ko = {
|
|
|
751
751
|
"request.error.model.unknown": "모델이 없습니다.",
|
|
752
752
|
selectButtonTitle: selectButtonTitle,
|
|
753
753
|
skipToContent: skipToContent,
|
|
754
|
-
submit: submit
|
|
754
|
+
submit: submit,
|
|
755
|
+
"Settings.apiTokens.copy.lastWarning": "토큰 복사",
|
|
756
|
+
"Settings.adminTokens.ListView.headers.createdAt": "생성일",
|
|
757
|
+
"Settings.adminTokens.ListView.headers.description": "설명",
|
|
758
|
+
"Settings.adminTokens.ListView.headers.lastUsedAt": "마지막 사용",
|
|
759
|
+
"Settings.adminTokens.ListView.headers.name": "이름",
|
|
760
|
+
"Settings.adminTokens.ListView.headers.owner": "소유자",
|
|
761
|
+
"Settings.adminTokens.addFirstToken": "첫 관리자 토큰을 만들어보세요.",
|
|
762
|
+
"Settings.adminTokens.create": "새 관리자 토큰 생성",
|
|
763
|
+
"Settings.adminTokens.createPage.title": "관리자 토큰 생성",
|
|
764
|
+
"Settings.adminTokens.description": "관리 기능에 프로그래밍 방식으로 접근하기 위해 생성된 토큰 목록입니다.",
|
|
765
|
+
"Settings.adminTokens.editPage.title": "관리자 토큰 수정",
|
|
766
|
+
"Settings.adminTokens.emptyStateLayout": "아직 콘텐츠가 없습니다...",
|
|
767
|
+
"Settings.adminTokens.title": "관리자 토큰",
|
|
768
|
+
"Settings.roles.form.permissions.locales.validation": "{count, plural, one {{actions} 작업은 최소 하나의 로케일에 적용되어야 합니다.} other {{actions} 작업은 최소 하나의 로케일에 적용되어야 합니다.}}",
|
|
769
|
+
"Settings.tokens.copy.title": "토큰",
|
|
770
|
+
"Settings.tokens.form.owner": "소유자",
|
|
771
|
+
"app.error.chunk.message": "관리자 패널에서 화면을 불러오지 못했습니다. 서버가 시작 중이거나 연결이 끊어졌을 때 자주 발생하는 문제입니다. 페이지를 새로고침하여 다시 시도해 주세요. 최근에 배포하셨다면 최신 버전을 불러오기 위해 전체 새로고침이 필요할 수 있습니다.",
|
|
772
|
+
"app.error.chunk.reload": "페이지 새로고침",
|
|
773
|
+
"app.error.chunk.title": "화면을 불러올 수 없습니다",
|
|
774
|
+
"app.components.FreeTrialEndedModal.button.downgrade": "Community로 다운그레이드",
|
|
775
|
+
"app.components.FreeTrialEndedModal.button.upgrade": "Growth 플랜 유지",
|
|
776
|
+
"app.components.FreeTrialEndedModal.description": "콘텐츠 기록, 릴리스, Single Sign-On(SSO)과 같은 Growth 플랜 기능에 대한 접근 권한이 만료되었습니다.",
|
|
777
|
+
"app.components.FreeTrialEndedModal.notice.item1": "다운그레이드하면 위 기능에 대한 접근 권한이 사라집니다.",
|
|
778
|
+
"app.components.FreeTrialEndedModal.notice.item2": "문서 버전 기록이 삭제됩니다.",
|
|
779
|
+
"app.components.FreeTrialEndedModal.notice.item3": "모든 릴리스가 삭제됩니다.",
|
|
780
|
+
"app.components.FreeTrialEndedModal.notice.item4": "다운그레이드하는 경우 관리자 패널에 대한 접근 권한을 유지하려면 반드시 루트 관리자 비밀번호를 설정하세요.",
|
|
781
|
+
"app.components.FreeTrialEndedModal.notice.title": "알아두세요:",
|
|
782
|
+
"app.components.FreeTrialEndedModal.title": "테스트 기간이 종료되었습니다",
|
|
783
|
+
"app.components.FreeTrialWelcomeModal.button": "둘러보기 시작",
|
|
784
|
+
"app.components.FreeTrialWelcomeModal.description1": "앞으로 30일 동안 콘텐츠 기록, 릴리스, Single Sign-On(SSO)과 같은 고급 기능을 모두 이용하실 수 있습니다. Strapi CMS의 강력한 기능을 마음껏 살펴보세요.",
|
|
785
|
+
"app.components.FreeTrialWelcomeModal.description2": "이 기간 동안 콘텐츠 워크플로우를 자유롭게 구축, 커스터마이징, 테스트해 보세요!",
|
|
786
|
+
"app.components.FreeTrialWelcomeModal.title": "함께하게 되어 기쁩니다",
|
|
787
|
+
"app.components.LeftMenu.trialCountdown.endedAt": "테스트 기간이 {date}에 종료되었습니다.",
|
|
788
|
+
"app.components.LeftMenu.trialCountdown.endsAt": "테스트 기간이 {date}에 종료됩니다.",
|
|
789
|
+
"app.components.NpsSurvey.select-rating": "평점 선택",
|
|
790
|
+
"app.components.Select.placeholder": "선택",
|
|
791
|
+
"app.components.ToggleCheckbox.enabled-label": "활성화됨",
|
|
792
|
+
"app.components.ToggleCheckbox.disabled-label": "비활성화됨",
|
|
793
|
+
"app.components.UpsellBanner.button": "지금 업그레이드",
|
|
794
|
+
"app.components.UpsellBanner.close": "배너 닫기. ",
|
|
795
|
+
"app.components.UpsellBanner.intro": "Growth 플랜 기능 이용: ",
|
|
796
|
+
"app.components.UpsellBanner.reopen": "배너 다시 열기. ",
|
|
797
|
+
"app.components.UpsellBanner.text": "테스트 기간 동안 콘텐츠 기록, 릴리스, Single Sign-On(SSO)과 같은 프리미엄 도구를 살펴보실 수 있습니다.",
|
|
798
|
+
"app.utils.update-filter": "필터 업데이트",
|
|
799
|
+
"app.HeaderLayout.docLink.label": "문서에서 자세히 알아보기",
|
|
800
|
+
"components.Input.error.validation.combobox.invalid": "입력한 값이 올바르지 않습니다",
|
|
801
|
+
"components.Blocks.popover.link.rel": "Rel (선택 사항)",
|
|
802
|
+
"components.Blocks.popover.link.rel.placeholder": "noopener, nofollow, noreferrer",
|
|
803
|
+
"components.Blocks.popover.link.target": "Target (선택 사항)",
|
|
804
|
+
"components.Blocks.popover.link.target.placeholder": "_blank, _self, _parent, _top",
|
|
805
|
+
"components.premiumFeature.title": "프리미엄 기능",
|
|
806
|
+
"global.last-change.redo": "마지막 변경 다시 실행",
|
|
807
|
+
"global.last-change.undo": "마지막 변경 실행 취소",
|
|
808
|
+
"global.last-changes.discard": "마지막 변경 내용 취소",
|
|
809
|
+
"global.localeToggle.label": "인터페이스 언어 선택",
|
|
810
|
+
"global.profile.settings": "프로필 설정",
|
|
811
|
+
"global.sessions.active-devices": "활성 기기",
|
|
812
|
+
"Settings.sessions.title": "활성 기기",
|
|
813
|
+
"Settings.sessions.subtitle": "현재 계정에 로그인되어 있는 기기 및 세션 목록입니다.",
|
|
814
|
+
"Settings.sessions.device": "기기",
|
|
815
|
+
"Settings.sessions.loginAt": "로그인 일시",
|
|
816
|
+
"Settings.sessions.lastActiveAt": "마지막 사용",
|
|
817
|
+
"Settings.sessions.actions": "작업",
|
|
818
|
+
"Settings.sessions.current": "현재 기기",
|
|
819
|
+
"Settings.sessions.unknownDevice": "알 수 없는 기기",
|
|
820
|
+
"Settings.sessions.revoke": "세션 종료",
|
|
821
|
+
"Settings.sessions.revoke.success": "세션이 종료되었습니다",
|
|
822
|
+
"Settings.sessions.revoke.confirm": "정말로 이 세션을 종료하시겠습니까? 해당 기기는 다시 로그인해야 합니다.",
|
|
823
|
+
"Settings.sessions.revoke.confirmCurrent": "현재 사용 중인 기기입니다. 이 세션을 종료하면 로그아웃됩니다.",
|
|
824
|
+
"Settings.sessions.revokeOthers": "다른 기기에서 로그아웃",
|
|
825
|
+
"Settings.sessions.revokeOthers.confirm": "정말로 진행하시겠습니까? 다른 모든 활성 세션이 종료됩니다. 현재 기기에서는 로그인 상태가 유지됩니다.",
|
|
826
|
+
"Settings.sessions.revokeOthers.success": "다른 세션이 종료되었습니다",
|
|
827
|
+
"Settings.sessions.revokeAll": "모든 기기에서 로그아웃",
|
|
828
|
+
"Settings.sessions.revokeAll.confirm": "정말로 진행하시겠습니까? 현재 세션을 포함한 모든 활성 세션이 종료되며, 다시 로그인해야 합니다.",
|
|
829
|
+
"notification.success.adminTokenCreated": "관리자 토큰이 성공적으로 생성되었습니다",
|
|
830
|
+
"notification.success.adminTokenEdited": "관리자 토큰이 성공적으로 수정되었습니다",
|
|
831
|
+
"tours.contentTypeBuilder.Introduction.title": "콘텐츠 타입 빌더에 오신 것을 환영합니다!",
|
|
832
|
+
"tours.contentTypeBuilder.Introduction.content": "여기에서 컬렉션 타입, 싱글 타입, 재사용 가능한 컴포넌트로 앱의 구조를 생성하고 관리할 수 있습니다. 시작해볼까요!",
|
|
833
|
+
"tours.contentTypeBuilder.AIChat.title": "이제 시작해볼까요!",
|
|
834
|
+
"tours.contentTypeBuilder.AIChat.content": "<p>콘텐츠 타입 빌더나 Strapi에 대해 궁금한 점이 있다면 여기에 물어보세요.</p><p>Strapi AI는 원하는 스키마를 맞춤 생성해줍니다. 예를 들어 다음과 같이 원하는 것을 정확히 요청해보세요:<ul><li>날짜 선택기</li><li>이메일 및 비밀번호 필드</li><li>모든 유형의 미디어</li><li>UID</li></ul></p><p>망설이지 말고 직접 사용해보세요 !</p>",
|
|
835
|
+
"tours.contentTypeBuilder.CollectionTypes.title": "컬렉션 타입",
|
|
836
|
+
"tours.contentTypeBuilder.CollectionTypes.content": "여러 항목을 관리할 때 사용합니다 — 블로그 게시물이나 상품을 떠올려보세요.",
|
|
837
|
+
"tours.contentTypeBuilder.SingleTypes.title": "싱글 타입",
|
|
838
|
+
"tours.contentTypeBuilder.SingleTypes.content": "홈페이지나 사이트 설정처럼 하나뿐인 항목에 적합합니다.",
|
|
839
|
+
"tours.contentTypeBuilder.Components.title": "컴포넌트",
|
|
840
|
+
"tours.contentTypeBuilder.Components.content": "한 번 만들어 어디서든 재사용하세요. 버튼, 카드, 슬라이더 같은 요소에 컴포넌트를 활용하세요.",
|
|
841
|
+
"tours.contentTypeBuilder.YourTurn.title": "이제 직접 만들어보세요!",
|
|
842
|
+
"tours.contentTypeBuilder.YourTurn.content": "컬렉션 타입이나 싱글 타입을 만들어보세요. \"+\" 버튼을 클릭하고 이름을 정한 뒤 \"계속\"을 누르면 이어서 안내해드립니다.",
|
|
843
|
+
"tours.contentTypeBuilder.AddFields.title": "필드를 추가해 생명을 불어넣으세요",
|
|
844
|
+
"tours.contentTypeBuilder.AddFields.content": "이름, 이미지, 관계와 같은 첫 번째 필드를 추가하는 것부터 시작하세요. 콘텐츠를 담으려면 먼저 콘텐츠 타입의 형태를 갖춰야 합니다.",
|
|
845
|
+
"tours.contentTypeBuilder.Save.title": "저장하지 않고 나가지 마세요!",
|
|
846
|
+
"tours.contentTypeBuilder.Save.content": "\"저장\" 버튼을 클릭해 콘텐츠 타입을 확정하고 작업 내용을 잃지 않도록 하세요. 거의 다 됐습니다!",
|
|
847
|
+
"tours.contentTypeBuilder.Finish.title": "첫 단계 완료! 🎉",
|
|
848
|
+
"tours.contentTypeBuilder.Finish.content": "첫 콘텐츠 타입을 만들었습니다! 이제 콘텐츠 관리자로 이동해 항목을 추가해보세요!",
|
|
849
|
+
"tours.apiTokens.Introduction.title": "마지막으로, API 토큰",
|
|
850
|
+
"tours.apiTokens.Introduction.content": "세밀하게 커스터마이징 가능한 권한으로 API 접근을 제어하세요.",
|
|
851
|
+
"tours.apiTokens.ManageAPIToken.title": "API 토큰 관리",
|
|
852
|
+
"tours.apiTokens.ManageAPIToken.content": "\"연필\" 아이콘을 클릭해 기존 API 토큰을 확인하고 수정하세요.",
|
|
853
|
+
"tours.apiTokens.ViewAPIToken.title": "API 토큰 보기",
|
|
854
|
+
"tours.apiTokens.ViewAPIToken.content": "\"토큰 보기\" 버튼을 클릭해 API 토큰을 확인하세요.",
|
|
855
|
+
"tours.apiTokens.CopyAPIToken.title": "API 토큰 복사",
|
|
856
|
+
"tours.apiTokens.CopyAPIToken.content": "\"복사\" 버튼을 클릭해 API 토큰을 저장하세요. 애플리케이션에 요청을 보낼 때 필요합니다. {spacer} 궁금한 점이 더 있으신가요? <a>API 토큰</a>에 대해 자세히 알아보세요.",
|
|
857
|
+
"tours.apiTokens.FinalStep.title": "축하합니다, 이제 애플리케이션을 배포할 시간입니다!",
|
|
858
|
+
"tours.apiTokens.FinalStep.content": "이제 애플리케이션을 배포하고 전 세계에 콘텐츠를 공유할 준비가 모두 끝났습니다.",
|
|
859
|
+
"tours.contentManager.Introduction.title": "콘텐츠 관리자",
|
|
860
|
+
"tours.contentManager.Introduction.content": "컬렉션 타입과 싱글 타입의 콘텐츠를 생성하고 관리하세요.",
|
|
861
|
+
"tours.contentManager.CreateNewEntry.title": "새 항목 생성",
|
|
862
|
+
"tours.contentManager.CreateNewEntry.content": "\"새 항목 생성\" 버튼을 클릭해 이 컬렉션 타입의 새 항목을 생성하고 배포하세요.",
|
|
863
|
+
"tours.contentManager.Fields.title": "필드",
|
|
864
|
+
"tours.contentManager.Fields.content": "먼저 콘텐츠 타입 빌더에서 만든 필드를 입력하세요.",
|
|
865
|
+
"tours.contentManager.Publish.title": "배포",
|
|
866
|
+
"tours.contentManager.Publish.content": "그다음 \"배포\" 버튼을 클릭해 콘텐츠 API를 통해 콘텐츠를 사용할 수 있도록 하세요.",
|
|
867
|
+
"tours.contentManager.FinalStep.title": "이제 API 토큰을 설정할 시간입니다!",
|
|
868
|
+
"tours.contentManager.FinalStep.content": "항목을 생성하고 배포했으니, 이제 콘텐츠 접근을 관리할 API 토큰을 설정해봅시다.",
|
|
869
|
+
"tours.stepCount": "{tourLength}단계 중 {currentStep}단계",
|
|
870
|
+
"tours.skip": "건너뛰기",
|
|
871
|
+
"tours.next": "다음",
|
|
872
|
+
"tours.gotIt": "확인",
|
|
873
|
+
"tours.overview.title": "애플리케이션을 살펴보세요!",
|
|
874
|
+
"tours.overview.subtitle": "가이드 투어를 따라가며 Strapi를 최대한 활용해보세요.",
|
|
875
|
+
"tours.overview.close": "가이드 투어 닫기",
|
|
876
|
+
"tours.overview.tasks": "할 일",
|
|
877
|
+
"tours.overview.contentTypeBuilder.label": "스키마 만들기",
|
|
878
|
+
"tours.overview.contentManager.label": "콘텐츠 생성 및 배포",
|
|
879
|
+
"tours.overview.apiTokens.label": "API 토큰 복사하기",
|
|
880
|
+
"tours.overview.strapiCloud.label": "Strapi Cloud에 애플리케이션 배포하기",
|
|
881
|
+
"tours.overview.strapiCloud.link": "문서 보기",
|
|
882
|
+
"tours.overview.tour.link": "시작",
|
|
883
|
+
"tours.overview.tour.done": "완료",
|
|
884
|
+
"tours.overview.close.description": "정말로 가이드 투어를 닫으시겠습니까?",
|
|
885
|
+
"tours.profile.title": "가이드 투어",
|
|
886
|
+
"tours.profile.description": "언제든지 가이드 투어를 다시 시작할 수 있습니다.",
|
|
887
|
+
"tours.profile.reset": "가이드 투어 초기화",
|
|
888
|
+
"tours.profile.notification.success.reset": "가이드 투어가 초기화되었습니다",
|
|
889
|
+
"tours.overview.completed": "{completed}% 완료",
|
|
890
|
+
"widget.key-statistics.title": "프로젝트 통계",
|
|
891
|
+
"widget.key-statistics.list.admins": "관리자",
|
|
892
|
+
"widget.key-statistics.list.apiTokens": "API 토큰",
|
|
893
|
+
"widget.key-statistics.list.assets": "에셋",
|
|
894
|
+
"widget.key-statistics.list.components": "컴포넌트",
|
|
895
|
+
"widget.key-statistics.list.contentTypes": "콘텐츠 타입",
|
|
896
|
+
"widget.key-statistics.list.entries": "항목",
|
|
897
|
+
"widget.key-statistics.list.locales": "로케일",
|
|
898
|
+
"widget.key-statistics.list.webhooks": "웹훅",
|
|
899
|
+
"widget.last-activity.link": "감사 로그 열기",
|
|
900
|
+
"widget.last-activity.no-activity": "활동 없음",
|
|
901
|
+
"widget.last-activity.title": "최근 활동",
|
|
902
|
+
"widget.profile.title": "프로필",
|
|
903
|
+
"HomePage.addWidget.title": "위젯 추가",
|
|
904
|
+
"HomePage.addWidget.noWidgetsAvailable": "추가할 수 있는 위젯이 없습니다",
|
|
905
|
+
"HomePage.addWidget.button": "위젯 추가",
|
|
906
|
+
"HomePage.widget.delete": "삭제",
|
|
907
|
+
"HomePage.widget.drag": "드래그하여 이동",
|
|
908
|
+
"HomePage.widget.deploy-now.title": "배포할 준비가 되셨나요?",
|
|
909
|
+
"HomePage.widget.deploy-now.description": "Strapi Cloud로 배포하기",
|
|
910
|
+
"HomePage.widget.deploy-now.button": "지금 배포하기"
|
|
755
911
|
};
|
|
756
912
|
|
|
757
913
|
export { Analytics, Documentation, Email, Password, Provider, ResetPasswordToken, Role, Username, Users, anErrorOccurred, clearLabel, dark, ko as default, light, noPreview, or, selectButtonTitle, skipToContent, submit };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ko.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ko.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var authCookieName = require('../../../shared/utils/auth-cookie-name.js');
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Resolved once at module load: the build inlines `admin.auth.cookie.name`
|
|
7
|
+
* into the bundle as `STRAPI_ADMIN_AUTH_COOKIE_NAME`.
|
|
8
|
+
*/ const AUTH_COOKIE_NAME = authCookieName.resolveAuthCookieName(process.env.STRAPI_ADMIN_AUTH_COOKIE_NAME);
|
|
3
9
|
/**
|
|
4
10
|
* Retrieves the value of a specified cookie.
|
|
5
11
|
*
|
|
@@ -34,6 +40,7 @@
|
|
|
34
40
|
document.cookie = `${name}=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;`;
|
|
35
41
|
};
|
|
36
42
|
|
|
43
|
+
exports.AUTH_COOKIE_NAME = AUTH_COOKIE_NAME;
|
|
37
44
|
exports.deleteCookie = deleteCookie;
|
|
38
45
|
exports.getCookieValue = getCookieValue;
|
|
39
46
|
exports.setCookie = setCookie;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cookies.js","sources":["../../../../../admin/src/utils/cookies.ts"],"sourcesContent":["/**\n * Retrieves the value of a specified cookie.\n *\n * @param name - The name of the cookie to retrieve.\n * @returns The decoded cookie value if found, otherwise null.\n */\nexport const getCookieValue = (name: string): string | null => {\n let result = null;\n const cookieArray = document.cookie.split(';');\n cookieArray.forEach((cookie) => {\n const [key, value] = cookie.split('=').map((item) => item.trim());\n if (key === name) {\n result = decodeURIComponent(value);\n }\n });\n return result;\n};\n\n/**\n * Sets a cookie with the given name, value, and optional expiration time.\n *\n * @param name - The name of the cookie.\n * @param value - The value of the cookie.\n * @param days - (Optional) Number of days until the cookie expires. If omitted, the cookie is a session cookie.\n */\nexport const setCookie = (name: string, value: string, days?: number): void => {\n let expires = '';\n if (days) {\n const date = new Date();\n date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);\n expires = `; Expires=${date.toUTCString()}`;\n }\n document.cookie = `${name}=${encodeURIComponent(value)}; Path=/${expires}`;\n};\n\n/**\n * Deletes a cookie by setting its expiration date to a past date.\n *\n * @param name - The name of the cookie to delete.\n */\nexport const deleteCookie = (name: string): void => {\n document.cookie = `${name}=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;`;\n};\n"],"names":["getCookieValue","name","result","cookieArray","document","cookie","split","forEach","key","value","map","item","trim","decodeURIComponent","setCookie","days","expires","encodeURIComponent","deleteCookie"],"mappings":"
|
|
1
|
+
{"version":3,"file":"cookies.js","sources":["../../../../../admin/src/utils/cookies.ts"],"sourcesContent":["import { resolveAuthCookieName } from '../../../shared/utils/auth-cookie-name';\n\n/**\n * Resolved once at module load: the build inlines `admin.auth.cookie.name`\n * into the bundle as `STRAPI_ADMIN_AUTH_COOKIE_NAME`.\n */\nexport const AUTH_COOKIE_NAME = resolveAuthCookieName(process.env.STRAPI_ADMIN_AUTH_COOKIE_NAME);\n\n/**\n * Retrieves the value of a specified cookie.\n *\n * @param name - The name of the cookie to retrieve.\n * @returns The decoded cookie value if found, otherwise null.\n */\nexport const getCookieValue = (name: string): string | null => {\n let result = null;\n const cookieArray = document.cookie.split(';');\n cookieArray.forEach((cookie) => {\n const [key, value] = cookie.split('=').map((item) => item.trim());\n if (key === name) {\n result = decodeURIComponent(value);\n }\n });\n return result;\n};\n\n/**\n * Sets a cookie with the given name, value, and optional expiration time.\n *\n * @param name - The name of the cookie.\n * @param value - The value of the cookie.\n * @param days - (Optional) Number of days until the cookie expires. If omitted, the cookie is a session cookie.\n */\nexport const setCookie = (name: string, value: string, days?: number): void => {\n let expires = '';\n if (days) {\n const date = new Date();\n date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);\n expires = `; Expires=${date.toUTCString()}`;\n }\n document.cookie = `${name}=${encodeURIComponent(value)}; Path=/${expires}`;\n};\n\n/**\n * Deletes a cookie by setting its expiration date to a past date.\n *\n * @param name - The name of the cookie to delete.\n */\nexport const deleteCookie = (name: string): void => {\n document.cookie = `${name}=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;`;\n};\n"],"names":["AUTH_COOKIE_NAME","resolveAuthCookieName","process","env","STRAPI_ADMIN_AUTH_COOKIE_NAME","getCookieValue","name","result","cookieArray","document","cookie","split","forEach","key","value","map","item","trim","decodeURIComponent","setCookie","days","expires","encodeURIComponent","deleteCookie"],"mappings":";;;;AAEA;;;UAIaA,gBAAAA,GAAmBC,oCAAAA,CAAsBC,QAAQC,GAAG,CAACC,6BAA6B;AAE/F;;;;;IAMO,MAAMC,cAAAA,GAAiB,CAACC,IAAAA,GAAAA;AAC7B,IAAA,IAAIC,MAAAA,GAAS,IAAA;AACb,IAAA,MAAMC,WAAAA,GAAcC,QAAAA,CAASC,MAAM,CAACC,KAAK,CAAC,GAAA,CAAA;IAC1CH,WAAAA,CAAYI,OAAO,CAAC,CAACF,MAAAA,GAAAA;AACnB,QAAA,MAAM,CAACG,GAAAA,EAAKC,KAAAA,CAAM,GAAGJ,MAAAA,CAAOC,KAAK,CAAC,GAAA,CAAA,CAAKI,GAAG,CAAC,CAACC,IAAAA,GAASA,KAAKC,IAAI,EAAA,CAAA;AAC9D,QAAA,IAAIJ,QAAQP,IAAAA,EAAM;AAChBC,YAAAA,MAAAA,GAASW,kBAAAA,CAAmBJ,KAAAA,CAAAA;AAC9B,QAAA;AACF,IAAA,CAAA,CAAA;IACA,OAAOP,MAAAA;AACT;AAEA;;;;;;AAMC,IACM,MAAMY,SAAAA,GAAY,CAACb,MAAcQ,KAAAA,EAAeM,IAAAA,GAAAA;AACrD,IAAA,IAAIC,OAAAA,GAAU,EAAA;IAMdZ,QAAAA,CAASC,MAAM,GAAG,CAAA,EAAGJ,IAAAA,CAAK,CAAC,EAAEgB,kBAAAA,CAAmBR,KAAAA,CAAAA,CAAO,QAAQ,EAAEO,OAAAA,CAAAA,CAAS;AAC5E;AAEA;;;;IAKO,MAAME,YAAAA,GAAe,CAACjB,IAAAA,GAAAA;AAC3BG,IAAAA,QAAAA,CAASC,MAAM,GAAG,CAAA,EAAGJ,IAAAA,CAAK,iDAAiD,CAAC;AAC9E;;;;;;;"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import { resolveAuthCookieName } from '../../../shared/utils/auth-cookie-name.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Resolved once at module load: the build inlines `admin.auth.cookie.name`
|
|
5
|
+
* into the bundle as `STRAPI_ADMIN_AUTH_COOKIE_NAME`.
|
|
6
|
+
*/ const AUTH_COOKIE_NAME = resolveAuthCookieName(process.env.STRAPI_ADMIN_AUTH_COOKIE_NAME);
|
|
1
7
|
/**
|
|
2
8
|
* Retrieves the value of a specified cookie.
|
|
3
9
|
*
|
|
@@ -32,5 +38,5 @@
|
|
|
32
38
|
document.cookie = `${name}=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;`;
|
|
33
39
|
};
|
|
34
40
|
|
|
35
|
-
export { deleteCookie, getCookieValue, setCookie };
|
|
41
|
+
export { AUTH_COOKIE_NAME, deleteCookie, getCookieValue, setCookie };
|
|
36
42
|
//# sourceMappingURL=cookies.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cookies.mjs","sources":["../../../../../admin/src/utils/cookies.ts"],"sourcesContent":["/**\n * Retrieves the value of a specified cookie.\n *\n * @param name - The name of the cookie to retrieve.\n * @returns The decoded cookie value if found, otherwise null.\n */\nexport const getCookieValue = (name: string): string | null => {\n let result = null;\n const cookieArray = document.cookie.split(';');\n cookieArray.forEach((cookie) => {\n const [key, value] = cookie.split('=').map((item) => item.trim());\n if (key === name) {\n result = decodeURIComponent(value);\n }\n });\n return result;\n};\n\n/**\n * Sets a cookie with the given name, value, and optional expiration time.\n *\n * @param name - The name of the cookie.\n * @param value - The value of the cookie.\n * @param days - (Optional) Number of days until the cookie expires. If omitted, the cookie is a session cookie.\n */\nexport const setCookie = (name: string, value: string, days?: number): void => {\n let expires = '';\n if (days) {\n const date = new Date();\n date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);\n expires = `; Expires=${date.toUTCString()}`;\n }\n document.cookie = `${name}=${encodeURIComponent(value)}; Path=/${expires}`;\n};\n\n/**\n * Deletes a cookie by setting its expiration date to a past date.\n *\n * @param name - The name of the cookie to delete.\n */\nexport const deleteCookie = (name: string): void => {\n document.cookie = `${name}=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;`;\n};\n"],"names":["getCookieValue","name","result","cookieArray","document","cookie","split","forEach","key","value","map","item","trim","decodeURIComponent","setCookie","days","expires","encodeURIComponent","deleteCookie"],"mappings":"
|
|
1
|
+
{"version":3,"file":"cookies.mjs","sources":["../../../../../admin/src/utils/cookies.ts"],"sourcesContent":["import { resolveAuthCookieName } from '../../../shared/utils/auth-cookie-name';\n\n/**\n * Resolved once at module load: the build inlines `admin.auth.cookie.name`\n * into the bundle as `STRAPI_ADMIN_AUTH_COOKIE_NAME`.\n */\nexport const AUTH_COOKIE_NAME = resolveAuthCookieName(process.env.STRAPI_ADMIN_AUTH_COOKIE_NAME);\n\n/**\n * Retrieves the value of a specified cookie.\n *\n * @param name - The name of the cookie to retrieve.\n * @returns The decoded cookie value if found, otherwise null.\n */\nexport const getCookieValue = (name: string): string | null => {\n let result = null;\n const cookieArray = document.cookie.split(';');\n cookieArray.forEach((cookie) => {\n const [key, value] = cookie.split('=').map((item) => item.trim());\n if (key === name) {\n result = decodeURIComponent(value);\n }\n });\n return result;\n};\n\n/**\n * Sets a cookie with the given name, value, and optional expiration time.\n *\n * @param name - The name of the cookie.\n * @param value - The value of the cookie.\n * @param days - (Optional) Number of days until the cookie expires. If omitted, the cookie is a session cookie.\n */\nexport const setCookie = (name: string, value: string, days?: number): void => {\n let expires = '';\n if (days) {\n const date = new Date();\n date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);\n expires = `; Expires=${date.toUTCString()}`;\n }\n document.cookie = `${name}=${encodeURIComponent(value)}; Path=/${expires}`;\n};\n\n/**\n * Deletes a cookie by setting its expiration date to a past date.\n *\n * @param name - The name of the cookie to delete.\n */\nexport const deleteCookie = (name: string): void => {\n document.cookie = `${name}=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;`;\n};\n"],"names":["AUTH_COOKIE_NAME","resolveAuthCookieName","process","env","STRAPI_ADMIN_AUTH_COOKIE_NAME","getCookieValue","name","result","cookieArray","document","cookie","split","forEach","key","value","map","item","trim","decodeURIComponent","setCookie","days","expires","encodeURIComponent","deleteCookie"],"mappings":";;AAEA;;;UAIaA,gBAAAA,GAAmBC,qBAAAA,CAAsBC,QAAQC,GAAG,CAACC,6BAA6B;AAE/F;;;;;IAMO,MAAMC,cAAAA,GAAiB,CAACC,IAAAA,GAAAA;AAC7B,IAAA,IAAIC,MAAAA,GAAS,IAAA;AACb,IAAA,MAAMC,WAAAA,GAAcC,QAAAA,CAASC,MAAM,CAACC,KAAK,CAAC,GAAA,CAAA;IAC1CH,WAAAA,CAAYI,OAAO,CAAC,CAACF,MAAAA,GAAAA;AACnB,QAAA,MAAM,CAACG,GAAAA,EAAKC,KAAAA,CAAM,GAAGJ,MAAAA,CAAOC,KAAK,CAAC,GAAA,CAAA,CAAKI,GAAG,CAAC,CAACC,IAAAA,GAASA,KAAKC,IAAI,EAAA,CAAA;AAC9D,QAAA,IAAIJ,QAAQP,IAAAA,EAAM;AAChBC,YAAAA,MAAAA,GAASW,kBAAAA,CAAmBJ,KAAAA,CAAAA;AAC9B,QAAA;AACF,IAAA,CAAA,CAAA;IACA,OAAOP,MAAAA;AACT;AAEA;;;;;;AAMC,IACM,MAAMY,SAAAA,GAAY,CAACb,MAAcQ,KAAAA,EAAeM,IAAAA,GAAAA;AACrD,IAAA,IAAIC,OAAAA,GAAU,EAAA;IAMdZ,QAAAA,CAASC,MAAM,GAAG,CAAA,EAAGJ,IAAAA,CAAK,CAAC,EAAEgB,kBAAAA,CAAmBR,KAAAA,CAAAA,CAAO,QAAQ,EAAEO,OAAAA,CAAAA,CAAS;AAC5E;AAEA;;;;IAKO,MAAME,YAAAA,GAAe,CAACjB,IAAAA,GAAAA;AAC3BG,IAAAA,QAAAA,CAASC,MAAM,GAAG,CAAA,EAAGJ,IAAAA,CAAK,iDAAiD,CAAC;AAC9E;;;;"}
|
|
@@ -73,7 +73,7 @@ const STORAGE_KEYS = {
|
|
|
73
73
|
if (wasPersistedToLocalStorage) {
|
|
74
74
|
localStorage.setItem(STORAGE_KEYS.TOKEN, JSON.stringify(token));
|
|
75
75
|
} else {
|
|
76
|
-
cookies.setCookie(
|
|
76
|
+
cookies.setCookie(cookies.AUTH_COOKIE_NAME, token);
|
|
77
77
|
}
|
|
78
78
|
// Notify the app to update its state (e.g., Redux)
|
|
79
79
|
if (onTokenUpdate) {
|
|
@@ -155,7 +155,7 @@ const getToken = ()=>{
|
|
|
155
155
|
if (fromLocalStorage) {
|
|
156
156
|
return JSON.parse(fromLocalStorage);
|
|
157
157
|
}
|
|
158
|
-
const fromCookie = cookies.getCookieValue(
|
|
158
|
+
const fromCookie = cookies.getCookieValue(cookies.AUTH_COOKIE_NAME);
|
|
159
159
|
return fromCookie ?? null;
|
|
160
160
|
};
|
|
161
161
|
/**
|