@ihabdevteam/core 0.8.0
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/README.md +591 -0
- package/dist/components.cjs.css +19 -0
- package/dist/components.cjs.js +975 -0
- package/dist/components.esm.css +19 -0
- package/dist/components.esm.js +975 -0
- package/dist/hooks.cjs.css +1 -0
- package/dist/hooks.cjs.js +799 -0
- package/dist/hooks.esm.css +1 -0
- package/dist/hooks.esm.js +799 -0
- package/dist/ihabdevteam-core-tokens.css +1 -0
- package/dist/ihabdevteam-core.cjs.js +993 -0
- package/dist/ihabdevteam-core.css +1 -0
- package/dist/ihabdevteam-core.d.ts +8272 -0
- package/dist/ihabdevteam-core.esm.js +993 -0
- package/dist/logo/Logo_APEB.svg +53 -0
- package/dist/logo/Logo_APEB_black.svg +42 -0
- package/dist/logo/Logo_APEB_white.svg +42 -0
- package/dist/logo/Logo_HTP_kr.svg +21 -0
- package/dist/logo/Logo_HTP_kr_black.svg +17 -0
- package/dist/logo/Logo_HTP_kr_white.svg +17 -0
- package/dist/logo/Logo_IHAB_en.svg +18 -0
- package/dist/logo/Logo_IHAB_en_black.svg +14 -0
- package/dist/logo/Logo_IHAB_en_white.svg +14 -0
- package/dist/logo/Logo_IHAB_kr.svg +18 -0
- package/dist/logo/Logo_IHAB_kr_black.svg +14 -0
- package/dist/logo/Logo_IHAB_kr_white.svg +14 -0
- package/dist/logo/Logo_SDS_kr.svg +22 -0
- package/dist/logo/Logo_SDS_kr_black.svg +18 -0
- package/dist/logo/Logo_SDS_kr_white.svg +18 -0
- package/dist/logo/Logo_speechearManager_kr.svg +20 -0
- package/dist/logo/Logo_speechearManager_kr_black.svg +21 -0
- package/dist/logo/Logo_speechearManager_kr_textWhite.svg +45 -0
- package/dist/logo/Logo_speechearManager_kr_white.svg +21 -0
- package/dist/logo/Logo_speechear_kr.svg +17 -0
- package/dist/logo/Logo_speechear_kr_black.svg +16 -0
- package/dist/logo/Logo_speechear_kr_textWhite.svg +42 -0
- package/dist/logo/Logo_speechear_kr_white.svg +16 -0
- package/dist/logo/Symbol_APEB.svg +34 -0
- package/dist/logo/Symbol_APEB_black.svg +15 -0
- package/dist/logo/Symbol_APEB_white.svg +15 -0
- package/dist/logo/Symbol_HTP.svg +14 -0
- package/dist/logo/Symbol_HTP_black.svg +10 -0
- package/dist/logo/Symbol_HTP_white.svg +10 -0
- package/dist/logo/Symbol_IHAB.svg +14 -0
- package/dist/logo/Symbol_IHAB_black.svg +10 -0
- package/dist/logo/Symbol_IHAB_white.svg +10 -0
- package/dist/logo/Symbol_SDS.svg +14 -0
- package/dist/logo/Symbol_SDS_black.svg +10 -0
- package/dist/logo/Symbol_SDS_white.svg +10 -0
- package/dist/logo/Symbol_speechear.svg +15 -0
- package/dist/logo/Symbol_speechear_black.svg +16 -0
- package/dist/logo/Symbol_speechear_white.svg +16 -0
- package/dist/logo/qr_speechear.svg +1 -0
- package/dist/packages/core/src/CoreScope.d.ts +40 -0
- package/dist/packages/core/src/CoreScope.js +19 -0
- package/dist/packages/core/src/components/Accordion.css +125 -0
- package/dist/packages/core/src/components/Accordion.d.ts +19 -0
- package/dist/packages/core/src/components/Accordion.js +33 -0
- package/dist/packages/core/src/components/ActionCard.css +109 -0
- package/dist/packages/core/src/components/ActionCard.d.ts +33 -0
- package/dist/packages/core/src/components/ActionCard.js +28 -0
- package/dist/packages/core/src/components/Alert.css +76 -0
- package/dist/packages/core/src/components/Alert.d.ts +18 -0
- package/dist/packages/core/src/components/Alert.js +28 -0
- package/dist/packages/core/src/components/AudioMeter.css +80 -0
- package/dist/packages/core/src/components/AudioMeter.d.ts +49 -0
- package/dist/packages/core/src/components/AudioMeter.js +91 -0
- package/dist/packages/core/src/components/Avatar.css +42 -0
- package/dist/packages/core/src/components/Avatar.d.ts +21 -0
- package/dist/packages/core/src/components/Avatar.js +31 -0
- package/dist/packages/core/src/components/Badge.css +166 -0
- package/dist/packages/core/src/components/Badge.d.ts +82 -0
- package/dist/packages/core/src/components/Badge.js +62 -0
- package/dist/packages/core/src/components/BarChart.css +142 -0
- package/dist/packages/core/src/components/BarChart.d.ts +16 -0
- package/dist/packages/core/src/components/BarChart.js +187 -0
- package/dist/packages/core/src/components/Board.css +85 -0
- package/dist/packages/core/src/components/Board.d.ts +39 -0
- package/dist/packages/core/src/components/Board.js +12 -0
- package/dist/packages/core/src/components/BottomNav.css +105 -0
- package/dist/packages/core/src/components/BottomNav.d.ts +32 -0
- package/dist/packages/core/src/components/BottomNav.js +92 -0
- package/dist/packages/core/src/components/Breadcrumb.css +62 -0
- package/dist/packages/core/src/components/Breadcrumb.d.ts +13 -0
- package/dist/packages/core/src/components/Breadcrumb.js +10 -0
- package/dist/packages/core/src/components/BulkBar.css +75 -0
- package/dist/packages/core/src/components/BulkBar.d.ts +22 -0
- package/dist/packages/core/src/components/BulkBar.js +40 -0
- package/dist/packages/core/src/components/Button.css +655 -0
- package/dist/packages/core/src/components/Button.d.ts +5 -0
- package/dist/packages/core/src/components/Button.js +202 -0
- package/dist/packages/core/src/components/Calendar.css +249 -0
- package/dist/packages/core/src/components/Calendar.d.ts +23 -0
- package/dist/packages/core/src/components/Calendar.js +92 -0
- package/dist/packages/core/src/components/ChartSection.css +191 -0
- package/dist/packages/core/src/components/ChartSection.d.ts +42 -0
- package/dist/packages/core/src/components/ChartSection.js +22 -0
- package/dist/packages/core/src/components/Checkbox.css +94 -0
- package/dist/packages/core/src/components/Checkbox.d.ts +16 -0
- package/dist/packages/core/src/components/Checkbox.js +15 -0
- package/dist/packages/core/src/components/ChoiceChips.css +65 -0
- package/dist/packages/core/src/components/ChoiceChips.d.ts +15 -0
- package/dist/packages/core/src/components/ChoiceChips.js +8 -0
- package/dist/packages/core/src/components/CircleBadge.d.ts +31 -0
- package/dist/packages/core/src/components/CircleBadge.js +20 -0
- package/dist/packages/core/src/components/CodeBox.css +62 -0
- package/dist/packages/core/src/components/CodeBox.d.ts +18 -0
- package/dist/packages/core/src/components/CodeBox.js +132 -0
- package/dist/packages/core/src/components/ColorPicker.css +40 -0
- package/dist/packages/core/src/components/ColorPicker.d.ts +17 -0
- package/dist/packages/core/src/components/ColorPicker.js +23 -0
- package/dist/packages/core/src/components/CompanyMeta.css +33 -0
- package/dist/packages/core/src/components/CompanyMeta.d.ts +14 -0
- package/dist/packages/core/src/components/CompanyMeta.js +12 -0
- package/dist/packages/core/src/components/CountTile.css +47 -0
- package/dist/packages/core/src/components/CountTile.d.ts +22 -0
- package/dist/packages/core/src/components/CountTile.js +24 -0
- package/dist/packages/core/src/components/DatePicker.css +151 -0
- package/dist/packages/core/src/components/DatePicker.d.ts +13 -0
- package/dist/packages/core/src/components/DatePicker.js +107 -0
- package/dist/packages/core/src/components/Dialog.css +98 -0
- package/dist/packages/core/src/components/Dialog.d.ts +31 -0
- package/dist/packages/core/src/components/Dialog.js +51 -0
- package/dist/packages/core/src/components/Divider.css +33 -0
- package/dist/packages/core/src/components/Divider.d.ts +13 -0
- package/dist/packages/core/src/components/Divider.js +14 -0
- package/dist/packages/core/src/components/Dropdown.css +175 -0
- package/dist/packages/core/src/components/Dropdown.d.ts +23 -0
- package/dist/packages/core/src/components/Dropdown.js +117 -0
- package/dist/packages/core/src/components/Effect/EffectPartyPopper.css +25 -0
- package/dist/packages/core/src/components/Effect/EffectPartyPopper.d.ts +11 -0
- package/dist/packages/core/src/components/Effect/EffectPartyPopper.js +298 -0
- package/dist/packages/core/src/components/Effect/EffectPartyPopperHost.d.ts +5 -0
- package/dist/packages/core/src/components/Effect/EffectPartyPopperHost.js +13 -0
- package/dist/packages/core/src/components/EmptyState.css +23 -0
- package/dist/packages/core/src/components/EmptyState.d.ts +19 -0
- package/dist/packages/core/src/components/EmptyState.js +7 -0
- package/dist/packages/core/src/components/ErrorState.css +2 -0
- package/dist/packages/core/src/components/ErrorState.d.ts +18 -0
- package/dist/packages/core/src/components/ErrorState.js +11 -0
- package/dist/packages/core/src/components/FileUpload.css +114 -0
- package/dist/packages/core/src/components/FileUpload.d.ts +25 -0
- package/dist/packages/core/src/components/FileUpload.js +111 -0
- package/dist/packages/core/src/components/FilterPanel.css +188 -0
- package/dist/packages/core/src/components/FilterPanel.d.ts +34 -0
- package/dist/packages/core/src/components/FilterPanel.js +82 -0
- package/dist/packages/core/src/components/FilterSectionInfo.d.ts +12 -0
- package/dist/packages/core/src/components/FilterSectionInfo.js +15 -0
- package/dist/packages/core/src/components/Footer.css +186 -0
- package/dist/packages/core/src/components/Footer.d.ts +18 -0
- package/dist/packages/core/src/components/Footer.js +19 -0
- package/dist/packages/core/src/components/Header.css +274 -0
- package/dist/packages/core/src/components/Header.d.ts +44 -0
- package/dist/packages/core/src/components/Header.js +98 -0
- package/dist/packages/core/src/components/HearingDeviceInfo.css +48 -0
- package/dist/packages/core/src/components/HearingDeviceInfo.d.ts +22 -0
- package/dist/packages/core/src/components/HearingDeviceInfo.js +13 -0
- package/dist/packages/core/src/components/Icon.d.ts +14 -0
- package/dist/packages/core/src/components/Icon.js +73 -0
- package/dist/packages/core/src/components/IconGridMenu.css +141 -0
- package/dist/packages/core/src/components/IconGridMenu.d.ts +20 -0
- package/dist/packages/core/src/components/IconGridMenu.js +45 -0
- package/dist/packages/core/src/components/LandingBottomSticky.css +114 -0
- package/dist/packages/core/src/components/LandingBottomSticky.d.ts +26 -0
- package/dist/packages/core/src/components/LandingBottomSticky.js +20 -0
- package/dist/packages/core/src/components/LandingHeader.css +192 -0
- package/dist/packages/core/src/components/LandingHeader.d.ts +67 -0
- package/dist/packages/core/src/components/LandingHeader.js +40 -0
- package/dist/packages/core/src/components/Loader.css +88 -0
- package/dist/packages/core/src/components/Loader.d.ts +14 -0
- package/dist/packages/core/src/components/Loader.js +12 -0
- package/dist/packages/core/src/components/NoticeBox.css +79 -0
- package/dist/packages/core/src/components/NoticeBox.d.ts +21 -0
- package/dist/packages/core/src/components/NoticeBox.js +19 -0
- package/dist/packages/core/src/components/PageTitle.css +27 -0
- package/dist/packages/core/src/components/PageTitle.d.ts +23 -0
- package/dist/packages/core/src/components/PageTitle.js +10 -0
- package/dist/packages/core/src/components/Pagination.css +11 -0
- package/dist/packages/core/src/components/Pagination.d.ts +22 -0
- package/dist/packages/core/src/components/Pagination.js +20 -0
- package/dist/packages/core/src/components/Panel.css +361 -0
- package/dist/packages/core/src/components/Panel.d.ts +166 -0
- package/dist/packages/core/src/components/Panel.js +162 -0
- package/dist/packages/core/src/components/PassCard/PassCard.css +289 -0
- package/dist/packages/core/src/components/PassCard/PassCard.d.ts +56 -0
- package/dist/packages/core/src/components/PassCard/PassCard.js +313 -0
- package/dist/packages/core/src/components/PassCard/PassCardBg.css +39 -0
- package/dist/packages/core/src/components/PassCard/PassCardBg.d.ts +8 -0
- package/dist/packages/core/src/components/PassCard/PassCardBg.js +6 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgIHAB.css +25 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgIHAB.d.ts +7 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgIHAB.js +18 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgLeftColorGrid.css +45 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgLeftColorGrid.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgLeftColorGrid.js +19 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundLine.css +19 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundLine.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundLine.js +23 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundLineV1.css +15 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundLineV1.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundLineV1.js +24 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundMove.css +16 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundMove.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundMove.js +31 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundMoveV1.css +16 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundMoveV1.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundMoveV1.js +32 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTalk.css +33 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTalk.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTalk.js +18 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTalkV1.css +36 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTalkV1.d.ts +13 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTalkV1.js +22 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTheme.d.ts +38 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTheme.js +34 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTwoCircle.css +36 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTwoCircle.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTwoCircle.js +18 -0
- package/dist/packages/core/src/components/PassCard/PassCard_Back.css +76 -0
- package/dist/packages/core/src/components/PassCard/PassCard_Back.d.ts +13 -0
- package/dist/packages/core/src/components/PassCard/PassCard_Back.js +20 -0
- package/dist/packages/core/src/components/PassCard/ihabOutlinePath.d.ts +12 -0
- package/dist/packages/core/src/components/PassCard/ihabOutlinePath.js +19 -0
- package/dist/packages/core/src/components/PassCard/passCardProduct.d.ts +48 -0
- package/dist/packages/core/src/components/PassCard/passCardProduct.js +56 -0
- package/dist/packages/core/src/components/PaymentPlan.css +318 -0
- package/dist/packages/core/src/components/PaymentPlan.d.ts +57 -0
- package/dist/packages/core/src/components/PaymentPlan.js +126 -0
- package/dist/packages/core/src/components/PersonCard.css +72 -0
- package/dist/packages/core/src/components/PersonCard.d.ts +27 -0
- package/dist/packages/core/src/components/PersonCard.js +11 -0
- package/dist/packages/core/src/components/Popup/ConfirmPopup.d.ts +58 -0
- package/dist/packages/core/src/components/Popup/ConfirmPopup.js +59 -0
- package/dist/packages/core/src/components/Popup/CouponInputPopup.css +28 -0
- package/dist/packages/core/src/components/Popup/CouponInputPopup.d.ts +8 -0
- package/dist/packages/core/src/components/Popup/CouponInputPopup.js +45 -0
- package/dist/packages/core/src/components/Popup/DeviceListPopup.css +78 -0
- package/dist/packages/core/src/components/Popup/DeviceListPopup.d.ts +28 -0
- package/dist/packages/core/src/components/Popup/DeviceListPopup.js +31 -0
- package/dist/packages/core/src/components/Popup/DeviceSideTable.d.ts +41 -0
- package/dist/packages/core/src/components/Popup/DeviceSideTable.js +92 -0
- package/dist/packages/core/src/components/Popup/ListPopup.css +44 -0
- package/dist/packages/core/src/components/Popup/ListPopup.d.ts +75 -0
- package/dist/packages/core/src/components/Popup/ListPopup.js +85 -0
- package/dist/packages/core/src/components/Popup/LoadTablePopup.css +248 -0
- package/dist/packages/core/src/components/Popup/LoadTablePopup.d.ts +12 -0
- package/dist/packages/core/src/components/Popup/LoadTablePopup.js +86 -0
- package/dist/packages/core/src/components/Popup/Popup.css +136 -0
- package/dist/packages/core/src/components/Popup/Popup.d.ts +77 -0
- package/dist/packages/core/src/components/Popup/Popup.js +135 -0
- package/dist/packages/core/src/components/Popup/SaveTablePopup.css +32 -0
- package/dist/packages/core/src/components/Popup/SaveTablePopup.d.ts +25 -0
- package/dist/packages/core/src/components/Popup/SaveTablePopup.js +55 -0
- package/dist/packages/core/src/components/Popup/TrainingResultPopup.css +277 -0
- package/dist/packages/core/src/components/Popup/TrainingResultPopup.d.ts +14 -0
- package/dist/packages/core/src/components/Popup/TrainingResultPopup.js +104 -0
- package/dist/packages/core/src/components/Popup/WordDataUpdatePopup.css +119 -0
- package/dist/packages/core/src/components/Popup/WordDataUpdatePopup.d.ts +12 -0
- package/dist/packages/core/src/components/Popup/WordDataUpdatePopup.js +73 -0
- package/dist/packages/core/src/components/Popup/customerDetailUtils.d.ts +19 -0
- package/dist/packages/core/src/components/Popup/customerDetailUtils.js +45 -0
- package/dist/packages/core/src/components/ProgressBar.css +114 -0
- package/dist/packages/core/src/components/ProgressBar.d.ts +65 -0
- package/dist/packages/core/src/components/ProgressBar.js +51 -0
- package/dist/packages/core/src/components/ProgressIndicator.css +41 -0
- package/dist/packages/core/src/components/ProgressIndicator.d.ts +18 -0
- package/dist/packages/core/src/components/ProgressIndicator.js +45 -0
- package/dist/packages/core/src/components/PromoBanner.css +54 -0
- package/dist/packages/core/src/components/PromoBanner.d.ts +30 -0
- package/dist/packages/core/src/components/PromoBanner.js +54 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBg.css +8 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDark.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDark.d.ts +11 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDark.js +20 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDeep.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDeep.d.ts +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDeep.js +19 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDiagonal.css +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDiagonal.d.ts +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDiagonal.js +19 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDots.css +5 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDots.d.ts +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDots.js +19 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgInstagram.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgInstagram.d.ts +11 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgInstagram.js +20 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgMain.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgMain.d.ts +12 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgMain.js +21 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgNaver.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgNaver.d.ts +11 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgNaver.js +20 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgOutline.css +16 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgOutline.d.ts +11 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgOutline.js +20 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgRadial.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgRadial.d.ts +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgRadial.js +19 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoft.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoft.d.ts +12 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoft.js +21 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoftSub.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoftSub.d.ts +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoftSub.js +19 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSub.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSub.d.ts +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSub.js +19 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSuccess.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSuccess.d.ts +11 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSuccess.js +20 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgTheme.d.ts +32 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgTheme.js +29 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgWarm.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgWarm.d.ts +11 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgWarm.js +20 -0
- package/dist/packages/core/src/components/PromoBannerBg/promoBannerBg.d.ts +21 -0
- package/dist/packages/core/src/components/PromoBannerBg/promoBannerBg.js +49 -0
- package/dist/packages/core/src/components/PublicationCard.css +70 -0
- package/dist/packages/core/src/components/PublicationCard.d.ts +31 -0
- package/dist/packages/core/src/components/PublicationCard.js +11 -0
- package/dist/packages/core/src/components/Radio.css +64 -0
- package/dist/packages/core/src/components/Radio.d.ts +13 -0
- package/dist/packages/core/src/components/Radio.js +9 -0
- package/dist/packages/core/src/components/RadioGroup.css +14 -0
- package/dist/packages/core/src/components/RadioGroup.d.ts +21 -0
- package/dist/packages/core/src/components/RadioGroup.js +14 -0
- package/dist/packages/core/src/components/Rating.css +69 -0
- package/dist/packages/core/src/components/Rating.d.ts +21 -0
- package/dist/packages/core/src/components/Rating.js +51 -0
- package/dist/packages/core/src/components/RingChart.css +50 -0
- package/dist/packages/core/src/components/RingChart.d.ts +68 -0
- package/dist/packages/core/src/components/RingChart.js +57 -0
- package/dist/packages/core/src/components/SearchSummary.css +62 -0
- package/dist/packages/core/src/components/SearchSummary.d.ts +32 -0
- package/dist/packages/core/src/components/SearchSummary.js +48 -0
- package/dist/packages/core/src/components/Section.css +73 -0
- package/dist/packages/core/src/components/Section.d.ts +16 -0
- package/dist/packages/core/src/components/Section.js +15 -0
- package/dist/packages/core/src/components/SectionHeader.css +87 -0
- package/dist/packages/core/src/components/SectionHeader.d.ts +31 -0
- package/dist/packages/core/src/components/SectionHeader.js +16 -0
- package/dist/packages/core/src/components/SegmentedControl.css +67 -0
- package/dist/packages/core/src/components/SegmentedControl.d.ts +26 -0
- package/dist/packages/core/src/components/SegmentedControl.js +13 -0
- package/dist/packages/core/src/components/ShortcutBadge.css +68 -0
- package/dist/packages/core/src/components/ShortcutBadge.d.ts +31 -0
- package/dist/packages/core/src/components/ShortcutBadge.js +23 -0
- package/dist/packages/core/src/components/SideNav.css +281 -0
- package/dist/packages/core/src/components/SideNav.d.ts +32 -0
- package/dist/packages/core/src/components/SideNav.js +92 -0
- package/dist/packages/core/src/components/Slider.css +184 -0
- package/dist/packages/core/src/components/Slider.d.ts +67 -0
- package/dist/packages/core/src/components/Slider.js +97 -0
- package/dist/packages/core/src/components/SoundCompass.css +138 -0
- package/dist/packages/core/src/components/SoundCompass.d.ts +42 -0
- package/dist/packages/core/src/components/SoundCompass.js +136 -0
- package/dist/packages/core/src/components/SplashLogo.css +32 -0
- package/dist/packages/core/src/components/SplashLogo.d.ts +35 -0
- package/dist/packages/core/src/components/SplashLogo.js +32 -0
- package/dist/packages/core/src/components/StatChart.css +83 -0
- package/dist/packages/core/src/components/StatChart.d.ts +26 -0
- package/dist/packages/core/src/components/StatChart.js +41 -0
- package/dist/packages/core/src/components/Table.css +158 -0
- package/dist/packages/core/src/components/Table.d.ts +94 -0
- package/dist/packages/core/src/components/Table.js +200 -0
- package/dist/packages/core/src/components/TableCell.css +12 -0
- package/dist/packages/core/src/components/TableField.css +60 -0
- package/dist/packages/core/src/components/Tabs.css +55 -0
- package/dist/packages/core/src/components/Tabs.d.ts +30 -0
- package/dist/packages/core/src/components/Tabs.js +55 -0
- package/dist/packages/core/src/components/TextField.css +266 -0
- package/dist/packages/core/src/components/TextField.d.ts +86 -0
- package/dist/packages/core/src/components/TextField.js +149 -0
- package/dist/packages/core/src/components/Timeline.css +62 -0
- package/dist/packages/core/src/components/Timeline.d.ts +26 -0
- package/dist/packages/core/src/components/Timeline.js +11 -0
- package/dist/packages/core/src/components/Toast.css +76 -0
- package/dist/packages/core/src/components/Toast.d.ts +10 -0
- package/dist/packages/core/src/components/Toast.js +19 -0
- package/dist/packages/core/src/components/Toggle.css +61 -0
- package/dist/packages/core/src/components/Toggle.d.ts +18 -0
- package/dist/packages/core/src/components/Toggle.js +7 -0
- package/dist/packages/core/src/components/Toolbar.css +86 -0
- package/dist/packages/core/src/components/Toolbar.d.ts +52 -0
- package/dist/packages/core/src/components/Toolbar.js +20 -0
- package/dist/packages/core/src/components/Tooltip/DebugTooltip.css +27 -0
- package/dist/packages/core/src/components/Tooltip/DebugTooltip.d.ts +12 -0
- package/dist/packages/core/src/components/Tooltip/DebugTooltip.js +79 -0
- package/dist/packages/core/src/components/Tooltip/DescriptionTooltip.css +50 -0
- package/dist/packages/core/src/components/Tooltip/DescriptionTooltip.d.ts +16 -0
- package/dist/packages/core/src/components/Tooltip/DescriptionTooltip.js +11 -0
- package/dist/packages/core/src/components/Tooltip/InfoTooltip.css +39 -0
- package/dist/packages/core/src/components/Tooltip/InfoTooltip.d.ts +13 -0
- package/dist/packages/core/src/components/Tooltip/InfoTooltip.js +10 -0
- package/dist/packages/core/src/components/Tooltip/MenuTooltip.css +93 -0
- package/dist/packages/core/src/components/Tooltip/MenuTooltip.d.ts +30 -0
- package/dist/packages/core/src/components/Tooltip/MenuTooltip.js +92 -0
- package/dist/packages/core/src/components/Tooltip/TextBoxTooltip.css +95 -0
- package/dist/packages/core/src/components/Tooltip/TextBoxTooltip.d.ts +13 -0
- package/dist/packages/core/src/components/Tooltip/TextBoxTooltip.js +55 -0
- package/dist/packages/core/src/components/Tooltip/Tooltip.css +120 -0
- package/dist/packages/core/src/components/Tooltip/Tooltip.d.ts +25 -0
- package/dist/packages/core/src/components/Tooltip/Tooltip.js +296 -0
- package/dist/packages/core/src/components/Tooltip/TrainingTooltip.css +67 -0
- package/dist/packages/core/src/components/Tooltip/TrainingTooltip.d.ts +16 -0
- package/dist/packages/core/src/components/Tooltip/TrainingTooltip.js +40 -0
- package/dist/packages/core/src/components/Tooltip/WordImageTooltip.css +61 -0
- package/dist/packages/core/src/components/Tooltip/WordImageTooltip.d.ts +12 -0
- package/dist/packages/core/src/components/Tooltip/WordImageTooltip.js +39 -0
- package/dist/packages/core/src/components/Tooltip/tooltipConstants.d.ts +44 -0
- package/dist/packages/core/src/components/Tooltip/tooltipConstants.js +38 -0
- package/dist/packages/core/src/components/TopBanner.css +100 -0
- package/dist/packages/core/src/components/TopBanner.d.ts +25 -0
- package/dist/packages/core/src/components/TopBanner.js +36 -0
- package/dist/packages/core/src/components/Training/AudioPlayerWaveForm.d.ts +17 -0
- package/dist/packages/core/src/components/Training/AudioPlayerWaveForm.js +237 -0
- package/dist/packages/core/src/components/Training/CategoryIcon.css +85 -0
- package/dist/packages/core/src/components/Training/CategoryIcon.d.ts +16 -0
- package/dist/packages/core/src/components/Training/CategoryIcon.js +79 -0
- package/dist/packages/core/src/components/Training/NoisePlayerContext.d.ts +43 -0
- package/dist/packages/core/src/components/Training/NoisePlayerContext.js +26 -0
- package/dist/packages/core/src/components/Training/NoiseSettingsTooltip.css +52 -0
- package/dist/packages/core/src/components/Training/NoiseSettingsTooltip.d.ts +13 -0
- package/dist/packages/core/src/components/Training/NoiseSettingsTooltip.js +81 -0
- package/dist/packages/core/src/components/Training/TrainingBlock.css +33 -0
- package/dist/packages/core/src/components/Training/TrainingBlock.d.ts +45 -0
- package/dist/packages/core/src/components/Training/TrainingBlock.js +44 -0
- package/dist/packages/core/src/components/Training/TrainingBlockButton.css +337 -0
- package/dist/packages/core/src/components/Training/TrainingBlockButton.d.ts +5 -0
- package/dist/packages/core/src/components/Training/TrainingBlockButton.js +193 -0
- package/dist/packages/core/src/components/Training/TrainingCard.css +178 -0
- package/dist/packages/core/src/components/Training/TrainingCard.d.ts +24 -0
- package/dist/packages/core/src/components/Training/TrainingCard.js +29 -0
- package/dist/packages/core/src/components/Training/TrainingCardGroup.css +73 -0
- package/dist/packages/core/src/components/Training/TrainingCardGroup.d.ts +41 -0
- package/dist/packages/core/src/components/Training/TrainingCardGroup.js +16 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopup.css +210 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopup.d.ts +91 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopup.js +799 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupBottom.css +45 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupBottom.d.ts +14 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupBottom.js +60 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupContext.d.ts +13 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupContext.js +12 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupTitle.css +77 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupTitle.d.ts +21 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupTitle.js +41 -0
- package/dist/packages/core/src/components/Training/TrainingStep.css +236 -0
- package/dist/packages/core/src/components/Training/TrainingStep.d.ts +15 -0
- package/dist/packages/core/src/components/Training/TrainingStep.js +89 -0
- package/dist/packages/core/src/components/Training/TrainingStepAudioPlayer.css +320 -0
- package/dist/packages/core/src/components/Training/TrainingStepAudioPlayer.d.ts +5 -0
- package/dist/packages/core/src/components/Training/TrainingStepAudioPlayer.js +971 -0
- package/dist/packages/core/src/components/Training/TrainingStepBullet.css +148 -0
- package/dist/packages/core/src/components/Training/TrainingStepBullet.d.ts +6 -0
- package/dist/packages/core/src/components/Training/TrainingStepBullet.js +11 -0
- package/dist/packages/core/src/components/Training/TrainingStepCard.css +0 -0
- package/dist/packages/core/src/components/Training/TrainingStepCard.d.ts +36 -0
- package/dist/packages/core/src/components/Training/TrainingStepCard.js +110 -0
- package/dist/packages/core/src/components/Training/TrainingStepCardOrder.d.ts +15 -0
- package/dist/packages/core/src/components/Training/TrainingStepCardOrder.js +58 -0
- package/dist/packages/core/src/components/Training/TrainingStepComponents.d.ts +35 -0
- package/dist/packages/core/src/components/Training/TrainingStepComponents.js +60 -0
- package/dist/packages/core/src/components/Training/TrainingStepConfirm.d.ts +24 -0
- package/dist/packages/core/src/components/Training/TrainingStepConfirm.js +117 -0
- package/dist/packages/core/src/components/Training/TrainingStepConfirmWithText.d.ts +16 -0
- package/dist/packages/core/src/components/Training/TrainingStepConfirmWithText.js +60 -0
- package/dist/packages/core/src/components/Training/TrainingStepListen.d.ts +27 -0
- package/dist/packages/core/src/components/Training/TrainingStepListen.js +13 -0
- package/dist/packages/core/src/components/Training/TrainingStepOrderList.css +221 -0
- package/dist/packages/core/src/components/Training/TrainingStepOrderList.d.ts +7 -0
- package/dist/packages/core/src/components/Training/TrainingStepOrderList.js +445 -0
- package/dist/packages/core/src/components/Training/TrainingStepTextBox.css +111 -0
- package/dist/packages/core/src/components/Training/TrainingStepTextBox.d.ts +8 -0
- package/dist/packages/core/src/components/Training/TrainingStepTextBox.js +74 -0
- package/dist/packages/core/src/components/Training/TrainingStepTitle.css +89 -0
- package/dist/packages/core/src/components/Training/TrainingStepTitle.d.ts +21 -0
- package/dist/packages/core/src/components/Training/TrainingStepTitle.js +91 -0
- package/dist/packages/core/src/components/Training/TrainingWordCard.css +266 -0
- package/dist/packages/core/src/components/Training/TrainingWordCard.d.ts +43 -0
- package/dist/packages/core/src/components/Training/TrainingWordCard.js +229 -0
- package/dist/packages/core/src/components/Training/WordTablePopup.css +56 -0
- package/dist/packages/core/src/components/Training/WordTablePopup.d.ts +61 -0
- package/dist/packages/core/src/components/Training/WordTablePopup.js +105 -0
- package/dist/packages/core/src/components/Training/audioPlaybackRules.d.ts +95 -0
- package/dist/packages/core/src/components/Training/audioPlaybackRules.js +125 -0
- package/dist/packages/core/src/components/Training/audioWaits.d.ts +27 -0
- package/dist/packages/core/src/components/Training/audioWaits.js +64 -0
- package/dist/packages/core/src/components/Training/currentSound.d.ts +26 -0
- package/dist/packages/core/src/components/Training/currentSound.js +46 -0
- package/dist/packages/core/src/components/Training/pagePopupTiming.d.ts +17 -0
- package/dist/packages/core/src/components/Training/pagePopupTiming.js +17 -0
- package/dist/packages/core/src/components/Training/trainingBlockButtonTypes.d.ts +79 -0
- package/dist/packages/core/src/components/Training/trainingBlockButtonTypes.js +27 -0
- package/dist/packages/core/src/components/Training/trainingMissStats.d.ts +148 -0
- package/dist/packages/core/src/components/Training/trainingMissStats.js +163 -0
- package/dist/packages/core/src/components/Training/trainingPopupUtils.d.ts +108 -0
- package/dist/packages/core/src/components/Training/trainingPopupUtils.js +226 -0
- package/dist/packages/core/src/components/Training/trainingScenario.d.ts +42 -0
- package/dist/packages/core/src/components/Training/trainingScenario.js +25 -0
- package/dist/packages/core/src/components/Training/trainingStepAudioPlayerTypes.d.ts +37 -0
- package/dist/packages/core/src/components/Training/trainingStepAudioPlayerTypes.js +20 -0
- package/dist/packages/core/src/components/Training/trainingStepOrderListTypes.d.ts +34 -0
- package/dist/packages/core/src/components/Training/trainingStepOrderListTypes.js +5 -0
- package/dist/packages/core/src/components/Training/useAnchorRect.d.ts +26 -0
- package/dist/packages/core/src/components/Training/useAnchorRect.js +52 -0
- package/dist/packages/core/src/components/Training/useAudioPreview.d.ts +11 -0
- package/dist/packages/core/src/components/Training/useAudioPreview.js +178 -0
- package/dist/packages/core/src/components/Training/useNoiseFade.d.ts +24 -0
- package/dist/packages/core/src/components/Training/useNoiseFade.js +303 -0
- package/dist/packages/core/src/components/Training/useObjectUrls.d.ts +25 -0
- package/dist/packages/core/src/components/Training/useObjectUrls.js +56 -0
- package/dist/packages/core/src/components/Training/useProgressTicker.d.ts +33 -0
- package/dist/packages/core/src/components/Training/useProgressTicker.js +74 -0
- package/dist/packages/core/src/components/Training/useTTSPlayback.d.ts +30 -0
- package/dist/packages/core/src/components/Training/useTTSPlayback.js +172 -0
- package/dist/packages/core/src/components/Training/useWaveReady.d.ts +36 -0
- package/dist/packages/core/src/components/Training/useWaveReady.js +65 -0
- package/dist/packages/core/src/components/UpdateAlert.css +116 -0
- package/dist/packages/core/src/components/UpdateAlert.d.ts +23 -0
- package/dist/packages/core/src/components/UpdateAlert.js +25 -0
- package/dist/packages/core/src/components/Word/ContrastFilterPanel.d.ts +25 -0
- package/dist/packages/core/src/components/Word/ContrastFilterPanel.js +69 -0
- package/dist/packages/core/src/components/Word/PhonemeFilterPanel.d.ts +24 -0
- package/dist/packages/core/src/components/Word/PhonemeFilterPanel.js +15 -0
- package/dist/packages/core/src/components/Word/PhonemeSelectBlock.css +272 -0
- package/dist/packages/core/src/components/Word/PhonemeSelectBlock.d.ts +45 -0
- package/dist/packages/core/src/components/Word/PhonemeSelectBlock.js +71 -0
- package/dist/packages/core/src/components/Word/TableFilterPanel.d.ts +56 -0
- package/dist/packages/core/src/components/Word/TableFilterPanel.js +42 -0
- package/dist/packages/core/src/components/Word/WordSearchFilterPanel.d.ts +23 -0
- package/dist/packages/core/src/components/Word/WordSearchFilterPanel.js +14 -0
- package/dist/packages/core/src/components/Word/WordSearchResultBlock.css +130 -0
- package/dist/packages/core/src/components/Word/WordSearchResultBlock.d.ts +47 -0
- package/dist/packages/core/src/components/Word/WordSearchResultBlock.js +141 -0
- package/dist/packages/core/src/components/Word/WordTableBlock.css +85 -0
- package/dist/packages/core/src/components/Word/WordTableBlock.d.ts +5 -0
- package/dist/packages/core/src/components/Word/WordTableBlock.js +297 -0
- package/dist/packages/core/src/components/Word/WordTableButton.css +185 -0
- package/dist/packages/core/src/components/Word/WordTableButton.d.ts +48 -0
- package/dist/packages/core/src/components/Word/WordTableButton.js +28 -0
- package/dist/packages/core/src/components/Word/WordTableThumbnail.css +56 -0
- package/dist/packages/core/src/components/Word/WordTableThumbnail.d.ts +10 -0
- package/dist/packages/core/src/components/Word/WordTableThumbnail.js +21 -0
- package/dist/packages/core/src/components/Word/generatedDraft.d.ts +39 -0
- package/dist/packages/core/src/components/Word/generatedDraft.js +69 -0
- package/dist/packages/core/src/components/Word/phonemeSelectBlockUtils.d.ts +14 -0
- package/dist/packages/core/src/components/Word/phonemeSelectBlockUtils.js +10 -0
- package/dist/packages/core/src/components/Word/useWordTableDisplaySettings.d.ts +35 -0
- package/dist/packages/core/src/components/Word/useWordTableDisplaySettings.js +82 -0
- package/dist/packages/core/src/components/Word/useWordTablePrint.d.ts +31 -0
- package/dist/packages/core/src/components/Word/useWordTablePrint.js +43 -0
- package/dist/packages/core/src/components/Word/wordScoreStats.d.ts +77 -0
- package/dist/packages/core/src/components/Word/wordScoreStats.js +100 -0
- package/dist/packages/core/src/components/Word/wordTableBlockTypes.d.ts +85 -0
- package/dist/packages/core/src/components/Word/wordTableBlockTypes.js +3 -0
- package/dist/packages/core/src/components/Word/wordTablePrint.d.ts +14 -0
- package/dist/packages/core/src/components/Word/wordTablePrint.js +210 -0
- package/dist/packages/core/src/components/Word/wordTableRecommend.d.ts +67 -0
- package/dist/packages/core/src/components/Word/wordTableRecommend.js +91 -0
- package/dist/packages/core/src/components/Word/wordTableReview.d.ts +49 -0
- package/dist/packages/core/src/components/Word/wordTableReview.js +112 -0
- package/dist/packages/core/src/components/Word/wordTableScoring.d.ts +100 -0
- package/dist/packages/core/src/components/Word/wordTableScoring.js +126 -0
- package/dist/packages/core/src/components/Word/wordTableSettings.d.ts +56 -0
- package/dist/packages/core/src/components/Word/wordTableSettings.js +140 -0
- package/dist/packages/core/src/components/WordTable.css +424 -0
- package/dist/packages/core/src/components/WordTable.d.ts +75 -0
- package/dist/packages/core/src/components/WordTable.js +184 -0
- package/dist/packages/core/src/components/barChartData.d.ts +48 -0
- package/dist/packages/core/src/components/barChartData.js +111 -0
- package/dist/packages/core/src/components/barChartTypes.d.ts +82 -0
- package/dist/packages/core/src/components/barChartTypes.js +22 -0
- package/dist/packages/core/src/components/buttonTypes.d.ts +102 -0
- package/dist/packages/core/src/components/buttonTypes.js +1 -0
- package/dist/packages/core/src/components/tableTrackList.d.ts +9 -0
- package/dist/packages/core/src/components/tableTrackList.js +32 -0
- package/dist/packages/core/src/components/useAnchoredMenu.d.ts +28 -0
- package/dist/packages/core/src/components/useAnchoredMenu.js +72 -0
- package/dist/packages/core/src/components/useBarChartControl.d.ts +8 -0
- package/dist/packages/core/src/components/useBarChartControl.js +76 -0
- package/dist/packages/core/src/components/useCalendarMonth.d.ts +12 -0
- package/dist/packages/core/src/components/useCalendarMonth.js +50 -0
- package/dist/packages/core/src/components/useComboboxSuggestions.d.ts +22 -0
- package/dist/packages/core/src/components/useComboboxSuggestions.js +60 -0
- package/dist/packages/core/src/components/useFitScale.d.ts +16 -0
- package/dist/packages/core/src/components/useFitScale.js +43 -0
- package/dist/packages/core/src/components/useSoundCompassExam.d.ts +54 -0
- package/dist/packages/core/src/components/useSoundCompassExam.js +128 -0
- package/dist/packages/core/src/components/useToastLifecycle.d.ts +16 -0
- package/dist/packages/core/src/components/useToastLifecycle.js +140 -0
- package/dist/packages/core/src/components/wordTableLayout.d.ts +76 -0
- package/dist/packages/core/src/components/wordTableLayout.js +162 -0
- package/dist/packages/core/src/components.d.ts +314 -0
- package/dist/packages/core/src/components.js +232 -0
- package/dist/packages/core/src/context/I18nContext.d.ts +11 -0
- package/dist/packages/core/src/context/I18nContext.js +20 -0
- package/dist/packages/core/src/context/I18nProvider.d.ts +9 -0
- package/dist/packages/core/src/context/I18nProvider.js +15 -0
- package/dist/packages/core/src/context/WordDataContext.d.ts +25 -0
- package/dist/packages/core/src/context/WordDataContext.js +6 -0
- package/dist/packages/core/src/context/WordDataProvider.d.ts +5 -0
- package/dist/packages/core/src/context/WordDataProvider.js +5 -0
- package/dist/packages/core/src/hooks/bodyScrollLock.d.ts +5 -0
- package/dist/packages/core/src/hooks/bodyScrollLock.js +62 -0
- package/dist/packages/core/src/hooks/escStack.d.ts +2 -0
- package/dist/packages/core/src/hooks/escStack.js +38 -0
- package/dist/packages/core/src/hooks/useBackgroundUrl.d.ts +2 -0
- package/dist/packages/core/src/hooks/useBackgroundUrl.js +13 -0
- package/dist/packages/core/src/hooks/useCacheManagement.d.ts +34 -0
- package/dist/packages/core/src/hooks/useCacheManagement.js +107 -0
- package/dist/packages/core/src/hooks/useDailyTrainingSelection.d.ts +17 -0
- package/dist/packages/core/src/hooks/useDailyTrainingSelection.js +87 -0
- package/dist/packages/core/src/hooks/useDeviceManagement.d.ts +37 -0
- package/dist/packages/core/src/hooks/useDeviceManagement.js +40 -0
- package/dist/packages/core/src/hooks/useDocumentTitle.d.ts +22 -0
- package/dist/packages/core/src/hooks/useDocumentTitle.js +49 -0
- package/dist/packages/core/src/hooks/useEditableList.d.ts +20 -0
- package/dist/packages/core/src/hooks/useEditableList.js +73 -0
- package/dist/packages/core/src/hooks/useEscToClose.d.ts +19 -0
- package/dist/packages/core/src/hooks/useEscToClose.js +30 -0
- package/dist/packages/core/src/hooks/useFocusTrap.d.ts +19 -0
- package/dist/packages/core/src/hooks/useFocusTrap.js +50 -0
- package/dist/packages/core/src/hooks/useFontScale.d.ts +20 -0
- package/dist/packages/core/src/hooks/useFontScale.js +51 -0
- package/dist/packages/core/src/hooks/useHoverAnchor.d.ts +33 -0
- package/dist/packages/core/src/hooks/useHoverAnchor.js +49 -0
- package/dist/packages/core/src/hooks/useIcon.d.ts +7 -0
- package/dist/packages/core/src/hooks/useIcon.js +124 -0
- package/dist/packages/core/src/hooks/useLatestRef.d.ts +12 -0
- package/dist/packages/core/src/hooks/useLatestRef.js +17 -0
- package/dist/packages/core/src/hooks/useLucideIcon.d.ts +15 -0
- package/dist/packages/core/src/hooks/useLucideIcon.js +71 -0
- package/dist/packages/core/src/hooks/useMediaQuery.d.ts +17 -0
- package/dist/packages/core/src/hooks/useMediaQuery.js +45 -0
- package/dist/packages/core/src/hooks/usePagedList.d.ts +23 -0
- package/dist/packages/core/src/hooks/usePagedList.js +26 -0
- package/dist/packages/core/src/hooks/useParentBgTheme.d.ts +8 -0
- package/dist/packages/core/src/hooks/useParentBgTheme.js +18 -0
- package/dist/packages/core/src/hooks/usePasswordChange.d.ts +28 -0
- package/dist/packages/core/src/hooks/usePasswordChange.js +54 -0
- package/dist/packages/core/src/hooks/useRelativeDay.d.ts +12 -0
- package/dist/packages/core/src/hooks/useRelativeDay.js +30 -0
- package/dist/packages/core/src/hooks/useTablePaging.d.ts +46 -0
- package/dist/packages/core/src/hooks/useTablePaging.js +63 -0
- package/dist/packages/core/src/hooks/useToastState.d.ts +15 -0
- package/dist/packages/core/src/hooks/useToastState.js +29 -0
- package/dist/packages/core/src/hooks/useTrainingSessionLog.d.ts +7 -0
- package/dist/packages/core/src/hooks/useTrainingSessionLog.js +26 -0
- package/dist/packages/core/src/hooks/useTrainingTypeLabels.d.ts +16 -0
- package/dist/packages/core/src/hooks/useTrainingTypeLabels.js +25 -0
- package/dist/packages/core/src/hooks/useVisitAllPanel.d.ts +30 -0
- package/dist/packages/core/src/hooks/useVisitAllPanel.js +43 -0
- package/dist/packages/core/src/hooks/useVisitHistory.d.ts +38 -0
- package/dist/packages/core/src/hooks/useVisitHistory.js +59 -0
- package/dist/packages/core/src/hooks/useVisitSchedule.d.ts +31 -0
- package/dist/packages/core/src/hooks/useVisitSchedule.js +101 -0
- package/dist/packages/core/src/hooks/useWindowEvent.d.ts +11 -0
- package/dist/packages/core/src/hooks/useWindowEvent.js +27 -0
- package/dist/packages/core/src/hooks/useWordAttributeFilter.d.ts +70 -0
- package/dist/packages/core/src/hooks/useWordAttributeFilter.js +115 -0
- package/dist/packages/core/src/hooks/useWordDataStats.d.ts +22 -0
- package/dist/packages/core/src/hooks/useWordDataStats.js +40 -0
- package/dist/packages/core/src/hooks/useWordImage.d.ts +19 -0
- package/dist/packages/core/src/hooks/useWordImage.js +28 -0
- package/dist/packages/core/src/hooks/useWordMeanings.d.ts +39 -0
- package/dist/packages/core/src/hooks/useWordMeanings.js +62 -0
- package/dist/packages/core/src/hooks/useWordTrainingDataGeneration.d.ts +34 -0
- package/dist/packages/core/src/hooks/useWordTrainingDataGeneration.js +98 -0
- package/dist/packages/core/src/hooks/useWordTrainingFilter.d.ts +91 -0
- package/dist/packages/core/src/hooks/useWordTrainingFilter.js +549 -0
- package/dist/packages/core/src/hooks/wordTrainingFilterModel.d.ts +61 -0
- package/dist/packages/core/src/hooks/wordTrainingFilterModel.js +102 -0
- package/dist/packages/core/src/hooks.d.ts +27 -0
- package/dist/packages/core/src/hooks.js +28 -0
- package/dist/packages/core/src/i18n/index.d.ts +21 -0
- package/dist/packages/core/src/i18n/index.js +68 -0
- package/dist/packages/core/src/i18n/locales/en.json +4055 -0
- package/dist/packages/core/src/i18n/locales/ko.json +4052 -0
- package/dist/packages/core/src/icon/none.svg +4 -0
- package/dist/packages/core/src/icon/null.svg +3 -0
- package/dist/packages/core/src/index.d.ts +16 -0
- package/dist/packages/core/src/index.js +25 -0
- package/dist/packages/core/src/logo/Logo_APEB.svg +53 -0
- package/dist/packages/core/src/logo/Logo_APEB_black.svg +42 -0
- package/dist/packages/core/src/logo/Logo_APEB_white.svg +42 -0
- package/dist/packages/core/src/logo/Logo_HTP_kr.svg +21 -0
- package/dist/packages/core/src/logo/Logo_HTP_kr_black.svg +17 -0
- package/dist/packages/core/src/logo/Logo_HTP_kr_white.svg +17 -0
- package/dist/packages/core/src/logo/Logo_IHAB_en.svg +18 -0
- package/dist/packages/core/src/logo/Logo_IHAB_en_black.svg +14 -0
- package/dist/packages/core/src/logo/Logo_IHAB_en_white.svg +14 -0
- package/dist/packages/core/src/logo/Logo_IHAB_kr.svg +18 -0
- package/dist/packages/core/src/logo/Logo_IHAB_kr_black.svg +14 -0
- package/dist/packages/core/src/logo/Logo_IHAB_kr_white.svg +14 -0
- package/dist/packages/core/src/logo/Logo_SDS_kr.svg +22 -0
- package/dist/packages/core/src/logo/Logo_SDS_kr_black.svg +18 -0
- package/dist/packages/core/src/logo/Logo_SDS_kr_white.svg +18 -0
- package/dist/packages/core/src/logo/Logo_speechearManager_kr.svg +20 -0
- package/dist/packages/core/src/logo/Logo_speechearManager_kr_black.svg +21 -0
- package/dist/packages/core/src/logo/Logo_speechearManager_kr_textWhite.svg +45 -0
- package/dist/packages/core/src/logo/Logo_speechearManager_kr_white.svg +21 -0
- package/dist/packages/core/src/logo/Logo_speechear_kr.svg +17 -0
- package/dist/packages/core/src/logo/Logo_speechear_kr_black.svg +16 -0
- package/dist/packages/core/src/logo/Logo_speechear_kr_textWhite.svg +42 -0
- package/dist/packages/core/src/logo/Logo_speechear_kr_white.svg +16 -0
- package/dist/packages/core/src/logo/Symbol_APEB.svg +34 -0
- package/dist/packages/core/src/logo/Symbol_APEB_black.svg +15 -0
- package/dist/packages/core/src/logo/Symbol_APEB_white.svg +15 -0
- package/dist/packages/core/src/logo/Symbol_HTP.svg +14 -0
- package/dist/packages/core/src/logo/Symbol_HTP_black.svg +10 -0
- package/dist/packages/core/src/logo/Symbol_HTP_white.svg +10 -0
- package/dist/packages/core/src/logo/Symbol_IHAB.svg +14 -0
- package/dist/packages/core/src/logo/Symbol_IHAB_black.svg +10 -0
- package/dist/packages/core/src/logo/Symbol_IHAB_white.svg +10 -0
- package/dist/packages/core/src/logo/Symbol_SDS.svg +14 -0
- package/dist/packages/core/src/logo/Symbol_SDS_black.svg +10 -0
- package/dist/packages/core/src/logo/Symbol_SDS_white.svg +10 -0
- package/dist/packages/core/src/logo/Symbol_speechear.svg +15 -0
- package/dist/packages/core/src/logo/Symbol_speechear_black.svg +16 -0
- package/dist/packages/core/src/logo/Symbol_speechear_white.svg +16 -0
- package/dist/packages/core/src/logo/qr_speechear.svg +1 -0
- package/dist/packages/core/src/sounds/noiseAssets.d.ts +6 -0
- package/dist/packages/core/src/sounds/noiseAssets.js +24 -0
- package/dist/packages/core/src/styles.css +144 -0
- package/dist/packages/core/src/tokens.css +407 -0
- package/dist/packages/core/src/types/audio.d.ts +11 -0
- package/dist/packages/core/src/types/audio.js +1 -0
- package/dist/packages/core/src/types/device.d.ts +10 -0
- package/dist/packages/core/src/types/device.js +1 -0
- package/dist/packages/core/src/types/filterPanel.d.ts +63 -0
- package/dist/packages/core/src/types/filterPanel.js +8 -0
- package/dist/packages/core/src/types/geometry.d.ts +14 -0
- package/dist/packages/core/src/types/geometry.js +1 -0
- package/dist/packages/core/src/types/training.d.ts +131 -0
- package/dist/packages/core/src/types/training.js +1 -0
- package/dist/packages/core/src/types/wordSearch.d.ts +49 -0
- package/dist/packages/core/src/types/wordSearch.js +1 -0
- package/dist/packages/core/src/types.d.ts +3 -0
- package/dist/packages/core/src/types.js +1 -0
- package/dist/packages/core/src/utils/CategoryData.d.ts +91 -0
- package/dist/packages/core/src/utils/CategoryData.js +57 -0
- package/dist/packages/core/src/utils/array.d.ts +20 -0
- package/dist/packages/core/src/utils/array.js +36 -0
- package/dist/packages/core/src/utils/assets.d.ts +41 -0
- package/dist/packages/core/src/utils/assets.js +62 -0
- package/dist/packages/core/src/utils/audioMeter.d.ts +19 -0
- package/dist/packages/core/src/utils/audioMeter.js +70 -0
- package/dist/packages/core/src/utils/categories.d.ts +67 -0
- package/dist/packages/core/src/utils/categories.js +70 -0
- package/dist/packages/core/src/utils/clipboard.d.ts +10 -0
- package/dist/packages/core/src/utils/clipboard.js +46 -0
- package/dist/packages/core/src/utils/companyTypes.d.ts +2 -0
- package/dist/packages/core/src/utils/companyTypes.js +6 -0
- package/dist/packages/core/src/utils/csv.d.ts +22 -0
- package/dist/packages/core/src/utils/csv.js +35 -0
- package/dist/packages/core/src/utils/cx.d.ts +7 -0
- package/dist/packages/core/src/utils/cx.js +9 -0
- package/dist/packages/core/src/utils/dailySelectionUtils.d.ts +15 -0
- package/dist/packages/core/src/utils/dailySelectionUtils.js +68 -0
- package/dist/packages/core/src/utils/date.d.ts +86 -0
- package/dist/packages/core/src/utils/date.js +171 -0
- package/dist/packages/core/src/utils/deviceKind.d.ts +13 -0
- package/dist/packages/core/src/utils/deviceKind.js +19 -0
- package/dist/packages/core/src/utils/encoding.d.ts +26 -0
- package/dist/packages/core/src/utils/encoding.js +33 -0
- package/dist/packages/core/src/utils/errorMessage.d.ts +44 -0
- package/dist/packages/core/src/utils/errorMessage.js +63 -0
- package/dist/packages/core/src/utils/fontScale.d.ts +10 -0
- package/dist/packages/core/src/utils/fontScale.js +28 -0
- package/dist/packages/core/src/utils/format.d.ts +48 -0
- package/dist/packages/core/src/utils/format.js +122 -0
- package/dist/packages/core/src/utils/gameScoreLogger.d.ts +48 -0
- package/dist/packages/core/src/utils/gameScoreLogger.js +42 -0
- package/dist/packages/core/src/utils/getTrainingData.d.ts +61 -0
- package/dist/packages/core/src/utils/getTrainingData.js +156 -0
- package/dist/packages/core/src/utils/imageConfig.d.ts +48 -0
- package/dist/packages/core/src/utils/imageConfig.js +159 -0
- package/dist/packages/core/src/utils/josa.d.ts +29 -0
- package/dist/packages/core/src/utils/josa.js +103 -0
- package/dist/packages/core/src/utils/koreanPronunciation.d.ts +16 -0
- package/dist/packages/core/src/utils/koreanPronunciation.js +223 -0
- package/dist/packages/core/src/utils/koreanSyllable.d.ts +174 -0
- package/dist/packages/core/src/utils/koreanSyllable.js +654 -0
- package/dist/packages/core/src/utils/lucideIconSet.d.ts +16 -0
- package/dist/packages/core/src/utils/lucideIconSet.js +350 -0
- package/dist/packages/core/src/utils/lucideLoader.d.ts +44 -0
- package/dist/packages/core/src/utils/lucideLoader.js +76 -0
- package/dist/packages/core/src/utils/noiseSettingsStore.d.ts +22 -0
- package/dist/packages/core/src/utils/noiseSettingsStore.js +36 -0
- package/dist/packages/core/src/utils/phonemeConvert.d.ts +9 -0
- package/dist/packages/core/src/utils/phonemeConvert.js +53 -0
- package/dist/packages/core/src/utils/phonemeGroups.d.ts +22 -0
- package/dist/packages/core/src/utils/phonemeGroups.js +29 -0
- package/dist/packages/core/src/utils/phonemePairSearch.d.ts +22 -0
- package/dist/packages/core/src/utils/phonemePairSearch.js +583 -0
- package/dist/packages/core/src/utils/phonemePairSearchTypes.d.ts +46 -0
- package/dist/packages/core/src/utils/phonemePairSearchTypes.js +1 -0
- package/dist/packages/core/src/utils/planFeatures.d.ts +61 -0
- package/dist/packages/core/src/utils/planFeatures.js +168 -0
- package/dist/packages/core/src/utils/pronunciationConfig.d.ts +7 -0
- package/dist/packages/core/src/utils/pronunciationConfig.js +21 -0
- package/dist/packages/core/src/utils/savedWordTables.d.ts +18 -0
- package/dist/packages/core/src/utils/savedWordTables.js +70 -0
- package/dist/packages/core/src/utils/sortValue.d.ts +24 -0
- package/dist/packages/core/src/utils/sortValue.js +26 -0
- package/dist/packages/core/src/utils/speak.d.ts +7 -0
- package/dist/packages/core/src/utils/speak.js +35 -0
- package/dist/packages/core/src/utils/storage.d.ts +102 -0
- package/dist/packages/core/src/utils/storage.js +118 -0
- package/dist/packages/core/src/utils/theme.d.ts +11 -0
- package/dist/packages/core/src/utils/theme.js +28 -0
- package/dist/packages/core/src/utils/trainingItemResults.d.ts +60 -0
- package/dist/packages/core/src/utils/trainingItemResults.js +72 -0
- package/dist/packages/core/src/utils/trainingLogger.d.ts +58 -0
- package/dist/packages/core/src/utils/trainingLogger.js +50 -0
- package/dist/packages/core/src/utils/trainingPalette.d.ts +12 -0
- package/dist/packages/core/src/utils/trainingPalette.js +12 -0
- package/dist/packages/core/src/utils/ttsConfig.d.ts +78 -0
- package/dist/packages/core/src/utils/ttsConfig.js +89 -0
- package/dist/packages/core/src/utils/ttsResolver.d.ts +17 -0
- package/dist/packages/core/src/utils/ttsResolver.js +56 -0
- package/dist/packages/core/src/utils/wordContrast.d.ts +54 -0
- package/dist/packages/core/src/utils/wordContrast.js +198 -0
- package/dist/packages/core/src/utils/wordPairIndex.d.ts +26 -0
- package/dist/packages/core/src/utils/wordPairIndex.js +194 -0
- package/dist/packages/core/src/utils/wordPool.d.ts +34 -0
- package/dist/packages/core/src/utils/wordPool.js +20 -0
- package/dist/packages/core/src/utils/wordSuggestionPolicy.d.ts +55 -0
- package/dist/packages/core/src/utils/wordSuggestionPolicy.js +97 -0
- package/dist/packages/core/src/utils/wordTrainingGenerators.d.ts +122 -0
- package/dist/packages/core/src/utils/wordTrainingGenerators.js +560 -0
- package/dist/packages/core/src/utils/wordTrainingGroups.d.ts +10 -0
- package/dist/packages/core/src/utils/wordTrainingGroups.js +69 -0
- package/dist/packages/core/src/utils/wordTrainingPool.d.ts +51 -0
- package/dist/packages/core/src/utils/wordTrainingPool.js +436 -0
- package/dist/packages/core/src/utils/wordTrainingRuntime.d.ts +38 -0
- package/dist/packages/core/src/utils/wordTrainingRuntime.js +641 -0
- package/dist/packages/core/src/utils/wordTrainingRuntimeTypes.d.ts +89 -0
- package/dist/packages/core/src/utils/wordTrainingRuntimeTypes.js +77 -0
- package/dist/packages/core/src/utils.d.ts +57 -0
- package/dist/packages/core/src/utils.js +46 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/dist/types.cjs.js +1 -0
- package/dist/types.esm.js +1 -0
- package/dist/utils.cjs.js +20 -0
- package/dist/utils.esm.js +20 -0
- package/package.json +171 -0
|
@@ -0,0 +1,975 @@
|
|
|
1
|
+
"use strict";var a=require("react/jsx-runtime"),l=require("react"),Rt=require("react-dom"),Kt=typeof document<"u"?document.currentScript:null;function ye(...t){return t.filter(Boolean).join(" ")}/**
|
|
2
|
+
* @license lucide-react v1.38.0 - ISC
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the ISC license.
|
|
5
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/const Qr=(...t)=>t.filter((e,n,r)=>!!e&&e.trim()!==""&&r.indexOf(e)===n).join(" ").trim();/**
|
|
7
|
+
* @license lucide-react v1.38.0 - ISC
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the ISC license.
|
|
10
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/const cc=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();/**
|
|
12
|
+
* @license lucide-react v1.38.0 - ISC
|
|
13
|
+
*
|
|
14
|
+
* This source code is licensed under the ISC license.
|
|
15
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
16
|
+
*/const uc=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,n,r)=>r?r.toUpperCase():n.toLowerCase());/**
|
|
17
|
+
* @license lucide-react v1.38.0 - ISC
|
|
18
|
+
*
|
|
19
|
+
* This source code is licensed under the ISC license.
|
|
20
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
21
|
+
*/const eo=t=>{const e=uc(t);return e.charAt(0).toUpperCase()+e.slice(1)};/**
|
|
22
|
+
* @license lucide-react v1.38.0 - ISC
|
|
23
|
+
*
|
|
24
|
+
* This source code is licensed under the ISC license.
|
|
25
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
26
|
+
*/var La={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
|
|
27
|
+
* @license lucide-react v1.38.0 - ISC
|
|
28
|
+
*
|
|
29
|
+
* This source code is licensed under the ISC license.
|
|
30
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
31
|
+
*/const dc=t=>{for(const e in t)if(e.startsWith("aria-")||e==="role"||e==="title")return!0;return!1},pc=l.createContext({}),hc=()=>l.useContext(pc),mc=l.forwardRef(({color:t,size:e,strokeWidth:n,absoluteStrokeWidth:r,className:o="",children:i,iconNode:s,...c},d)=>{const{size:u=24,strokeWidth:h=2,absoluteStrokeWidth:p=!1,color:m="currentColor",className:b=""}=hc()??{},f=r??p?Number(n??h)*24/Number(e??u):n??h;return l.createElement("svg",{ref:d,...La,width:e??u??La.width,height:e??u??La.height,stroke:t??m,strokeWidth:f,className:Qr("lucide",b,o),...!i&&!dc(c)&&{"aria-hidden":"true"},...c},[...s.map(([g,y])=>l.createElement(g,y)),...Array.isArray(i)?i:[i]])});/**
|
|
32
|
+
* @license lucide-react v1.38.0 - ISC
|
|
33
|
+
*
|
|
34
|
+
* This source code is licensed under the ISC license.
|
|
35
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
36
|
+
*/const Y=(t,e)=>{const n=l.forwardRef(({className:r,...o},i)=>l.createElement(mc,{ref:i,iconNode:e,className:Qr(`lucide-${cc(eo(t))}`,`lucide-${t}`,r),...o}));return n.displayName=eo(t),n};/**
|
|
37
|
+
* @license lucide-react v1.38.0 - ISC
|
|
38
|
+
*
|
|
39
|
+
* This source code is licensed under the ISC license.
|
|
40
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
41
|
+
*/const gc=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],to=Y("triangle-alert",gc);/**
|
|
42
|
+
* @license lucide-react v1.38.0 - ISC
|
|
43
|
+
*
|
|
44
|
+
* This source code is licensed under the ISC license.
|
|
45
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
46
|
+
*/const fc=[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2",key:"lpm2y7"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2",key:"rdj6ps"}],["path",{d:"M2 2v20",key:"1ivd8o"}]],bc=Y("align-start-vertical",fc);/**
|
|
47
|
+
* @license lucide-react v1.38.0 - ISC
|
|
48
|
+
*
|
|
49
|
+
* This source code is licensed under the ISC license.
|
|
50
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
51
|
+
*/const yc=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],Cc=Y("arrow-down",yc);/**
|
|
52
|
+
* @license lucide-react v1.38.0 - ISC
|
|
53
|
+
*
|
|
54
|
+
* This source code is licensed under the ISC license.
|
|
55
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
56
|
+
*/const vc=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],wc=Y("arrow-left",vc);/**
|
|
57
|
+
* @license lucide-react v1.38.0 - ISC
|
|
58
|
+
*
|
|
59
|
+
* This source code is licensed under the ISC license.
|
|
60
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
61
|
+
*/const xc=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],_c=Y("arrow-right",xc);/**
|
|
62
|
+
* @license lucide-react v1.38.0 - ISC
|
|
63
|
+
*
|
|
64
|
+
* This source code is licensed under the ISC license.
|
|
65
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
66
|
+
*/const kc=[["path",{d:"m16 3 4 4-4 4",key:"1x1c3m"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"m8 21-4-4 4-4",key:"h9nckh"}],["path",{d:"M4 17h16",key:"g4d7ey"}]],Sc=Y("arrow-right-left",kc);/**
|
|
67
|
+
* @license lucide-react v1.38.0 - ISC
|
|
68
|
+
*
|
|
69
|
+
* This source code is licensed under the ISC license.
|
|
70
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
71
|
+
*/const Ac=[["path",{d:"M2 10v3",key:"1fnikh"}],["path",{d:"M6 6v11",key:"11sgs0"}],["path",{d:"M10 3v18",key:"yhl04a"}],["path",{d:"M14 8v7",key:"3a1oy3"}],["path",{d:"M18 5v13",key:"123xd1"}],["path",{d:"M22 10v3",key:"154ddg"}]],Nc=Y("audio-lines",Ac);/**
|
|
72
|
+
* @license lucide-react v1.38.0 - ISC
|
|
73
|
+
*
|
|
74
|
+
* This source code is licensed under the ISC license.
|
|
75
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
76
|
+
*/const Tc=[["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5",key:"1u7htd"}],["path",{d:"M15 12h.01",key:"1k8ypt"}],["path",{d:"M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1",key:"11xh7x"}],["path",{d:"M9 12h.01",key:"157uk2"}]],Dc=Y("baby",Tc);/**
|
|
77
|
+
* @license lucide-react v1.38.0 - ISC
|
|
78
|
+
*
|
|
79
|
+
* This source code is licensed under the ISC license.
|
|
80
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
81
|
+
*/const Ec=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}]],Bc=Y("ban",Ec);/**
|
|
82
|
+
* @license lucide-react v1.38.0 - ISC
|
|
83
|
+
*
|
|
84
|
+
* This source code is licensed under the ISC license.
|
|
85
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
86
|
+
*/const Lc=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}]],jc=Y("bell",Lc);/**
|
|
87
|
+
* @license lucide-react v1.38.0 - ISC
|
|
88
|
+
*
|
|
89
|
+
* This source code is licensed under the ISC license.
|
|
90
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
91
|
+
*/const Mc=[["path",{d:"M10 2v8l3-3 3 3V2",key:"sqw3rj"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]],Pc=Y("book-marked",Mc);/**
|
|
92
|
+
* @license lucide-react v1.38.0 - ISC
|
|
93
|
+
*
|
|
94
|
+
* This source code is licensed under the ISC license.
|
|
95
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
96
|
+
*/const Rc=[["path",{d:"M12 5v16",key:"1f6ucr"}],["path",{d:"M20.001 19A2 2 0 0022 17V5a2 2 0 00-1.999-2L16 3.002A5 5 0 0012 5a5 5 0 00-4-2H4a2 2 0 00-2 2v12a2 2 0 001.999 2H8a5 5 0 014 2 5 5 0 014-2z",key:"1fyvmf"}]],$c=Y("book-open",Rc);/**
|
|
97
|
+
* @license lucide-react v1.38.0 - ISC
|
|
98
|
+
*
|
|
99
|
+
* This source code is licensed under the ISC license.
|
|
100
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
101
|
+
*/const Ic=[["path",{d:"M17 3h4v4",key:"19p9u1"}],["path",{d:"M18.575 11.082a13 13 0 0 1 1.048 9.027 1.17 1.17 0 0 1-1.914.597L14 17",key:"12t3w9"}],["path",{d:"M7 10 3.29 6.29a1.17 1.17 0 0 1 .6-1.91 13 13 0 0 1 9.03 1.05",key:"ogng5l"}],["path",{d:"M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1z",key:"8v3fy2"}],["path",{d:"M9.707 14.293 21 3",key:"ydm3bn"}]],Fc=Y("bow-arrow",Ic);/**
|
|
102
|
+
* @license lucide-react v1.38.0 - ISC
|
|
103
|
+
*
|
|
104
|
+
* This source code is licensed under the ISC license.
|
|
105
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
106
|
+
*/const Oc=[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1",key:"ezmyqa"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",key:"e1hn23"}]],Hc=Y("braces",Oc);/**
|
|
107
|
+
* @license lucide-react v1.38.0 - ISC
|
|
108
|
+
*
|
|
109
|
+
* This source code is licensed under the ISC license.
|
|
110
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
111
|
+
*/const Vc=[["path",{d:"M12 20v-9",key:"1qisl0"}],["path",{d:"M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z",key:"uouzyp"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M21 21a4 4 0 0 0-3.81-4",key:"1b0z45"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97",key:"5cxbf6"}],["path",{d:"M22 13h-4",key:"1jl80f"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4",key:"1fjd4g"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97",key:"1d7oge"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13",key:"1vgav8"}]],zc=Y("bug",Vc);/**
|
|
112
|
+
* @license lucide-react v1.38.0 - ISC
|
|
113
|
+
*
|
|
114
|
+
* This source code is licensed under the ISC license.
|
|
115
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
116
|
+
*/const Wc=[["path",{d:"M8 2v3",key:"1ioesn"}],["path",{d:"M16 2v3",key:"otl347"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]],qc=Y("calendar-check",Wc);/**
|
|
117
|
+
* @license lucide-react v1.38.0 - ISC
|
|
118
|
+
*
|
|
119
|
+
* This source code is licensed under the ISC license.
|
|
120
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
121
|
+
*/const Uc=[["path",{d:"M8 2v3",key:"1ioesn"}],["path",{d:"M16 2v3",key:"otl347"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M8 13h.01",key:"1sbv64"}],["path",{d:"M12 13h.01",key:"y0uutt"}],["path",{d:"M16 13h.01",key:"wip0gl"}],["path",{d:"M8 17h.01",key:"p3bg7i"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M16 17h.01",key:"ql8jdd"}]],Gc=Y("calendar-days",Uc);/**
|
|
122
|
+
* @license lucide-react v1.38.0 - ISC
|
|
123
|
+
*
|
|
124
|
+
* This source code is licensed under the ISC license.
|
|
125
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
126
|
+
*/const Yc=[["path",{d:"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z",key:"18u6gg"}],["circle",{cx:"12",cy:"13",r:"3",key:"1vg3eu"}]],Kc=Y("camera",Yc);/**
|
|
127
|
+
* @license lucide-react v1.38.0 - ISC
|
|
128
|
+
*
|
|
129
|
+
* This source code is licensed under the ISC license.
|
|
130
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
131
|
+
*/const Zc=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]],Xc=Y("chart-column",Zc);/**
|
|
132
|
+
* @license lucide-react v1.38.0 - ISC
|
|
133
|
+
*
|
|
134
|
+
* This source code is licensed under the ISC license.
|
|
135
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
136
|
+
*/const Jc=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]],Qc=Y("chart-line",Jc);/**
|
|
137
|
+
* @license lucide-react v1.38.0 - ISC
|
|
138
|
+
*
|
|
139
|
+
* This source code is licensed under the ISC license.
|
|
140
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
141
|
+
*/const eu=[["path",{d:"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",key:"pzmjnu"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83",key:"k2fpak"}]],tu=Y("chart-pie",eu);/**
|
|
142
|
+
* @license lucide-react v1.38.0 - ISC
|
|
143
|
+
*
|
|
144
|
+
* This source code is licensed under the ISC license.
|
|
145
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
146
|
+
*/const nu=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],no=Y("check",nu);/**
|
|
147
|
+
* @license lucide-react v1.38.0 - ISC
|
|
148
|
+
*
|
|
149
|
+
* This source code is licensed under the ISC license.
|
|
150
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
151
|
+
*/const au=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],ao=Y("chevron-left",au);/**
|
|
152
|
+
* @license lucide-react v1.38.0 - ISC
|
|
153
|
+
*
|
|
154
|
+
* This source code is licensed under the ISC license.
|
|
155
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
156
|
+
*/const ru=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],ro=Y("chevron-right",ru);/**
|
|
157
|
+
* @license lucide-react v1.38.0 - ISC
|
|
158
|
+
*
|
|
159
|
+
* This source code is licensed under the ISC license.
|
|
160
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
161
|
+
*/const ou=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]],iu=Y("clipboard-list",ou);/**
|
|
162
|
+
* @license lucide-react v1.38.0 - ISC
|
|
163
|
+
*
|
|
164
|
+
* This source code is licensed under the ISC license.
|
|
165
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
166
|
+
*/const su=[["path",{d:"M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"1l7d7l"}],["path",{d:"M19 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"9955pe"}],["path",{d:"m7 15 3 3",key:"4hkfgk"}],["path",{d:"m7 21 3-3H5a2 2 0 0 1-2-2v-2",key:"1xljwe"}],["rect",{x:"14",y:"14",width:"7",height:"7",rx:"1",key:"1cdgtw"}],["rect",{x:"3",y:"3",width:"7",height:"7",rx:"1",key:"zi3rio"}]],lu=Y("combine",su);/**
|
|
167
|
+
* @license lucide-react v1.38.0 - ISC
|
|
168
|
+
*
|
|
169
|
+
* This source code is licensed under the ISC license.
|
|
170
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
171
|
+
*/const cu=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],uu=Y("copy",cu);/**
|
|
172
|
+
* @license lucide-react v1.38.0 - ISC
|
|
173
|
+
*
|
|
174
|
+
* This source code is licensed under the ISC license.
|
|
175
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
176
|
+
*/const du=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],pu=Y("credit-card",du);/**
|
|
177
|
+
* @license lucide-react v1.38.0 - ISC
|
|
178
|
+
*
|
|
179
|
+
* This source code is licensed under the ISC license.
|
|
180
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
181
|
+
*/const hu=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]],oo=Y("database",hu);/**
|
|
182
|
+
* @license lucide-react v1.38.0 - ISC
|
|
183
|
+
*
|
|
184
|
+
* This source code is licensed under the ISC license.
|
|
185
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
186
|
+
*/const mu=[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]],gu=Y("diff",mu);/**
|
|
187
|
+
* @license lucide-react v1.38.0 - ISC
|
|
188
|
+
*
|
|
189
|
+
* This source code is licensed under the ISC license.
|
|
190
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
191
|
+
*/const fu=[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]],io=Y("download",fu);/**
|
|
192
|
+
* @license lucide-react v1.38.0 - ISC
|
|
193
|
+
*
|
|
194
|
+
* This source code is licensed under the ISC license.
|
|
195
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
196
|
+
*/const bu=[["path",{d:"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0",key:"1dfaln"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4",key:"1qnva7"}]],yu=Y("ear",bu);/**
|
|
197
|
+
* @license lucide-react v1.38.0 - ISC
|
|
198
|
+
*
|
|
199
|
+
* This source code is licensed under the ISC license.
|
|
200
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
201
|
+
*/const Cu=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]],vu=Y("square-pen",Cu);/**
|
|
202
|
+
* @license lucide-react v1.38.0 - ISC
|
|
203
|
+
*
|
|
204
|
+
* This source code is licensed under the ISC license.
|
|
205
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
206
|
+
*/const wu=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],xu=Y("pen",wu);/**
|
|
207
|
+
* @license lucide-react v1.38.0 - ISC
|
|
208
|
+
*
|
|
209
|
+
* This source code is licensed under the ISC license.
|
|
210
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
211
|
+
*/const _u=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],ku=Y("pen-line",_u);/**
|
|
212
|
+
* @license lucide-react v1.38.0 - ISC
|
|
213
|
+
*
|
|
214
|
+
* This source code is licensed under the ISC license.
|
|
215
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
216
|
+
*/const Su=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]],so=Y("ellipsis",Su);/**
|
|
217
|
+
* @license lucide-react v1.38.0 - ISC
|
|
218
|
+
*
|
|
219
|
+
* This source code is licensed under the ISC license.
|
|
220
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
221
|
+
*/const Au=[["path",{d:"M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21",key:"g5wo59"}],["path",{d:"m5.082 11.09 8.828 8.828",key:"1wx5vj"}]],Nu=Y("eraser",Au);/**
|
|
222
|
+
* @license lucide-react v1.38.0 - ISC
|
|
223
|
+
*
|
|
224
|
+
* This source code is licensed under the ISC license.
|
|
225
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
226
|
+
*/const Tu=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],Du=Y("external-link",Tu);/**
|
|
227
|
+
* @license lucide-react v1.38.0 - ISC
|
|
228
|
+
*
|
|
229
|
+
* This source code is licensed under the ISC license.
|
|
230
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
231
|
+
*/const Eu=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Bu=Y("eye",Eu);/**
|
|
232
|
+
* @license lucide-react v1.38.0 - ISC
|
|
233
|
+
*
|
|
234
|
+
* This source code is licensed under the ISC license.
|
|
235
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
236
|
+
*/const Lu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],ju=Y("file-text",Lu);/**
|
|
237
|
+
* @license lucide-react v1.38.0 - ISC
|
|
238
|
+
*
|
|
239
|
+
* This source code is licensed under the ISC license.
|
|
240
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
241
|
+
*/const Mu=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3",key:"1i73f7"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3",key:"saxlbk"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]],Pu=Y("square-centerline-dashed-horizontal",Mu);/**
|
|
242
|
+
* @license lucide-react v1.38.0 - ISC
|
|
243
|
+
*
|
|
244
|
+
* This source code is licensed under the ISC license.
|
|
245
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
246
|
+
*/const Ru=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]],$u=Y("folder-open",Ru);/**
|
|
247
|
+
* @license lucide-react v1.38.0 - ISC
|
|
248
|
+
*
|
|
249
|
+
* This source code is licensed under the ISC license.
|
|
250
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
251
|
+
*/const Iu=[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],Fu=Y("folder-plus",Iu);/**
|
|
252
|
+
* @license lucide-react v1.38.0 - ISC
|
|
253
|
+
*
|
|
254
|
+
* This source code is licensed under the ISC license.
|
|
255
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
256
|
+
*/const Ou=[["line",{x1:"6",x2:"10",y1:"12",y2:"12",key:"161bw2"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13",key:"dqpgro"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11",key:"meh2c"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]],Hu=Y("gamepad",Ou);/**
|
|
257
|
+
* @license lucide-react v1.38.0 - ISC
|
|
258
|
+
*
|
|
259
|
+
* This source code is licensed under the ISC license.
|
|
260
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
261
|
+
*/const Vu=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381",key:"pgg06f"}],["path",{d:"m16 16 6-6",key:"vzrcl6"}],["path",{d:"m21.5 10.5-8-8",key:"a17d9x"}],["path",{d:"m8 8 6-6",key:"18bi4p"}],["path",{d:"m8.5 7.5 8 8",key:"1oyaui"}]],zu=Y("gavel",Vu);/**
|
|
262
|
+
* @license lucide-react v1.38.0 - ISC
|
|
263
|
+
*
|
|
264
|
+
* This source code is licensed under the ISC license.
|
|
265
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
266
|
+
*/const Wu=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]],lo=Y("git-merge",Wu);/**
|
|
267
|
+
* @license lucide-react v1.38.0 - ISC
|
|
268
|
+
*
|
|
269
|
+
* This source code is licensed under the ISC license.
|
|
270
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
271
|
+
*/const qu=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],Uu=Y("globe",qu);/**
|
|
272
|
+
* @license lucide-react v1.38.0 - ISC
|
|
273
|
+
*
|
|
274
|
+
* This source code is licensed under the ISC license.
|
|
275
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
276
|
+
*/const Gu=[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",key:"1xhozi"}]],Yu=Y("headphones",Gu);/**
|
|
277
|
+
* @license lucide-react v1.38.0 - ISC
|
|
278
|
+
*
|
|
279
|
+
* This source code is licensed under the ISC license.
|
|
280
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
281
|
+
*/const Ku=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",key:"mvr1a0"}]],Zu=Y("heart",Ku);/**
|
|
282
|
+
* @license lucide-react v1.38.0 - ISC
|
|
283
|
+
*
|
|
284
|
+
* This source code is licensed under the ISC license.
|
|
285
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
286
|
+
*/const Xu=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]],Ju=Y("house",Xu);/**
|
|
287
|
+
* @license lucide-react v1.38.0 - ISC
|
|
288
|
+
*
|
|
289
|
+
* This source code is licensed under the ISC license.
|
|
290
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
291
|
+
*/const Qu=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],ed=Y("info",Qu);/**
|
|
292
|
+
* @license lucide-react v1.38.0 - ISC
|
|
293
|
+
*
|
|
294
|
+
* This source code is licensed under the ISC license.
|
|
295
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
296
|
+
*/const td=[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]],nd=Y("key-round",td);/**
|
|
297
|
+
* @license lucide-react v1.38.0 - ISC
|
|
298
|
+
*
|
|
299
|
+
* This source code is licensed under the ISC license.
|
|
300
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
301
|
+
*/const ad=[["path",{d:"M10 18v-7",key:"wt116b"}],["path",{d:"M11.119 2.205a2 2 0 0 1 1.762 0l7.84 3.846A.5.5 0 0 1 20.5 7h-17a.5.5 0 0 1-.22-.949z",key:"yxxwt6"}],["path",{d:"M14 18v-7",key:"vav6t3"}],["path",{d:"M18 18v-7",key:"aexdmj"}],["path",{d:"M3 22h18",key:"8prr45"}],["path",{d:"M6 18v-7",key:"1ivflk"}]],rd=Y("landmark",ad);/**
|
|
302
|
+
* @license lucide-react v1.38.0 - ISC
|
|
303
|
+
*
|
|
304
|
+
* This source code is licensed under the ISC license.
|
|
305
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
306
|
+
*/const od=[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]],id=Y("layers",od);/**
|
|
307
|
+
* @license lucide-react v1.38.0 - ISC
|
|
308
|
+
*
|
|
309
|
+
* This source code is licensed under the ISC license.
|
|
310
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
311
|
+
*/const sd=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]],ld=Y("layout-dashboard",sd);/**
|
|
312
|
+
* @license lucide-react v1.38.0 - ISC
|
|
313
|
+
*
|
|
314
|
+
* This source code is licensed under the ISC license.
|
|
315
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
316
|
+
*/const cd=[["path",{d:"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z",key:"nnexq3"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12",key:"mt58a7"}]],ud=Y("leaf",cd);/**
|
|
317
|
+
* @license lucide-react v1.38.0 - ISC
|
|
318
|
+
*
|
|
319
|
+
* This source code is licensed under the ISC license.
|
|
320
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
321
|
+
*/const dd=[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",key:"1gvzjb"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]],pd=Y("lightbulb",dd);/**
|
|
322
|
+
* @license lucide-react v1.38.0 - ISC
|
|
323
|
+
*
|
|
324
|
+
* This source code is licensed under the ISC license.
|
|
325
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
326
|
+
*/const hd=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],md=Y("link",hd);/**
|
|
327
|
+
* @license lucide-react v1.38.0 - ISC
|
|
328
|
+
*
|
|
329
|
+
* This source code is licensed under the ISC license.
|
|
330
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
331
|
+
*/const gd=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],fd=Y("link-2",gd);/**
|
|
332
|
+
* @license lucide-react v1.38.0 - ISC
|
|
333
|
+
*
|
|
334
|
+
* This source code is licensed under the ISC license.
|
|
335
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
336
|
+
*/const bd=[["path",{d:"M9 17H7A5 5 0 0 1 7 7",key:"10o201"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8",key:"1d3206"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12",key:"rvw6j4"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],yd=Y("link-2-off",bd);/**
|
|
337
|
+
* @license lucide-react v1.38.0 - ISC
|
|
338
|
+
*
|
|
339
|
+
* This source code is licensed under the ISC license.
|
|
340
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
341
|
+
*/const Cd=[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]],vd=Y("list",Cd);/**
|
|
342
|
+
* @license lucide-react v1.38.0 - ISC
|
|
343
|
+
*
|
|
344
|
+
* This source code is licensed under the ISC license.
|
|
345
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
346
|
+
*/const wd=[["path",{d:"M13 5h8",key:"a7qcls"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}]],xd=Y("list-checks",wd);/**
|
|
347
|
+
* @license lucide-react v1.38.0 - ISC
|
|
348
|
+
*
|
|
349
|
+
* This source code is licensed under the ISC license.
|
|
350
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
351
|
+
*/const _d=[["path",{d:"M11 5h10",key:"1cz7ny"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 19h10",key:"11t30w"}],["path",{d:"M4 4h1v5",key:"10yrso"}],["path",{d:"M4 9h2",key:"r1h2o0"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02",key:"xtkcd5"}]],kd=Y("list-ordered",_d);/**
|
|
352
|
+
* @license lucide-react v1.38.0 - ISC
|
|
353
|
+
*
|
|
354
|
+
* This source code is licensed under the ISC license.
|
|
355
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
356
|
+
*/const Sd=[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]],Ad=Y("loader",Sd);/**
|
|
357
|
+
* @license lucide-react v1.38.0 - ISC
|
|
358
|
+
*
|
|
359
|
+
* This source code is licensed under the ISC license.
|
|
360
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
361
|
+
*/const Nd=[["path",{d:"m16 17 5-5-5-5",key:"1bji2h"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}]],Td=Y("log-out",Nd);/**
|
|
362
|
+
* @license lucide-react v1.38.0 - ISC
|
|
363
|
+
*
|
|
364
|
+
* This source code is licensed under the ISC license.
|
|
365
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
366
|
+
*/const Dd=[["path",{d:"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7",key:"132q7q"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}]],Ed=Y("mail",Dd);/**
|
|
367
|
+
* @license lucide-react v1.38.0 - ISC
|
|
368
|
+
*
|
|
369
|
+
* This source code is licensed under the ISC license.
|
|
370
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
371
|
+
*/const Bd=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]],Ld=Y("map-pin",Bd);/**
|
|
372
|
+
* @license lucide-react v1.38.0 - ISC
|
|
373
|
+
*
|
|
374
|
+
* This source code is licensed under the ISC license.
|
|
375
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
376
|
+
*/const jd=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],Md=Y("message-circle",jd);/**
|
|
377
|
+
* @license lucide-react v1.38.0 - ISC
|
|
378
|
+
*
|
|
379
|
+
* This source code is licensed under the ISC license.
|
|
380
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
381
|
+
*/const Pd=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],Rd=Y("message-circle-question-mark",Pd);/**
|
|
382
|
+
* @license lucide-react v1.38.0 - ISC
|
|
383
|
+
*
|
|
384
|
+
* This source code is licensed under the ISC license.
|
|
385
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
386
|
+
*/const $d=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}]],Id=Y("message-square",$d);/**
|
|
387
|
+
* @license lucide-react v1.38.0 - ISC
|
|
388
|
+
*
|
|
389
|
+
* This source code is licensed under the ISC license.
|
|
390
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
391
|
+
*/const Fd=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M7 11h10",key:"1twpyw"}],["path",{d:"M7 15h6",key:"d9of3u"}],["path",{d:"M7 7h8",key:"af5zfr"}]],Od=Y("message-square-text",Fd);/**
|
|
392
|
+
* @license lucide-react v1.38.0 - ISC
|
|
393
|
+
*
|
|
394
|
+
* This source code is licensed under the ISC license.
|
|
395
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
396
|
+
*/const Hd=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]],Vd=Y("circle-minus",Hd);/**
|
|
397
|
+
* @license lucide-react v1.38.0 - ISC
|
|
398
|
+
*
|
|
399
|
+
* This source code is licensed under the ISC license.
|
|
400
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
401
|
+
*/const zd=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]],Wd=Y("package",zd);/**
|
|
402
|
+
* @license lucide-react v1.38.0 - ISC
|
|
403
|
+
*
|
|
404
|
+
* This source code is licensed under the ISC license.
|
|
405
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
406
|
+
*/const qd=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],Ud=Y("palette",qd);/**
|
|
407
|
+
* @license lucide-react v1.38.0 - ISC
|
|
408
|
+
*
|
|
409
|
+
* This source code is licensed under the ISC license.
|
|
410
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
411
|
+
*/const Gd=[["path",{d:"M5.8 11.3 2 22l10.7-3.79",key:"gwxi1d"}],["path",{d:"M4 3h.01",key:"1vcuye"}],["path",{d:"M22 8h.01",key:"1mrtc2"}],["path",{d:"M15 2h.01",key:"1cjtqr"}],["path",{d:"M22 20h.01",key:"1mrys2"}],["path",{d:"m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",key:"hbicv8"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17",key:"1i94pl"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7",key:"1cofks"}],["path",{d:"M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",key:"4kbmks"}]],Yd=Y("party-popper",Gd);/**
|
|
412
|
+
* @license lucide-react v1.38.0 - ISC
|
|
413
|
+
*
|
|
414
|
+
* This source code is licensed under the ISC license.
|
|
415
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
416
|
+
*/const Kd=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1",key:"kaeet6"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1",key:"1wsw3u"}]],Zd=Y("pause",Kd);/**
|
|
417
|
+
* @license lucide-react v1.38.0 - ISC
|
|
418
|
+
*
|
|
419
|
+
* This source code is licensed under the ISC license.
|
|
420
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
421
|
+
*/const Xd=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],Jd=Y("pencil",Xd);/**
|
|
422
|
+
* @license lucide-react v1.38.0 - ISC
|
|
423
|
+
*
|
|
424
|
+
* This source code is licensed under the ISC license.
|
|
425
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
426
|
+
*/const Qd=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],ep=Y("phone",Qd);/**
|
|
427
|
+
* @license lucide-react v1.38.0 - ISC
|
|
428
|
+
*
|
|
429
|
+
* This source code is licensed under the ISC license.
|
|
430
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
431
|
+
*/const tp=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]],np=Y("play",tp);/**
|
|
432
|
+
* @license lucide-react v1.38.0 - ISC
|
|
433
|
+
*
|
|
434
|
+
* This source code is licensed under the ISC license.
|
|
435
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
436
|
+
*/const ap=[["path",{d:"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z",key:"kmsa83"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],rp=Y("circle-play",ap);/**
|
|
437
|
+
* @license lucide-react v1.38.0 - ISC
|
|
438
|
+
*
|
|
439
|
+
* This source code is licensed under the ISC license.
|
|
440
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
441
|
+
*/const op=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],ip=Y("plus",op);/**
|
|
442
|
+
* @license lucide-react v1.38.0 - ISC
|
|
443
|
+
*
|
|
444
|
+
* This source code is licensed under the ISC license.
|
|
445
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
446
|
+
*/const sp=[["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"143wyd"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}],["rect",{x:"6",y:"14",width:"12",height:"8",rx:"1",key:"1ue0tg"}]],lp=Y("printer",sp);/**
|
|
447
|
+
* @license lucide-react v1.38.0 - ISC
|
|
448
|
+
*
|
|
449
|
+
* This source code is licensed under the ISC license.
|
|
450
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
451
|
+
*/const cp=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],up=Y("refresh-cw",cp);/**
|
|
452
|
+
* @license lucide-react v1.38.0 - ISC
|
|
453
|
+
*
|
|
454
|
+
* This source code is licensed under the ISC license.
|
|
455
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
456
|
+
*/const dp=[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]],pp=Y("repeat",dp);/**
|
|
457
|
+
* @license lucide-react v1.38.0 - ISC
|
|
458
|
+
*
|
|
459
|
+
* This source code is licensed under the ISC license.
|
|
460
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
461
|
+
*/const hp=[["path",{d:"M14 4a1 1 0 0 1 1-1",key:"dhj8ez"}],["path",{d:"M15 10a1 1 0 0 1-1-1",key:"1mnyi5"}],["path",{d:"M21 4a1 1 0 0 0-1-1",key:"sfs9ap"}],["path",{d:"M21 9a1 1 0 0 1-1 1",key:"mp6qeo"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a2 2 0 0 1 2-2h2",key:"15xut4"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}]],mp=Y("replace",hp);/**
|
|
462
|
+
* @license lucide-react v1.38.0 - ISC
|
|
463
|
+
*
|
|
464
|
+
* This source code is licensed under the ISC license.
|
|
465
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
466
|
+
*/const gp=[["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}],["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09",key:"u4xsad"}],["path",{d:"M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z",key:"676m9"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05",key:"92ym6u"}]],fp=Y("rocket",gp);/**
|
|
467
|
+
* @license lucide-react v1.38.0 - ISC
|
|
468
|
+
*
|
|
469
|
+
* This source code is licensed under the ISC license.
|
|
470
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
471
|
+
*/const bp=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]],yp=Y("rotate-ccw",bp);/**
|
|
472
|
+
* @license lucide-react v1.38.0 - ISC
|
|
473
|
+
*
|
|
474
|
+
* This source code is licensed under the ISC license.
|
|
475
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
476
|
+
*/const Cp=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]],vp=Y("rotate-cw",Cp);/**
|
|
477
|
+
* @license lucide-react v1.38.0 - ISC
|
|
478
|
+
*
|
|
479
|
+
* This source code is licensed under the ISC license.
|
|
480
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
481
|
+
*/const wp=[["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1",key:"10xrj0"}],["path",{d:"m13 12 4-4",key:"1hckqy"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2",key:"1p4srx"}]],xp=Y("salad",wp);/**
|
|
482
|
+
* @license lucide-react v1.38.0 - ISC
|
|
483
|
+
*
|
|
484
|
+
* This source code is licensed under the ISC license.
|
|
485
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
486
|
+
*/const _p=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m16 16-1.9-1.9",key:"1dq9hf"}]],kp=Y("scan-search",_p);/**
|
|
487
|
+
* @license lucide-react v1.38.0 - ISC
|
|
488
|
+
*
|
|
489
|
+
* This source code is licensed under the ISC license.
|
|
490
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
491
|
+
*/const Sp=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],co=Y("circle-alert",Sp);/**
|
|
492
|
+
* @license lucide-react v1.38.0 - ISC
|
|
493
|
+
*
|
|
494
|
+
* This source code is licensed under the ISC license.
|
|
495
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
496
|
+
*/const Ap=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],uo=Y("circle-check-big",Ap);/**
|
|
497
|
+
* @license lucide-react v1.38.0 - ISC
|
|
498
|
+
*
|
|
499
|
+
* This source code is licensed under the ISC license.
|
|
500
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
501
|
+
*/const Np=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],Tp=Y("search",Np);/**
|
|
502
|
+
* @license lucide-react v1.38.0 - ISC
|
|
503
|
+
*
|
|
504
|
+
* This source code is licensed under the ISC license.
|
|
505
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
506
|
+
*/const Dp=[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M8.12 8.12 12 12",key:"1alkpv"}],["path",{d:"M20 4 8.12 15.88",key:"xgtan2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M14.8 14.8 20 20",key:"ptml3r"}]],Ep=Y("scissors",Dp);/**
|
|
507
|
+
* @license lucide-react v1.38.0 - ISC
|
|
508
|
+
*
|
|
509
|
+
* This source code is licensed under the ISC license.
|
|
510
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
511
|
+
*/const Bp=[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["path",{d:"m8.5 8.5 5 5",key:"a8mexj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],Lp=Y("search-x",Bp);/**
|
|
512
|
+
* @license lucide-react v1.38.0 - ISC
|
|
513
|
+
*
|
|
514
|
+
* This source code is licensed under the ISC license.
|
|
515
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
516
|
+
*/const jp=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],Mp=Y("send",jp);/**
|
|
517
|
+
* @license lucide-react v1.38.0 - ISC
|
|
518
|
+
*
|
|
519
|
+
* This source code is licensed under the ISC license.
|
|
520
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
521
|
+
*/const Pp=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Rp=Y("settings",Pp);/**
|
|
522
|
+
* @license lucide-react v1.38.0 - ISC
|
|
523
|
+
*
|
|
524
|
+
* This source code is licensed under the ISC license.
|
|
525
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
526
|
+
*/const $p=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],Ip=Y("shield-check",$p);/**
|
|
527
|
+
* @license lucide-react v1.38.0 - ISC
|
|
528
|
+
*
|
|
529
|
+
* This source code is licensed under the ISC license.
|
|
530
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
531
|
+
*/const Fp=[["path",{d:"m2.05 2.05 1.099-.028a1 1 0 0 1 1.008.815l2.69 14.347A1 1 0 0 0 7.83 18H18",key:"uebgi3"}],["path",{d:"M4.563 5h16.435a1 1 0 0 1 .981 1.204l-1.026 6.226A2 2 0 0 1 18.962 14H6.25",key:"1j7c9p"}],["circle",{cx:"18",cy:"20",r:"2",key:"t9985n"}],["circle",{cx:"8",cy:"20",r:"2",key:"ckkr5m"}]],Op=Y("shopping-cart",Fp);/**
|
|
532
|
+
* @license lucide-react v1.38.0 - ISC
|
|
533
|
+
*
|
|
534
|
+
* This source code is licensed under the ISC license.
|
|
535
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
536
|
+
*/const Hp=[["path",{d:"m18 14 4 4-4 4",key:"10pe0f"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22",key:"1ailkh"}],["path",{d:"M2 6h1.972a4 4 0 0 1 3.6 2.2",key:"km57vx"}],["path",{d:"M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45",key:"os18l9"}]],Vp=Y("shuffle",Hp);/**
|
|
537
|
+
* @license lucide-react v1.38.0 - ISC
|
|
538
|
+
*
|
|
539
|
+
* This source code is licensed under the ISC license.
|
|
540
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
541
|
+
*/const zp=[["path",{d:"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z",key:"15892j"}],["path",{d:"M3 20V4",key:"1ptbpl"}]],Wp=Y("skip-back",zp);/**
|
|
542
|
+
* @license lucide-react v1.38.0 - ISC
|
|
543
|
+
*
|
|
544
|
+
* This source code is licensed under the ISC license.
|
|
545
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
546
|
+
*/const qp=[["path",{d:"M21 4v16",key:"7j8fe9"}],["path",{d:"M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z",key:"zs4d6"}]],Up=Y("skip-forward",qp);/**
|
|
547
|
+
* @license lucide-react v1.38.0 - ISC
|
|
548
|
+
*
|
|
549
|
+
* This source code is licensed under the ISC license.
|
|
550
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
551
|
+
*/const Gp=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],Yp=Y("square",Gp);/**
|
|
552
|
+
* @license lucide-react v1.38.0 - ISC
|
|
553
|
+
*
|
|
554
|
+
* This source code is licensed under the ISC license.
|
|
555
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
556
|
+
*/const Kp=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]],Zp=Y("star",Kp);/**
|
|
557
|
+
* @license lucide-react v1.38.0 - ISC
|
|
558
|
+
*
|
|
559
|
+
* This source code is licensed under the ISC license.
|
|
560
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
561
|
+
*/const Xp=[["path",{d:"M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5",key:"slp6dd"}],["path",{d:"M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244",key:"o0xfot"}],["path",{d:"M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05",key:"wn3emo"}]],Jp=Y("store",Xp);/**
|
|
562
|
+
* @license lucide-react v1.38.0 - ISC
|
|
563
|
+
*
|
|
564
|
+
* This source code is licensed under the ISC license.
|
|
565
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
566
|
+
*/const Qp=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 3v1",key:"1asbbs"}],["path",{d:"M12 20v1",key:"1wcdkc"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M20 12h1",key:"1vloll"}],["path",{d:"m18.364 5.636-.707.707",key:"1hakh0"}],["path",{d:"m6.343 17.657-.707.707",key:"18m9nf"}],["path",{d:"m5.636 5.636.707.707",key:"1xv1c5"}],["path",{d:"m17.657 17.657.707.707",key:"vl76zb"}]],eh=Y("sun-medium",Qp);/**
|
|
567
|
+
* @license lucide-react v1.38.0 - ISC
|
|
568
|
+
*
|
|
569
|
+
* This source code is licensed under the ISC license.
|
|
570
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
571
|
+
*/const th=[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]],nh=Y("table",th);/**
|
|
572
|
+
* @license lucide-react v1.38.0 - ISC
|
|
573
|
+
*
|
|
574
|
+
* This source code is licensed under the ISC license.
|
|
575
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
576
|
+
*/const ah=[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",key:"gugj83"}]],rh=Y("table-2",ah);/**
|
|
577
|
+
* @license lucide-react v1.38.0 - ISC
|
|
578
|
+
*
|
|
579
|
+
* This source code is licensed under the ISC license.
|
|
580
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
581
|
+
*/const oh=[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]],ih=Y("terminal",oh);/**
|
|
582
|
+
* @license lucide-react v1.38.0 - ISC
|
|
583
|
+
*
|
|
584
|
+
* This source code is licensed under the ISC license.
|
|
585
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
586
|
+
*/const sh=[["path",{d:"M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6",key:"1528k5"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7",key:"13ksps"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1",key:"1n9rhb"}],["path",{d:"M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1",key:"1mj8rg"}],["path",{d:"M9 6v12",key:"velyjx"}]],lh=Y("text-cursor-input",sh);/**
|
|
587
|
+
* @license lucide-react v1.38.0 - ISC
|
|
588
|
+
*
|
|
589
|
+
* This source code is licensed under the ISC license.
|
|
590
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
591
|
+
*/const ch=[["path",{d:"M15 5h6",key:"1pr8yx"}],["path",{d:"M15 12h6",key:"upa0zy"}],["path",{d:"M3 19h18",key:"awlh7x"}],["path",{d:"m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12",key:"6lvno8"}],["path",{d:"M3.92 10h6.16",key:"1tl8ex"}]],uh=Y("text-initial",ch);/**
|
|
592
|
+
* @license lucide-react v1.38.0 - ISC
|
|
593
|
+
*
|
|
594
|
+
* This source code is licensed under the ISC license.
|
|
595
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
596
|
+
*/const dh=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M13 5v2",key:"dyzc3o"}],["path",{d:"M13 17v2",key:"1ont0d"}],["path",{d:"M13 11v2",key:"1wjjxi"}]],ph=Y("ticket",dh);/**
|
|
597
|
+
* @license lucide-react v1.38.0 - ISC
|
|
598
|
+
*
|
|
599
|
+
* This source code is licensed under the ISC license.
|
|
600
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
601
|
+
*/const hh=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],mh=Y("trash-2",hh);/**
|
|
602
|
+
* @license lucide-react v1.38.0 - ISC
|
|
603
|
+
*
|
|
604
|
+
* This source code is licensed under the ISC license.
|
|
605
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
606
|
+
*/const gh=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],fh=Y("trending-up",gh);/**
|
|
607
|
+
* @license lucide-react v1.38.0 - ISC
|
|
608
|
+
*
|
|
609
|
+
* This source code is licensed under the ISC license.
|
|
610
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
611
|
+
*/const bh=[["path",{d:"M10 14.66V17a1 1 0 0 1-1 1 2 2 0 0 0-2 2v2",key:"pwuv1l"}],["path",{d:"M14 14.66V17a1 1 0 0 0 1 1 2 2 0 0 1 2 2v2",key:"1y54w1"}],["path",{d:"M17.916 10H19.5A2.5 2.5 0 0 0 22 7.5V5a1 1 0 0 0-1-1h-3",key:"e30mpu"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z",key:"1mhfuq"}],["path",{d:"M6.084 10H4.5A2.5 2.5 0 0 1 2 7.5V5a1 1 0 0 1 1-1h3",key:"i0yafy"}]],yh=Y("trophy",bh);/**
|
|
612
|
+
* @license lucide-react v1.38.0 - ISC
|
|
613
|
+
*
|
|
614
|
+
* This source code is licensed under the ISC license.
|
|
615
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
616
|
+
*/const Ch=[["path",{d:"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",key:"yqzxt4"}],["path",{d:"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71",key:"4qinb0"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5",key:"1041cp"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8",key:"14m1p5"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22",key:"rzdirn"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16",key:"ox905f"}]],vh=Y("unlink",Ch);/**
|
|
617
|
+
* @license lucide-react v1.38.0 - ISC
|
|
618
|
+
*
|
|
619
|
+
* This source code is licensed under the ISC license.
|
|
620
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
621
|
+
*/const wh=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],xh=Y("upload",wh);/**
|
|
622
|
+
* @license lucide-react v1.38.0 - ISC
|
|
623
|
+
*
|
|
624
|
+
* This source code is licensed under the ISC license.
|
|
625
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
626
|
+
*/const _h=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],po=Y("user",_h);/**
|
|
627
|
+
* @license lucide-react v1.38.0 - ISC
|
|
628
|
+
*
|
|
629
|
+
* This source code is licensed under the ISC license.
|
|
630
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
631
|
+
*/const kh=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]],Sh=Y("user-plus",kh);/**
|
|
632
|
+
* @license lucide-react v1.38.0 - ISC
|
|
633
|
+
*
|
|
634
|
+
* This source code is licensed under the ISC license.
|
|
635
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
636
|
+
*/const Ah=[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]],Nh=Y("user-round",Ah);/**
|
|
637
|
+
* @license lucide-react v1.38.0 - ISC
|
|
638
|
+
*
|
|
639
|
+
* This source code is licensed under the ISC license.
|
|
640
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
641
|
+
*/const Th=[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]],Dh=Y("user-round-check",Th);/**
|
|
642
|
+
* @license lucide-react v1.38.0 - ISC
|
|
643
|
+
*
|
|
644
|
+
* This source code is licensed under the ISC license.
|
|
645
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
646
|
+
*/const Eh=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],Bh=Y("users",Eh);/**
|
|
647
|
+
* @license lucide-react v1.38.0 - ISC
|
|
648
|
+
*
|
|
649
|
+
* This source code is licensed under the ISC license.
|
|
650
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
651
|
+
*/const Lh=[["path",{d:"M18 21a8 8 0 0 0-16 0",key:"3ypg7q"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",key:"10s06x"}]],jh=Y("users-round",Lh);/**
|
|
652
|
+
* @license lucide-react v1.38.0 - ISC
|
|
653
|
+
*
|
|
654
|
+
* This source code is licensed under the ISC license.
|
|
655
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
656
|
+
*/const Mh=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728",key:"ijwkga"}]],ho=Y("volume-2",Mh);/**
|
|
657
|
+
* @license lucide-react v1.38.0 - ISC
|
|
658
|
+
*
|
|
659
|
+
* This source code is licensed under the ISC license.
|
|
660
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
661
|
+
*/const Ph=[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",key:"1ngwbx"}]],Rh=Y("wrench",Ph);/**
|
|
662
|
+
* @license lucide-react v1.38.0 - ISC
|
|
663
|
+
*
|
|
664
|
+
* This source code is licensed under the ISC license.
|
|
665
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
666
|
+
*/const $h=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],mo=Y("x",$h);/**
|
|
667
|
+
* @license lucide-react v1.38.0 - ISC
|
|
668
|
+
*
|
|
669
|
+
* This source code is licensed under the ISC license.
|
|
670
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
671
|
+
*/const Ih=[["path",{d:"M15.914 4a1.5 1.5 0 00-2.474-1.561l-9 9A1.5 1.5 0 005.5 14h4.002a.5.5 0 01.471.666L8.086 20a1.5 1.5 0 002.475 1.56l9-9A1.5 1.5 0 0018.5 10h-3.997a.5.5 0 01-.472-.667z",key:"1v7up4"}]],Fh=Y("zap",Ih);/**
|
|
672
|
+
* @license lucide-react v1.38.0 - ISC
|
|
673
|
+
*
|
|
674
|
+
* This source code is licensed under the ISC license.
|
|
675
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
676
|
+
*/const Oh=[["path",{d:"M12 6v16",key:"nqf5sj"}],["path",{d:"m19 13 2-1a9 9 0 0 1-18 0l2 1",key:"y7qv08"}],["path",{d:"M9 11h6",key:"1fldmi"}],["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}]],Hh=Y("anchor",Oh);/**
|
|
677
|
+
* @license lucide-react v1.38.0 - ISC
|
|
678
|
+
*
|
|
679
|
+
* This source code is licensed under the ISC license.
|
|
680
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
681
|
+
*/const Vh=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]],zh=Y("arrow-up-a-z",Vh);/**
|
|
682
|
+
* @license lucide-react v1.38.0 - ISC
|
|
683
|
+
*
|
|
684
|
+
* This source code is licensed under the ISC license.
|
|
685
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
686
|
+
*/const Wh=[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V3",key:"1lcnhd"}],["path",{d:"M19 21V9",key:"unv183"}]],qh=Y("chart-no-axes-column",Wh);/**
|
|
687
|
+
* @license lucide-react v1.38.0 - ISC
|
|
688
|
+
*
|
|
689
|
+
* This source code is licensed under the ISC license.
|
|
690
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
691
|
+
*/const Uh=[["path",{d:"M8 2v3",key:"1ioesn"}],["path",{d:"M16 2v3",key:"otl347"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["path",{d:"M3 9h18",key:"1pudct"}]],go=Y("calendar",Uh);/**
|
|
692
|
+
* @license lucide-react v1.38.0 - ISC
|
|
693
|
+
*
|
|
694
|
+
* This source code is licensed under the ISC license.
|
|
695
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
696
|
+
*/const Gh=[["path",{d:"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",key:"5owen"}],["circle",{cx:"7",cy:"17",r:"2",key:"u2ysq9"}],["path",{d:"M9 17h6",key:"r8uit2"}],["circle",{cx:"17",cy:"17",r:"2",key:"axvx0g"}]],Yh=Y("car",Gh);/**
|
|
697
|
+
* @license lucide-react v1.38.0 - ISC
|
|
698
|
+
*
|
|
699
|
+
* This source code is licensed under the ISC license.
|
|
700
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
701
|
+
*/const Kh=[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1",key:"pwadti"}],["path",{d:"M6 2v2",key:"colzsn"}]],Zh=Y("coffee",Kh);/**
|
|
702
|
+
* @license lucide-react v1.38.0 - ISC
|
|
703
|
+
*
|
|
704
|
+
* This source code is licensed under the ISC license.
|
|
705
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
706
|
+
*/const Xh=[["line",{x1:"6",x2:"10",y1:"11",y2:"11",key:"1gktln"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13",key:"qnk9ow"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12",key:"krot7o"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10",key:"1lcuu1"}],["path",{d:"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",key:"mfqc10"}]],Jh=Y("gamepad-2",Xh);/**
|
|
707
|
+
* @license lucide-react v1.38.0 - ISC
|
|
708
|
+
*
|
|
709
|
+
* This source code is licensed under the ISC license.
|
|
710
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
711
|
+
*/const Qh=[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]],em=Y("inbox",Qh);/**
|
|
712
|
+
* @license lucide-react v1.38.0 - ISC
|
|
713
|
+
*
|
|
714
|
+
* This source code is licensed under the ISC license.
|
|
715
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
716
|
+
*/const tm=[["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"M3 10a2 2 0 0 0 2 2h3",key:"1npucw"}],["path",{d:"M3 5v12a2 2 0 0 0 2 2h3",key:"x1gjn2"}]],nm=Y("list-tree",tm);/**
|
|
717
|
+
* @license lucide-react v1.38.0 - ISC
|
|
718
|
+
*
|
|
719
|
+
* This source code is licensed under the ISC license.
|
|
720
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
721
|
+
*/const am=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M12 11h.01",key:"z322tv"}],["path",{d:"M16 11h.01",key:"xkw8gn"}],["path",{d:"M8 11h.01",key:"1dfujw"}]],rm=Y("message-square-more",am);/**
|
|
722
|
+
* @license lucide-react v1.38.0 - ISC
|
|
723
|
+
*
|
|
724
|
+
* This source code is licensed under the ISC license.
|
|
725
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
726
|
+
*/const om=[["path",{d:"M5 12h14",key:"1ays0h"}]],im=Y("minus",om);/**
|
|
727
|
+
* @license lucide-react v1.38.0 - ISC
|
|
728
|
+
*
|
|
729
|
+
* This source code is licensed under the ISC license.
|
|
730
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
731
|
+
*/const sm=[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]],lm=Y("share-2",sm);/**
|
|
732
|
+
* @license lucide-react v1.38.0 - ISC
|
|
733
|
+
*
|
|
734
|
+
* This source code is licensed under the ISC license.
|
|
735
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
736
|
+
*/const cm=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]],um=Y("sparkles",cm);/**
|
|
737
|
+
* @license lucide-react v1.38.0 - ISC
|
|
738
|
+
*
|
|
739
|
+
* This source code is licensed under the ISC license.
|
|
740
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
741
|
+
*/const dm=[["path",{d:"M12 4v16",key:"1654pz"}],["path",{d:"M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2",key:"e0r10z"}],["path",{d:"M9 20h6",key:"s66wpe"}]],pm=Y("type",dm);/**
|
|
742
|
+
* @license lucide-react v1.38.0 - ISC
|
|
743
|
+
*
|
|
744
|
+
* This source code is licensed under the ISC license.
|
|
745
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
746
|
+
*/const hm=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}]],mm=Y("volume",hm);/**
|
|
747
|
+
* @license lucide-react v1.38.0 - ISC
|
|
748
|
+
*
|
|
749
|
+
* This source code is licensed under the ISC license.
|
|
750
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
751
|
+
*/const gm=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],fo=Y("chevron-down",gm);/**
|
|
752
|
+
* @license lucide-react v1.38.0 - ISC
|
|
753
|
+
*
|
|
754
|
+
* This source code is licensed under the ISC license.
|
|
755
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
756
|
+
*/const fm=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],bo=Y("chevron-up",fm);/**
|
|
757
|
+
* @license lucide-react v1.38.0 - ISC
|
|
758
|
+
*
|
|
759
|
+
* This source code is licensed under the ISC license.
|
|
760
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
761
|
+
*/const bm=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],ym=Y("circle",bm);/**
|
|
762
|
+
* @license lucide-react v1.38.0 - ISC
|
|
763
|
+
*
|
|
764
|
+
* This source code is licensed under the ISC license.
|
|
765
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
766
|
+
*/const Cm=[["path",{d:"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",key:"14u9p9"}]],vm=Y("triangle",Cm);/**
|
|
767
|
+
* @license lucide-react v1.38.0 - ISC
|
|
768
|
+
*
|
|
769
|
+
* This source code is licensed under the ISC license.
|
|
770
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
771
|
+
*/const wm=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],xm=Y("menu",wm);/**
|
|
772
|
+
* @license lucide-react v1.38.0 - ISC
|
|
773
|
+
*
|
|
774
|
+
* This source code is licensed under the ISC license.
|
|
775
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
776
|
+
*/const _m=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",key:"kfwtm"}]],km=Y("moon",_m);/**
|
|
777
|
+
* @license lucide-react v1.38.0 - ISC
|
|
778
|
+
*
|
|
779
|
+
* This source code is licensed under the ISC license.
|
|
780
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
781
|
+
*/const Sm=[["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",key:"emmmcr"}],["path",{d:"M7 10v12",key:"1qc93n"}]],Am=Y("thumbs-up",Sm),yo={"alert-triangle":to,"align-start-vertical":bc,anchor:Hh,"arrow-down":Cc,"arrow-left":wc,"arrow-right":_c,"arrow-right-left":Sc,"arrow-up-a-z":zh,"audio-lines":Nc,baby:Dc,ban:Bc,"bar-chart-2":qh,bell:jc,"book-marked":Pc,"book-open":$c,"bow-arrow":Fc,braces:Hc,bug:zc,calendar:go,"calendar-check":qc,"calendar-days":Gc,camera:Kc,car:Yh,"chart-column":Xc,"chart-line":Qc,"chart-pie":tu,check:no,"chevron-down":fo,"chevron-left":ao,"chevron-right":ro,"chevron-up":bo,circle:ym,"clipboard-list":iu,coffee:Zh,combine:lu,copy:uu,"credit-card":pu,database:oo,diff:gu,download:io,ear:yu,edit:vu,"edit-2":xu,"edit-3":ku,ellipsis:so,eraser:Nu,"external-link":Du,eye:Bu,"file-text":ju,"flip-horizontal":Pu,"folder-open":$u,"folder-plus":Fu,gamepad:Hu,"gamepad-2":Jh,gavel:zu,"git-merge":lo,globe:Uu,headphones:Yu,heart:Zu,home:Ju,inbox:em,info:ed,"key-round":nd,landmark:rd,layers:id,"layout-dashboard":ld,leaf:ud,lightbulb:pd,link:md,"link-2":fd,"link-2-off":yd,list:vd,"list-checks":xd,"list-ordered":kd,"list-tree":nm,loader:Ad,"log-out":Td,mail:Ed,"map-pin":Ld,menu:xm,"message-circle":Md,"message-circle-question-mark":Rd,"message-square":Id,"message-square-more":rm,"message-square-text":Od,minus:im,"minus-circle":Vd,moon:km,"more-horizontal":so,package:Wd,palette:Ud,"party-popper":Yd,pause:Zd,pencil:Jd,phone:ep,play:np,"play-circle":rp,plus:ip,printer:lp,"refresh-cw":up,repeat:pp,replace:mp,rocket:fp,"rotate-ccw":yp,"rotate-cw":vp,salad:xp,"scan-search":kp,search:Tp,"circle-alert":co,"alert-circle":co,"check-circle":uo,scissors:Ep,"search-x":Lp,send:Mp,settings:Rp,"share-2":lm,"shield-check":Ip,"shopping-cart":Op,shuffle:Vp,"skip-back":Wp,"skip-forward":Up,sparkles:um,square:Yp,star:Zp,store:Jp,"sun-medium":eh,table:nh,"table-2":rh,terminal:ih,"text-cursor-input":lh,"text-initial":uh,"thumbs-up":Am,ticket:ph,triangle:vm,"trash-2":mh,"trending-up":fh,"triangle-alert":to,trophy:yh,type:pm,unlink:vh,upload:xh,user:po,"user-plus":Sh,"user-round":Nh,"user-round-check":Dh,users:Bh,"users-round":jh,volume:mm,"volume-2":ho,wrench:Rh,x:mo,zap:Fh};function Nm(t){return yo[t]??null}const Co=new Set,Tm=(()=>{try{const t=globalThis;return t.process!=null&&t.process.env?.NODE_ENV!=="production"}catch{return!1}})();function Dm(t){return Tm&&!(t in yo)&&!Co.has(t)&&(Co.add(t),console.warn(`[ihabdevteam-core] lucide \uC544\uC774\uCF58 '${t}' \uC774 \uC815\uC801 \uBAA9\uB85D\uC5D0 \uC5C6\uC5B4 \uB80C\uB354\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. utils/lucideIconSet.ts \uC758 STATIC_LUCIDE_ICONS \uC5D0 \uCD94\uAC00\uD558\uC138\uC694.`)),Promise.resolve(null)}const Em=t=>t.replace(/([A-Z]+)([A-Z][a-z])/g,"$1-$2").replace(/([a-z0-9])([A-Z])/g,"$1-$2").replace(/([A-Za-z])([0-9])/g,"$1-$2").replace(/[_ ]+/g,"-").toLowerCase();function Bm(t){const e=t.toLowerCase();if(e.startsWith("http://")||e.startsWith("https://")||e.startsWith("data:")||t.includes("/assets/"))return null;const n=(t.split("/").pop()||"").replace(/\.svg$/,"");return n?Em(n):null}const vo=new Map;function Lm(t){const e=typeof t=="string"?Bm(t):null,n=e?Nm(e)??vo.get(e)??null:null,[r,o]=l.useState(null);return l.useEffect(()=>{if(!e||n)return;let i=!1;return Dm(e).then(s=>{vo.set(e,s),i||o(s)}),()=>{i=!0}},[e,n]),n??r}/*! @license DOMPurify 3.4.14 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.14/LICENSE */function wo(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function jm(t){if(Array.isArray(t))return t}function Mm(t,e){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var r,o,i,s,c=[],d=!0,u=!1;try{if(i=(n=n.call(t)).next,e!==0)for(;!(d=(r=i.call(n)).done)&&(c.push(r.value),c.length!==e);d=!0);}catch(h){u=!0,o=h}finally{try{if(!d&&n.return!=null&&(s=n.return(),Object(s)!==s))return}finally{if(u)throw o}}return c}}function Pm(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
782
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Rm(t,e){return jm(t)||Mm(t,e)||$m(t,e)||Pm()}function $m(t,e){if(t){if(typeof t=="string")return wo(t,e);var n={}.toString.call(t).slice(8,-1);return n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set"?Array.from(t):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?wo(t,e):void 0}}const xo=Object.entries,_o=Object.setPrototypeOf,Im=Object.isFrozen,Fm=Object.getPrototypeOf,Om=Object.getOwnPropertyDescriptor;let dt=Object.freeze,ht=Object.seal,Sn=Object.create,ko=typeof Reflect<"u"&&Reflect,ja=ko.apply,Ma=ko.construct;dt||(dt=function(e){return e}),ht||(ht=function(e){return e}),ja||(ja=function(e,n){for(var r=arguments.length,o=new Array(r>2?r-2:0),i=2;i<r;i++)o[i-2]=arguments[i];return e.apply(n,o)}),Ma||(Ma=function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return new e(...r)});const gn=ct(Array.prototype.forEach),Hm=ct(Array.prototype.lastIndexOf),So=ct(Array.prototype.pop),Fn=ct(Array.prototype.push),Vm=ct(Array.prototype.splice),An=Array.isArray,On=ct(String.prototype.toLowerCase),Pa=ct(String.prototype.toString),Ao=ct(String.prototype.match),Hn=ct(String.prototype.replace),No=ct(String.prototype.indexOf),zm=ct(String.prototype.trim),Wm=ct(Number.prototype.toString),qm=ct(Boolean.prototype.toString),To=typeof BigInt>"u"?null:ct(BigInt.prototype.toString),Do=typeof Symbol>"u"?null:ct(Symbol.prototype.toString),Tt=ct(Object.prototype.hasOwnProperty),Vn=ct(Object.prototype.toString),Ct=ct(RegExp.prototype.test),fn=Um(TypeError);function ct(t){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return ja(t,e,r)}}function Um(t){return function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return Ma(t,n)}}function Pe(t,e){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:On;if(_o&&_o(t,null),!An(e))return t;let r=e.length;for(;r--;){let o=e[r];if(typeof o=="string"){const i=n(o);i!==o&&(Im(e)||(e[r]=i),o=i)}t[o]=!0}return t}function Gm(t){for(let e=0;e<t.length;e++)Tt(t,e)||(t[e]=null);return t}function Bt(t){const e=Sn(null);for(const r of xo(t)){var n=Rm(r,2);const o=n[0],i=n[1];Tt(t,o)&&(An(i)?e[o]=Gm(i):i&&typeof i=="object"&&i.constructor===Object?e[o]=Bt(i):e[o]=i)}return e}function Ym(t){switch(typeof t){case"string":return t;case"number":return Wm(t);case"boolean":return qm(t);case"bigint":return To?To(t):"0";case"symbol":return Do?Do(t):"Symbol()";case"undefined":return Vn(t);case"function":case"object":{if(t===null)return Vn(t);const e=t,n=Ft(e,"toString");if(typeof n=="function"){const r=n(e);return typeof r=="string"?r:Vn(r)}return Vn(t)}default:return Vn(t)}}function Ft(t,e){for(;t!==null;){const r=Om(t,e);if(r){if(r.get)return ct(r.get);if(typeof r.value=="function")return ct(r.value)}t=Fm(t)}function n(){return null}return n}function Km(t){try{return Ct(t,""),!0}catch{return!1}}const Eo=dt(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Ra=dt(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),$a=dt(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Zm=dt(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Ia=dt(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Xm=dt(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Bo=dt(["#text"]),Lo=dt(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","command","commandfor","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns"]),Fa=dt(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dominant-baseline","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","pointer-events","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-orientation","text-rendering","textlength","type","u1","u2","unicode","values","vector-effect","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),jo=dt(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),ia=dt(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Jm=ht(/{{[\w\W]*|^[\w\W]*}}/g),Qm=ht(/<%[\w\W]*|^[\w\W]*%>/g),e1=ht(/\${[\w\W]*/g),t1=ht(/^data-[\-\w.\u00B7-\uFFFF]+$/),n1=ht(/^aria-[\-\w]+$/),Mo=ht(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),a1=ht(/^(?:\w+script|data):/i),r1=ht(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),o1=ht(/^html$/i),i1=ht(/^[a-z][.\w]*(-[.\w]+)+$/i),Po=ht(/<[/\w!]/g),Ro=ht(/<[/\w]/g),s1=ht(/<\/no(script|embed|frames)/i),l1=ht(/\/>/i),Lt={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,processingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},$o=["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"],c1=dt(Pe({},$o)),u1=(function(){const t={};return gn($o,e=>{t[e]=ht(new RegExp("</"+e+"(?=[\\t\\n\\f\\r />])","i"))}),dt(t)})(),d1=function(){return typeof window>"u"?null:window},p1=function(e,n){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let r=null;const o="data-tt-policy-suffix";n&&n.hasAttribute(o)&&(r=n.getAttribute(o));const i="dompurify"+(r?"#"+r:"");try{return e.createPolicy(i,{createHTML(s){return s},createScriptURL(s){return s}})}catch{return console.warn("TrustedTypes policy "+i+" could not be created."),null}},Io=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},on=function(e,n,r,o){return Tt(e,n)&&An(e[n])?Pe(o.base?Bt(o.base):{},e[n],o.transform):r},Oa=function(e,n,r){const o=Tt(e,n)?e[n]:void 0;return o&&typeof o=="object"?Bt(o):r()};function Fo(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:d1();const e=ue=>Fo(ue);if(e.version="3.4.14",e.removed=[],!t||!t.document||t.document.nodeType!==Lt.document||!t.Element)return e.isSupported=!1,e;let n=t.document;const r=n,o=r.currentScript;t.DocumentFragment;const i=t.HTMLTemplateElement,s=t.Node,c=t.Element,d=t.NodeFilter,u=t.NamedNodeMap;u===void 0&&(t.NamedNodeMap||t.MozNamedAttrMap),t.HTMLFormElement;const h=t.DOMParser,p=t.trustedTypes,m=c.prototype,b=Ft(m,"cloneNode"),f=Ft(m,"remove"),g=Ft(m,"nextSibling"),y=Ft(m,"childNodes"),C=Ft(m,"parentNode"),w=Ft(m,"shadowRoot"),x=Ft(m,"attributes"),v=s&&s.prototype?Ft(s.prototype,"nodeType"):null,T=s&&s.prototype?Ft(s.prototype,"nodeName"):null,_=s&&s.prototype?Ft(s.prototype,"ownerDocument"):null,N=function(A){return v?v(A):A.nodeType},B=function(A){return T?T(A):A.nodeName};if(typeof i=="function"){const ue=n.createElement("template");ue.content&&ue.content.ownerDocument&&(n=ue.content.ownerDocument)}let S,D="",$,j=!1,k=0;const E=function(){if(k>0)throw fn('A configured TRUSTED_TYPES_POLICY callback (createHTML or createScriptURL) must not call DOMPurify.sanitize, as that causes infinite recursion. Do not pass a policy whose callbacks wrap DOMPurify as TRUSTED_TYPES_POLICY; see the "DOMPurify and Trusted Types" section of the README.')},L=function(A){E(),k++;try{return S.createHTML(A)}finally{k--}},F=function(A){E(),k++;try{return S.createScriptURL(A)}finally{k--}},J=function(){return j||($=p1(p,o),j=!0),$},Z=n,Q=Z.implementation,O=Z.createNodeIterator,I=Z.createDocumentFragment,R=Z.getElementsByTagName,V=r.importNode;let P=Io();e.isSupported=typeof xo=="function"&&typeof C=="function"&&Q&&Q.createHTMLDocument!==void 0;const U=Jm,M=Qm,z=e1,W=t1,G=n1,X=a1,le=r1,ce=i1;let te=Mo,K=null;const se=Pe({},[...Eo,...Ra,...$a,...Ia,...Bo]);let fe=null;const Se=Pe({},[...Lo,...Fa,...jo,...ia]);let Ae=Object.seal(Sn(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),ee=null,we=null;const xe=Object.seal(Sn(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let Be=!0,Oe=!0,ze=!1,We=!0,Fe=!1,at=!0,Re=!1,He=!1,Ie=null,me=null,rt=!1,$e=!1,Le=!1,qe=!1,vt=!0,Ue=!1;const Ve="user-content-";let lt=!0,De=!1,Qe={},Ke=null;const je=Pe({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","selectedcontent","style","svg","template","thead","title","video","xmp"]);let Ge=null;const Ze=Pe({},["audio","video","img","source","image","track"]);let mt=null;const wt=Pe({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),tt="http://www.w3.org/1998/Math/MathML",jt="http://www.w3.org/2000/svg",ut="http://www.w3.org/1999/xhtml";let Mt=ut,Vt=!1,Pt=null;const an=Pe({},[tt,jt,ut],Pa),zt=dt(["mi","mo","mn","ms","mtext"]);let $t=Pe({},zt);const rn=dt(["annotation-xml"]);let xt=Pe({},rn);const hn=Pe({},["title","style","font","a","script"]);let Dt=null;const Gt=["application/xhtml+xml","text/html"],mn="text/html";let Ye=null,Et=null;const yt=n.createElement("form"),Yt=function(A){return A instanceof RegExp||A instanceof Function},Wt=function(){let A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(Et&&Et===A)return;(!A||typeof A!="object")&&(A={}),A=Bt(A),Dt=Gt.indexOf(A.PARSER_MEDIA_TYPE)===-1?mn:A.PARSER_MEDIA_TYPE,Ye=Dt==="application/xhtml+xml"?Pa:On,K=on(A,"ALLOWED_TAGS",se,{transform:Ye}),fe=on(A,"ALLOWED_ATTR",Se,{transform:Ye}),Pt=on(A,"ALLOWED_NAMESPACES",an,{transform:Pa}),mt=on(A,"ADD_URI_SAFE_ATTR",wt,{transform:Ye,base:wt}),Ge=on(A,"ADD_DATA_URI_TAGS",Ze,{transform:Ye,base:Ze}),Ke=on(A,"FORBID_CONTENTS",je,{transform:Ye}),ee=on(A,"FORBID_TAGS",Bt({}),{transform:Ye}),we=on(A,"FORBID_ATTR",Bt({}),{transform:Ye}),Qe=Tt(A,"USE_PROFILES")?A.USE_PROFILES&&typeof A.USE_PROFILES=="object"?Bt(A.USE_PROFILES):A.USE_PROFILES:!1,Be=A.ALLOW_ARIA_ATTR!==!1,Oe=A.ALLOW_DATA_ATTR!==!1,ze=A.ALLOW_UNKNOWN_PROTOCOLS||!1,We=A.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Fe=A.SAFE_FOR_TEMPLATES||!1,at=A.SAFE_FOR_XML!==!1,Re=A.WHOLE_DOCUMENT||!1,$e=A.RETURN_DOM||!1,Le=A.RETURN_DOM_FRAGMENT||!1,qe=A.RETURN_TRUSTED_TYPE||!1,rt=A.FORCE_BODY||!1,vt=A.SANITIZE_DOM!==!1,Ue=A.SANITIZE_NAMED_PROPS||!1,lt=A.KEEP_CONTENT!==!1,De=A.IN_PLACE||!1,te=Km(A.ALLOWED_URI_REGEXP)?A.ALLOWED_URI_REGEXP:Mo,Mt=typeof A.NAMESPACE=="string"?A.NAMESPACE:ut,$t=Oa(A,"MATHML_TEXT_INTEGRATION_POINTS",()=>Pe({},zt)),xt=Oa(A,"HTML_INTEGRATION_POINTS",()=>Pe({},rn));const H=Oa(A,"CUSTOM_ELEMENT_HANDLING",()=>Sn(null));if(Ae=Sn(null),Tt(H,"tagNameCheck")&&Yt(H.tagNameCheck)&&(Ae.tagNameCheck=H.tagNameCheck),Tt(H,"attributeNameCheck")&&Yt(H.attributeNameCheck)&&(Ae.attributeNameCheck=H.attributeNameCheck),Tt(H,"allowCustomizedBuiltInElements")&&typeof H.allowCustomizedBuiltInElements=="boolean"&&(Ae.allowCustomizedBuiltInElements=H.allowCustomizedBuiltInElements),ht(Ae),Fe&&(Oe=!1),Le&&($e=!0),Qe&&(K=Pe({},Bo),fe=Sn(null),Qe.html===!0&&(Pe(K,Eo),Pe(fe,Lo)),Qe.svg===!0&&(Pe(K,Ra),Pe(fe,Fa),Pe(fe,ia)),Qe.svgFilters===!0&&(Pe(K,$a),Pe(fe,Fa),Pe(fe,ia)),Qe.mathMl===!0&&(Pe(K,Ia),Pe(fe,jo),Pe(fe,ia))),xe.tagCheck=null,xe.attributeCheck=null,Tt(A,"ADD_TAGS")&&(typeof A.ADD_TAGS=="function"?xe.tagCheck=A.ADD_TAGS:An(A.ADD_TAGS)&&(K===se&&(K=Bt(K)),Pe(K,A.ADD_TAGS,Ye))),Tt(A,"ADD_ATTR")&&(typeof A.ADD_ATTR=="function"?xe.attributeCheck=A.ADD_ATTR:An(A.ADD_ATTR)&&(fe===Se&&(fe=Bt(fe)),Pe(fe,A.ADD_ATTR,Ye))),Tt(A,"ADD_FORBID_CONTENTS")&&An(A.ADD_FORBID_CONTENTS)&&(Ke===je&&(Ke=Bt(Ke)),Pe(Ke,A.ADD_FORBID_CONTENTS,Ye)),lt&&(K["#text"]=!0),Re&&Pe(K,["html","head","body"]),K.table&&(Pe(K,["tbody"]),delete ee.tbody),A.TRUSTED_TYPES_POLICY){if(typeof A.TRUSTED_TYPES_POLICY.createHTML!="function")throw fn('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof A.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw fn('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');const re=S;S=A.TRUSTED_TYPES_POLICY;try{D=L("")}catch(be){throw S=re,be}}else A.TRUSTED_TYPES_POLICY===null?(S=void 0,D=""):(S===void 0&&(S=J()),S&&typeof D=="string"&&(D=L("")));dt&&dt(A),Et=A},ne=Pe({},[...Ra,...$a,...Zm]),de=Pe({},[...Ia,...Xm]),he=function(A,H,re){return H.namespaceURI===ut?A==="svg":H.namespaceURI===tt?A==="svg"&&(re==="annotation-xml"||$t[re]):!!ne[A]},q=function(A,H,re){return H.namespaceURI===ut?A==="math":H.namespaceURI===jt?A==="math"&&xt[re]:!!de[A]},ae=function(A,H,re){return H.namespaceURI===jt&&!xt[re]||H.namespaceURI===tt&&!$t[re]?!1:!de[A]&&(hn[A]||!ne[A])},ge=function(A){let H=C(A);(!H||!H.tagName)&&(H={namespaceURI:Mt,tagName:"template"});const re=On(A.tagName),be=On(H.tagName);return Pt[A.namespaceURI]?A.namespaceURI===jt?he(re,H,be):A.namespaceURI===tt?q(re,H,be):A.namespaceURI===ut?ae(re,H,be):!!(Dt==="application/xhtml+xml"&&Pt[A.namespaceURI]):!1},Ce=function(A){Fn(e.removed,{element:A});try{C(A).removeChild(A)}catch{if(f(A),!C(A))throw fn("a node selected for removal could not be detached from its tree and cannot be safely returned; refusing to sanitize in place")}},ve=function(A,H,re){try{A.removeAttributeNode(H)}catch{try{A.removeAttribute(re)}catch{}}},Ee=function(A){ie(A);const H=y(A);if(H){const be=[];gn(H,ke=>{Fn(be,ke)}),gn(be,ke=>{try{f(ke)}catch{}})}const re=x(A);if(re)for(let be=re.length-1;be>=0;--be){const ke=re[be],Te=ke&&ke.name;typeof Te=="string"&&ve(A,ke,Te)}},et=function(A,H,re){if(!re)try{re=H.getAttributeNode(A)}catch{re=null}Fn(e.removed,{attribute:re||null,from:H});try{re?H.removeAttributeNode(re):H.removeAttribute(A)}catch{try{H.removeAttribute(A)}catch{}}if(A==="is")if($e||Le)try{Ce(H)}catch{}else try{H.setAttribute(A,"")}catch{}},it=function(A){const H=x(A);if(H)for(let re=H.length-1;re>=0;--re){const be=H[re],ke=be&&be.name;typeof ke!="string"||fe[Ye(ke)]||ve(A,be,ke)}},ie=function(A){const H=[A];for(;H.length>0;){const re=H.pop();N(re)===Lt.element&&it(re);const ke=y(re);if(ke)for(let Te=ke.length-1;Te>=0;--Te)H.push(ke[Te])}},_e=function(A,H){return at?A==="patchsrc"?!0:A==="for"&&H!=="label"&&H!=="output":!1},Xe=function(A){if(!at)return;const H=[A];for(;H.length>0;){const re=H.pop(),be=N(re);if(be===Lt.processingInstruction||be===Lt.comment&&Ct(Ro,re.data)){try{f(re)}catch{}continue}if(be===Lt.element){const Te=re,Je=Ye(B(re));try{Te.hasAttribute&&Te.hasAttribute("patchsrc")&&Te.removeAttribute("patchsrc"),Te.hasAttribute&&Te.hasAttribute("for")&&_e("for",Je)&&Te.removeAttribute("for")}catch{}}const ke=y(re);if(ke)for(let Te=ke.length-1;Te>=0;--Te)H.push(ke[Te])}},gt=function(A){let H=null,re=null;if(rt)A="<remove></remove>"+A;else{const Te=Ao(A,/^[\r\n\t ]+/);re=Te&&Te[0]}Dt==="application/xhtml+xml"&&Mt===ut&&(A='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+A+"</body></html>");const be=S?L(A):A;if(Mt===ut)try{H=new h().parseFromString(be,Dt)}catch{}if(!H||!H.documentElement){H=Q.createDocument(Mt,"template",null);try{H.documentElement.innerHTML=Vt?D:be}catch{}}const ke=H.body||H.documentElement;return A&&re&&ke.insertBefore(n.createTextNode(re),ke.childNodes[0]||null),Mt===ut?R.call(H,Re?"html":"body")[0]:Re?H.documentElement:ke},ft=function(A){const H=_?_(A):A.ownerDocument;return O.call(H||A,A,d.SHOW_ELEMENT|d.SHOW_COMMENT|d.SHOW_TEXT|d.SHOW_PROCESSING_INSTRUCTION|d.SHOW_CDATA_SECTION,null)},It=function(A){return A=Hn(A,U," "),A=Hn(A,M," "),A=Hn(A,z," "),A},$n=function(A){var H;A.normalize();const re=_?_(A):A.ownerDocument,be=O.call(re||A,A,d.SHOW_TEXT|d.SHOW_COMMENT|d.SHOW_CDATA_SECTION|d.SHOW_PROCESSING_INSTRUCTION,null);let ke=be.nextNode();for(;ke;)ke.data=It(ke.data),ke=be.nextNode();const Te=(H=A.querySelectorAll)===null||H===void 0?void 0:H.call(A,"template");Te&&gn(Te,Je=>{kn(Je.content)&&$n(Je.content)})},aa=function(A){const H=T?T(A):null;return typeof H!="string"||Ye(H)!=="form"?!1:typeof A.nodeName!="string"||typeof A.textContent!="string"||typeof A.removeChild!="function"||A.attributes!==x(A)||typeof A.removeAttribute!="function"||typeof A.setAttribute!="function"||typeof A.namespaceURI!="string"||typeof A.insertBefore!="function"||typeof A.hasChildNodes!="function"||A.nodeType!==v(A)||A.childNodes!==y(A)},kn=function(A){if(!v||typeof A!="object"||A===null)return!1;try{return v(A)===Lt.documentFragment}catch{return!1}},In=function(A){if(!v||typeof A!="object"||A===null)return!1;try{return typeof v(A)=="number"}catch{return!1}};function qt(ue,A,H){ue.length!==0&&gn(ue,re=>{re.call(e,A,H,Et)})}const rc=function(A,H){return!!(at&&A.hasChildNodes()&&!In(A.firstElementChild)&&Ct(Po,A.textContent)&&Ct(Po,A.innerHTML)||at&&A.namespaceURI===ut&&c1[H]&&(In(A.firstElementChild)||typeof A.textContent=="string"&&Ct(u1[H],A.textContent))||A.nodeType===Lt.processingInstruction||at&&A.nodeType===Lt.comment&&Ct(Ro,A.data))},ra=function(A,H){if(A instanceof RegExp)return Ct(A,H);if(A instanceof Function){for(var re=arguments.length,be=new Array(re>2?re-2:0),ke=2;ke<re;ke++)be[ke-2]=arguments[ke];return!!A(H,...be)}return!1},oc=function(A,H,re){if(!ee[H]&&Xr(H)&&ra(Ae.tagNameCheck,H))return!1;if(lt&&!Ke[H]){const be=C(A),ke=y(A);if(ke&&be){const Te=ke.length;for(let Je=Te-1;Je>=0;--Je){const nt=A===re?b(ke[Je],!0):ke[Je];be.insertBefore(nt,g(A))}}}return Ce(A),!0},Gr=function(A,H,re,be){return A.length===0?H:H===re||H===be?Bt(H):H},Yr=function(A,H){return A===H||C(A)!==null?!1:(De&&ie(A),!0)},Kr=function(A,H){if(qt(P.beforeSanitizeElements,A,null),Yr(A,H))return!0;if(aa(A))return Ce(A),!0;const re=Ye(B(A));if(K=Gr(P.uponSanitizeElement,K,se,Ie),qt(P.uponSanitizeElement,A,{tagName:re,allowedTags:K}),Yr(A,H))return!0;if(rc(A,re))return Ce(A),!0;if(ee[re]||!(xe.tagCheck instanceof Function&&xe.tagCheck(re))&&!K[re]){const ke=oc(A,re,H);return ke===!1&&qt(P.afterSanitizeElements,A,null),ke}if(N(A)===Lt.element&&!ge(A)||(re==="noscript"||re==="noembed"||re==="noframes")&&Ct(s1,A.innerHTML))return Ce(A),!0;if(Fe&&A.nodeType===Lt.text){const ke=It(A.textContent);A.textContent!==ke&&(Fn(e.removed,{element:A.cloneNode()}),A.textContent=ke)}return qt(P.afterSanitizeElements,A,null),!1},Zr=function(A,H,re){if(we[H]||_e(H,A)||vt&&(H==="id"||H==="name")&&(re in n||re in yt))return!1;const be=fe[H]||xe.attributeCheck instanceof Function&&xe.attributeCheck(H,A);return Oe&&Ct(W,H)||Be&&Ct(G,H)?!0:be?mt[H]||Ct(te,Hn(re,le,""))||(H==="src"||H==="xlink:href"||H==="href")&&A!=="script"&&No(re,"data:")===0&&Ge[A]||ze&&!Ct(X,Hn(re,le,""))?!0:!re:Xr(A)&&ra(Ae.tagNameCheck,A)&&ra(Ae.attributeNameCheck,H,A)||H==="is"&&Ae.allowCustomizedBuiltInElements&&ra(Ae.tagNameCheck,re)},ic=Pe({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),Xr=function(A){return!ic[On(A)]&&Ct(ce,A)},sc=function(A,H,re,be){if(S&&typeof p=="object"&&typeof p.getAttributeType=="function"&&!re)switch(p.getAttributeType(A,H)){case"TrustedHTML":return L(be);case"TrustedScriptURL":return F(be)}return be},lc=function(A,H,re,be){try{re?A.setAttributeNS(re,H,be):A.setAttribute(H,be),aa(A)?Ce(A):So(e.removed)}catch{et(H,A)}},Jr=function(A){qt(P.beforeSanitizeAttributes,A,null);const H=A.attributes;if(!H||aa(A))return;fe=Gr(P.uponSanitizeAttribute,fe,Se,me);const re={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:fe,forceKeepAttr:void 0};let be=H.length;const ke=Ye(A.nodeName);for(;be--;){const Te=H[be],Je=Te.name,nt=Te.namespaceURI,At=Te.value,Nt=Ye(Je),Ba=At;let _t=Je==="value"?Ba:zm(Ba);if(re.attrName=Nt,re.attrValue=_t,re.keepAttr=!0,re.forceKeepAttr=void 0,qt(P.uponSanitizeAttribute,A,re),_t=re.attrValue,Ue&&(Nt==="id"||Nt==="name")&&No(_t,Ve)!==0&&(et(Je,A,Te),_t=Ve+_t),at&&Ct(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,_t)){et(Je,A,Te);continue}if(Nt==="attributename"&&Ao(_t,"href")){et(Je,A,Te);continue}if(!re.forceKeepAttr){if(!re.keepAttr){et(Je,A,Te);continue}if(!We&&Ct(l1,_t)){et(Je,A,Te);continue}if(Fe&&(_t=It(_t)),!Zr(ke,Nt,_t)){et(Je,A,Te);continue}_t=sc(ke,Nt,nt,_t),_t!==Ba&&lc(A,Je,nt,_t)}}qt(P.afterSanitizeAttributes,A,null)},oa=function(A){let H=null;const re=ft(A);for(qt(P.beforeSanitizeShadowDOM,A,null);H=re.nextNode();)if(qt(P.uponSanitizeShadowNode,H,null),Kr(H,A),Jr(H),kn(H.content)&&oa(H.content),N(H)===Lt.element){const be=w(H);kn(be)&&(Ea(be),oa(be))}qt(P.afterSanitizeShadowDOM,A,null)},Ea=function(A){const H=[{node:A,shadow:null}];for(;H.length>0;){const re=H.pop();if(re.shadow){oa(re.shadow);continue}const be=re.node,Te=N(be)===Lt.element,Je=y(be);if(Je)for(let nt=Je.length-1;nt>=0;--nt)H.push({node:Je[nt],shadow:null});if(Te){const nt=T?T(be):null;if(typeof nt=="string"&&Ye(nt)==="template"){const At=be.content;kn(At)&&H.push({node:At,shadow:null})}}if(Te){const nt=w(be);kn(nt)&&H.push({node:null,shadow:nt},{node:nt,shadow:null})}}};return e.sanitize=function(ue){let A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},H=null,re=null,be=null,ke=null;if(Vt=!ue,Vt&&(ue="<!-->"),typeof ue!="string"&&!In(ue)&&(ue=Ym(ue),typeof ue!="string"))throw fn("dirty is not a string, aborting");if(!e.isSupported)return ue;He?(K=Ie,fe=me):Wt(A),(P.uponSanitizeElement.length>0||P.uponSanitizeAttribute.length>0)&&(K=Bt(K)),P.uponSanitizeAttribute.length>0&&(fe=Bt(fe)),e.removed=[];const Te=De&&typeof ue!="string"&&In(ue);if(Te){Xe(ue);const At=B(ue);if(typeof At=="string"){const Nt=Ye(At);if(!K[Nt]||ee[Nt])throw Ee(ue),fn("root node is forbidden and cannot be sanitized in-place")}if(aa(ue))throw Ee(ue),fn("root node is clobbered and cannot be sanitized in-place");try{Ea(ue)}catch(Nt){throw Ee(ue),Nt}}else if(In(ue))H=gt("<!---->"),re=H.ownerDocument.importNode(ue,!0),re.nodeType===Lt.element&&re.nodeName==="BODY"||re.nodeName==="HTML"?H=re:H.appendChild(re),Ea(re);else{if(!$e&&!Fe&&!Re&&ue.indexOf("<")===-1)return S&&qe?L(ue):ue;if(H=gt(ue),!H)return $e?null:qe?D:""}H&&rt&&Ce(H.firstChild);const Je=Te?ue:H;try{const At=ft(Je);for(;be=At.nextNode();)Kr(be,Je),Jr(be),kn(be.content)&&oa(be.content)}catch(At){throw Te&&(Ee(ue),gn(e.removed,Nt=>{Nt.element&&ie(Nt.element)})),At}if(Te)return gn(e.removed,At=>{At.element&&ie(At.element)}),Fe&&$n(ue),ue;if($e){if(Fe&&$n(H),Le)for(ke=I.call(H.ownerDocument);H.firstChild;)ke.appendChild(H.firstChild);else ke=H;return(fe.shadowroot||fe.shadowrootmode)&&(ke=V.call(r,ke,!0)),ke}let nt=Re?H.outerHTML:H.innerHTML;return Re&&K["!doctype"]&&H.ownerDocument&&H.ownerDocument.doctype&&H.ownerDocument.doctype.name&&Ct(o1,H.ownerDocument.doctype.name)&&(nt="<!DOCTYPE "+H.ownerDocument.doctype.name+`>
|
|
783
|
+
`+nt),Fe&&(nt=It(nt)),S&&qe?L(nt):nt},e.setConfig=function(){let ue=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Wt(ue),He=!0,Ie=K,me=fe},e.clearConfig=function(){Et=null,He=!1,Ie=null,me=null,S=$,D=""},e.isValidAttribute=function(ue,A,H){Et||Wt({});const re=Ye(ue),be=Ye(A);return Zr(re,be,H)},e.addHook=function(ue,A){typeof A=="function"&&Tt(P,ue)&&Fn(P[ue],A)},e.removeHook=function(ue,A){if(Tt(P,ue)){if(A!==void 0){const H=Hm(P[ue],A);return H===-1?void 0:Vm(P[ue],H,1)[0]}return So(P[ue])}},e.removeHooks=function(ue){Tt(P,ue)&&(P[ue]=[])},e.removeAllHooks=function(){P=Io()},e}var h1=Fo();const m1=/^(?:[a-z]+:)?\/\//i;let g1="";function f1(){return g1}function Ha(t){const e=String(t||"").trim();if(!e)return"";if(m1.test(e)||e.startsWith("data:")||e.startsWith("blob:"))return e;const n=e.startsWith("/")?e:`/${e}`,r=f1();return r?`${r}${n}`:n}const Oo="__ihab_core_storage_resolvers__";function sa(){return globalThis[Oo]??null}function b1(t){globalThis[Oo]=t}let Ho=class extends Error{constructor(e){super(`
|
|
784
|
+
[ihabdevteam-core] ${e}() \uD638\uCD9C \uC2E4\uD328 \u2014 configureStorage()\uAC00 \uC124\uC815\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.
|
|
785
|
+
|
|
786
|
+
\uC571 \uCD08\uAE30\uD654 \uC2DC\uC810(main.tsx \uB4F1)\uC5D0 \uC544\uB798\uC640 \uAC19\uC774 \uD55C \uBC88 \uD638\uCD9C\uD558\uC138\uC694:
|
|
787
|
+
|
|
788
|
+
import { configureStorage } from '@ihabdevteam/core'
|
|
789
|
+
|
|
790
|
+
configureStorage({
|
|
791
|
+
resolveUrl: (path) =>
|
|
792
|
+
supabase.storage.from(BUCKET).createSignedUrl(path, 3600)
|
|
793
|
+
.then(({ data }) => data?.signedUrl ?? null),
|
|
794
|
+
download: (path) =>
|
|
795
|
+
supabase.storage.from(BUCKET).download(path)
|
|
796
|
+
.then(({ data, error }) => { if (error) throw error; return data }),
|
|
797
|
+
})
|
|
798
|
+
|
|
799
|
+
\uC124\uCE58 \uBA85\uB839\uC5B4 (\uC2A4\uD1A0\uB9AC\uC9C0 SDK \uBBF8\uC124\uCE58 \uC2DC):
|
|
800
|
+
npm install @supabase/supabase-js
|
|
801
|
+
pnpm add @supabase/supabase-js
|
|
802
|
+
`),this.name="StorageNotConfiguredError"}};function y1(t){b1(t)}function Vo(t,e){if(!t)return null;const n=sa();return n?.resolvePath?n.resolvePath(t,e):e?`${e}/${t}.mp3`:null}async function zo(t){if(!t)return null;const e=sa();if(!e)throw new Ho("getSignedOrPublicUrl");try{return await e.resolveUrl(t)}catch{return null}}async function Wo(t){const e=sa();if(!e)throw new Ho("downloadSound");return e.download(t)}function C1(){return sa()?.noiseBaseUrl??"/sounds/noise"}const qo="__ihab_core_tts_config__";function Va(){return globalThis[qo]?.urlResolver??null}function v1(){return globalThis[qo]?.fallbackUrlResolver??null}const w1="__ihab_core_pronunciation_resolver__";function x1(){return globalThis[w1]??null}let zn=null;const Uo=new WeakMap;function _1(){if(zn)return zn;try{const t=window.AudioContext||window.webkitAudioContext;return t?(zn=new t,zn):null}catch{return null}}function za(){try{zn?.resume()}catch{}}function Wa(t){if(!t)return null;const e=Uo.get(t);if(e)return e;const n=_1();if(!n)return null;try{const r=n.createMediaElementSource(t),o=n.createAnalyser();return o.fftSize=1024,o.smoothingTimeConstant=.6,r.connect(o),r.connect(n.destination),Uo.set(t,o),o}catch{return null}}function k1(t,e){t.getFloatTimeDomainData(e);let n=0;for(let r=0;r<e.length;r++){const o=e[r];n+=o*o}return Math.sqrt(n/e.length)}const S1="__ihab_core_image_config__";function Nn(){return globalThis[S1]??null}const Go="word_image_existence_map_v1";let bn=null;const la=new Map;function A1(){if(bn)return bn;try{const t=typeof localStorage<"u"?localStorage.getItem(Go):null;bn=t?JSON.parse(t):{}}catch{bn={}}return bn}let qa=null;function N1(){qa||(qa=setTimeout(()=>{qa=null;try{typeof localStorage<"u"&&bn&&localStorage.setItem(Go,JSON.stringify(bn))}catch{}},200))}function T1(t,e){return`${t}_${e??1}`}async function Yo(t,e){const n=A1(),r=T1(t,e);if(r in n)return n[r];if(la.has(r))return la.get(r);const o=Nn();if(!o)return!1;const i=o(t,e);if(!i)return!1;const s=fetch(i,{method:"HEAD",signal:AbortSignal.timeout(8e3)}).then(c=>c.ok).catch(()=>!1).then(c=>(n[r]=c,N1(),la.delete(r),c));return la.set(r,s),s}const Ko=["\u3131","\u3132","\u3134","\u3137","\u3138","\u3139","\u3141","\u3142","\u3143","\u3145","\u3146","\u3147","\u3148","\u3149","\u314A","\u314B","\u314C","\u314D","\u314E"],Zo=["\u314F","\u3150","\u3151","\u3152","\u3153","\u3154","\u3155","\u3156","\u3157","\u3158","\u3159","\u315A","\u315B","\u315C","\u315D","\u315E","\u315F","\u3160","\u3161","\u3162","\u3163"],D1=["","\u3131","\u3132","\u3133","\u3134","\u3135","\u3136","\u3137","\u3139","\u313A","\u313B","\u313C","\u313D","\u313E","\u313F","\u3140","\u3141","\u3142","\u3144","\u3145","\u3146","\u3147","\u3148","\u314A","\u314B","\u314C","\u314D","\u314E"];function Wn(t){if(!t)return null;const e=t.charCodeAt(0)-44032;return e<0||e>=11172?null:{cho:Math.floor(e/588),jung:Math.floor(e%588/28),jong:e%28}}function E1(t){const e=Wn(t[0]||"");return e?Ko[e.cho]:""}function B1(t,e){if(!e)return!0;const n=[...e],r=c=>Ko.includes(c),o=c=>Zo.includes(c),i=n.map(c=>r(c)?"cho":o(c)?"jung":Wn(c)?"syl":"other");if(i.includes("other"))return t.includes(e);const s=[...t];for(let c=0;c+n.length<=s.length;c++){let d=!0;for(let u=0;u<n.length;u++){const h=s[c+u],p=i[u];if(p==="cho"){if(E1(h)!==n[u]){d=!1;break}}else if(p==="jung"){const m=Wn(h);if(!m||Zo[m.jung]!==n[u]){d=!1;break}}else{const m=Wn(n[u]);if(m&&m.jong===0){const b=Wn(h);if(!b||b.cho!==m.cho||b.jung!==m.jung){d=!1;break}}else if(h!==n[u]){d=!1;break}}}if(d)return!0}return!1}const L1={3:["\u3131","\u3145"],5:["\u3134","\u3148"],6:["\u3134","\u314E"],9:["\u3139","\u3131"],10:["\u3139","\u3141"],11:["\u3139","\u3142"],12:["\u3139","\u3145"],13:["\u3139","\u314C"],14:["\u3139","\u314D"],15:["\u3139","\u314E"],18:["\u3142","\u3145"]};Object.fromEntries(Object.entries(L1).map(([t,e])=>[e.join(""),D1[Number(t)]]));const j1="word_pair_index_v2",M1="word_pair_index_sig_v2";let ca=null;function P1(){try{if(typeof localStorage>"u")return null;const t=localStorage.getItem(j1),e=localStorage.getItem(M1);return!t||!e?null:{index:JSON.parse(t),sig:e}}catch{return null}}function R1(){if(ca)return ca;const t=P1();return t?(ca=t.index,t.sig,ca):null}const $1={\u314F:{nucleus:"\u314F"},\u3151:{glide:"j",nucleus:"\u314F"},\u3153:{nucleus:"\u3153"},\u3155:{glide:"j",nucleus:"\u3153"},\u3157:{nucleus:"\u3157"},\u315B:{glide:"j",nucleus:"\u3157"},\u315C:{nucleus:"\u315C"},\u3160:{glide:"j",nucleus:"\u315C"},\u3161:{nucleus:"\u3161"},\u3163:{nucleus:"\u3163"},\u3150:{nucleus:"\u3154/\u3150"},\u3152:{glide:"j",nucleus:"\u3154/\u3150"},\u3154:{nucleus:"\u3154/\u3150"},\u3156:{glide:"j",nucleus:"\u3154/\u3150"},\u3158:{glide:"w",nucleus:"\u314F"},\u3159:{glide:"w",nucleus:"\u3154/\u3150"},\u315A:{glide:"w",nucleus:"\u3154/\u3150"},\u315D:{glide:"w",nucleus:"\u3153"},\u315E:{glide:"w",nucleus:"\u3154/\u3150"},\u315F:{glide:"w",nucleus:"\u3163"},\u3162:{glide:"\u0270",nucleus:"\u3163"}},Ua=/[ㄱ-ㅎ]/,I1=/[ㅏ-ㅣ]/;function Xo(t){for(let e=t.length-1;e>=0;e--){const n=t[e],r=n.charCodeAt(0);if(r>=44032&&r<=55203||Ua.test(n)||I1.test(n))return n}return null}function F1(t){const e=Xo(t);if(!e)return"\uAC00";const n=e.charCodeAt(0);return n>=44032&&n<=55203?(n-44032)%28!==0?"\uC774":"\uAC00":Ua.test(e)?"\uC774":"\uAC00"}function O1(t){return`${t}${F1(t)}`}function H1(t){const e=Xo(t);if(!e)return"\uB97C";const n=e.charCodeAt(0);return n>=44032&&n<=55203?(n-44032)%28!==0?"\uC744":"\uB97C":Ua.test(e)?"\uC744":"\uB97C"}function V1(t){return`${t}${H1(t)}`}function z1(t,e,n){const r=t.slice(),[o]=r.splice(e,1);return r.splice(n,0,o),r}function qn(t,e=Math.random){const n=t.slice();for(let r=n.length-1;r>0;r--){const o=Math.floor(e()*(r+1));[n[r],n[o]]=[n[o],n[r]]}return n}function Jo(t,e="\uC54C \uC218 \uC5C6\uB294 \uC624\uB958"){if(t instanceof Error)return t.message||e;if(typeof t=="string")return t||e;if(t&&typeof t=="object"){const n=t;for(const r of[n.message,n.error_description,n.error])if(typeof r=="string"&&r)return r}return e}const W1="__ihab_core_word_pool__";function q1(){return globalThis[W1]??null}const Qo=globalThis;function ei(t,e){const n=r=>{};try{const r=e();r&&typeof r.catch=="function"&&r.catch(n)}catch(r){n(r)}}function U1(t){ei("time",()=>Qo.__ihabTrainingTimeLogger?.(t))}function G1(t){ei("completion",()=>Qo.__ihabTrainingCompletionLogger?.(t))}function Ot(t){return typeof t=="string"?t.trim()||null:typeof t=="number"?String(t):null}function Y1(t){for(const e of["correct","isCorrect","heard","judgement"])if(typeof t[e]=="boolean")return t[e];return t.score===1?!0:t.score===0?!1:null}function K1(t){return Array.isArray(t)?t.map((e,n)=>{const r=e??{};return{index:n,itemId:Ot(r.contextCode)??Ot(r.itemId)??Ot(r.itemCode)??Ot(r.id),question:Ot(r.question)??Ot(r.sentence)??Ot(r.word)??Ot(r.targetSyllable),answer:Ot(r.answer),selected:Ot(r.selectedText)??Ot(r.selected),correct:Y1(r)}}):[]}const ti=globalThis;async function Z1(){try{return await ti.__ihabNoiseSettingsStore?.load()??null}catch{return null}}function X1(t){const e=n=>{};try{const n=ti.__ihabNoiseSettingsStore?.save(t);n&&typeof n.catch=="function"&&n.catch(e)}catch(n){e(n)}}async function J1(t){if(typeof document<"u")try{const e=document.createElement("textarea");e.value=t,e.setAttribute("readonly",""),e.style.position="fixed",e.style.top="0",e.style.left="0",e.style.opacity="0",e.style.pointerEvents="none",document.body.appendChild(e),e.focus(),e.select(),e.setSelectionRange(0,t.length);const n=document.execCommand("copy");if(document.body.removeChild(e),n)return!0}catch{}try{if(typeof navigator<"u"&&navigator.clipboard&&typeof navigator.clipboard.writeText=="function")return await navigator.clipboard.writeText(t),!0}catch{}return!1}function Q1(){return Ga(new Date)}function Ga(t){if(t==null||t==="")return"";const e=t instanceof Date?t:new Date(t);return isNaN(e.getTime())?"":new Intl.DateTimeFormat("fr-CA",{timeZone:"Asia/Seoul"}).format(e)}function ni(t,e){if(!t)return"";const n=new Date(t).getTime();if(Number.isNaN(n))return"";const r=Math.max(0,Math.floor((Date.now()-n)/1e3)),o=Math.floor(r/60),i=Math.floor(o/60),s=Math.floor(i/24),c=Math.floor(s/7),d=Math.floor(s/30),u=Math.floor(s/365);return o<1?e("store.time.justNow","\uBC29\uAE08 \uC804"):o<60?e("store.time.minutesAgo",{n:o}):i<24?e("store.time.hoursAgo",{n:i}):s<7?e("store.time.daysAgo",{n:s}):c<5?e("store.time.weeksAgo",{n:c}):s<365?e("store.time.monthsAgo",{n:Math.min(d,11)}):e("store.time.yearsAgo",{n:u})}function ai(t,e={}){const{sep:n=".",pad:r=!0,trailingDot:o=!1,fallback:i="\u2014"}=e;if(!t)return i;const s=Ga(t instanceof Date?t:String(t));if(!s)return i;const[c,d,u]=s.split("-"),h=r?d:String(Number(d)),p=r?u:String(Number(u));return`${c}${n}${h}${n}${p}${o?".":""}`}function Un(t){if(!t)return t;const e=t.trim();return/^[₩$]/.test(e)?e:/원\s*$/.test(e)?"\u20A9"+e.replace(/\s*원\s*$/,"").trim():e}function ri(t,e){if(!t)return"-";const n=/^(\d{1,2}):(\d{2})$/.exec(t.trim());if(!n)return t;const r=Number(n[1]),o=Number(n[2]),i=n[1].padStart(2,"0");return o===0?e("date.timeH",{h:r,hh:i,mm:n[2]}):e("date.timeHM",{h:r,hh:i,m:o,mm:n[2]})}function Ya(t){return(t??0).toLocaleString("ko-KR")}const eg=[{key:"FOOD",label:"\uC74C\uC2DD",icon:"salad",color:"#FF8A65",subs:[{key:"TRKRFD",label:"\uD55C\uAD6D \uC804\uD1B5\uC74C\uC2DD"},{key:"MDKRFD",label:"\uD55C\uAD6D \uD604\uB300\uC74C\uC2DD"},{key:"WRLDFD",label:"\uC138\uACC4\uC758 \uC74C\uC2DD"},{key:"MTRFRT",label:"\uC2DD\uC7AC\uB8CC\uC640 \uACFC\uC77C"},{key:"GEFDKL",label:"\uC74C\uC2DD \uC0C1\uC2DD"}]},{key:"HLTH",label:"\uAC74\uAC15",icon:"heart",color:"#66BB6A",subs:[{key:"HTETHB",label:"\uAC74\uAC15\uD55C \uC2DD\uC2B5\uAD00"},{key:"DISILL",label:"\uBCD1\uACFC \uC9C8\uD658"},{key:"EXCISE",label:"\uC6B4\uB3D9"},{key:"GEHTKL",label:"\uAC74\uAC15\uC0C1\uC2DD"}]},{key:"WETH",label:"\uB0A0\uC528",icon:"sun-medium",color:"#42A5F5",subs:[{key:"GESSKL",label:"\uACC4\uC808\uC0C1\uC2DD"},{key:"SNWRAN",label:"\uB208\uACFC \uBE44"},{key:"WTHFCT",label:"\uC77C\uAE30\uC608\uBCF4"},{key:"GEWTKL",label:"\uB0A0\uC528\uC0C1\uC2DD"}]},{key:"PRSN",label:"\uC778\uBB3C",icon:"user-round",color:"#AB47BC",subs:[{key:"JODYPS",label:"\uC870\uC120\uC2DC\uB300"},{key:"MDKRPS",label:"\uD55C\uAD6D \uADFC\uD604\uB300"},{key:"THKDPS",label:"\uC0BC\uAD6D\uC2DC\uB300"},{key:"WRLART",label:"\uC138\uACC4\uC758 \uC608\uC220\uAC00"},{key:"WRLPSN",label:"\uC138\uACC4\uC758 \uC778\uBB3C"}]},{key:"KRCT",label:"\uD55C\uAD6D\uBB38\uD654",icon:"bow-arrow",color:"#EC407A",subs:[{key:"KRLANG",label:"\uC6B0\uB9AC\uB9D0"},{key:"TRPLCT",label:"\uC804\uD1B5\uB180\uC774"},{key:"HERITG",label:"\uBB38\uD654\uC7AC"},{key:"EVTFES",label:"\uD589\uC0AC\uC640 \uCD95\uC81C"},{key:"GECTKL",label:"\uC0C1\uC2DD"}]},{key:"STRY",label:"\uC774\uC57C\uAE30",icon:"message-circle",color:"#8D6E63",subs:[{key:"FRYTAL",label:"\uB3D9\uD654"},{key:"AMZING",label:"\uC2E0\uAE30\uD55C \uC774\uC57C\uAE30"},{key:"DAYSTR",label:"\uC77C\uC0C1 \uC18D \uC774\uC57C\uAE30"}]},{key:"LOCA",label:"\uC9C0\uC5ED",icon:"map-pin",color:"#26A69A",subs:[{key:"KRLDMK",label:"\uD55C\uAD6D\uC758 \uBA85\uC18C"},{key:"SELNMK",label:"\uC11C\uC6B8\uC758 \uBA85\uC18C"},{key:"WRDTRB",label:"\uC138\uACC4\uC5EC\uD589"},{key:"NAVIGT",label:"\uAE38 \uCC3E\uAE30"}]},{key:"SOAR",label:"\uC0AC\uD68C\uC640 \uC608\uC220",icon:"landmark",color:"#5C6BC0",subs:[{key:"KRSOCI",label:"\uD55C\uAD6D"},{key:"ECONEW",label:"\uACBD\uC81C\uC640 \uB274\uC2A4"},{key:"GENART",label:"\uC608\uC220"},{key:"GELFKL",label:"\uC0DD\uD65C \uC0C1\uC2DD"}]},{key:"NTSC",label:"\uC790\uC5F0\uACFC \uACFC\uD559",icon:"leaf",color:"#9CCC65",subs:[{key:"ANIMAL",label:"\uB3D9\uBB3C"},{key:"PLANTS",label:"\uC2DD\uBB3C"},{key:"ETHPLT",label:"\uC9C0\uAD6C"},{key:"TOLELC",label:"\uB3C4\uAD6C\uC640 \uC804\uC790\uC81C\uD488"},{key:"GESCKL",label:"\uACFC\uD559\uC0C1\uC2DD"}]},{key:"SPRT",label:"\uC2A4\uD3EC\uCE20",icon:"trophy",color:"#FFCA28",subs:[{key:"INVDSP",label:"\uAC1C\uC778\uACBD\uAE30"},{key:"MARART",label:"\uACA9\uD22C\uAE30"},{key:"TEAMSP",label:"\uB2E8\uCCB4\uACBD\uAE30"},{key:"FOOTBL",label:"\uCD95\uAD6C"},{key:"GESPKL",label:"\uC2A4\uD3EC\uCE20 \uC0C1\uC2DD"}]}],tg=[{key:"LISTEN_IN_NOISE",label:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30",icon:"party-popper",desc:"\uC18C\uC74C \uD658\uACBD \uC18D \uBB38\uC7A5 \uC774\uD574 \uD6C8\uB828"},{key:"SHORT_STORY",label:"\uC9E7\uC740 \uC774\uC57C\uAE30 \uB4E3\uAE30",icon:"message-square",desc:"\uC9E7\uC740 \uC774\uC57C\uAE30 + 4\uBB38\uC81C"},{key:"LONG_STORY",label:"\uAE34 \uC774\uC57C\uAE30 \uB4E3\uAE30",icon:"message-square-text",desc:"\uAE34 \uC774\uC57C\uAE30 \uC2EC\uD654 \uD6C8\uB828"},{key:"ORDERING_SENTENCE",label:"\uBB38\uC7A5 \uC21C\uC11C\uD654 \uD558\uAE30",icon:"align-start-vertical",desc:"\uC21C\uC11C \uBC30\uC5F4 \uD6C8\uB828"}];function oi(){return eg}function ng(){return tg}const ag=[],rg=[],og=[],ig=[];function sg(){return{LISTEN_IN_NOISE:ag,SHORT_STORY:rg,LONG_STORY:og,ORDERING_SENTENCE:ig}}const lg=[{key:"LISTEN_IN_NOISE",label:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30",icon:"party-popper",desc:"\uB2E4\uC591\uD55C \uC18C\uC74C \uD658\uACBD\uC5D0\uC11C \uBB38\uC7A5 \uCCAD\uB825\uC744 \uD6C8\uB828\uD569\uB2C8\uB2E4."},{key:"SHORT_STORY",label:"\uC9E7\uC740 \uC774\uC57C\uAE30 \uB4E3\uAE30",icon:"message-square",desc:"\uC9E7\uC740 \uC774\uC57C\uAE30\uB97C \uB4E3\uACE0 \uAE30\uC5B5\uD558\uC5EC \uBB38\uC81C\uB97C \uD480\uC5B4\uBD05\uB2C8\uB2E4."},{key:"LONG_STORY",label:"\uAE34 \uC774\uC57C\uAE30 \uB4E3\uAE30",icon:"message-square-text",desc:"\uAE34 \uC774\uC57C\uAE30\uB97C \uB4E3\uACE0 \uAE30\uC5B5\uD558\uC5EC \uB2E4\uC218\uC758 \uBB38\uC81C\uB97C \uD480\uC5B4\uBD05\uB2C8\uB2E4."},{key:"ORDERING_SENTENCE",label:"\uBB38\uC7A5 \uC21C\uC11C\uD654 \uD558\uAE30",icon:"align-start-vertical",desc:"\uC5EC\uB7EC\uAC1C\uC758 \uC9E7\uC740 \uBB38\uC7A5\uC744 \uB4E3\uACE0 \uAE30\uC5B5\uD558\uC5EC \uADF8 \uC21C\uC11C\uC5D0 \uB9DE\uAC8C \uBC30\uC5F4\uD569\uB2C8\uB2E4."}];let ua=null,ii=null,si=null;function cg(){const t=q1();if(t&&t.entries.length>0){const e=R1();if(ua&&ii===t&&si===e)return ua;const n=new Set,r=[];for(const o of t.entries)!o.word||n.has(o.word)||(n.add(o.word),r.push({w:o.word,s:o.syllables,p:e?.[o.word]?[...e[o.word].cho??[],...e[o.word].jung??[],...e[o.word].jong??[]]:[],pron:o.pronunciation||o.word,grade:o.grade}));return ua=r,ii=t,si=e,ua}return[]}new Proxy([],{get(t,e){const n=cg(),r=n[e];return typeof r=="function"?r.bind(n):r}});function ug(t){return typeof window>"u"?"":h1.sanitize(t,{USE_PROFILES:{svg:!0,svgFilters:!0},FORBID_TAGS:["script","use"],FORBID_ATTR:["xlink:href","href"]})}function dg(t){const[e,n]=l.useState(null),[r,o]=l.useState(null),[i,s]=l.useState(null),[c,d]=l.useState(null);return l.useEffect(()=>{if(!t||typeof t!="string"||!t.endsWith(".svg")){n(null),o(null),s(null);return}const u=t.split("/").pop();let h=t;u&&(t.startsWith("/")?h=Ha(t):/^(Logo|Symbol)/i.test(u)?h=Ha(`logo/${u}`):(/^https?:\/\//i.test(t)||t.startsWith("data:"),h=t)),n(h)},[t]),l.useEffect(()=>{if(!e)return;let u=!1;async function h(){try{let p=await fetch(e);p.ok||(p=await fetch(e));const m=p.headers.get("content-type")||"";if(u)return;if(m.includes("svg")){o("mask");return}if(m.startsWith("image/")){o("img");return}const b=await fetch(e);if(!b.ok)throw new Error("not ok");const f=await b.text();if(u)return;if(/^\s*<svg[\s>]/i.test(f)){const g=ug(f);if(!g){o("none");return}s(g),o("inline");return}o("none")}catch{u||o("none")}}return h(),()=>{u=!0}},[e]),l.useEffect(()=>{let u=!1,h=null;return r==="mask"&&e&&fetch(e).then(p=>{if(!p.ok)throw new Error("fetch failed");return p.blob()}).then(p=>{u||(h=URL.createObjectURL(p),d(h))}).catch(()=>{u||o("img")}),()=>{u=!0,h&&URL.revokeObjectURL(h),d(null)}},[r,e]),{iconToUse:e,mode:r,svgText:i,blobUrl:c}}function Me(t){const{icon:e,label:n,className:r,imgClassName:o,maskClassName:i,svgClassName:s,wrapperStyle:c,size:d}=t||{},u=r??"iconRenderer-icon",h=o??"iconRenderer-icon-image",p=i??"iconRenderer-icon-mask",m=s??"iconRenderer-icon-svg",b=typeof e=="string"?e:null,f=Lm(b),{iconToUse:g,mode:y,svgText:C,blobUrl:w}=dg(b),x=(N,B={})=>a.jsx("span",{className:u,style:c,...B,children:N}),v=(N,B={})=>a.jsx("img",{src:N,alt:typeof n=="string"?n:n?String(n):"",className:h,...B});if(!e)return null;if(typeof e!="string")return x(e);if(e==="none")return x(a.jsx("span",{className:m,dangerouslySetInnerHTML:{__html:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" aria-hidden="true"></svg>'}}),{"aria-hidden":"true"});if(f)try{return x(l.createElement(f,{className:m,size:typeof d=="number"?d:20}),{"aria-hidden":"true"})}catch{}if(g&&g.endsWith(".svg")){if(y==="mask"){const N={"--icon-url":w?`url(${w})`:`url(${g})`};return x(a.jsx("span",{className:p,style:N}),{"aria-hidden":"true"})}return y==="img"?x(v(g,{onError:N=>{N.currentTarget.onerror=null,N.currentTarget.style.display="none"}}),{"aria-hidden":"true"}):y==="inline"?x(a.jsx("span",{className:m,dangerouslySetInnerHTML:C?{__html:C}:void 0}),{"aria-hidden":"true"}):x(null,{"aria-hidden":"true"})}if(e.startsWith("/")||e.includes("/assets/")||e.match(/\.(png|jpg|jpeg|webp|gif)$/i))return v(Ha(e),{style:c,onError:N=>{N.currentTarget.onerror=null,N.currentTarget.style.display="none"}});const T=typeof d=="number"?d:20,_=`<svg width="${T}" height="${T}" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="3" width="18" height="18" rx="2" ry="2" style="fill:none;stroke:currentColor;stroke-width:2"/></svg>`;return x(a.jsx("span",{className:m,dangerouslySetInnerHTML:{__html:_}}),{"aria-hidden":"true"})}function pg({icon:t,emoji:e,title:n,message:r,hint:o,action:i,compact:s,className:c}){return a.jsxs("div",{className:ye("empty-state",s&&"empty-state--compact",c),children:[e&&a.jsx("span",{className:"empty-state__emoji",children:e}),t&&a.jsx(Me,{icon:t,className:"empty-state__icon"}),n&&a.jsx("p",{className:"empty-state__title body-2",children:n}),r&&a.jsx("p",{className:"empty-state__message body-3",children:r}),o&&a.jsx("p",{className:"empty-state__hint caption-1",children:o}),i&&a.jsxs("button",{className:"empty-state__action button button40 button40--bar button--variant-main button--align-center button--shape-rounded",onClick:i.onClick,children:[i.icon&&a.jsx(Me,{icon:i.icon,className:"button__icon"}),a.jsx("span",{className:"button__label button-1",children:i.label})]})]})}const Ne=t=>typeof t=="string",Gn=()=>{let t,e;const n=new Promise((r,o)=>{t=r,e=o});return n.resolve=t,n.reject=e,n},li=t=>t==null?"":String(t),hg=(t,e,n)=>{t.forEach(r=>{e[r]&&(n[r]=e[r])})},mg=/###/g,ci=t=>t&&t.includes("###")?t.replace(mg,"."):t,ui=t=>!t||Ne(t),Yn=(t,e,n)=>{const r=Ne(e)?e.split("."):e;let o=0;for(;o<r.length-1;){if(ui(t))return{};const i=ci(r[o]);!t[i]&&n&&(t[i]=new n),Object.prototype.hasOwnProperty.call(t,i)?t=t[i]:t={},++o}return ui(t)?{}:{obj:t,k:ci(r[o])}},di=(t,e,n)=>{const{obj:r,k:o}=Yn(t,e,Object);if(r!==void 0||e.length===1){r[o]=n;return}let i=e[e.length-1],s=e.slice(0,e.length-1),c=Yn(t,s,Object);for(;c.obj===void 0&&s.length;)i=`${s[s.length-1]}.${i}`,s=s.slice(0,s.length-1),c=Yn(t,s,Object),c?.obj&&typeof c.obj[`${c.k}.${i}`]<"u"&&(c.obj=void 0);c.obj[`${c.k}.${i}`]=n},gg=(t,e,n,r)=>{const{obj:o,k:i}=Yn(t,e,Object);o[i]=o[i]||[],o[i].push(n)},da=(t,e)=>{const{obj:n,k:r}=Yn(t,e);if(n&&Object.prototype.hasOwnProperty.call(n,r))return n[r]},fg=(t,e,n)=>{const r=da(t,n);return r!==void 0?r:da(e,n)},pi=(t,e,n)=>{for(const r in e)r!=="__proto__"&&r!=="constructor"&&(Object.prototype.hasOwnProperty.call(t,r)?Ne(t[r])||t[r]instanceof String||Ne(e[r])||e[r]instanceof String?n&&(t[r]=e[r]):pi(t[r],e[r],n):t[r]=e[r]);return t},Zt=t=>t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),bg={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},yg=t=>Ne(t)?t.replace(/[&<>"'\/]/g,e=>bg[e]):t;class Cg{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const n=this.regExpMap.get(e);if(n!==void 0)return n;const r=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,r),this.regExpQueue.push(e),r}}const vg=[" ",",","?","!",";"],wg=new Cg(20),xg=(t,e,n)=>{e=e||"",n=n||"";const r=vg.filter(s=>!e.includes(s)&&!n.includes(s));if(r.length===0)return!0;const o=wg.getRegExp(`(${r.map(s=>s==="?"?"\\?":s).join("|")})`);let i=!o.test(t);if(!i){const s=t.indexOf(n);s>0&&!o.test(t.substring(0,s))&&(i=!0)}return i},Ka=(t,e,n=".")=>{if(!t)return;if(t[e])return Object.prototype.hasOwnProperty.call(t,e)?t[e]:void 0;const r=e.split(n);let o=t;for(let i=0;i<r.length;){if(!o||typeof o!="object")return;let s,c="";for(let d=i;d<r.length;++d)if(d!==i&&(c+=n),c+=r[d],s=o[c],s!==void 0){if(["string","number","boolean"].includes(typeof s)&&d<r.length-1)continue;i+=d-i+1;break}o=s}return o},Kn=t=>t?.replace(/_/g,"-"),_g={type:"logger",log(t){this.output("log",t)},warn(t){this.output("warn",t)},error(t){this.output("error",t)},output(t,e){console?.[t]?.apply?.(console,e)}};class Ta{constructor(e,n={}){this.init(e,n)}init(e,n={}){this.prefix=n.prefix||"i18next:",this.logger=e||_g,this.options=n,this.debug=n.debug}log(...e){return this.forward(e,"log","",!0)}warn(...e){return this.forward(e,"warn","",!0)}error(...e){return this.forward(e,"error","")}deprecate(...e){return this.forward(e,"warn","WARNING DEPRECATED: ",!0)}forward(e,n,r,o){return o&&!this.debug?null:(e=e.map(i=>Ne(i)?i.replace(/[\r\n\x00-\x1F\x7F]/g," "):i),Ne(e[0])&&(e[0]=`${r}${this.prefix} ${e[0]}`),this.logger[n](e))}create(e){return new Ta(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return e=e||this.options,e.prefix=e.prefix||this.prefix,new Ta(this.logger,e)}}var Ut=new Ta;class pa{constructor(){this.observers={}}on(e,n){return e.split(" ").forEach(r=>{this.observers[r]||(this.observers[r]=new Map);const o=this.observers[r].get(n)||0;this.observers[r].set(n,o+1)}),this}off(e,n){if(this.observers[e]){if(!n){delete this.observers[e];return}this.observers[e].delete(n)}}once(e,n){const r=(...o)=>{n(...o),this.off(e,r)};return this.on(e,r),this}emit(e,...n){this.observers[e]&&Array.from(this.observers[e].entries()).forEach(([o,i])=>{for(let s=0;s<i;s++)o(...n)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(([o,i])=>{for(let s=0;s<i;s++)o(e,...n)})}}class hi extends pa{constructor(e,n={ns:["translation"],defaultNS:"translation"}){super(),this.data=e||{},this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.includes(e)||this.options.ns.push(e)}removeNamespaces(e){const n=this.options.ns.indexOf(e);n>-1&&this.options.ns.splice(n,1)}getResource(e,n,r,o={}){const i=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,s=o.ignoreJSONStructure!==void 0?o.ignoreJSONStructure:this.options.ignoreJSONStructure;let c;e.includes(".")?c=e.split("."):(c=[e,n],r&&(Array.isArray(r)?c.push(...r):Ne(r)&&i?c.push(...r.split(i)):c.push(r)));const d=da(this.data,c);return!d&&!n&&!r&&e.includes(".")&&(e=c[0],n=c[1],r=c.slice(2).join(".")),d||!s||!Ne(r)?d:Ka(this.data?.[e]?.[n],r,i)}addResource(e,n,r,o,i={silent:!1}){const s=i.keySeparator!==void 0?i.keySeparator:this.options.keySeparator;let c=[e,n];r&&(c=c.concat(s?r.split(s):r)),e.includes(".")&&(c=e.split("."),o=n,n=c[1]),this.addNamespaces(n),di(this.data,c,o),i.silent||this.emit("added",e,n,r,o)}addResources(e,n,r,o={silent:!1}){for(const i in r)(Ne(r[i])||Array.isArray(r[i]))&&this.addResource(e,n,i,r[i],{silent:!0});o.silent||this.emit("added",e,n,r)}addResourceBundle(e,n,r,o,i,s={silent:!1,skipCopy:!1}){let c=[e,n];e.includes(".")&&(c=e.split("."),o=r,r=n,n=c[1]),this.addNamespaces(n);let d=da(this.data,c)||{};s.skipCopy||(r=JSON.parse(JSON.stringify(r))),o?pi(d,r,i):d={...d,...r},di(this.data,c,d),s.silent||this.emit("added",e,n,r)}removeResourceBundle(e,n){this.hasResourceBundle(e,n)&&delete this.data[e][n],this.removeNamespaces(n),this.emit("removed",e,n)}hasResourceBundle(e,n){return this.getResource(e,n)!==void 0}getResourceBundle(e,n){return n||(n=this.options.defaultNS),this.getResource(e,n)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const n=this.getDataByLanguage(e);return!!(n&&Object.keys(n)||[]).find(o=>n[o]&&Object.keys(n[o]).length>0)}toJSON(){return this.data}}var mi={processors:{},addPostProcessor(t){this.processors[t.name]=t},handle(t,e,n,r,o){return t.forEach(i=>{e=this.processors[i]?.process(e,n,r,o)??e}),e}};const gi=Symbol("i18next/PATH_KEY");function kg(){const t=[],e=Object.create(null);let n;return e.get=(r,o)=>(n?.revoke?.(),o===gi?t:(t.push(o),n=Proxy.revocable(r,e),n.proxy)),Proxy.revocable(Object.create(null),e).proxy}function Tn(t,e){const{[gi]:n}=t(kg()),r=e?.keySeparator??".",o=e?.nsSeparator??":",i=e?.enableSelector==="strict";if(n.length>1&&o){const s=e?.ns,c=i?Array.isArray(s)?s:s?[s]:null:Array.isArray(s)?s:null;if(c&&(i?c:c.length>1?c.slice(1):[]).includes(n[0]))return`${n[0]}${o}${n.slice(1).join(r)}`}return n.join(r)}const Za=t=>!Ne(t)&&typeof t!="boolean"&&typeof t!="number";class Da extends pa{constructor(e,n={}){super(),hg(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=Ut.create("translator"),this.checkedLoadedFor={}}changeLanguage(e){e&&(this.language=e)}exists(e,n={interpolation:{}}){const r={...n};if(e==null)return!1;const o=this.resolve(e,r);if(o?.res===void 0)return!1;const i=Za(o.res);return!(r.returnObjects===!1&&i)}extractFromKey(e,n){let r=n.nsSeparator!==void 0?n.nsSeparator:this.options.nsSeparator;r===void 0&&(r=":");const o=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator;let i=n.ns||this.options.defaultNS||[];const s=r&&e.includes(r),c=!this.options.userDefinedKeySeparator&&!n.keySeparator&&!this.options.userDefinedNsSeparator&&!n.nsSeparator&&!xg(e,r,o);if(s&&!c){const d=e.match(this.interpolator.nestingRegexp);if(d&&d.length>0)return{key:e,namespaces:Ne(i)?[i]:i};const u=e.split(r);(r!==o||r===o&&this.options.ns.includes(u[0]))&&(i=u.shift()),e=u.join(o)}return{key:e,namespaces:Ne(i)?[i]:i}}translate(e,n,r){let o=typeof n=="object"?{...n}:n;if(typeof o!="object"&&this.options.overloadTranslationOptionHandler&&(o=this.options.overloadTranslationOptionHandler(arguments)),typeof o=="object"&&(o={...o}),o||(o={}),e==null)return"";typeof e=="function"&&(e=Tn(e,{...this.options,...o})),Array.isArray(e)||(e=[String(e)]),e=e.map(k=>typeof k=="function"?Tn(k,{...this.options,...o}):String(k));const i=o.returnDetails!==void 0?o.returnDetails:this.options.returnDetails,s=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,{key:c,namespaces:d}=this.extractFromKey(e[e.length-1],o),u=d[d.length-1];let h=o.nsSeparator!==void 0?o.nsSeparator:this.options.nsSeparator;h===void 0&&(h=":");const p=o.lng||this.language,m=o.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(p?.toLowerCase()==="cimode")return m?i?{res:`${u}${h}${c}`,usedKey:c,exactUsedKey:c,usedLng:p,usedNS:u,usedParams:this.getUsedParamsDetails(o)}:`${u}${h}${c}`:i?{res:c,usedKey:c,exactUsedKey:c,usedLng:p,usedNS:u,usedParams:this.getUsedParamsDetails(o)}:c;const b=this.resolve(e,o);let f=b?.res;const g=b?.usedKey||c,y=b?.exactUsedKey||c,C=["[object Number]","[object Function]","[object RegExp]"],w=o.joinArrays!==void 0?o.joinArrays:this.options.joinArrays,x=!this.i18nFormat||this.i18nFormat.handleAsObject,v=o.count!==void 0&&!Ne(o.count),T=Da.hasDefaultValue(o),_=v?this.pluralResolver.getSuffix(p,o.count,o):"",N=o.ordinal&&v?this.pluralResolver.getSuffix(p,o.count,{ordinal:!1}):"",B=v&&!o.ordinal&&o.count===0,S=B&&o[`defaultValue${this.options.pluralSeparator}zero`]||o[`defaultValue${_}`]||o[`defaultValue${N}`]||o.defaultValue;let D=f;x&&!f&&T&&(D=S);const $=Za(D),j=Object.prototype.toString.apply(D);if(x&&D&&$&&!C.includes(j)&&!(Ne(w)&&Array.isArray(D))){if(!o.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const k=this.options.returnedObjectHandler?this.options.returnedObjectHandler(g,D,{...o,ns:d}):`key '${c} (${this.language})' returned an object instead of string.`;return i?(b.res=k,b.usedParams=this.getUsedParamsDetails(o),b):k}if(s){const k=Array.isArray(D),E=k?[]:{},L=k?y:g;for(const F in D)if(Object.prototype.hasOwnProperty.call(D,F)){const J=`${L}${s}${F}`;T&&!f?E[F]=this.translate(J,{...o,defaultValue:Za(S)?S[F]:void 0,joinArrays:!1,ns:d}):E[F]=this.translate(J,{...o,joinArrays:!1,ns:d}),E[F]===J&&(E[F]=D[F])}f=E}}else if(x&&Ne(w)&&Array.isArray(f))f=f.join(w),f&&(f=this.extendTranslation(f,e,o,r));else{let k=!1,E=!1;!this.isValidLookup(f)&&T&&(k=!0,f=S),this.isValidLookup(f)||(E=!0,f=c);const F=(o.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&E?void 0:f,J=T&&S!==f&&this.options.updateMissing;if(E||k||J){if(this.logger.log(J?"updateKey":"missingKey",p,u,v&&!J?`${c}${this.pluralResolver.getSuffix(p,o.count,o)}`:c,J?S:f),s){const I=this.resolve(c,{...o,keySeparator:!1});I&&I.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let Z=[];const Q=this.languageUtils.getFallbackCodes(this.options.fallbackLng,o.lng||this.language);if(this.options.saveMissingTo==="fallback"&&Q&&Q[0])for(let I=0;I<Q.length;I++)Z.push(Q[I]);else this.options.saveMissingTo==="all"?Z=this.languageUtils.toResolveHierarchy(o.lng||this.language):Z.push(o.lng||this.language);const O=(I,R,V)=>{const P=T&&V!==f?V:F;this.options.missingKeyHandler?this.options.missingKeyHandler(I,u,R,P,J,o):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(I,u,R,P,J,o),this.emit("missingKey",I,u,R,f)};this.options.saveMissing&&(this.options.saveMissingPlurals&&v?Z.forEach(I=>{const R=this.pluralResolver.getSuffixes(I,o);B&&o[`defaultValue${this.options.pluralSeparator}zero`]&&!R.includes(`${this.options.pluralSeparator}zero`)&&R.push(`${this.options.pluralSeparator}zero`),R.forEach(V=>{O([I],c+V,o[`defaultValue${V}`]||S)})}):O(Z,c,S))}f=this.extendTranslation(f,e,o,b,r),E&&f===c&&this.options.appendNamespaceToMissingKey&&(f=`${u}${h}${c}`),(E||k)&&this.options.parseMissingKeyHandler&&(f=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${u}${h}${c}`:c,k?f:void 0,o))}return i?(b.res=f,b.usedParams=this.getUsedParamsDetails(o),b):f}extendTranslation(e,n,r,o,i){if(this.i18nFormat?.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...r},r.lng||this.language||o.usedLng,o.usedNS,o.usedKey,{resolved:o});else if(!r.skipInterpolation){r.interpolation&&this.interpolator.init({...r,interpolation:{...this.options.interpolation,...r.interpolation}});const d=Ne(e)&&(r?.interpolation?.skipOnVariables!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let u;if(d){const p=e.match(this.interpolator.nestingRegexp);u=p&&p.length}let h=r.replace&&!Ne(r.replace)?r.replace:r;if(this.options.interpolation.defaultVariables&&(h={...this.options.interpolation.defaultVariables,...h}),e=this.interpolator.interpolate(e,h,r.lng||this.language||o.usedLng,r),d){const p=e.match(this.interpolator.nestingRegexp),m=p&&p.length;u<m&&(r.nest=!1)}!r.lng&&o&&o.res&&(r.lng=this.language||o.usedLng),r.nest!==!1&&(e=this.interpolator.nest(e,(...p)=>i?.[0]===p[0]&&!r.context?(this.logger.warn(`It seems you are nesting recursively key: ${p[0]} in key: ${n[0]}`),null):this.translate(...p,n),r)),r.interpolation&&this.interpolator.reset()}const s=r.postProcess||this.options.postProcess,c=Ne(s)?[s]:s;return e!=null&&c?.length&&r.applyPostProcessor!==!1&&(e=mi.handle(c,e,n,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...o,usedParams:this.getUsedParamsDetails(r)},...r}:r,this)),e}resolve(e,n={}){let r,o,i,s,c;return Ne(e)&&(e=[e]),Array.isArray(e)&&(e=e.map(d=>typeof d=="function"?Tn(d,{...this.options,...n}):d)),e.forEach(d=>{if(this.isValidLookup(r))return;const u=this.extractFromKey(d,n),h=u.key;o=h;let p=u.namespaces;this.options.fallbackNS&&(p=p.concat(this.options.fallbackNS));const m=n.count!==void 0&&!Ne(n.count),b=m&&!n.ordinal&&n.count===0,f=n.context!==void 0&&(Ne(n.context)||typeof n.context=="number")&&n.context!=="",g=n.lngs?n.lngs:this.languageUtils.toResolveHierarchy(n.lng||this.language,n.fallbackLng);p.forEach(y=>{this.isValidLookup(r)||(c=y,!this.checkedLoadedFor[`${g[0]}-${y}`]&&this.utils?.hasLoadedNamespace&&!this.utils?.hasLoadedNamespace(c)&&(this.checkedLoadedFor[`${g[0]}-${y}`]=!0,this.logger.warn(`key "${o}" for languages "${g.join(", ")}" won't get resolved as namespace "${c}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),g.forEach(C=>{if(this.isValidLookup(r))return;s=C;const w=[h];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(w,h,C,y,n);else{let v;m&&(v=this.pluralResolver.getSuffix(C,n.count,n));const T=`${this.options.pluralSeparator}zero`,_=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(m&&(n.ordinal&&v.startsWith(_)&&w.push(h+v.replace(_,this.options.pluralSeparator)),w.push(h+v),b&&w.push(h+T)),f){const N=`${h}${this.options.contextSeparator||"_"}${n.context}`;w.push(N),m&&(n.ordinal&&v.startsWith(_)&&w.push(N+v.replace(_,this.options.pluralSeparator)),w.push(N+v),b&&w.push(N+T))}}let x;for(;x=w.pop();)this.isValidLookup(r)||(i=x,r=this.getResource(C,y,x,n))}))})}),{res:r,usedKey:o,exactUsedKey:i,usedLng:s,usedNS:c}}isValidLookup(e){return e!==void 0&&!(!this.options.returnNull&&e===null)&&!(!this.options.returnEmptyString&&e==="")}getResource(e,n,r,o={}){return this.i18nFormat?.getResource?this.i18nFormat.getResource(e,n,r,o):this.resourceStore.getResource(e,n,r,o)}getUsedParamsDetails(e={}){const n=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],r=e.replace&&!Ne(e.replace);let o=r?e.replace:e;if(r&&typeof e.count<"u"&&(o={...o,count:e.count}),this.options.interpolation.defaultVariables&&(o={...this.options.interpolation.defaultVariables,...o}),!r){o={...o};for(const i of n)delete o[i]}return o}static hasDefaultValue(e){const n="defaultValue";for(const r in e)if(Object.prototype.hasOwnProperty.call(e,r)&&r.startsWith(n)&&e[r]!==void 0)return!0;return!1}}class fi{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Ut.create("languageUtils"),this.resolveHierarchyCache={}}clearCache(){this.resolveHierarchyCache={}}getScriptPartFromCode(e){if(e=Kn(e),!e||!e.includes("-"))return null;const n=e.split("-");return n.length===2||(n.pop(),n[n.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(n.join("-"))}getLanguagePartFromCode(e){if(e=Kn(e),!e||!e.includes("-"))return e;const n=e.split("-");return this.formatLanguageCode(n[0])}formatLanguageCode(e){if(Ne(e)&&e.includes("-")){let n;try{n=Intl.getCanonicalLocales(e)[0]}catch{}return n&&this.options.lowerCaseLng&&(n=n.toLowerCase()),n||(this.options.lowerCaseLng?e.toLowerCase():e)}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.includes(e)}getBestMatchFromCodes(e){if(!e)return null;let n;return e.forEach(r=>{if(n)return;const o=this.formatLanguageCode(r);(!this.options.supportedLngs||this.isSupportedCode(o))&&(n=o)}),!n&&this.options.supportedLngs&&e.forEach(r=>{if(n)return;const o=this.getScriptPartFromCode(r);if(this.isSupportedCode(o))return n=o;const i=this.getLanguagePartFromCode(r);if(this.isSupportedCode(i))return n=i;n=this.options.supportedLngs.find(s=>s===i?!0:!s.includes("-")&&!i.includes("-")?!1:!!(s.includes("-")&&!i.includes("-")&&s.slice(0,s.indexOf("-"))===i||s.startsWith(i)&&i.length>1))}),n||(n=this.getFallbackCodes(this.options.fallbackLng)[0]),n}getFallbackCodes(e,n){if(!e)return[];if(typeof e=="function"&&(e=e(n)),Ne(e)&&(e=[e]),Array.isArray(e))return e;if(!n)return e.default||[];let r=e[n];return r||(r=e[this.getScriptPartFromCode(n)]),r||(r=e[this.formatLanguageCode(n)]),r||(r=e[this.getLanguagePartFromCode(n)]),r||(r=e.default),r||[]}toResolveHierarchy(e,n){const r=this.options.fallbackLng,o=Array.isArray(r)?r.join("|"):r;o!==this._cachedFallbackLng&&(this.resolveHierarchyCache={},this._cachedFallbackLng=o);const i=n===void 0||n===!1||Ne(n),s=n===void 0&&typeof this.options.fallbackLng=="function",c=Ne(e)&&i&&!s;let d=null;if(c){let m;n===void 0?m="undefined":n===!1?m="boolean:false":m=`string:${n}`,d=`${e.length}:${e}|${m}`}if(d!==null){const m=this.resolveHierarchyCache[d];if(m!==void 0)return m.slice()}const u=this.getFallbackCodes((n===!1?[]:n)||this.options.fallbackLng||[],e),h=[],p=m=>{m&&(this.isSupportedCode(m)?h.push(m):this.logger.warn(`rejecting language code not found in supportedLngs: ${m}`))};return Ne(e)&&(e.includes("-")||e.includes("_"))?(this.options.load!=="languageOnly"&&p(this.formatLanguageCode(e)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&p(this.getScriptPartFromCode(e)),this.options.load!=="currentOnly"&&p(this.getLanguagePartFromCode(e))):Ne(e)&&p(this.formatLanguageCode(e)),u.forEach(m=>{h.includes(m)||p(this.formatLanguageCode(m))}),d!==null?(this.resolveHierarchyCache[d]=h,h.slice()):h}}const bi={zero:0,one:1,two:2,few:3,many:4,other:5},yi={select:t=>t===1?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class Sg{constructor(e,n={}){this.languageUtils=e,this.options=n,this.logger=Ut.create("pluralResolver"),this.pluralRulesCache={}}clearCache(){this.pluralRulesCache={}}getRule(e,n={}){const r=Kn(e==="dev"?"en":e),o=n.ordinal?"ordinal":"cardinal",i=JSON.stringify({cleanedCode:r,type:o});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];let s;try{s=new Intl.PluralRules(r,{type:o})}catch{if(typeof Intl>"u")return this.logger.error("No Intl support, please use an Intl polyfill!"),yi;if(!e.match(/-|_/))return yi;const d=this.languageUtils.getLanguagePartFromCode(e);s=this.getRule(d,n)}return this.pluralRulesCache[i]=s,s}needsPlural(e,n={}){let r=this.getRule(e,n);return r||(r=this.getRule("dev",n)),r?.resolvedOptions().pluralCategories.length>1}getPluralFormsOfKey(e,n,r={}){return this.getSuffixes(e,r).map(o=>`${n}${o}`)}getSuffixes(e,n={}){let r=this.getRule(e,n);return r||(r=this.getRule("dev",n)),r?r.resolvedOptions().pluralCategories.sort((o,i)=>bi[o]-bi[i]).map(o=>`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${o}`):[]}getSuffix(e,n,r={}){const o=this.getRule(e,r);return o?`${this.options.prepend}${r.ordinal?`ordinal${this.options.prepend}`:""}${o.select(n)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",n,r))}}const Ci=(t,e,n,r=".",o=!0)=>{let i=fg(t,e,n);return!i&&o&&Ne(n)&&(i=Ka(t,n,r),i===void 0&&(i=Ka(e,n,r))),i},Ag=t=>t.replace(/\$/g,"$$$$");class vi{constructor(e={}){this.logger=Ut.create("interpolator"),this.options=e,this.format=e?.interpolation?.format||(n=>n),this.init(e)}init(e={}){e.interpolation||(e.interpolation={escapeValue:!0});const{escape:n,escapeValue:r,useRawValueToEscape:o,prefix:i,prefixEscaped:s,suffix:c,suffixEscaped:d,formatSeparator:u,unescapeSuffix:h,unescapePrefix:p,nestingPrefix:m,nestingPrefixEscaped:b,nestingSuffix:f,nestingSuffixEscaped:g,nestingOptionsSeparator:y,maxReplaces:C,alwaysFormat:w}=e.interpolation;this.escape=n!==void 0?n:yg,this.escapeValue=r!==void 0?r:!0,this.useRawValueToEscape=o!==void 0?o:!1,this.prefix=i?Zt(i):s||"{{",this.suffix=c?Zt(c):d||"}}",this.formatSeparator=u||",",this.unescapePrefix=h?"":p?Zt(p):"-",this.unescapeSuffix=this.unescapePrefix?"":h?Zt(h):"",this.nestingPrefix=m?Zt(m):b||Zt("$t("),this.nestingSuffix=f?Zt(f):g||Zt(")"),this.nestingOptionsSeparator=y||",",this.maxReplaces=C||1e3,this.alwaysFormat=w!==void 0?w:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(n,r)=>n?.source===r?(n.lastIndex=0,n):new RegExp(r,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}((?:[^()"']+|"[^"]*"|'[^']*'|\\((?:[^()]|"[^"]*"|'[^']*')*\\))*?)${this.nestingSuffix}`)}interpolate(e,n,r,o){let i,s,c;const d=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},u=b=>{if(!b.includes(this.formatSeparator)){const C=Ci(n,d,b,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(C,void 0,r,{...o,...n,interpolationkey:b}):C}const f=b.split(this.formatSeparator),g=f.shift().trim(),y=f.join(this.formatSeparator).trim();return this.format(Ci(n,d,g,this.options.keySeparator,this.options.ignoreJSONStructure),y,r,{...o,...n,interpolationkey:g})};this.resetRegExp(),!this.escapeValue&&typeof e=="string"&&/\$t\([^)]*\{[^}]*\{\{/.test(e)&&this.logger.warn("nesting options string contains interpolated variables with escapeValue: false \u2014 if any of those values are attacker-controlled they can inject additional nesting options (e.g. redirect lng/ns). Sanitise untrusted input before passing it to t(), or keep escapeValue: true.");const h=o?.missingInterpolationHandler||this.options.missingInterpolationHandler,p=o?.interpolation?.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:b=>b},{regex:this.regexp,safeValue:b=>this.escapeValue?this.escape(b):b}].forEach(b=>{for(c=0;i=b.regex.exec(e);){const f=i[1].trim();if(s=u(f),s===void 0)if(typeof h=="function"){const y=h(e,i,o);s=Ne(y)?y:""}else if(o&&Object.prototype.hasOwnProperty.call(o,f))s="";else if(p){s=i[0];continue}else this.logger.warn(`missed to pass in variable ${f} for interpolating ${e}`),s="";else!Ne(s)&&!this.useRawValueToEscape&&(s=li(s));const g=b.safeValue(s);if(e=e.replace(i[0],Ag(g)),p?(b.regex.lastIndex+=g.length,b.regex.lastIndex-=i[0].length):b.regex.lastIndex=0,c++,c>=this.maxReplaces)break}}),e}nest(e,n,r={}){let o,i,s;const c=(d,u)=>{const h=this.nestingOptionsSeparator;if(!d.includes(h))return d;const p=d.split(new RegExp(`${Zt(h)}[ ]*{`));let m=`{${p[1]}`;d=p[0],m=this.interpolate(m,s);const b=m.match(/'/g),f=m.match(/"/g);((b?.length??0)%2===0&&!f||(f?.length??0)%2!==0)&&(m=m.replace(/'/g,'"'));try{s=JSON.parse(m),u&&(s={...u,...s})}catch(g){return this.logger.warn(`failed parsing options string in nesting for key ${d}`,g),`${d}${h}${m}`}return s.defaultValue&&s.defaultValue.includes(this.prefix)&&delete s.defaultValue,d};for(;o=this.nestingRegexp.exec(e);){let d=[];s={...r},s=s.replace&&!Ne(s.replace)?s.replace:s,s.applyPostProcessor=!1,delete s.defaultValue;const u=/{.*}/s.test(o[1])?o[1].lastIndexOf("}")+1:o[1].indexOf(this.formatSeparator);if(u!==-1&&(d=o[1].slice(u).split(this.formatSeparator).map(h=>h.trim()).filter(Boolean),o[1]=o[1].slice(0,u)),i=n(c.call(this,o[1].trim(),s),s),i&&o[0]===e&&!Ne(i))return i;Ne(i)||(i=li(i)),i||(this.logger.warn(`missed to resolve ${o[1]} for nesting ${e}`),i=""),d.length&&(i=d.reduce((h,p)=>this.format(h,p,r.lng,{...r,interpolationkey:o[1].trim()}),i.trim())),e=e.replace(o[0],i),this.regexp.lastIndex=0}return e}}const Ng=t=>{let e=t.toLowerCase().trim();const n={};if(t.includes("(")){const r=t.split("(");e=r[0].toLowerCase().trim();const o=r[1].slice(0,-1);e==="currency"&&!o.includes(":")?n.currency||(n.currency=o.trim()):e==="relativetime"&&!o.includes(":")?n.range||(n.range=o.trim()):o.split(";").forEach(s=>{if(s){const[c,...d]=s.split(":"),u=d.join(":").trim().replace(/^'+|'+$/g,""),h=c.trim();n[h]||(n[h]=u),u==="false"&&(n[h]=!1),u==="true"&&(n[h]=!0),isNaN(u)||(n[h]=parseInt(u,10))}})}return{formatName:e,formatOptions:n}},wi=t=>{const e={};return(n,r,o)=>{let i=o;o&&o.interpolationkey&&o.formatParams&&o.formatParams[o.interpolationkey]&&o[o.interpolationkey]&&(i={...i,[o.interpolationkey]:void 0});const s=r+JSON.stringify(i);let c=e[s];return c||(c=t(Kn(r),o),e[s]=c),c(n)}},Tg=t=>(e,n,r)=>t(Kn(n),r)(e);class Dg{constructor(e={}){this.logger=Ut.create("formatter"),this.options=e,this.init(e)}init(e,n={interpolation:{}}){this.formatSeparator=n.interpolation.formatSeparator||",";const r=n.cacheInBuiltFormats?wi:Tg;this.formats={number:r((o,i)=>{const s=new Intl.NumberFormat(o,{...i});return c=>s.format(c)}),currency:r((o,i)=>{const s=new Intl.NumberFormat(o,{...i,style:"currency"});return c=>s.format(c)}),datetime:r((o,i)=>{const s=new Intl.DateTimeFormat(o,{...i});return c=>s.format(c)}),relativetime:r((o,i)=>{const s=new Intl.RelativeTimeFormat(o,{...i});return c=>s.format(c,i.range||"day")}),list:r((o,i)=>{const s=new Intl.ListFormat(o,{...i});return c=>s.format(c)})}}add(e,n){this.formats[e.toLowerCase().trim()]=n}addCached(e,n){this.formats[e.toLowerCase().trim()]=wi(n)}format(e,n,r,o={}){if(!n||e==null)return e;const i=n.split(this.formatSeparator),s=[];for(let d=0;d<i.length;d++){let u=i[d];for(;u.indexOf("(")>-1&&!u.includes(")")&&d+1<i.length;)u=`${u}${this.formatSeparator}${i[++d]}`;s.push(u)}return s.reduce((d,u)=>{const{formatName:h,formatOptions:p}=Ng(u);if(this.formats[h]){let m=d;try{const b=o?.formatParams?.[o.interpolationkey]||{},f=b.locale||b.lng||o.locale||o.lng||r;m=this.formats[h](d,f,{...p,...o,...b})}catch(b){this.logger.warn(b)}return m}else this.logger.warn(`there was no format function for ${h}`);return d},e)}}const Eg=(t,e)=>{t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)};class Bg extends pa{constructor(e,n,r,o={}){super(),this.backend=e,this.store=n,this.services=r,this.languageUtils=r.languageUtils,this.options=o,this.logger=Ut.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=o.maxParallelReads||10,this.readingCalls=0,this.maxRetries=o.maxRetries>=0?o.maxRetries:5,this.retryTimeout=o.retryTimeout>=1?o.retryTimeout:350,this.state={},this.queue=[],this.backend?.init?.(r,o.backend,o)}queueLoad(e,n,r,o){const i={},s={},c={},d={};return e.forEach(u=>{let h=!0;n.forEach(p=>{const m=`${u}|${p}`;!r.reload&&this.store.hasResourceBundle(u,p)?this.state[m]=2:this.state[m]<0||(this.state[m]===1?s[m]===void 0&&(s[m]=!0):(this.state[m]=1,h=!1,s[m]===void 0&&(s[m]=!0),i[m]===void 0&&(i[m]=!0),d[p]===void 0&&(d[p]=!0)))}),h||(c[u]=!0)}),(Object.keys(i).length||Object.keys(s).length)&&this.queue.push({pending:s,pendingCount:Object.keys(s).length,loaded:{},errors:[],callback:o}),{toLoad:Object.keys(i),pending:Object.keys(s),toLoadLanguages:Object.keys(c),toLoadNamespaces:Object.keys(d)}}loaded(e,n,r){const o=e.split("|"),i=o[0],s=o[1];n&&this.emit("failedLoading",i,s,n),!n&&r&&this.store.addResourceBundle(i,s,r,void 0,void 0,{skipCopy:!0}),this.state[e]=n?-1:2,n&&r&&(this.state[e]=0);const c={};this.queue.forEach(d=>{gg(d.loaded,[i],s),Eg(d,e),n&&d.errors.push(n),d.pendingCount===0&&!d.done&&(Object.keys(d.loaded).forEach(u=>{c[u]||(c[u]={});const h=d.loaded[u];h.length&&h.forEach(p=>{c[u][p]===void 0&&(c[u][p]=!0)})}),d.done=!0,d.errors.length?d.callback(d.errors):d.callback())}),this.emit("loaded",c),this.queue=this.queue.filter(d=>!d.done)}read(e,n,r,o=0,i=this.retryTimeout,s){if(!e.length)return s(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:e,ns:n,fcName:r,tried:o,wait:i,callback:s});return}this.readingCalls++;const c=(u,h)=>{if(this.readingCalls--,this.waitingReads.length>0){const p=this.waitingReads.shift();this.read(p.lng,p.ns,p.fcName,p.tried,p.wait,p.callback)}if(u&&h&&o<this.maxRetries){setTimeout(()=>{this.read(e,n,r,o+1,i*2,s)},i);return}s(u,h)},d=this.backend[r].bind(this.backend);if(d.length===2){try{const u=d(e,n);u&&typeof u.then=="function"?u.then(h=>c(null,h)).catch(c):c(null,u)}catch(u){c(u)}return}return d(e,n,c)}prepareLoading(e,n,r={},o){if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),o&&o();Ne(e)&&(e=this.languageUtils.toResolveHierarchy(e)),Ne(n)&&(n=[n]);const i=this.queueLoad(e,n,r,o);if(!i.toLoad.length)return i.pending.length||o(),null;i.toLoad.forEach(s=>{this.loadOne(s)})}load(e,n,r){this.prepareLoading(e,n,{},r)}reload(e,n,r){this.prepareLoading(e,n,{reload:!0},r)}loadOne(e,n=""){const r=e.split("|"),o=r[0],i=r[1];this.read(o,i,"read",void 0,void 0,(s,c)=>{s&&this.logger.warn(`${n}loading namespace ${i} for language ${o} failed`,s),!s&&c&&this.logger.log(`${n}loaded namespace ${i} for language ${o}`,c),this.loaded(e,s,c)})}saveMissing(e,n,r,o,i,s={},c=()=>{}){if(this.services?.utils?.hasLoadedNamespace&&!this.services?.utils?.hasLoadedNamespace(n)){this.logger.warn(`did not save key "${r}" as the namespace "${n}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(r==null||r==="")){if(this.backend?.create){const d={...s,isUpdate:i},u=this.backend.create.bind(this.backend);if(u.length<6)try{let h;u.length===5?h=u(e,n,r,o,d):h=u(e,n,r,o),h&&typeof h.then=="function"?h.then(p=>c(null,p)).catch(c):c(null,h)}catch(h){c(h)}else u(e,n,r,o,c,d)}!e||!e[0]||this.store.addResource(e[0],n,r,o)}}}const Xa=()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",enableSelector:!1,partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:t=>{let e={};if(typeof t[1]=="object"&&(e=t[1]),Ne(t[1])&&(e.defaultValue=t[1]),Ne(t[2])&&(e.tDescription=t[2]),typeof t[2]=="object"||typeof t[3]=="object"){const n=t[3]||t[2];Object.keys(n).forEach(r=>{e[r]=n[r]})}return e},interpolation:{escapeValue:!0,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0},cacheInBuiltFormats:!0}),xi=t=>(Ne(t.ns)&&(t.ns=[t.ns]),Ne(t.fallbackLng)&&(t.fallbackLng=[t.fallbackLng]),Ne(t.fallbackNS)&&(t.fallbackNS=[t.fallbackNS]),t.supportedLngs&&!t.supportedLngs.includes("cimode")&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),t),ha=()=>{},Lg=t=>{Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach(n=>{typeof t[n]=="function"&&(t[n]=t[n].bind(t))})};class na extends pa{constructor(e={},n){if(super(),this.options=xi(e),this.services={},this.logger=Ut,this.modules={external:[]},Lg(this),n&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,n),this;setTimeout(()=>{this.init(e,n)},0)}}init(e={},n){this.isInitializing=!0,typeof e=="function"&&(n=e,e={}),e.defaultNS==null&&e.ns&&(Ne(e.ns)?e.defaultNS=e.ns:e.ns.includes("translation")||(e.defaultNS=e.ns[0]));const r=Xa();this.options={...r,...this.options,...xi(e)},this.options.interpolation={...r.interpolation,...this.options.interpolation},e.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=e.keySeparator),e.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=e.nsSeparator),typeof this.options.overloadTranslationOptionHandler!="function"&&(this.options.overloadTranslationOptionHandler=r.overloadTranslationOptionHandler);const o=u=>u?typeof u=="function"?new u:u:null;if(!this.options.isClone){this.modules.logger?Ut.init(o(this.modules.logger),this.options):Ut.init(null,this.options);let u;this.modules.formatter?u=this.modules.formatter:u=Dg;const h=new fi(this.options);this.store=new hi(this.options.resources,this.options);const p=this.services;p.logger=Ut,p.resourceStore=this.store,p.languageUtils=h,p.pluralResolver=new Sg(h,{prepend:this.options.pluralSeparator}),u&&(p.formatter=o(u),p.formatter.init&&p.formatter.init(p,this.options),this.options.interpolation.format=p.formatter.format.bind(p.formatter)),p.interpolator=new vi(this.options),p.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},p.backendConnector=new Bg(o(this.modules.backend),p.resourceStore,p,this.options),p.backendConnector.on("*",(m,...b)=>{this.emit(m,...b)}),this.modules.languageDetector&&(p.languageDetector=o(this.modules.languageDetector),p.languageDetector.init&&p.languageDetector.init(p,this.options.detection,this.options)),this.modules.i18nFormat&&(p.i18nFormat=o(this.modules.i18nFormat),p.i18nFormat.init&&p.i18nFormat.init(this)),this.translator=new Da(this.services,this.options),this.translator.on("*",(m,...b)=>{this.emit(m,...b)}),this.modules.external.forEach(m=>{m.init&&m.init(this)})}if(this.format=this.options.interpolation.format,n||(n=ha),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const u=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);u.length>0&&u[0]!=="dev"&&(this.options.lng=u[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(u=>{this[u]=(...h)=>this.store[u](...h)}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(u=>{this[u]=(...h)=>(this.store[u](...h),this)});const c=Gn(),d=()=>{const u=(h,p)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),c.resolve(p),n(h,p)};if((this.languages||this.isLanguageChangingTo)&&!this.isInitialized)return u(null,this.t.bind(this));this.changeLanguage(this.options.lng,u)};return this.options.resources||!this.options.initAsync?d():setTimeout(d,0),c}loadResources(e,n=ha){let r=n;const o=Ne(e)?e:this.language;if(typeof e=="function"&&(r=e),!this.options.resources||this.options.partialBundledLanguages){if(o?.toLowerCase()==="cimode"&&(!this.options.preload||this.options.preload.length===0))return r();const i=[],s=c=>{if(!c||c==="cimode")return;this.services.languageUtils.toResolveHierarchy(c).forEach(u=>{u!=="cimode"&&(i.includes(u)||i.push(u))})};o?s(o):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(d=>s(d)),this.options.preload?.forEach?.(c=>s(c)),this.services.backendConnector.load(i,this.options.ns,c=>{!c&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),r(c)})}else r(null)}reloadResources(e,n,r){const o=Gn();return typeof e=="function"&&(r=e,e=void 0),typeof n=="function"&&(r=n,n=void 0),e||(e=this.languages),n||(n=this.options.ns),r||(r=ha),this.services.backendConnector.reload(e,n,i=>{o.resolve(),r(i)}),o}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return e.type==="backend"&&(this.modules.backend=e),(e.type==="logger"||e.log&&e.warn&&e.error)&&(this.modules.logger=e),e.type==="languageDetector"&&(this.modules.languageDetector=e),e.type==="i18nFormat"&&(this.modules.i18nFormat=e),e.type==="postProcessor"&&mi.addPostProcessor(e),e.type==="formatter"&&(this.modules.formatter=e),e.type==="3rdParty"&&this.modules.external.push(e),this}setResolvedLanguage(e){if(!(!e||!this.languages)&&!["cimode","dev"].includes(e)){for(let n=0;n<this.languages.length;n++){const r=this.languages[n];if(!["cimode","dev"].includes(r)&&this.store.hasLanguageSomeTranslations(r)){this.resolvedLanguage=r;break}}!this.resolvedLanguage&&!this.languages.includes(e)&&this.store.hasLanguageSomeTranslations(e)&&(this.resolvedLanguage=e,this.languages.unshift(e))}}changeLanguage(e,n){this.isLanguageChangingTo=e;const r=Gn();this.emit("languageChanging",e);const o=c=>{this.language=c,this.languages=this.services.languageUtils.toResolveHierarchy(c),this.resolvedLanguage=void 0,this.setResolvedLanguage(c)},i=(c,d)=>{d?this.isLanguageChangingTo===e&&(o(d),this.translator.changeLanguage(d),this.isLanguageChangingTo=void 0,this.emit("languageChanged",d),this.logger.log("languageChanged",d)):this.isLanguageChangingTo=void 0,r.resolve((...u)=>this.t(...u)),n&&n(c,(...u)=>this.t(...u))},s=c=>{!e&&!c&&this.services.languageDetector&&(c=[]);const d=Ne(c)?c:c&&c[0],u=this.store.hasLanguageSomeTranslations(d)?d:this.services.languageUtils.getBestMatchFromCodes(Ne(c)?[c]:c);u&&(this.language||o(u),this.translator.language||this.translator.changeLanguage(u),this.services.languageDetector?.cacheUserLanguage?.(u)),this.loadResources(u,h=>{i(h,u)})};return!e&&this.services.languageDetector&&!this.services.languageDetector.async?s(this.services.languageDetector.detect()):!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(s):this.services.languageDetector.detect(s):s(e),r}getFixedT(e,n,r,o){const i=o?.scopeNs,s=(c,d,...u)=>{let h;typeof d!="object"?h=this.options.overloadTranslationOptionHandler([c,d].concat(u)):h={...d},h.lng=h.lng||s.lng,h.lngs=h.lngs||s.lngs;const p=h.ns!==void 0&&h.ns!==null;h.ns=h.ns||s.ns,h.keyPrefix!==""&&(h.keyPrefix=h.keyPrefix||r||s.keyPrefix);const m={...this.options,...h};Array.isArray(i)&&!p&&(m.ns=i),typeof h.keyPrefix=="function"&&(h.keyPrefix=Tn(h.keyPrefix,m));const b=this.options.keySeparator||".";let f;return h.keyPrefix&&Array.isArray(c)?f=c.map(g=>(typeof g=="function"&&(g=Tn(g,m)),`${h.keyPrefix}${b}${g}`)):(typeof c=="function"&&(c=Tn(c,m)),f=h.keyPrefix?`${h.keyPrefix}${b}${c}`:c),this.t(f,h)};return Ne(e)?s.lng=e:s.lngs=e,s.ns=n,s.keyPrefix=r,s}t(...e){return this.translator?.translate(...e)}exists(...e){return this.translator?.exists(...e)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e,n={}){if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const r=n.lng||this.resolvedLanguage||this.languages[0],o=this.options?this.options.fallbackLng:!1,i=this.languages[this.languages.length-1];if(r.toLowerCase()==="cimode")return!0;const s=(c,d)=>{const u=this.services.backendConnector.state[`${c}|${d}`];return u===-1||u===0||u===2};if(n.precheck){const c=n.precheck(this,s);if(c!==void 0)return c}return!!(this.hasResourceBundle(r,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||s(r,e)&&(!o||s(i,e)))}loadNamespaces(e,n){const r=Gn();return this.options.ns?(Ne(e)&&(e=[e]),e.forEach(o=>{this.options.ns.includes(o)||this.options.ns.push(o)}),this.loadResources(o=>{r.resolve(),n&&n(o)}),r):(n&&n(),Promise.resolve())}loadLanguages(e,n){const r=Gn();Ne(e)&&(e=[e]);const o=this.options.preload||[],i=e.filter(s=>!o.includes(s)&&this.services.languageUtils.isSupportedCode(s));return i.length?(this.options.preload=o.concat(i),this.loadResources(s=>{r.resolve(),n&&n(s)}),r):(n&&n(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages?.length>0?this.languages[0]:this.language)),!e)return"rtl";try{const o=new Intl.Locale(e);if(o&&o.getTextInfo){const i=o.getTextInfo();if(i&&i.direction)return i.direction}}catch{}const n=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],r=this.services?.languageUtils||new fi(Xa());return e.toLowerCase().indexOf("-latn")>1?"ltr":n.includes(r.getLanguagePartFromCode(e))||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(e={},n){const r=new na(e,n);return r.createInstance=na.createInstance,r}cloneInstance(e={},n=ha){const r=e.forkResourceStore;r&&delete e.forkResourceStore;const o={...this.options,...e,isClone:!0},i=new na(o);if((e.debug!==void 0||e.prefix!==void 0)&&(i.logger=i.logger.clone(e)),["store","services","language"].forEach(c=>{i[c]=this[c]}),i.services={...this.services},i.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},r){const c=Object.keys(this.store.data).reduce((d,u)=>(d[u]={...this.store.data[u]},d[u]=Object.keys(d[u]).reduce((h,p)=>(h[p]={...d[u][p]},h),d[u]),d),{});i.store=new hi(c,o),i.services.resourceStore=i.store}if(e.interpolation){const d={...Xa().interpolation,...this.options.interpolation,...e.interpolation},u={...o,interpolation:d};i.services.interpolator=new vi(u)}return i.translator=new Da(i.services,o),i.translator.on("*",(c,...d)=>{i.emit(c,...d)}),i.init(o,n),i.translator.options=o,i.translator.backendConnector.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const st=na.createInstance();st.createInstance,st.dir,st.init,st.loadResources,st.reloadResources,st.use,st.changeLanguage,st.getFixedT,st.t,st.exists,st.setDefaultNamespace,st.hasLoadedNamespace,st.loadNamespaces,st.loadLanguages;const jg=(t,e,n,r)=>{const o=[n,{code:e,...r||{}}];if(t?.services?.logger?.forward)return t.services.logger.forward(o,"warn","react-i18next::",!0);yn(o[0])&&(o[0]=`react-i18next:: ${o[0]}`),t?.services?.logger?.warn?t.services.logger.warn(...o):console?.warn&&console.warn(...o)},_i={},ma=(t,e,n,r)=>{yn(n)&&_i[n]||(yn(n)&&(_i[n]=new Date),jg(t,e,n,r))},ki=(t,e)=>()=>{if(t.isInitialized)e();else{const n=()=>{setTimeout(()=>{t.off("initialized",n)},0),e()};t.on("initialized",n)}},Ja=(t,e,n)=>{t.loadNamespaces(e,ki(t,n))},Si=(t,e,n,r)=>{if(yn(n)&&(n=[n]),t.options.preload&&t.options.preload.indexOf(e)>-1)return Ja(t,n,r);n.forEach(o=>{t.options.ns.indexOf(o)<0&&t.options.ns.push(o)}),t.loadLanguages(e,ki(t,r))},Mg=(t,e,n={})=>!e.languages||!e.languages.length?(ma(e,"NO_LANGUAGES","i18n.languages were undefined or empty",{languages:e.languages}),!0):e.hasLoadedNamespace(t,{lng:n.lng,precheck:(r,o)=>{if(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&r.services.backendConnector.backend&&r.isLanguageChangingTo&&!o(r.isLanguageChangingTo,t))return!1}}),yn=t=>typeof t=="string",Pg=t=>typeof t=="object"&&t!==null,Rg=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,$g={"&":"&","&":"&","<":"<","<":"<",">":">",">":">","'":"'","'":"'",""":'"',""":'"'," ":" "," ":" ","©":"\xA9","©":"\xA9","®":"\xAE","®":"\xAE","…":"\u2026","…":"\u2026","/":"/","/":"/"},Ig=t=>$g[t],Fg=t=>t.replace(Rg,Ig);let Qa={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:Fg,transDefaultProps:void 0};const Og=(t={})=>{Qa={...Qa,...t}},Hg=()=>Qa;let Ai;const Vg=t=>{Ai=t},zg=()=>Ai,Wg={type:"3rdParty",init(t){Og(t.options.react),Vg(t)}},qg=l.createContext();class Ug{constructor(){this.usedNamespaces={}}addUsedNamespaces(e){e.forEach(n=>{this.usedNamespaces[n]||(this.usedNamespaces[n]=!0)})}getUsedNamespaces(){return Object.keys(this.usedNamespaces)}}var er={exports:{}},tr={};/**
|
|
803
|
+
* @license React
|
|
804
|
+
* use-sync-external-store-shim.production.js
|
|
805
|
+
*
|
|
806
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
807
|
+
*
|
|
808
|
+
* This source code is licensed under the MIT license found in the
|
|
809
|
+
* LICENSE file in the root directory of this source tree.
|
|
810
|
+
*/var Ni;function Gg(){if(Ni)return tr;Ni=1;var t=l;function e(p,m){return p===m&&(p!==0||1/p===1/m)||p!==p&&m!==m}var n=typeof Object.is=="function"?Object.is:e,r=t.useState,o=t.useEffect,i=t.useLayoutEffect,s=t.useDebugValue;function c(p,m){var b=m(),f=r({inst:{value:b,getSnapshot:m}}),g=f[0].inst,y=f[1];return i(function(){g.value=b,g.getSnapshot=m,d(g)&&y({inst:g})},[p,b,m]),o(function(){return d(g)&&y({inst:g}),p(function(){d(g)&&y({inst:g})})},[p]),s(b),b}function d(p){var m=p.getSnapshot;p=p.value;try{var b=m();return!n(p,b)}catch{return!0}}function u(p,m){return m()}var h=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?u:c;return tr.useSyncExternalStore=t.useSyncExternalStore!==void 0?t.useSyncExternalStore:h,tr}var nr={};/**
|
|
811
|
+
* @license React
|
|
812
|
+
* use-sync-external-store-shim.development.js
|
|
813
|
+
*
|
|
814
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
815
|
+
*
|
|
816
|
+
* This source code is licensed under the MIT license found in the
|
|
817
|
+
* LICENSE file in the root directory of this source tree.
|
|
818
|
+
*/var Ti;function Yg(){return Ti||(Ti=1,process.env.NODE_ENV!=="production"&&(function(){function t(b,f){return b===f&&(b!==0||1/b===1/f)||b!==b&&f!==f}function e(b,f){h||o.startTransition===void 0||(h=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var g=f();if(!p){var y=f();i(g,y)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),p=!0)}y=s({inst:{value:g,getSnapshot:f}});var C=y[0].inst,w=y[1];return d(function(){C.value=g,C.getSnapshot=f,n(C)&&w({inst:C})},[b,g,f]),c(function(){return n(C)&&w({inst:C}),b(function(){n(C)&&w({inst:C})})},[b]),u(g),g}function n(b){var f=b.getSnapshot;b=b.value;try{var g=f();return!i(b,g)}catch{return!0}}function r(b,f){return f()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var o=l,i=typeof Object.is=="function"?Object.is:t,s=o.useState,c=o.useEffect,d=o.useLayoutEffect,u=o.useDebugValue,h=!1,p=!1,m=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?r:e;nr.useSyncExternalStore=o.useSyncExternalStore!==void 0?o.useSyncExternalStore:m,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),nr}process.env.NODE_ENV==="production"?er.exports=Gg():er.exports=Yg();var Kg=er.exports;const Zg=(t,e)=>{if(yn(e))return e;if(Pg(e)&&yn(e.defaultValue))return e.defaultValue;if(typeof t=="function")return"";if(Array.isArray(t)){const n=t[t.length-1];return typeof n=="function"?"":n}return t},Xg={t:Zg,ready:!1},Jg=()=>()=>{},pe=(t,e={})=>{const{i18n:n}=e,{i18n:r,defaultNS:o}=l.useContext(qg)||{},i=n||r||zg();i&&!i.reportNamespaces&&(i.reportNamespaces=new Ug),i||ma(i,"NO_I18NEXT_INSTANCE","useTranslation: You will need to pass in an i18next instance by using initReactI18next or by passing it via props or context. In monorepo setups, make sure there is only one instance of react-i18next.");const s=l.useMemo(()=>({...Hg(),...i?.options?.react,...e}),[i,e]),{useSuspense:c,keyPrefix:d}=s,u=t||o||i?.options?.defaultNS,h=yn(u)?[u]:u||["translation"],p=l.useMemo(()=>h,h);i?.reportNamespaces?.addUsedNamespaces?.(p);const m=l.useRef(0),b=l.useCallback(S=>{if(!i)return Jg;const{bindI18n:D,bindI18nStore:$}=s,j=()=>{m.current+=1,S()};return D&&i.on(D,j),$&&i.store.on($,j),()=>{D&&D.split(" ").forEach(k=>i.off(k,j)),$&&$.split(" ").forEach(k=>i.store.off(k,j))}},[i,s]),f=l.useRef(),g=l.useCallback(()=>{if(!i)return Xg;const S=!!(i.isInitialized||i.initializedStoreOnce)&&p.every(L=>Mg(L,i,s)),D=e.lng||i.language,$=m.current,j=f.current;if(j&&j.ready===S&&j.lng===D&&j.keyPrefix===d&&j.revision===$)return j;const E={t:i.getFixedT(D,s.nsMode==="fallback"?p:p[0],d,{scopeNs:p}),ready:S,lng:D,keyPrefix:d,revision:$};return f.current=E,E},[i,p,d,s,e.lng]),[y,C]=l.useState(0),{t:w,ready:x}=Kg.useSyncExternalStore(b,g,g);l.useEffect(()=>{if(i&&!x&&!c){const S=()=>C(D=>D+1);e.lng?Si(i,e.lng,p,S):Ja(i,p,S)}},[i,e.lng,p,x,c,y]);const v=i||{},T=l.useRef(null),_=l.useRef(),N=S=>{const D=Object.getOwnPropertyDescriptors(S);D.__original&&delete D.__original;const $=Object.create(Object.getPrototypeOf(S),D);if(!Object.prototype.hasOwnProperty.call($,"__original"))try{Object.defineProperty($,"__original",{value:S,writable:!1,enumerable:!1,configurable:!1})}catch{}return $},B=l.useMemo(()=>{const S=v,D=S?.language;let $=S;S&&(T.current&&T.current.__original===S?_.current!==D?($=N(S),T.current=$,_.current=D):$=T.current:($=N(S),T.current=$,_.current=D));const j=!x&&!c?(...E)=>(ma(i,"USE_T_BEFORE_READY","useTranslation: t was called before ready. When using useSuspense: false, make sure to check the ready flag before using t."),w(...E)):w,k=[j,$,x];return k.t=j,k.i18n=$,k.ready=x,k},[w,v,x,v.resolvedLanguage,v.language,v.languages]);if(i&&c&&!x){let S=!1;try{S=process.env.NODE_ENV!=="production"}catch{}throw S&&ma(i,"SUSPENDED_WHILE_LOADING","useTranslation: suspended while translations are loading (useSuspense is true by default). Add a <Suspense> boundary above this component, or set react.useSuspense: false in the i18next init options. https://react.i18next.com/latest/usetranslation-hook"),new Promise(D=>{const $=()=>D();e.lng?Si(i,e.lng,p,$):Ja(i,p,$)})}return B};function Qg({message:t,hint:e,icon:n="triangle-alert",onRetry:r,retryLabel:o,className:i}){const{t:s}=pe();return a.jsxs("div",{className:ye("empty-state","error-state",i),role:"alert",children:[a.jsx(Me,{icon:n,className:"empty-state__icon error-state__icon"}),a.jsx("p",{className:"empty-state__message body-3",children:t??s("common.errorState.message",{defaultValue:"\uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."})}),e&&a.jsx("p",{className:"empty-state__hint caption-1",children:e}),r&&a.jsxs("button",{className:"empty-state__action button button40 button40--bar button--variant-main button--align-center button--shape-rounded",onClick:r,children:[a.jsx(Me,{icon:"rotate-cw",className:"button__icon"}),a.jsx("span",{className:"button__label button-1",children:o??s("common.errorState.retry",{defaultValue:"\uB2E4\uC2DC \uC2DC\uB3C4"})})]})]})}function e0({icon:t,title:e,description:n,cta:r,tone:o="main",disabled:i=!1,onClick:s,className:c=""}){const d=()=>{i||s?.()};return a.jsx("section",{role:"button",tabIndex:i?-1:0,"aria-disabled":i||void 0,"aria-label":e,onClick:d,onKeyDown:u=>{(u.key==="Enter"||u.key===" ")&&(u.preventDefault(),d())},className:ye("action-card",`action-card--${o}`,i&&"action-card--disabled",c),children:a.jsxs("div",{className:"action-card__body",children:[a.jsx("span",{"aria-hidden":!0,className:"action-card__chip",children:a.jsx(Me,{icon:t,size:34})}),a.jsxs("div",{className:"action-card__text",children:[a.jsx("h2",{className:"action-card__title",children:e}),a.jsx("p",{className:"action-card__desc",children:n})]}),a.jsxs("div",{className:"action-card__cta",children:[a.jsx("span",{children:r}),a.jsx("span",{"aria-hidden":!0,className:"action-card__arrow",children:a.jsx(Me,{icon:"arrow-right",size:18})})]})]})})}function t0({as:t="div",className:e="",children:n,storage:r,...o}){r&&y1({resolveUrl:r.resolveUrl,download:r.download??(()=>Promise.reject(new Error("[ihabdevteam-core] CoreScope: download resolver\uAC00 \uC124\uC815\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4."))),exists:r.exists,resolvePath:r.resolvePath,noiseBaseUrl:r.noiseBaseUrl});const i=ye("ihabdevteam-core-scope",e);return a.jsx(t,{className:i,...o,children:n})}function n0({title:t="",lines:e=[],notices:n=null,children:r,variant:o="default",dismissible:i=!1,className:s=""}){const{t:c}=pe(),[d,u]=l.useState(!1),h=l.useCallback(()=>u(!0),[]);if(d)return null;const p=`notice-box notice-box--${o} body-2 ${s}`.trim();if(n&&Array.isArray(n)&&n.length)return a.jsx("div",{className:p,role:"note",children:n.map((b,f)=>a.jsxs("div",{className:"notice-box__inner",children:[b.title?a.jsx("span",{className:"notice-box__title body-3",children:b.title}):null,a.jsx("div",{className:"notice-box__body",children:b.lines&&b.lines.length?a.jsx("div",{children:b.lines.map((g,y)=>a.jsx("span",{className:"notice-box__line body-3",children:g},y))}):b.children??null})]},f))});const m=t||e.length?a.jsxs("div",{className:"notice-box__inner",children:[t?a.jsx("span",{className:"notice-box__title body-1",children:t}):null,a.jsx("div",{className:"notice-box__body",children:e.length?a.jsx("ul",{children:e.map((b,f)=>a.jsx("li",{className:"notice-box__line",children:b},f))}):r})]}):a.jsx("div",{className:"notice-box__inner",children:r});return a.jsxs("div",{className:p,role:"note",children:[m,i&&a.jsx("button",{className:"notice-box__dismiss",onClick:h,"aria-label":c("common.close","\uB2EB\uAE30"),children:"\xD7"})]})}function sn(t){const{anchorRect:e,anchorEl:n,offset:r=20,edgeMargin:o=20,onClose:i,closeOnOutsideClick:s=!0,className:c="",role:d="dialog",ariaLabel:u="",children:h,backdrop:p=!1,isMobilePopup:m=!1,useBorder:b=!0,header:f}=t||{},g=l.useRef(null),[y,C]=l.useState({position:"fixed",left:0,top:-9999}),[w,x]=l.useState(!1),[v,T]=l.useState("bottom"),[_,N]=l.useState(!1),[B,S]=l.useState(!1),D=!e&&!n,$=l.useCallback((L=!1)=>{if(B&&m)return;const F=n?n.getBoundingClientRect():e;if(!F||!g.current)return;const J=g.current,{offsetWidth:Z,offsetHeight:Q}=J,O=window.innerWidth,I=window.innerHeight,R=O-F.right,V=F.left,P=F.top,U=I-F.bottom;let M=0,z=0,W="top";if(P>=Q+r)W="top",z=F.top-r-Q,M=F.left+F.width/2-Z/2;else if(U>=Q+r)W="bottom",z=F.bottom+r,M=F.left+F.width/2-Z/2;else if(R>=Z+r)W="right",M=F.right+r,z=F.top+F.height/2-Q/2;else if(V>=Z+r)W="left",M=F.left-r-Z,z=F.top+F.height/2-Q/2;else{const ce=Math.max(P,U,R,V);ce===P?(W="top",z=F.top-r-Q,M=F.left+F.width/2-Z/2):ce===U?(W="bottom",z=F.bottom+r,M=F.left+F.width/2-Z/2):ce===R?(W="right",M=F.right+r,z=F.top+F.height/2-Q/2):(W="left",M=F.left-r-Z,z=F.top+F.height/2-Q/2)}const G=Number(o)||8;M=Math.min(Math.max(M,G),O-Z-G),z=Math.min(Math.max(z,G),I-Q-G);const X=Math.round(M),le=Math.round(z);L&&g.current?(g.current.style.left=`${X}px`,g.current.style.top=`${le}px`,g.current.dataset.placement=W):(T(W||v),C({position:"fixed",left:X,top:le}),N(!0))},[B,m,n,e,r,o,v]);l.useLayoutEffect(()=>{if(D)return;if(B&&m){C({position:"fixed",left:"50%",top:"50%",transform:"translate(-50%, -50%)",width:"calc(100% - 40px)",maxWidth:"calc(100% - 40px)"}),N(!0);return}$();const L=requestAnimationFrame(()=>$());return()=>cancelAnimationFrame(L)},[e,n,r,h,o,D,B,m,$]),l.useEffect(()=>{if(D||B&&m||!g.current||typeof ResizeObserver>"u")return;const L=new ResizeObserver(()=>{e&&$()});return L.observe(g.current),()=>L.disconnect()},[e,h,o,D,B,m,$]),l.useEffect(()=>{if(D||B&&m)return;const L=()=>$(!0);return window.addEventListener("resize",L),document.addEventListener("scroll",L,{passive:!0,capture:!0}),()=>{window.removeEventListener("resize",L),document.removeEventListener("scroll",L,{capture:!0})}},[e,r,h,o,D,B,m,$]),l.useEffect(()=>{if(typeof window>"u"||!window.matchMedia)return;const L=window.matchMedia("(max-width: 768px)"),F=()=>S(!!L.matches);F();try{L.addEventListener?L.addEventListener("change",F):L.addListener(F)}catch{try{L.addListener(F)}catch{}}return()=>{try{L.removeEventListener?L.removeEventListener("change",F):L.removeListener(F)}catch{}}},[]);const j=l.useRef(!1),k=l.useCallback((L=!1)=>{if(!(w||j.current)){if(j.current=!0,L){x(!0);try{i&&i()}catch{}return}x(!0),setTimeout(()=>{i&&i()},200)}},[w,i,x]);l.useEffect(()=>{const L=Z=>{const Q=g.current;if(!Q)return;const O=Z.target;if(O&&!Q.contains(O)){try{if(O.closest&&O.closest("[data-tooltip-ignore]"))return}catch{}s&&k(!0)}},F=Z=>{const Q=g.current;if(!Q)return;const O=Z.target;if(O&&!Q.contains(O)){try{if(O.closest&&O.closest("[data-tooltip-ignore]"))return}catch{}s&&k(!0)}},J=Z=>{if(Z.key==="Escape"){Z.stopPropagation(),k();return}if(Z.key==="Tab"){const Q=g.current;if(!Q)return;const O=Q.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');if(!O||O.length===0)return;const I=O[0],R=O[O.length-1],V=document.activeElement;Z.shiftKey?V===I&&(Z.preventDefault(),R.focus()):V===R&&(Z.preventDefault(),I.focus())}};return document.addEventListener("pointerdown",L,!0),document.addEventListener("click",F,!0),document.addEventListener("keydown",J),()=>{document.removeEventListener("pointerdown",L,!0),document.removeEventListener("click",F,!0),document.removeEventListener("keydown",J)}},[i,s,k]),l.useEffect(()=>{const L=()=>{k(!0)};return typeof document<"u"&&document.addEventListener("speechear-close-tooltips",L),()=>{typeof document<"u"&&document.removeEventListener("speechear-close-tooltips",L)}},[k]);const E=a.jsxs("div",{ref:g,className:`tooltip-content ${b?"tooltip-content--bordered":""} ${w?"is-closing":""} ${c} ${B&&m?"is-mobile":""}`,role:d,"aria-label":u||void 0,style:D?{}:{...y,visibility:_?"visible":"hidden"},tabIndex:-1,"data-placement":v,"data-left":D?"":y.left,"data-top":D?"":y.top,"data-anchor-left":e?Math.round(e.left):"","data-anchor-top":e?Math.round(e.top):"","data-anchor-width":e?Math.round(e.width):"","data-anchor-height":e?Math.round(e.height):"",children:[f!=null&&a.jsx("div",{className:"tooltip-content__header h5",children:f}),h]});if(D||typeof document>"u")return E;if(p||B&&m){const L=a.jsxs("div",{className:"tooltip-portal",children:[a.jsx("div",{className:"tooltip-backdrop",onClick:()=>{s&&k(!0)}}),E]});return Rt.createPortal(L,document.body)}return Rt.createPortal(E,document.body)}function ln(t){const{anchorRect:e,text:n,offset:r=8,onClose:o,className:i="",ariaLabel:s}=t||{};return n?a.jsx(sn,{anchorRect:e,offset:r,onClose:o,closeOnOutsideClick:!1,className:`tooltip-info ${i}`,ariaLabel:s||n,children:a.jsx("div",{className:"tooltip-info__content body-3",children:n})}):null}function Dn(t){const{anchorRect:e,title:n,items:r,activeIndex:o=-1,showIndex:i=!0,onClose:s,offset:c=12}=t||{},d=Array.isArray(r)?r:r?[r]:[];return!d.length&&!n?null:a.jsx(sn,{anchorRect:e,offset:c,onClose:s,closeOnOutsideClick:!0,useBorder:!1,className:"tooltip-description",children:a.jsxs("div",{className:"tooltip-description__box",children:[n&&a.jsx("span",{className:"tooltip-description__title body-2",children:n}),a.jsx("ol",{className:"tooltip-description__items",children:d.map((u,h)=>a.jsxs("li",{className:`tooltip-description__item body-3${h===o?" tooltip-description__item--active":""}`,children:[i&&d.length>1&&a.jsxs("span",{className:"tooltip-description__index button-1",children:[h+1,"."]}),a.jsx("span",{children:u})]},h))})]})})}function oe(t){const{size:e=48,type:n,htmlType:r,href:o,target:i,rel:s,icon:c,rightIcon:d,label:u,count:h,subLabel:p,children:m,ariaLabel:b,variant:f="default",align:g="center",selected:y,toggleable:C=!1,disabled:w=!1,useLabel:x=!0,useBorder:v=!0,useBG:T=!0,useDisabledCovered:_=!1,useDisabledInvisible:N=!1,width:B,minWidth:S,onClick:D,onDisabledClick:$,showTooltipInfo:j=!1,tooltipInfoText:k=null,tooltipDescription:E=null,iconSize:L="medium",iconColor:F,shape:J="rounded",color:Z,className:Q,...O}=t,I=typeof e=="string"&&isNaN(Number(e))?e.toLowerCase():String(Number(e)||48),R=I.match(/^\d+$/)?`button${I}`:`button-${I}`,V=Number(e),P=!isNaN(V)&&V<40?"button-2":"button-1",U=u??m,M=w||!!O.disabled,z=M?_?"disabled-covered":N?"disabled-invisibled":"disabled":f,W=z?`button--variant-${z}`:"",G=g?`button--align-${g}`:"",X=J?`button--shape-${J}`:"",le=typeof F=="string"&&F.startsWith("--")?`var(${F})`:F,ce={...B?{width:typeof B=="number"?`${B}px`:B}:{},...S?{minWidth:typeof S=="number"?`${S}px`:S}:{},...v?{}:{"--button-border":M?"0":"1px solid transparent"},...le?{"--button-icon-color":le}:{},...Z?{"--color-main":Z}:{}},te=x===!1?"":U,K=Array.isArray(te)?te.length>0:!!te,se=!!d,fe=n??(K||c||se?"bar":"dot"),Se=`${R}--${fe}`,Ae=l.useRef(null),ee=l.useRef(M),[we,xe]=l.useState(!!y),[Be,Oe]=l.useState(!1),[ze,We]=l.useState(null),Fe=l.useCallback(()=>Oe(!1),[]);l.useEffect(()=>{(j||E)&&M&&Be&&(Oe(!1),We(null))},[M,j,E,Be]),l.useEffect(()=>{typeof y=="boolean"&&xe(y)},[y]),l.useEffect(()=>{if(ee.current&&!M&&Ae.current){const je=Ae.current;je.blur(),je.style.pointerEvents="none";const Ge=requestAnimationFrame(()=>{requestAnimationFrame(()=>{Ae.current&&(Ae.current.style.pointerEvents="")})});return()=>cancelAnimationFrame(Ge)}ee.current=M},[M]);const at=typeof y=="boolean"?!!y:we,Re=C||typeof y=="boolean"?at?"true":"false":void 0,He=ye("button",R,Se,W,G,X,at?"is-selected":null,T?null:"button--no-bg",Q),Ie=`button__icon button__icon--${L}`,me=Array.isArray(p)?p:p!==void 0?[p]:[],rt=()=>{if(Array.isArray(te))return te.map((Ge,Ze)=>{const mt=me[Ze];return a.jsxs("span",{className:`button__label-text${mt!==void 0?" button__label-text--has-sub":""}`,children:[Ge,mt!==void 0&&a.jsx("span",{className:"button__sub-label-text caption-1",children:mt})]},Ze)});const je=p!==void 0;return a.jsxs("span",{className:`button__label-text${je?" button__label-text--has-sub":""}`,children:[te,h!=null&&a.jsx("span",{className:"button__count",children:h}),je&&a.jsx("span",{className:"button__sub-label-text caption-1",children:p})]})},$e=je=>{M||(typeof O.onMouseLeave=="function"&&O.onMouseLeave(je),typeof y!="boolean"&&xe(!1),je.currentTarget.blur())},Le=je=>{if(M){$?.(je);return}typeof y!="boolean"&&C&&xe(Ge=>!Ge),D?.(je)},qe=l.useCallback(()=>{!M&&(j||E)&&(Oe(!0),We(Ae.current?.getBoundingClientRect()??null))},[M,j,E]),vt=l.useCallback(()=>{(j||E)&&(Oe(!1),We(null))},[j,E]),Ue={...O};delete Ue.disabled,delete Ue.className,delete Ue.faded,delete Ue.useFaded,delete Ue.loading,delete Ue.onMouseLeave,delete Ue.onPointerEnter,delete Ue.onPointerLeave,delete Ue.onFocus,delete Ue.onBlur,M&&(Object.keys(Ue).forEach(je=>{/^on[A-Z]/.test(je)&&typeof Ue[je]=="function"&&delete Ue[je]}),Ue["aria-disabled"]="true");const Ve=(typeof j=="string"?j:null)??(typeof k=="string"?k:null)??(typeof b=="string"?b:null)??(typeof U=="string"?U:null)??void 0,lt=typeof b=="string"?b:typeof U=="string"?U:Ve,De=(je,Ge)=>a.jsx(Me,{icon:je,label:Ge??lt,className:Ie,imgClassName:"button__icon-img",maskClassName:"button__icon-mask",svgClassName:"button__icon-svg"}),Qe=()=>fe==="dot"?a.jsxs(a.Fragment,{children:[De(c),K&&a.jsx("span",{className:`button__label ${P}`,children:rt()})]}):g==="center"&&c?a.jsxs(a.Fragment,{children:[a.jsxs("span",{className:"button__center-group",children:[a.jsx("span",{className:"button__left",children:De(c)}),K&&a.jsx("span",{className:`button__label ${P}`,children:rt()})]}),se&&a.jsx("span",{className:"button__right",children:De(d)})]}):a.jsxs(a.Fragment,{children:[c&&a.jsx("span",{className:"button__left",children:De(c,b??U)}),K&&a.jsx("span",{className:`button__label ${P}`,children:rt()}),se&&a.jsx("span",{className:"button__right",children:De(d)})]}),Ke=!!o&&!M;return a.jsxs(a.Fragment,{children:[a.jsx(Ke?"a":"button",{...Ue,ref:Ae,...Ke?{href:o,target:i,rel:s??(i==="_blank"?"noreferrer":void 0)}:{type:r,disabled:M&&!$},className:He,"aria-pressed":Re,"aria-label":lt,"aria-disabled":Ke&&M?!0:void 0,style:ce,onClick:Le,onMouseLeave:$e,onPointerEnter:je=>{qe(),!M&&typeof O.onPointerEnter=="function"&&O.onPointerEnter(je)},onPointerLeave:je=>{vt(),!M&&typeof O.onPointerLeave=="function"&&O.onPointerLeave(je)},onFocus:je=>{qe(),!M&&typeof O.onFocus=="function"&&O.onFocus(je)},onBlur:je=>{$e(je),vt(),!M&&typeof O.onBlur=="function"&&O.onBlur(je)},children:Qe()}),Be&&E?a.jsx(Dn,{anchorRect:ze,title:E.title,items:E.items,onClose:Fe}):Be&&Ve?a.jsx(ln,{anchorRect:ze,text:Ve,onClose:Fe}):null]})}function ot(t,e,n){const r=l.useRef(null);return l.useLayoutEffect(()=>{const o=r.current?.parentElement??null;return e(o,t),()=>n(o)},[t,e,n]),r}const Zn={title:"--promo-banner-bg-title",description:"--promo-banner-bg-description"},ar=new WeakMap;function Di(t){if(t)return ar.get(t)}function kt(t,e){t&&(t.style.setProperty(Zn.title,e.title),t.style.setProperty(Zn.description,e.description),ar.set(t,e))}function St(t){t&&(t.style.removeProperty(Zn.title),t.style.removeProperty(Zn.description),ar.delete(t))}const Ei={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"default"};function Bi(){const t=ot(Ei,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-main","aria-hidden":"true"})}const Li={title:"var(--color-main)",description:"var(--color-gray)",actionVariant:"main"};function ji(){const t=ot(Li,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-soft","aria-hidden":"true"})}const Mi={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"main"};function Pi(){const t=ot(Mi,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-sub","aria-hidden":"true"})}const Ri={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"main"};function $i(){const t=ot(Ri,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-deep","aria-hidden":"true"})}const Ii={title:"var(--color-darkSub)",description:"var(--color-gray)",actionVariant:"main"};function Fi(){const t=ot(Ii,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-soft-sub","aria-hidden":"true"})}const Oi={title:"var(--color-black)",description:"var(--color-darkGray)",actionVariant:"main"};function Hi(){const t=ot(Oi,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-warm","aria-hidden":"true"})}const Vi={title:"var(--color-white)",description:"var(--color-lightGray)",actionVariant:"main"};function zi(){const t=ot(Vi,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-dark","aria-hidden":"true"})}const Wi={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"main"};function qi(){const t=ot(Wi,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-radial","aria-hidden":"true"})}const Ui={title:"var(--color-darkMain)",description:"var(--color-gray)",actionVariant:"main"};function Gi(){const t=ot(Ui,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-diagonal","aria-hidden":"true"})}const Yi={title:"var(--color-darkSub)",description:"var(--color-gray)",actionVariant:"main"};function Ki(){const t=ot(Yi,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-dots","aria-hidden":"true"})}const Zi={title:"var(--color-black)",description:"var(--color-gray)",actionVariant:"main"};function Xi(){const t=ot(Zi,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-outline","aria-hidden":"true",children:a.jsx("span",{className:"promo-banner-bg-outline__dot"})})}const Ji={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"main"};function Qi(){const t=ot(Ji,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-success","aria-hidden":"true"})}const es={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"sub"};function ts(){const t=ot(es,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-naver","aria-hidden":"true"})}const ns={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"transparent-white"};function as(){const t=ot(ns,kt,St);return a.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-instagram","aria-hidden":"true"})}const a0=[{key:"main",label:"\uBA54\uC778 \uADF8\uB77C\uB514\uC5B8\uD2B8",textTone:"light"},{key:"soft",label:"\uC18C\uD504\uD2B8",textTone:"dark"},{key:"sub",label:"\uC11C\uBE0C \uCEEC\uB7EC",textTone:"light"},{key:"deep",label:"\uB525 \uADF8\uB77C\uB514\uC5B8\uD2B8",textTone:"light"},{key:"softSub",label:"\uC18C\uD504\uD2B8 \uC11C\uBE0C",textTone:"dark"},{key:"warm",label:"\uC6DC(\uAC15\uC870)",textTone:"dark"},{key:"dark",label:"\uB2E4\uD06C",textTone:"light"},{key:"radial",label:"\uBC29\uC0AC\uD615 \uADF8\uB77C\uB514\uC5B8\uD2B8",textTone:"light"},{key:"diagonal",label:"\uB300\uAC01\uC120 \uD328\uD134",textTone:"dark"},{key:"dots",label:"\uB3C4\uD2B8 \uD328\uD134",textTone:"dark"},{key:"outline",label:"\uC544\uC6C3\uB77C\uC778",textTone:"dark"},{key:"success",label:"\uC131\uACF5/\uC644\uB8CC",textTone:"light"},{key:"naver",label:"\uB124\uC774\uBC84 \uBE14\uB85C\uADF8 \uC548\uB0B4",textTone:"light"},{key:"instagram",label:"\uC778\uC2A4\uD0C0\uADF8\uB7A8 \uC548\uB0B4",textTone:"light"}],rs={main:Bi,soft:ji,sub:Pi,deep:$i,softSub:Fi,warm:Hi,dark:zi,radial:qi,diagonal:Gi,dots:Ki,outline:Xi,success:Qi,naver:ts,instagram:as};function os({storageKey:t="fontScale",baseFont:e=20,minScale:n=.8,maxScale:r=1.4,step:o=.1,lineHeightRatio:i=1.4}={}){const s=y=>Math.max(n,Math.min(r,Number(y))),[c,d]=l.useState(()=>{try{const y=localStorage.getItem(t),C=y?Number(y):1;return Number.isFinite(C)?C:1}catch{return 1}});l.useEffect(()=>{try{localStorage.setItem(t,String(c))}catch{}},[t,c]);const u=y=>{d(typeof y=="function"?C=>s(y(C)):s(y))},h=()=>u(y=>+(y+o).toFixed(6)),p=()=>u(y=>+(y-o).toFixed(6)),m=c<r-Number.EPSILON,b=c>n+Number.EPSILON,f=Math.round(e*c),g=Math.round(f*i);return{scale:c,setScale:u,increase:h,decrease:p,canIncrease:m,canDecrease:b,fontSize:f,lineHeight:g}}const is=l.createContext(null);function r0(t){return/max-width:\s*7[0-9][0-9]px/.test(t)}function Xt(t){const e=l.useContext(is),n=i=>typeof window>"u"||!window.matchMedia?!1:window.matchMedia(i).matches,[r,o]=l.useState(n(t));return l.useEffect(()=>{if(typeof window>"u"||!window.matchMedia)return;const i=window.matchMedia(t),s=d=>o(d.matches),c=i;return c.addEventListener?c.addEventListener("change",s):c.addListener&&c.addListener(s),o(i.matches),()=>{c.removeEventListener?c.removeEventListener("change",s):c.removeListener&&c.removeListener(s)}},[t]),e&&typeof e.mobile=="boolean"&&r0(t)?e.mobile:r}function o0(t){const e=l.useRef(t);return l.useEffect(()=>{e.current=t}),e}function ss(t,e){const n=o0(e);l.useEffect(()=>{const r=()=>n.current();try{window.addEventListener(t,r)}catch{}return()=>{try{window.removeEventListener(t,r)}catch{}}},[t,n])}const rr=" \xB7 ",ls=(()=>{if(typeof document>"u")return"";const t=document.title;return t.includes(rr)?t.split(rr).pop()??t:t})(),i0=l.createContext(!1);function s0(t){const e=l.useContext(i0);l.useEffect(()=>{if(e||typeof t!="string"||!t)return;const n=document.title;return document.title=ls?`${t}${rr}${ls}`:t,()=>{document.title=n}},[t,e])}const l0=[{value:"10",label:"10\uAC1C\uC529 \uBCF4\uAE30"},{value:"25",label:"25\uAC1C\uC529 \uBCF4\uAE30"},{value:"50",label:"50\uAC1C\uC529 \uBCF4\uAE30"},{value:"100",label:"100\uAC1C\uC529 \uBCF4\uAE30"}];function c0(t,e){const{t:n}=pe(),[r,o]=l.useState("25"),[i,s]=l.useState(1),[c,d]=l.useState(e);c!==e&&(d(e),i!==1&&s(1));const u=l.useMemo(()=>l0.map(b=>({...b,label:n("visits.showN",{n:b.value})})),[n]),h=l.useCallback(b=>{o(b),s(1)},[]),p=Math.max(1,Math.ceil(t.length/Number(r))),m=Math.min(i,p);return{pageRows:l.useMemo(()=>t.slice((m-1)*Number(r),m*Number(r)),[t,m,r]),pageSizeProps:{options:u,value:r,onChange:h},paginationProps:{page:m,total:p,onChange:s},setPage:s}}function u0(){const[t,e]=l.useState(null),n=l.useCallback(o=>{e(i=>i?.key===o?{key:o,asc:!i.asc}:{key:o,asc:!0})},[]),r=l.useCallback((o,i)=>({label:o,sortDir:t?.key===i?t.asc?"asc":"desc":null,onClick:()=>n(i)}),[t,n]);return{\uC815\uB82C:t,\uCE78:r}}const cn="\uC804\uCCB4";function ga(){const[t,e]=l.useState(null),n=l.useCallback(i=>e(i.getBoundingClientRect()),[]),r=l.useCallback(()=>e(null),[]),o=l.useCallback(i=>{const s=i.getBoundingClientRect();e(c=>c?null:s)},[]);return{anchorRect:t,isOpen:t!=null,openAt:n,close:r,toggleAt:o}}function fa({title:t,items:e}){const{t:n}=pe(),{anchorRect:r,openAt:o,close:i}=ga();return a.jsxs(a.Fragment,{children:[a.jsx(oe,{size:24,type:"dot",icon:"info",variant:"transparent-gray",useBorder:!1,selected:!!r,ariaLabel:n("common.info","\uC124\uBA85"),onPointerEnter:s=>o(s.currentTarget),onPointerLeave:i,onFocus:s=>o(s.currentTarget),onBlur:i}),r&&a.jsx(Dn,{title:t,items:e,showIndex:e.length>1,anchorRect:r,onClose:i})]})}Object.fromEntries(Object.entries($1).map(([t,{nucleus:e}])=>[t,e]));const Jt=(t,e)=>e.map(n=>({jamos:[n],tooltip:t})),bt=(t,e)=>({jamos:[...t],tooltip:e}),or={cho:[Jt("\uC591\uC21C\uC74C",["\u3142","\u3143","\u314D","\u3141"]),Jt("\uCE58\uC870\uC74C",["\u3137","\u3138","\u314C","\u3134","\u3139"]),Jt("\uCE58\uC870\uC74C",["\u3145","\u3146"]),Jt("\uACBD\uAD6C\uAC1C\uC74C",["\u3148","\u3149","\u314A"]),Jt("\uC5F0\uAD6C\uAC1C\uC74C",["\u3131","\u3132","\u314B"]),Jt("\uC131\uBB38\uC74C",["\u314E"])],jung:[[bt("\u3163","\uC804\uC124 \uACE0\uBAA8\uC74C"),bt("\u315F","\uC804\uC124 \uACE0\uBAA8\uC74C \xB7 w\uD65C\uC74C"),bt("\u3162","\uC804\uC124 \uACE0\uBAA8\uC74C \xB7 \u0270\uD65C\uC74C")],[bt("\u3161","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uD3C9\uC21C")],[bt("\u315C","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uC6D0\uC21C"),bt("\u3160","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uC6D0\uC21C \xB7 j\uD65C\uC74C")],[bt("\u3154\u3150","\uC804\uC124 \uC911\uBAA8\uC74C"),bt("\u3156\u3152","\uC804\uC124 \uC911\uBAA8\uC74C \xB7 j\uD65C\uC74C"),bt("\u3159\u315A\u315E","\uC804\uC124 \uC911\uBAA8\uC74C \xB7 w\uD65C\uC74C")],[bt("\u3153","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C"),bt("\u3155","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C \xB7 j\uD65C\uC74C"),bt("\u315D","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C \xB7 w\uD65C\uC74C")],[bt("\u3157","\uD6C4\uC124 \uC911\uBAA8\uC74C \uC6D0\uC21C"),bt("\u315B","\uD6C4\uC124 \uC911\uBAA8\uC74C \uC6D0\uC21C \xB7 j\uD65C\uC74C")],[bt("\u314F","\uC800\uBAA8\uC74C"),bt("\u3151","\uC800\uBAA8\uC74C \xB7 j\uD65C\uC74C"),bt("\u3158","\uC800\uBAA8\uC74C \xB7 w\uD65C\uC74C")]],jong:[Jt("\uC591\uC21C\uC74C",["\u3142","\u3141"]),Jt("\uCE58\uC870\uC74C",["\u3137","\u3134","\u3139"]),Jt("\uC5F0\uAD6C\uAC1C\uC74C",["\u3131","\u3147"])]},d0=t=>t===p0?[]:Array.from(t),p0="__NO_CODA__",ir=t=>t.map(e=>e.map(({jamos:n,tooltip:r})=>({v:n.join(""),tooltip:r}))),cs={cho:ir(or.cho),jung:ir(or.jung),jong:ir(or.jong)};cs.jung.flat().forEach(({v:t})=>{for(const e of d0(t));}),new Set(cs.cho.flat().map(t=>t.v));const En=[];let ba=!1;function us(t){if(t.key!=="Escape"||t.defaultPrevented)return;const e=En[En.length-1];e&&(t.stopPropagation(),e())}function ds(t){return En.push(t),!ba&&typeof document<"u"&&(document.addEventListener("keydown",us),ba=!0),()=>{const e=En.lastIndexOf(t);e>=0&&En.splice(e,1),En.length===0&&ba&&typeof document<"u"&&(document.removeEventListener("keydown",us),ba=!1)}}function ps(t="warning"){const[e,n]=l.useState(""),[r,o]=l.useState(t),[i,s]=l.useState(0),c=l.useCallback((p,m)=>{o(m),n(p),s(b=>b+1)},[]),d=l.useCallback(p=>c(p,"warning"),[c]),u=l.useCallback(p=>c(p,"normal"),[c]),h=l.useCallback(()=>n(""),[]);return{toastMessage:e,toastType:r,toastKey:i,showToast:c,showWarning:d,showNormal:u,clearToast:h}}function h0({title:t,description:e,actionLabel:n,onAction:r,bg:o,color:i,size:s="medium",actionVariant:c,titleColor:d,descriptionColor:u,className:h=""}){const p=o??i??"main",m=l.useRef(null),[b,f]=l.useState("main"),g=Xt("(max-width: 767px)");l.useLayoutEffect(()=>{const w=m.current;w&&(d!==void 0&&w.style.setProperty("--promo-banner-bg-title",d),u!==void 0&&w.style.setProperty("--promo-banner-bg-description",u))},[d,u]),l.useLayoutEffect(()=>{const w=m.current;if(!w)return;const x=Di(w);f(x?.actionVariant??"main")},[p]);const y=ye("promo-banner",`promo-banner--${s}`,h),C=rs[p];return a.jsxs("div",{ref:m,className:y,role:"note",children:[a.jsx(C,{}),a.jsxs("div",{className:"promo-banner__text",children:[a.jsx("span",{className:`promo-banner__title ${s==="small"?"body-2":"h2"}`,children:t}),e&&a.jsx("span",{className:"promo-banner__description body-3",children:e})]}),n&&r&&a.jsx(oe,{size:40,variant:c??b,shape:"pill",useBorder:!0,onClick:r,ariaLabel:n,...g?{type:"dot",icon:"arrow-right"}:{rightIcon:"arrow-right",label:n,minWidth:140}})]})}function m0({children:t,interval:e=5e3,dotTone:n,className:r="","aria-label":o}){const{t:i}=pe(),s=o??i("topBanner.ariaLabel","\uBC30\uB108"),c=l.Children.toArray(t),d=c.length,[u,h]=l.useState(0),[p,m]=l.useState(!1),b=d>0?u%d:0;return l.useEffect(()=>{if(d<2||e<=0||p)return;const f=window.setInterval(()=>h(g=>(g+1)%d),e);return()=>window.clearInterval(f)},[d,e,p]),d===0?null:a.jsxs("section",{className:ye("top-banner",r),"aria-label":s,"aria-roledescription":"carousel",onMouseEnter:()=>m(!0),onMouseLeave:()=>m(!1),onFocus:()=>m(!0),onBlur:()=>m(!1),children:[a.jsx("div",{className:"top-banner__viewport",children:a.jsx("div",{className:"top-banner__track",style:{transform:`translateX(-${b*100}%)`},children:c.map((f,g)=>a.jsx("div",{className:"top-banner__slide","aria-hidden":g!==b,...g!==b?{inert:!0}:{},children:f},g))})}),d>1&&a.jsx("div",{className:`top-banner__dots${(n?.[b]??"light")==="dark"?" top-banner__dots--dark":""}`,children:c.map((f,g)=>a.jsx("button",{type:"button",className:`top-banner__dot${g===b?" top-banner__dot--active":""}`,"aria-label":i("topBanner.dotAriaLabel",{count:d,index:g+1,defaultValue:`${d}\uAC1C \uC911 ${g+1}\uBC88\uC9F8 \uBC30\uB108`}),"aria-current":g===b,onClick:()=>h(g)},g))})]})}function g0({title:t,body:e,open:n=!1,onToggle:r,avatar:o,titleClassName:i="body-2",bodyClassName:s="body-2",className:c=""}){const{t:d}=pe();return a.jsxs("div",{className:`accordion-item ${n?"accordion-item--open":""} ${c}`.trim(),children:[a.jsxs("div",{className:"accordion-item__header",role:"button",tabIndex:0,"aria-expanded":n,"data-accordion-header":!0,onClick:r,onKeyDown:u=>{if(u.key==="Enter"||u.key===" ")u.preventDefault(),r?.();else if(u.key==="ArrowDown"||u.key==="ArrowUp"){u.preventDefault();const h=u.currentTarget.closest('[role="list"]');if(!h)return;const p=Array.from(h.querySelectorAll("[data-accordion-header]")),m=p.indexOf(u.currentTarget);(u.key==="ArrowDown"?p[m+1]:p[m-1])?.focus()}},children:[o&&a.jsx("div",{className:"accordion-item__avatar",children:o}),a.jsx("div",{className:`accordion-item__title ${i}`,children:t}),a.jsx("div",{className:"accordion-item__chevron",children:a.jsx(Me,{icon:n?"chevron-up":"chevron-down",label:n?d("accordion.collapse","\uC811\uAE30"):d("accordion.expand","\uD3BC\uCE58\uAE30"),className:"accordion-item__chevron-icon",imgClassName:"accordion-item__chevron-image"})})]}),n&&a.jsx("div",{className:`accordion-item__body ${s}`,children:typeof e=="string"?a.jsx("p",{children:e}):e})]})}function f0({items:t=[],defaultOpenIndex:e=0,size:n=72,className:r="",bodyClassName:o}){const[i,s]=l.useState(e);return a.jsx("div",{className:`accordion-group accordion-group--s${n} ${r}`.trim(),role:"list",children:t.map((c,d)=>a.jsx(g0,{title:c.title,body:c.body,avatar:c.avatar,open:d===i,onToggle:()=>s(d===i?-1:d),bodyClassName:o},d))})}function b0(){return a.jsx("svg",{viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:2.2,strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:a.jsx("polyline",{points:"2,6 5,9 10,3"})})}function y0(){return a.jsxs("svg",{viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:2.2,strokeLinecap:"round","aria-hidden":"true",children:[a.jsx("line",{x1:"3",y1:"3",x2:"9",y2:"9"}),a.jsx("line",{x1:"9",y1:"3",x2:"3",y2:"9"})]})}function C0(){return a.jsx("svg",{viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:2.2,strokeLinecap:"round","aria-hidden":"true",children:a.jsx("line",{x1:"2.5",y1:"6",x2:"9.5",y2:"6"})})}function pt(t){const{type:e="bar",size:n,className:r="","aria-label":o}=t;if(e==="dot"){const{icon:x,number:v,position:T="top-right",onClick:_,animate:N=!1}=t,B=v!==void 0?"number":x??"check",S=typeof n=="number"?n:32,D=ye("circle-badge",`circle-badge--${B}`,`circle-badge--${T}`,`circle-badge--${S}`,N?"circle-badge--animate":"",_?"circle-badge--clickable":"",r),$=v!==void 0?`${v}\uBC88\uC9F8 \uC120\uD0DD`:{check:"\uC120\uD0DD\uB428",remove:"\uC81C\uAC70",minus:"\uC81C\uC678"}[x??"check"];return a.jsxs("span",{className:D,onClick:_,onKeyDown:_?j=>{j.key!=="Enter"&&j.key!==" "||(j.preventDefault(),j.currentTarget.click())}:void 0,"aria-label":o??$,role:_?"button":void 0,tabIndex:_?0:void 0,children:[v!==void 0&&v,v===void 0&&x==="check"&&a.jsx(b0,{}),v===void 0&&x==="remove"&&a.jsx(y0,{}),v===void 0&&x==="minus"&&a.jsx(C0,{})]})}const{label:i,children:s,variant:c="default",fill:d="filled",minWidth:u,iconLeft:h,iconRight:p,color:m}=t,b=typeof n=="number"?"medium":n??"medium",f={small:"caption-2b",medium:"body-3b",large:"body-2b"}[b]??"body-2b",g={small:12,medium:14,large:16}[b]??14,y=ye("badge",`badge--${c}`,`badge--${b}`,d!=="filled"?`badge--${d}`:"",f,r),C=m?.startsWith("--")?`var(${m})`:m,w=u!==void 0||C?{...u!==void 0?{minWidth:typeof u=="number"?`${u}px`:u}:{},...C?{"--badge-color":C}:{}}:void 0;return a.jsxs("span",{className:y,style:w,children:[h&&a.jsx(Me,{icon:h,size:g,className:"badge__icon"}),i??s,p&&a.jsx(Me,{icon:p,size:g,className:"badge__icon"})]})}function ya({columns:t=[],onClose:e,className:n="",size:r="medium"}){const{t:o}=pe(),i=r==="small"?40:48,[s,c]=l.useState([{title:null,columns:t}]),d=s[s.length-1];l.useEffect(()=>{c(f=>{try{if(!Array.isArray(f)||f.length===0)return[{title:null,columns:t}];const g=f.slice(),y=g[0]&&typeof g[0].title<"u"?g[0].title:null;return g[0]={title:y,columns:t},g}catch{return[{title:null,columns:t}]}})},[t]);const u=l.useCallback(()=>c(f=>f.length>1?f.slice(0,f.length-1):f),[]),h=l.useRef(null),p=l.useRef(null),m=s.length;l.useEffect(()=>{p.current||(p.current=document.activeElement);let f=0,g=0;const y=()=>{const C=h.current?.querySelector("button:not([disabled])");if(C&&C.offsetParent){C.focus({preventScroll:!0});return}g++<20&&(f=requestAnimationFrame(y))};return f=requestAnimationFrame(y),()=>cancelAnimationFrame(f)},[m]),l.useEffect(()=>()=>{p.current?.focus?.({preventScroll:!0})},[]);const b=l.useCallback(f=>{if(f){if(Array.isArray(f.children)&&f.children.length){c(g=>[...g,{title:f.label||null,columns:[{title:null,items:f.children||[]}]}]);return}try{typeof f.onClick=="function"&&f.onClick()}catch{}try{f&&f.closeOnSelect&&typeof e=="function"&&e()}catch{}}},[e]);return a.jsxs("div",{className:`tooltip-menu tooltip-menu--${r} ${n}`,children:[(s.length>1||d.title)&&a.jsxs("div",{className:"tooltip-menu__header",children:[s.length>1?a.jsx(oe,{size:i,type:"dot",icon:"chevron-left",ariaLabel:o("common.back","\uB4A4\uB85C"),onClick:u,variant:"transparent-gray",useBorder:!1}):null,a.jsx("div",{className:"tooltip-menu__title button-1",children:d.title})]}),a.jsx("div",{className:"tooltip-menu__columns",ref:h,children:d.columns&&d.columns.map((f,g)=>a.jsxs("div",{className:"tooltip-menu__column",children:[f.title?a.jsx("div",{className:"tooltip-menu__column-title body-3",children:f.title}):null,a.jsx("div",{className:"tooltip-menu__items",children:(f.items||[]).map((y,C)=>a.jsx(oe,{className:"tooltip-menu__item",size:i,type:y.label?"bar":"dot",icon:y.selected?"check":y.icon||"none",rightIcon:Array.isArray(y.children)&&y.children.length?"chevron-right":y.badgeCount?a.jsx(pt,{type:"dot",position:"inline",number:Math.min(y.badgeCount,99),size:24,"aria-label":`${y.badgeCount}`}):void 0,label:y.label,ariaLabel:y.label,onClick:()=>b(y),selected:y.selected,disabled:y.disabled,showTooltipInfo:y.tooltip||!1,useBorder:!1,align:"left"},C))})]},g))})]})}function Xn({computeStyle:t,onScroll:e="close",onResize:n="close",ignoreOutsideClickSelector:r}){const[o,i]=l.useState(!1),[s,c]=l.useState({}),d=l.useRef(null),u=l.useRef(null),h=l.useCallback(()=>{d.current&&c(t(d.current.getBoundingClientRect()))},[t]);l.useEffect(()=>{if(!o)return;h();const b=C=>{const w=C.target;r&&w.closest?.(r)||d.current?.contains(w)||u.current?.contains(w)||i(!1)};document.addEventListener("mousedown",b);const f=C=>{u.current?.contains(C.target)||(e==="reposition"?h():e==="close"&&i(!1))};e!=="ignore"&&window.addEventListener("scroll",f,!0);const g=()=>{n==="reposition"?h():n==="close"&&i(!1)};n!=="ignore"&&window.addEventListener("resize",g);const y=C=>{C.key==="Escape"&&i(!1)};return document.addEventListener("keydown",y),()=>{document.removeEventListener("mousedown",b),e!=="ignore"&&window.removeEventListener("scroll",f,!0),n!=="ignore"&&window.removeEventListener("resize",g),document.removeEventListener("keydown",y)}},[o,h,e,n,r]);const p=l.useCallback(()=>i(b=>!b),[]),m=l.useCallback(()=>i(!1),[]);return{open:o,setOpen:i,toggle:p,close:m,style:s,triggerRef:d,menuRef:u}}const v0=52,hs=10;function ms({items:t=[],activeKey:e,onChange:n,appMode:r,onAppModeChange:o,moreItems:i=[]}){const{t:s}=pe(),c=r==="manager"?"malgwi":"manager",d=r==="manager"?"arrow-left":"arrow-right",u=r==="manager"?s("nav.modeLabelMalgwi","\uB9D0\uADC0"):s("nav.modeLabelManager","\uB9D0\uADC0 \uB9E4\uB2C8\uC800"),h=l.useRef(null),[p,m]=l.useState(0),b=t.length;l.useEffect(()=>{const E=h.current;if(!E||(m(E.clientWidth),typeof ResizeObserver>"u"))return;const L=new ResizeObserver(F=>m(F[0].contentRect.width));return L.observe(E),()=>L.disconnect()},[]);const f=p>0?Math.floor((p+hs)/(v0+hs)):b,g=p>0&&f<b,y=g?f:b,C=t.slice(0,y),w=t.slice(y),x=g||i.length>0,v=l.useCallback(E=>({position:"fixed",bottom:window.innerHeight-E.top+8,right:window.innerWidth-E.right,zIndex:1e4}),[]),{open:T,toggle:_,close:N,style:B,triggerRef:S,menuRef:D}=Xn({computeStyle:v,onScroll:"ignore",onResize:"ignore"}),$=l.useCallback(()=>o?.(c),[o,c]),j=l.useMemo(()=>w.find(E=>E.key===e)??i.find(E=>E.selected||E.key&&E.key===e),[w,e,i]),k=l.useMemo(()=>[{items:[...w.map(E=>({label:E.label,icon:E.icon,selected:E.key===e,closeOnSelect:!0,onClick:()=>{E.key&&n&&n(E.key),N()}})),...i.map(E=>({label:E.label,icon:E.icon,badgeCount:E.badgeCount,selected:E.selected??(!!E.key&&E.key===e),closeOnSelect:!0,onClick:()=>{E.onClick?.(),N()}}))]}],[w,i,e,n,N]);return a.jsxs("nav",{className:"bottom-nav","aria-label":s("nav.bottomNav","\uD558\uB2E8 \uB124\uBE44\uAC8C\uC774\uC158"),children:[o&&a.jsxs(a.Fragment,{children:[a.jsx("div",{className:"bottom-nav__left",children:a.jsx(oe,{size:52,type:"dot",icon:d,ariaLabel:u,className:"bottom-nav-item",onClick:$})}),a.jsx("div",{className:"bottom-nav__divider","aria-hidden":"true"})]}),a.jsx("div",{className:"bottom-nav__items",ref:h,children:C.map(E=>a.jsx(oe,{size:52,type:"dot",icon:E.icon,ariaLabel:E.label,selected:E.key===e,disabled:E.state==="disabled",className:"bottom-nav-item",onClick:()=>E.key&&n?.(E.key)},E.key))}),x&&a.jsxs(a.Fragment,{children:[a.jsx("div",{className:"bottom-nav__divider","aria-hidden":"true"}),a.jsx("div",{className:"bottom-nav__right",children:a.jsxs("div",{ref:S,children:[a.jsx(oe,{size:52,type:"dot",icon:j?.icon??"ellipsis",ariaLabel:j?.label??s("nav.more","\uB354\uBCF4\uAE30"),selected:!!j,className:"bottom-nav-item",onClick:_}),T&&Rt.createPortal(a.jsx("div",{className:"tooltip-content",style:B,ref:D,children:a.jsx(ya,{columns:k,onClose:N})}),document.body)]})})]})]})}function w0(t){const{t:e}=pe(),{activeKey:n,unreadCount:r,onDebug:o,onNotification:i,onSetting:s,onHelp:c,onAccount:d}=t||{},u="default";return a.jsxs("div",{className:"side-nav__footer",children:[o&&a.jsx(oe,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:u,icon:"terminal",ariaLabel:e("nav.debug","\uB514\uBC84\uADF8"),onClick:o,selected:n==="debug"}),a.jsxs("span",{className:"side-nav__notification-wrap",children:[a.jsx(oe,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:u,icon:"bell",ariaLabel:e("nav.notifications","\uC54C\uB9BC"),onClick:i,selected:n==="notifications"}),!!r&&a.jsx(pt,{type:"dot",number:Math.min(r,99),size:24})]}),a.jsx(oe,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:u,icon:"settings",ariaLabel:e("nav.settings","\uC124\uC815"),onClick:s,selected:n==="settings"}),a.jsx(oe,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:u,icon:"message-circle-question-mark",ariaLabel:e("nav.help","\uB3C4\uC6C0\uB9D0"),onClick:c,selected:n==="help"}),a.jsx(oe,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:u,icon:"user-round",ariaLabel:e("nav.account","\uACC4\uC815"),onClick:d,selected:n==="account"})]})}function gs(t){const{item:e,itemKey:n,label:r,icon:o,active:i,onClick:s,style:c,state:d,labelStyle:u}=t||{},h=e?.key??n??"",p=e?.label??r??"",m=e?.icon??o??"",b=e?.badge??0,f=a.jsx("span",{className:"side-nav__icon-wrap",children:a.jsx(Me,{icon:m,label:typeof p=="string"?p:void 0,className:"side-nav__icon",maskClassName:"side-nav__icon-image",imgClassName:void 0,svgClassName:void 0})}),g=d==="disabled",y=`side-nav__item ${i?"active":""} ${d||""} ${g?"disabled":""} ${e?.child?"side-nav__item--child":""}`,C=l.useCallback(w=>{if(!g){try{w.currentTarget.blur()}catch{}s?.(h,w.currentTarget)}},[g,h,s]);return a.jsxs("button",{className:y,onClick:C,"aria-label":typeof p=="string"?p:void 0,style:c,"aria-disabled":g,children:[f,a.jsx("span",{className:"side-nav__label button-1 f",style:u,children:p}),b>0&&a.jsx(pt,{type:"dot",position:"inline",number:Math.min(b,99),size:24,"aria-label":`${b}`}),d==="loading"&&a.jsx("span",{className:"side-nav__spinner","aria-label":"loading"})]})}function fs(t){const{t:e}=pe(),{items:n=[],activeKey:r,onChange:o,unreadCount:i,onDebug:s,onNotification:c,onAccount:d,onSetting:u,onHelp:h,appMode:p,onAppModeChange:m}=t||{},b=l.useCallback(()=>m?.(p==="malgwi"?"manager":"malgwi"),[m,p]);return a.jsxs("nav",{"aria-label":e("nav.mainMenu","\uBA54\uC778 \uBA54\uB274"),className:"side-nav__menu",children:[a.jsxs("div",{className:"side-nav__menu-list",children:[(n||[]).filter(f=>!f.section&&(f.key||f.label)).map((f,g)=>a.jsxs(l.Fragment,{children:[f.divider&&a.jsx("div",{className:"side-nav__separator"}),a.jsx(gs,{item:f,active:f.key===r,state:f.disabled?"disabled":void 0,onClick:(y,C)=>{if(f.disabled)return;if(f.href){window.open(f.href,"_blank","noopener,noreferrer");try{C?.blur()}catch{}return}o?.(f.key);try{const x=document.querySelector(".content-area");x?x.scrollTop=0:window.scrollTo({top:0})}catch{}try{C?.blur()}catch{}if(typeof window<"u"&&window.matchMedia){if(!window.matchMedia("(min-width: 768px) and (max-width: 1023px)").matches)return}else return;const w=document.querySelector(".header");if(w&&!(typeof w.matches=="function"&&w.matches(":hover"))){w.classList.add("header--force-collapsed");const x=()=>{w.classList.remove("header--force-collapsed"),w.removeEventListener("mouseenter",x)};w.addEventListener("mouseenter",x)}}})]},f.key??`side-nav__item-${g}`)),m&&a.jsx("div",{className:"side-nav__separator side-nav__separator--short"}),m&&a.jsx(gs,{item:{key:"__mode-switch__",label:p==="malgwi"?e("nav.goToManager","\uB9D0\uADC0\uB9E4\uB2C8\uC800\uB85C \uC774\uB3D9"):e("nav.goToMalgwi","\uB9D0\uADC0\uB85C \uC774\uB3D9"),icon:p==="malgwi"?"arrow-right":"arrow-left"},onClick:b})]}),a.jsx(w0,{activeKey:r,unreadCount:i,onDebug:s,onNotification:c,onAccount:d,onSetting:u,onHelp:h})]})}var sr='data:image/svg+xml,<svg width="200" height="100" viewBox="0 0 200 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2080_3066)">%0A<path d="M96.4287 48.3536V24.2572H127.047V48.3536H96.4287ZM142.975 69.1536V76.3607H98.2144V60.6393H132.679V58.5107H98.0787V51.3036H142.429V67.025H108.104V69.1536H142.979H142.975ZM106.247 32.5643V39.9786H117.3V32.5643H106.247ZM148.329 40.3893H142.425V49.45H132.539V23.6357H142.425V30.8429H148.329V40.3857V40.3893Z" fill="black"/>%0A<path d="M185.536 47.8714V57.275C182.743 58.5571 178.371 59.1964 172.425 59.1964H171.807V76.3607H161.921V59.1964H149.704V49.7929H172.564C178.421 49.7929 182.746 49.1536 185.539 47.8714H185.536ZM152.586 34.2786V24.875H181.282V47.05H171.396V34.2821H152.586V34.2786ZM198.307 76.3607H188.421V23.6393H198.307V76.3643V76.3607Z" fill="black"/>%0A<path d="M46.4288 17.8571H25.0002C15.138 17.8571 7.14307 25.852 7.14307 35.7143V57.1428C7.14307 67.0051 15.138 75 25.0002 75H46.4288C56.291 75 64.2859 67.0051 64.2859 57.1428V35.7143C64.2859 25.852 56.291 17.8571 46.4288 17.8571Z" fill="%234DCDC0"/>%0A<path d="M34.8607 50.7393C25.8285 60.6821 10.6142 61.6678 0.385667 53.1643C-0.0821902 52.775 -0.13219 52.0678 0.278524 51.6178L16.3535 33.925L34.8607 50.7393Z" fill="%234DCDC0"/>%0A<path d="M53.5714 25H32.1428C22.2821 25 14.2856 32.9964 14.2856 42.8571V64.2857C14.2856 74.1464 22.2821 82.1429 32.1428 82.1429H48.2535C49.2178 82.1429 49.9999 82.925 49.9999 83.8893C49.9999 84.9107 50.8749 85.7214 51.8928 85.6321C62.8392 84.675 71.4285 75.4821 71.4285 64.2857V42.8571C71.4285 32.9964 63.4321 25 53.5714 25Z" fill="%234DCDC0"/>%0A<path d="M24.9999 25C19.0821 25 14.2856 29.7964 14.2856 35.7143V64.2857C14.2856 67.3786 15.0749 70.2893 16.4571 72.8286C18.9928 74.2143 21.9035 75 24.9999 75H53.5714C59.4892 75 64.2856 70.2036 64.2856 64.2857V35.7143C64.2856 32.6214 63.4964 29.7107 62.1142 27.1714C59.5785 25.7857 56.6678 25 53.5714 25H24.9999Z" fill="%23499CDF"/>%0A<path d="M25.357 40.7143C25.357 39.5308 24.3976 38.5714 23.2141 38.5714C22.0307 38.5714 21.0713 39.5308 21.0713 40.7143V45C21.0713 46.1834 22.0307 47.1428 23.2141 47.1428C24.3976 47.1428 25.357 46.1834 25.357 45V40.7143Z" fill="white"/>%0A<path d="M36.0715 57.1429C35.0287 57.1429 33.9822 56.875 33.0358 56.3286C32.1822 55.8357 31.8894 54.7429 32.3858 53.8893C32.8787 53.0357 33.9715 52.7429 34.8251 53.2393C35.8037 53.8036 37.043 53.6429 37.8394 52.8464C38.2251 52.4607 38.468 51.9714 38.543 51.4357C38.8644 49.1607 39.868 47 41.4501 45.1857C42.393 44.1071 42.8894 42.7214 42.8537 41.2857C42.7787 38.3536 40.4322 35.9107 37.5072 35.7286C36.5215 35.6679 35.5715 35.8464 34.693 36.2679C33.8037 36.6929 32.7358 36.3107 32.3144 35.4214C31.8894 34.5321 32.2715 33.4643 33.1608 33.0429C34.5751 32.3714 36.1537 32.0679 37.7322 32.1643C42.4894 32.4607 46.3072 36.4286 46.4251 41.1964C46.4822 43.5286 45.6715 45.7786 44.143 47.5357C43.018 48.825 42.3037 50.3464 42.0822 51.9357C41.8965 53.2464 41.3037 54.4357 40.368 55.375C39.2001 56.5429 37.6465 57.15 36.0751 57.15L36.0715 57.1429Z" fill="white"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2080_3066">%0A<rect width="200" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',lr='data:image/svg+xml,<svg width="371" height="100" viewBox="0 0 371 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2255_7374)">%0A<path d="M237.151 26.0393V72.7214H216.65V26.0393H237.151ZM234.408 70.0464V28.7179H219.254V70.0464H234.408ZM261.495 76.3607H258.819V48.9679H247.575V75.4679H244.899V23.9821H247.575V46.2929H258.819V23.6393H261.495V76.3643V76.3607Z" fill="black"/>%0A<path d="M299.722 69.2571C302.076 68.775 304.031 68.1464 305.583 67.3679V70.1143C304.074 70.9393 302.144 71.5786 299.789 72.0357C297.435 72.4929 295.045 72.7214 292.623 72.7214H272.257V25.6964H275V69.975H292.623C294.998 69.975 297.364 69.7357 299.722 69.2536V69.2571ZM311.69 76.4321V23.6393H314.433V76.3643L311.69 76.4321Z" fill="black"/>%0A<path d="M340.556 47.9393L358.179 70.4572L356.053 72.1036L339.872 51.1643C338.409 57.3429 336.329 62.2643 333.632 65.925C330.935 69.5857 327.736 71.8536 324.033 72.7215V69.975C327.279 69.15 330.044 66.8643 332.33 63.1107C334.617 59.3572 336.354 54.5179 337.542 48.5893C338.73 42.6643 339.369 36.0393 339.461 28.7143H324.992V26.0357H356.602V28.7143H342.201C342.155 35.9 341.605 42.3072 340.556 47.9357V47.9393ZM369.22 76.3607H366.477V47.4572H352.418V44.7786H366.477V23.6357H369.22V76.3607Z" fill="black"/>%0A<path d="M92.8784 48.3536V24.2572H123.461V48.3536H92.8784ZM139.371 69.1536V76.3607H94.6621V60.6393H129.087V58.5107H94.5265V51.3036H138.825V67.025H104.54V69.1536H139.375H139.371ZM102.685 32.5643V39.9786H113.726V32.5643H102.685ZM144.719 40.3893H138.822V49.45H128.947V23.6357H138.822V30.8429H144.719V40.3857V40.3893Z" fill="black"/>%0A<path d="M181.886 47.8714V57.275C179.097 58.5571 174.73 59.1964 168.791 59.1964H168.174V76.3607H158.299V59.1964H146.096V49.7929H168.93C174.78 49.7929 179.1 49.1536 181.89 47.8714H181.886ZM148.971 34.2786V24.875H177.634V47.05H167.76V34.2821H148.971V34.2786ZM194.64 76.3607H184.765V23.6393H194.64V76.3643V76.3607Z" fill="black"/>%0A<path d="M48.1549 17.8571H26.7511C16.9002 17.8571 8.91455 25.852 8.91455 35.7143V57.1428C8.91455 67.0051 16.9002 75 26.7511 75H48.1549C58.0058 75 65.9915 67.0051 65.9915 57.1428V35.7143C65.9915 25.852 58.0058 17.8571 48.1549 17.8571Z" fill="%234DCDC0"/>%0A<path d="M36.6007 50.7393C27.579 60.6821 12.3823 61.6678 2.1655 53.1643C1.69818 52.775 1.64824 52.0678 2.05848 51.6178L18.1149 33.925L36.6007 50.7393Z" fill="%234DCDC0"/>%0A<path d="M55.2897 25H33.8859C24.0365 25 16.0493 32.9964 16.0493 42.8571V64.2857C16.0493 74.1464 24.0365 82.1429 33.8859 82.1429H49.978C50.9412 82.1429 51.7224 82.925 51.7224 83.8893C51.7224 84.9107 52.5964 85.7214 53.6131 85.6321C64.5469 84.675 73.1262 75.4821 73.1262 64.2857V42.8571C73.1262 32.9964 65.139 25 55.2897 25Z" fill="%234DCDC0"/>%0A<path d="M26.7512 25C20.8402 25 16.0493 29.7964 16.0493 35.7143V64.2857C16.0493 67.3786 16.8377 70.2893 18.2182 72.8286C20.751 74.2143 23.6584 75 26.7512 75H55.2897C61.2007 75 65.9916 70.2036 65.9916 64.2857V35.7143C65.9916 32.6214 65.2032 29.7107 63.8227 27.1714C61.2899 25.7857 58.3826 25 55.2897 25H26.7512Z" fill="%23499CDF"/>%0A<path d="M27.1079 40.7143C27.1079 39.5308 26.1496 38.5714 24.9675 38.5714C23.7854 38.5714 22.8271 39.5308 22.8271 40.7143V45C22.8271 46.1834 23.7854 47.1428 24.9675 47.1428C26.1496 47.1428 27.1079 46.1834 27.1079 45V40.7143Z" fill="white"/>%0A<path d="M37.8097 57.1429C36.768 57.1429 35.7228 56.875 34.7775 56.3286C33.9249 55.8357 33.6323 54.7429 34.1282 53.8893C34.6205 53.0357 35.7121 52.7429 36.5647 53.2393C37.5421 53.8036 38.78 53.6429 39.5755 52.8464C39.9608 52.4607 40.2033 51.9714 40.2782 51.4357C40.5993 49.1607 41.6017 47 43.182 45.1857C44.1238 44.1071 44.6197 42.7214 44.584 41.2857C44.5091 38.3536 42.1653 35.9107 39.2437 35.7286C38.2556 35.6679 37.3102 35.8464 36.4327 36.2679C35.5444 36.6929 34.4778 36.3107 34.0569 35.4214C33.6323 34.5321 34.014 33.4643 34.9023 33.0429C36.315 32.3714 37.8917 32.0679 39.4685 32.1643C44.2201 32.4607 48.0336 36.4286 48.1513 41.1964C48.2084 43.5286 47.3986 45.7786 45.8718 47.5357C44.7481 48.825 44.0346 50.3464 43.8134 51.9357C43.6279 53.2464 43.0358 54.4357 42.1011 55.375C40.9346 56.5429 39.3828 57.15 37.8132 57.15L37.8097 57.1429Z" fill="white"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2255_7374">%0A<rect width="371" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',x0='data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2175_65214)">%0A<path d="M57.1427 17.8571H35.7141C25.8518 17.8571 17.8569 25.852 17.8569 35.7143V57.1428C17.8569 67.0051 25.8518 75 35.7141 75H57.1427C67.0049 75 74.9998 67.0051 74.9998 57.1428V35.7143C74.9998 25.852 67.0049 17.8571 57.1427 17.8571Z" fill="%234DCDC0"/>%0A<path d="M45.575 50.7393C36.5429 60.6821 21.3286 61.6678 11.1 53.1643C10.6322 52.775 10.5822 52.0678 10.9929 51.6178L27.0679 33.925L45.575 50.7393Z" fill="%234DCDC0"/>%0A<path d="M64.2857 25H42.8571C32.9964 25 25 32.9964 25 42.8571V64.2857C25 74.1464 32.9964 82.1429 42.8571 82.1429H58.9679C59.9321 82.1429 60.7143 82.925 60.7143 83.8893C60.7143 84.9107 61.5893 85.7214 62.6071 85.6321C73.5536 84.675 82.1429 75.4821 82.1429 64.2857V42.8571C82.1429 32.9964 74.1464 25 64.2857 25Z" fill="%234DCDC0"/>%0A<path d="M35.7143 25C29.7964 25 25 29.7964 25 35.7143V64.2857C25 67.3786 25.7893 70.2893 27.1714 72.8286C29.7071 74.2143 32.6179 75 35.7143 75H64.2857C70.2036 75 75 70.2036 75 64.2857V35.7143C75 32.6214 74.2107 29.7107 72.8286 27.1714C70.2929 25.7857 67.3821 25 64.2857 25H35.7143Z" fill="%23499CDF"/>%0A<path d="M36.0714 40.7143C36.0714 39.5308 35.112 38.5714 33.9285 38.5714C32.745 38.5714 31.7856 39.5308 31.7856 40.7143V45C31.7856 46.1834 32.745 47.1428 33.9285 47.1428C35.112 47.1428 36.0714 46.1834 36.0714 45V40.7143Z" fill="white"/>%0A<path d="M46.7859 57.1429C45.743 57.1429 44.6966 56.875 43.7502 56.3286C42.8966 55.8357 42.6037 54.7429 43.1002 53.8893C43.593 53.0357 44.6859 52.7429 45.5395 53.2393C46.518 53.8036 47.7573 53.6429 48.5537 52.8464C48.9395 52.4607 49.1823 51.9714 49.2573 51.4357C49.5787 49.1607 50.5823 47 52.1645 45.1857C53.1073 44.1071 53.6037 42.7214 53.568 41.2857C53.493 38.3536 51.1466 35.9107 48.2216 35.7286C47.2359 35.6679 46.2859 35.8464 45.4073 36.2679C44.5145 36.6929 43.4502 36.3107 43.0287 35.4214C42.6037 34.5321 42.9859 33.4643 43.8752 33.0429C45.2895 32.3714 46.868 32.0679 48.4466 32.1643C53.2002 32.4607 57.0216 36.4286 57.1395 41.1964C57.1966 43.5286 56.3859 45.7786 54.8573 47.5357C53.7323 48.825 53.018 50.3464 52.7966 51.9357C52.6109 53.2464 52.018 54.4357 51.0823 55.375C49.9145 56.5429 48.3609 57.15 46.7895 57.15L46.7859 57.1429Z" fill="white"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2175_65214">%0A<rect width="100" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A';function bs({appMode:t}){const{t:e}=pe(),n=t==="manager",r=n?lr:sr,o=x0,i=Xt("(min-width: 768px) and (max-width: 1023px)");return a.jsx("div",{className:"brand-identity__root","aria-label":e("header.biArea","BI \uC601\uC5ED"),children:i?a.jsx("img",{src:o,alt:e("header.biSymbol","BI \uC2EC\uBCFC"),className:"brand-identity__image"}):a.jsx("img",{src:r,alt:n?e("header.logoManager","\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uB85C\uACE0"):e("header.logoMalgwi","\uB9D0\uADC0 \uB85C\uACE0"),className:"brand-identity__image"})})}function ys({activeKey:t,onChange:e,items:n,malgwiItems:r,managerItems:o,unreadCount:i,onDebug:s,onNotification:c,onAccount:d,onSetting:u,onHelp:h,appMode:p,onAppModeChange:m}){const{t:b}=pe(),f=Xt("(max-width: 767px)"),g=l.useMemo(()=>{const B=[];return s&&B.push({key:"debug",icon:"terminal",label:b("nav.debug","\uB514\uBC84\uADF8"),onClick:s}),c&&B.push({key:"notifications",icon:"bell",label:b("nav.notifications","\uC54C\uB9BC"),badgeCount:i,onClick:c}),u&&B.push({key:"settings",icon:"settings",label:b("nav.settings","\uC124\uC815"),onClick:u}),h&&B.push({key:"help",icon:"message-circle-question-mark",label:b("nav.help","\uB3C4\uC6C0\uB9D0"),onClick:h}),d&&B.push({key:"account",icon:"user-round",label:b("nav.account","\uACC4\uC815"),onClick:d}),B},[b,s,c,u,h,d,i]),y=l.useCallback(B=>({position:"fixed",top:B.bottom+8,right:Math.max(8,window.innerWidth-B.right),zIndex:1e4}),[]),{open:C,toggle:w,close:x,style:v,triggerRef:T,menuRef:_}=Xn({computeStyle:y,onScroll:"ignore",onResize:"ignore"}),N=l.useMemo(()=>[{items:g.map(B=>({label:B.label,icon:B.icon,badgeCount:B.badgeCount,selected:B.selected??(!!B.key&&B.key===t),closeOnSelect:!0,onClick:()=>{B.onClick?.(),x()}}))}],[g,t,x]);return a.jsxs("aside",{className:`header${p==="manager"?" header--manager":""}`,children:[a.jsxs("div",{className:"header__bi",children:[a.jsx(bs,{appMode:p}),a.jsxs("div",{className:"header__menu-button",ref:T,children:[a.jsx(oe,{size:48,type:"dot",shape:"pill",variant:"default",icon:"menu",ariaLabel:b("header.menuOpen","\uBA54\uB274 \uC5F4\uAE30"),onClick:w}),C&&Rt.createPortal(a.jsx("div",{className:"tooltip-content",style:v,ref:_,children:a.jsx(ya,{columns:N,onClose:x})}),document.body)]})]}),a.jsx(fs,{items:n,activeKey:t??void 0,onChange:e,unreadCount:i,onDebug:s,onNotification:c,onAccount:d,onSetting:u,onHelp:h,appMode:p,onAppModeChange:m}),f&&a.jsx(ms,{items:n,activeKey:t??void 0,onChange:e,appMode:p,onAppModeChange:m})]})}const _0=ys;var k0={sortSelect:"\uC815\uB82C \uAE30\uC900",statusFilter:"\uC0C1\uD0DC \uD544\uD130",pageSizeSelect:"\uD398\uC774\uC9C0\uB2F9 \uD45C\uC2DC \uAC1C\uC218",selectedCount:"{{count}}\uAC1C \uC120\uD0DD\uB428",skipToContent:"\uBCF8\uBB38 \uBC14\uB85C\uAC00\uAE30",discardConfirm:{title:"\uC785\uB825\uC744 \uCDE8\uC18C\uD560\uAE4C\uC694?",body:"\uC800\uC7A5\uD558\uC9C0 \uC54A\uC73C\uBA74 \uC9C0\uAE08\uAE4C\uC9C0 \uC785\uB825\uD55C \uB0B4\uC6A9\uC774 \uC0AC\uB77C\uC9D1\uB2C8\uB2E4.",confirm:"\uC785\uB825 \uCDE8\uC18C"},cancel:"\uCDE8\uC18C",info:"\uC124\uBA85",errorState:{message:"\uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.",retry:"\uB2E4\uC2DC \uC2DC\uB3C4"},save:"\uC800\uC7A5",saving:"\uC800\uC7A5 \uC911\u2026",saved:"\u2713 \uC800\uC7A5\uB428",confirm:"\uD655\uC778",close:"\uB2EB\uAE30",back:"\uB4A4\uB85C",training:"\uD6C8\uB828",emptyTrainingName:"\uD6C8\uB828 \uC774\uB984\uC774 \uBE44\uC5B4 \uC788\uC2B5\uB2C8\uB2E4.",remove:"\uC81C\uAC70",image:"\uC774\uBBF8\uC9C0",add:"\uCD94\uAC00",edit:"\uC218\uC815",delete:"\uC0AD\uC81C",deleting:"\uC0AD\uC81C \uC911",reset:"\uCD08\uAE30\uD654",update:"\uC5C5\uB370\uC774\uD2B8",download:"\uB2E4\uC6B4\uB85C\uB4DC",search:"\uAC80\uC0C9",loading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",empty:"\uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",yes:"\uC608",no:"\uC544\uB2C8\uC624",all:"\uC804\uCCB4",none:"\uC5C6\uC74C",days:"{{count}}\uC77C",loadMore:"\uB354\uBCF4\uAE30",more:"\uB354\uBCF4\uAE30",moreFor:"{{name}} \uB354\uBCF4\uAE30",retry:"\uB2E4\uC2DC \uC2DC\uB3C4",prevPage:"\uC774\uC804 \uD398\uC774\uC9C0",nextPage:"\uB2E4\uC74C \uD398\uC774\uC9C0",language:{ko:"\uD55C\uAD6D\uC5B4",en:"English"},play:"\uC7AC\uC0DD",pause:"\uBA48\uCDA4",playPause:"\uC7AC\uC0DD / \uBA48\uCDA4",replay:"\uB2E4\uC2DC\uB4E3\uAE30",subscription:"\uC774\uC6A9\uAD8C",done:"\uC644\uB8CC",failed:"\uC2E4\uD328",continue:"\uACC4\uC18D",notification:"\uC54C\uB9BC",emptyList:"\uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",menu:"\uBA54\uB274",resetSelection:"\uC120\uD0DD \uCD08\uAE30\uD654",pageSizeLabel:"{{n}}\uAC1C\uC529 \uBCF4\uAE30",totalCountPrefix:"\uCD1D ",totalCountSuffix:"\uAC1C",expand:"\uD3BC\uCE58\uAE30",collapse:"\uC811\uAE30",searching:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",goBack:"\uC774\uC804\uC73C\uB85C",copy:"\uBCF5\uC0AC",other:"\uAE30\uD0C0",popup:"\uD31D\uC5C5",hoursShort:"{{count}}\uC2DC\uAC04",minutesShort:"{{count}}\uBD84",error:{loginRequired:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4.",network:"\uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0\uC774 \uBD88\uC548\uC815\uD569\uB2C8\uB2E4. \uC5F0\uACB0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD55C \uB4A4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",generic:"\uC694\uCCAD \uCC98\uB9AC \uC911 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uC0C8\uB85C\uACE0\uCE68 \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694."},codeBlock:"\uCF54\uB4DC \uBE14\uB85D",totalPrefix:"\uCD1D ",copyCode:"\uCF54\uB4DC \uBCF5\uC0AC",copied:"\uBCF5\uC0AC\uB428"},S0={customerSearchPlaceholder:"\uC774\uB984 \uB610\uB294 \uC5F0\uB77D\uCC98 \uAC80\uC0C9",customerEmpty:"\uB4F1\uB85D\uB41C \uACE0\uAC1D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",customerCount:"\uCD1D {n}\uBA85\uC758 \uACE0\uAC1D",maxCustomers:"\uACE0\uAC1D\uC740 \uCD5C\uB300 {{max}}\uBA85\uAE4C\uC9C0 \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},A0={rangeSelect:"\uAE30\uAC04 \uC120\uD0DD",dow:["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"],yearMonth:"{{year}}\uB144 {{month}}\uC6D4",prevMonth:"\uC774\uC804 \uB2EC",addOnDate:"{{date}}\uC5D0 \uBC29\uBB38 \uB4F1\uB85D",nextMonth:"\uB2E4\uC74C \uB2EC",legend:{visited:"\uBC29\uBB38",scheduled:"\uC608\uC57D",noVisit:"\uBBF8\uBC29\uBB38"},periodSelect:"\uAE30\uAC04 \uB2E8\uC704"},N0={planSuffix:"\uC774\uC6A9\uAD8C",labeledPlan:"{{label}} \uC774\uC6A9\uAD8C",couponCode:"\uC774\uC6A9\uAD8C \uCF54\uB4DC",specialLabel:"\uC624\uD508\uD2B9\uAC00",unitDay:"\uC77C",unitYear:"\uB144",remainingDay:"{{n}}\uC77C \uB0A8\uC74C",remainingHour:"{{n}}\uC2DC\uAC04 \uB0A8\uC74C",remainingMinute:"{{n}}\uBD84 \uB0A8\uC74C",remainingSecond:"{{n}}\uCD08 \uB0A8\uC74C",menu:{use:"\uC0AC\uC6A9\uD558\uAE30",refund:"\uD658\uBD88\uD558\uAE30",delete:"\uC0AD\uC81C\uD558\uAE30"}},T0={clearAriaLabel:"\uAC80\uC0C9\uC5B4 \uC9C0\uC6B0\uAE30"},D0={starLabel:"{{n}}\uBC88\uC9F8 \uBCC4 \uC120\uD0DD",valueLabel:"{{max}}\uC810 \uB9CC\uC810\uC5D0 {{value}}\uC810",groupLabel:"\uBCC4\uC810"},E0={selected:"\uC120\uD0DD\uB428"},B0={placeholder:"\uC120\uD0DD"},L0={collapse:"\uC811\uAE30",expand:"\uD3BC\uCE58\uAE30"},j0={biArea:"BI \uC601\uC5ED",biSymbol:"BI \uC2EC\uBCFC",logoMalgwi:"\uB9D0\uADC0 \uB85C\uACE0",logoManager:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uB85C\uACE0",menuOpen:"\uBA54\uB274 \uC5F4\uAE30"},M0={mainMenu:"\uBA54\uC778 \uBA54\uB274",bottomNav:"\uD558\uB2E8 \uB124\uBE44\uAC8C\uC774\uC158",goToManager:"\uB9D0\uADC0\uB9E4\uB2C8\uC800\uB85C \uC774\uB3D9",goToMalgwi:"\uB9D0\uADC0\uB85C \uC774\uB3D9",modeLabelManager:"\uB9D0\uADC0 \uB9E4\uB2C8\uC800",modeLabelMalgwi:"\uB9D0\uADC0",today:"\uC624\uB298\uC758 \uB4E3\uAE30",homework:"\uC219\uC81C",training:"\uD6C8\uB828",customers:"\uACE0\uAC1D\uAD00\uB9AC",visits:"\uBC29\uBB38",settings:"\uC124\uC815",notifications:"\uC54C\uB9BC",account:"\uACC4\uC815",help:"\uB3C4\uC6C0\uB9D0",debug:"\uB514\uBC84\uADF8",payment:"\uC774\uC6A9\uAD8C \uAD6C\uB9E4",coupons:"\uCFE0\uD3F0",usage:"\uC774\uC6A9 \uD604\uD669",topic:"\uC8FC\uC81C\uBCC4 \uB4E3\uAE30",trainingType:"\uD6C8\uB828\uBCC4 \uB4E3\uAE30",sentenceTraining:"\uBB38\uC7A5\uD6C8\uB828",wordTraining:"\uB2E8\uC5B4\uD6C8\uB828",game:"\uAC8C\uC784",dashboard:"\uB300\uC2DC\uBCF4\uB4DC",wordPairs:"\uB300\uB9BD\uC30D \uCC3E\uAE30",wordSearch:"\uB2E8\uC5B4 \uCC3E\uAE30",wordManagement:"\uB2E8\uC5B4 \uAD00\uB9AC",wordSuggestion:"\uB2E8\uC5B4 \uC81C\uC548",wordTable:"\uB2E8\uC5B4\uD45C \uB9CC\uB4E4\uAE30",myWordTable:"\uB098\uC758 \uB2E8\uC5B4\uD45C",myWordTraining:"\uB098\uC758 \uB2E8\uC5B4\uD6C8\uB828",trainingSet:"\uB2E8\uC5B4\uD6C8\uB828 \uB9CC\uB4E4\uAE30",trainingSettings:"\uB098\uC758 \uBB38\uC7A5\uD6C8\uB828",trainingStatus:"\uD6C8\uB828 \uD604\uD669",visitHistory:"\uBC29\uBB38 \uC774\uB825",company:"\uC5C5\uCCB4\uC815\uBCF4",trainingStore:"\uB9D0\uADC0\uC790\uB8CC\uC2E4",wordPairsTableChild:"\uB300\uB9BD\uC30D\uD45C",wordSearchTableChild:"\uB2E8\uC5B4\uD45C",more:"\uB354\uBCF4\uAE30"},P0={title:"\uC124\uC815",subtitle:"\uC571 \uD658\uACBD \uC124\uC815\uC744 \uAD00\uB9AC\uD558\uC138\uC694.",language:{title:"\uC5B8\uC5B4",display:{label:"\uD45C\uC2DC \uC5B8\uC5B4",sub:"\uBA54\uB274\xB7\uBC84\uD2BC \uB4F1 \uC571 \uD654\uBA74 \uC5B8\uC5B4"},training:{label:"\uD6C8\uB828 \uC5B8\uC5B4",sub:"\uD6C8\uB828\uC5D0 \uC0AC\uC6A9\uB418\uB294 \uB2E8\uC5B4\uC640 \uC74C\uC131 \uC5B8\uC5B4"}},trainingDefaults:{title:"\uD6C8\uB828",playVolume:{sub:"\uBB38\uC7A5 \uC74C\uC131\uC758 \uAE30\uBCF8 \uC7AC\uC0DD \uBCFC\uB968\uC785\uB2C8\uB2E4."},playSpeed:{sub:"\uBB38\uC7A5 \uC74C\uC131\uC758 \uAE30\uBCF8 \uC7AC\uC0DD \uC18D\uB3C4\uC785\uB2C8\uB2E4."},noiseLevel:{sub:"\uD6C8\uB828 \uC911 \uBC30\uACBD\uC5D0 \uAE54\uB9AC\uB294 \uC18C\uC74C\uC758 \uAE30\uBCF8 \uD06C\uAE30\uC785\uB2C8\uB2E4."},noiseType:{sub:"\uD6C8\uB828 \uC911 \uAE30\uBCF8\uC73C\uB85C \uC0AC\uC6A9\uD560 \uBC30\uACBD \uC18C\uC74C\uC758 \uC885\uB958\uC785\uB2C8\uB2E4."}},notifications:{title:"\uC54C\uB9BC",itemsTitle:"\uC54C\uB9BC \uD56D\uBAA9",methodsTitle:"\uC54C\uB9BC \uBC29\uBC95",visit:{label:"\uBC29\uBB38 \uC608\uC57D \uC54C\uB9BC",sub:"\uBC29\uBB38 \uC77C\uC815 \uD558\uB8E8 \uC804\uB0A0 \uC54C\uB9BC\uC744 \uBCF4\uB0C5\uB2C8\uB2E4."},notice:{label:"\uACF5\uC9C0\uC0AC\uD56D \uC54C\uB9BC",sub:"\uC11C\uBE44\uC2A4 \uACF5\uC9C0\xB7\uC5C5\uB370\uC774\uD2B8 \uC18C\uC2DD\uC744 \uBC1B\uC2B5\uB2C8\uB2E4."},homework:{label:"\uC219\uC81C \uC54C\uB9BC",sub:"\uC0C8 \uC219\uC81C \uB4F1\uB85D\xB7\uB9C8\uAC10 \uC2DC \uC54C\uB9BC\uC744 \uBCF4\uB0C5\uB2C8\uB2E4."},email:{label:"\uC774\uBA54\uC77C",sub:"\uB4F1\uB85D\uB41C \uC774\uBA54\uC77C\uB85C \uBC1B\uC2B5\uB2C8\uB2E4."},sms:{label:"SMS",sub:"\uB4F1\uB85D\uB41C \uD734\uB300\uD3F0 \uBC88\uD638\uB85C \uBB38\uC790\uB97C \uBC1B\uC2B5\uB2C8\uB2E4."},kakao:{label:"\uCE74\uCE74\uC624\uD1A1",sub:"\uCE74\uCE74\uC624\uD1A1 \uC54C\uB9BC\uD1A1\uC73C\uB85C \uBC1B\uC2B5\uB2C8\uB2E4."}},display:{title:"\uD654\uBA74",fontSize:{label:"\uAE00\uC790 \uD06C\uAE30",sub:"\uC571 \uC804\uCCB4 \uAE00\uC790 \uD06C\uAE30\uB97C \uC870\uC808\uD569\uB2C8\uB2E4.",small:"\uC791\uAC8C",medium:"\uBCF4\uD1B5",large:"\uD06C\uAC8C"}},sentenceData:{title:"\uBB38\uC7A5 \uB370\uC774\uD130",audio:{label:"\uBB38\uC7A5 \uC74C\uC131 \uB370\uC774\uD130",sub:"\uD6C8\uB828 \uBB38\uC7A5 \uC74C\uC131 \uD30C\uC77C",value:"\uC790\uB3D9\uC73C\uB85C \uAD00\uB9AC\uB418\uC5B4 \uBCC4\uB3C4 \uC815\uB9AC\uAC00 \uD544\uC694 \uC5C6\uC2B5\uB2C8\uB2E4."}},wordData:{title:"\uB2E8\uC5B4 \uB370\uC774\uD130",localVersion:"\uB85C\uCEEC \uBC84\uC804",remoteVersion:"\uC11C\uBC84 \uBC84\uC804",pairMatching:"\uB2E8\uC5B4\uC30D \uB9E4\uCE6D",imageMatching:"\uC774\uBBF8\uC9C0 \uB9E4\uCE6D",checkUpdate:{label:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",sub:"\uC11C\uBC84\uC5D0 \uB2E8\uC5B4 \uBC84\uC804\uC744 \uD655\uC778\uD569\uB2C8\uB2E4.",button:"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778",checking:"\uD655\uC778 \uC911\u2026",toast:"\uC11C\uBC84 \uBC84\uC804\uC744 \uD655\uC778\uD588\uC2B5\uB2C8\uB2E4."},update:{progressTitle:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uC5C5\uB370\uC774\uD2B8",toast:"\uB2E8\uC5B4 \uB370\uC774\uD130\uAC00 \uC5C5\uB370\uC774\uD2B8\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},pairPending:"\uBD84\uC11D \uC804",imagePending:"\uD655\uC778 \uC804",updateButton:"\uC5C5\uB370\uC774\uD2B8",clear:{label:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uCD08\uAE30\uD654",sub:"\uB2E8\uC5B4\xB7\uB2E8\uC5B4\uC30D \uC778\uB371\uC2A4\xB7\uC774\uBBF8\uC9C0 \uCE90\uC2DC\uB97C \uBAA8\uB450 \uC0AD\uC81C\uD569\uB2C8\uB2E4.",button:"\uCD08\uAE30\uD654",progressTitle:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uCD08\uAE30\uD654",toast:"\uB2E8\uC5B4 \uB370\uC774\uD130\uAC00 \uCD08\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4."}},tts:{title:"\uC74C\uC131 (TTS)",rate:{label:"\uB9D0\uD558\uAE30 \uC18D\uB3C4",sub:"\uD6C8\uB828 \uC74C\uC131 \uC7AC\uC0DD \uC18D\uB3C4",slow:"\uB290\uB9AC\uAC8C",normal:"\uBCF4\uD1B5",fast:"\uBE60\uB974\uAC8C"},voice:{label:"\uC74C\uC131 \uC5B8\uC5B4",sub:"TTS \uC74C\uC131 \uC5B8\uC5B4 \uC120\uD0DD"}},cache:{title:"\uCE90\uC2DC \uAD00\uB9AC",confirmMessage:"\uCE90\uC2DC({{size}})\uB97C \uC0AD\uC81C\uD569\uB2C8\uB2E4. \uACC4\uC18D\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",delete:"\uC0AD\uC81C",deleting:"\uC0AD\uC81C \uC911",cleared:"\uCE90\uC2DC\uAC00 \uC0AD\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",group:{wordData:{label:"\uB2E8\uC5B4 \uB370\uC774\uD130",sub:"\uB2E8\uC5B4 \uBAA9\uB85D \uBC0F \uBC84\uC804 \uC815\uBCF4"},pairIndex:{label:"\uB2E8\uC5B4\uC30D \uC778\uB371\uC2A4",sub:"\uCD08\uC131\xB7\uC911\uC131\xB7\uC885\uC131 \uB300\uB9BD\uC30D \uBD84\uC11D \uCE90\uC2DC"},imageCache:{label:"\uC774\uBBF8\uC9C0 \uCE90\uC2DC",sub:"\uB2E8\uC5B4\uBCC4 \uC774\uBBF8\uC9C0 \uC874\uC7AC \uC5EC\uBD80 \uD655\uC778 \uACB0\uACFC"},trainingRecord:{label:"\uD6C8\uB828 \uAE30\uB85D",sub:"\uC624\uB298\uC758 \uD6C8\uB828 \uC9C4\uD589\uB960 \uBC0F \uD559\uC2B5 \uC77C\uC218"}}},security:{title:"\uBCF4\uC548 \xB7 \uB370\uC774\uD130",autoBackup:{label:"\uC790\uB3D9 \uBC31\uC5C5",sub:"\uB370\uC774\uD130\uB97C \uC8FC\uAE30\uC801\uC73C\uB85C \uC790\uB3D9 \uBC31\uC5C5\uD569\uB2C8\uB2E4"},autoLogout:{label:"\uC790\uB3D9 \uB85C\uADF8\uC544\uC6C3",sub:"\uBE44\uD65C\uC131 \uC2DC \uC790\uB3D9 \uB85C\uADF8\uC544\uC6C3 \uC2DC\uAC04","15min":"15\uBD84","30min":"30\uBD84","1hour":"1\uC2DC\uAC04","2hour":"2\uC2DC\uAC04"}},button:{reset:"\uCD08\uAE30\uD654",save:"\uC124\uC815 \uC800\uC7A5"},popup:{cancel:"\uCDE8\uC18C",clear:{title:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uCD08\uAE30\uD654",message:"\uB85C\uCEEC \uB370\uC774\uD130\uB97C \uBAA8\uB450 \uC0AD\uC81C\uD558\uACE0 \uB2E8\uC5B4 \uB370\uC774\uD130, \uB2E8\uC5B4\uC30D, \uC774\uBBF8\uC9C0 \uB9E4\uCE6D\uC744 \uC0C8\uB85C \uAD6C\uC131\uD569\uB2C8\uB2E4. \uACC4\uC18D\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",confirm:"\uCD08\uAE30\uD654"},update:{title:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uC5C5\uB370\uC774\uD2B8",message:"\uCE90\uC2DC\uB97C \uC0AD\uC81C\uD558\uACE0 \uCD5C\uC2E0 \uB370\uC774\uD130\uB97C \uC0C8\uB85C \uBD88\uB7EC\uC635\uB2C8\uB2E4. \uACC4\uC18D\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",confirm:"\uC5C5\uB370\uC774\uD2B8"},cache:{title:"{{label}} \uC0AD\uC81C",message:"{{label}}({{size}})\uB97C \uC0AD\uC81C\uD569\uB2C8\uB2E4. \uACC4\uC18D\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?"}},saved:"\u2713 \uC800\uC7A5\uB428",saveError:"\uC124\uC815 \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",loginRequired:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4.",account:{title:"\uACC4\uC815",delete:{label:"\uACC4\uC815 \uD0C8\uD1F4",sub:"\uD0C8\uD1F4 \uD6C4 30\uC77C \uC774\uB0B4 \uC7AC\uAC00\uC785 \uC2DC \uBCF5\uAD6C \uAC00\uB2A5\uD569\uB2C8\uB2E4.",button:"\uD0C8\uD1F4",popup:{title:"\uACC4\uC815\uC744 \uD0C8\uD1F4\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",message:"\uD0C8\uD1F4 \uC989\uC2DC \uB85C\uADF8\uC544\uC6C3\uB418\uBA70, \uBAA8\uB4E0 \uB370\uC774\uD130\uB294 30\uC77C \uD6C4 \uC644\uC804\uD788 \uC0AD\uC81C\uB429\uB2C8\uB2E4. \uC774 \uC791\uC5C5\uC740 \uB418\uB3CC\uB9B4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",passwordLabel:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638",passwordPlaceholder:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638\uB97C \uC785\uB825\uD558\uC138\uC694",reauthGuide:"\uC774 \uACC4\uC815\uC740 \uC18C\uC15C \uB85C\uADF8\uC778\uC73C\uB85C \uAC00\uC785\uB418\uC5B4 \uBE44\uBC00\uBC88\uD638\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4. \uBCF8\uC778\uD655\uC778\uC744 \uC704\uD574 \uCE74\uCE74\uC624\uB85C \uB2E4\uC2DC \uB85C\uADF8\uC778\uD55C \uB4A4 \uD0C8\uD1F4\uB97C \uC9C4\uD589\uD574 \uC8FC\uC138\uC694.",reauthDone:"\uCE74\uCE74\uC624 \uC7AC\uB85C\uADF8\uC778\uC73C\uB85C \uBCF8\uC778\uD655\uC778\uC774 \uC644\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC544\uB798 '\uD0C8\uD1F4'\uB97C \uB204\uB974\uBA74 \uD0C8\uD1F4\uAC00 \uC9C4\uD589\uB429\uB2C8\uB2E4.",reauthButton:"\uCE74\uCE74\uC624\uB85C \uB2E4\uC2DC \uB85C\uADF8\uC778",reauthRedirecting:"\uCE74\uCE74\uC624\uB85C \uC774\uB3D9 \uC911\u2026"}}},theme:{title:"\uD14C\uB9C8",light:"\uB77C\uC774\uD2B8",dark:"\uB2E4\uD06C",auto:"\uC790\uB3D9",sub:"\uC571 \uBC30\uACBD \uC0C9\uC0C1 \uD14C\uB9C8\uB97C \uC120\uD0DD\uD558\uC138\uC694"}},R0={loadFailed:"\uC774\uC6A9\uAD8C \uC815\uBCF4\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uC0C1\uD0DC\uB97C \uD655\uC778\uD55C \uB4A4 \uC0C8\uB85C\uACE0\uCE68\uD574 \uC8FC\uC138\uC694.",title:"\uC774\uC6A9 \uD604\uD669",subtitle:"\uBCF4\uC720\uD55C \uC774\uC6A9\uAD8C\uACFC \uC0AC\uC6A9 \uD604\uD669\uC744 \uD655\uC778\uD558\uC138\uC694.",addButton:"\uC774\uC6A9\uAD8C \uCD94\uAC00\uD558\uAE30",couponButton:"\uCFE0\uD3F0 \uC785\uB825",loading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",segment:{personal:"\uB9D0\uADC0",org:"\uB9D0\uADC0\uB9E4\uB2C8\uC800"},org:{title:"\uD604\uC7AC \uC774\uC6A9\uAD8C",disc:"\uAE30\uAD00\uC5D0\uC11C \uC0AC\uC6A9 \uC911\uC778 \uC774\uC6A9\uAD8C \uC815\uBCF4\uC785\uB2C8\uB2E4.",empty:"\uB4F1\uB85D\uB41C \uAE30\uAD00 \uC774\uC6A9\uAD8C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",fallbackTitle:"\uAE30\uAD00 \uC774\uC6A9\uAD8C",startDate:"\uC2DC\uC791\uC77C",endDate:"\uB9CC\uB8CC\uC77C",remaining:"\uB0A8\uC740 \uAE30\uAC04",duration:"\uC774\uC6A9 \uAE30\uAC04",daysAdded:"+{{n}}\uC77C"},history:{title:"\uC774\uC6A9 \uC774\uB825",disc:"\uAE30\uAD00 \uC774\uC6A9\uAD8C \uB4F1\uB85D \uBC0F \uC5F0\uC7A5 \uB0B4\uC5ED\uC785\uB2C8\uB2E4.",empty:"\uC774\uC6A9 \uC774\uB825\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},actions:{created:"\uC2E0\uADDC \uB4F1\uB85D",extended:"\uAE30\uAC04 \uC5F0\uC7A5",granted:"\uBB34\uB8CC \uC81C\uACF5",refunded:"\uD658\uBD88",activated:"\uC0AC\uC6A9 \uC2DC\uC791",paused:"\uBCF4\uC720\uB85C \uC804\uD658"},active:{title:"\uC0AC\uC6A9 \uC911\uC778 \uC774\uC6A9\uAD8C",disc:"\uD604\uC7AC \uD65C\uC131\uD654\uB418\uC5B4 \uC774\uC6A9 \uC911\uC778 \uC774\uC6A9\uAD8C\uC785\uB2C8\uB2E4.",infoTitle:"\uC774\uC6A9 \uC815\uBCF4",refund:"\uD658\uBD88 \uC694\uCCAD",empty:"\uC0AC\uC6A9 \uC911\uC778 \uC774\uC6A9\uAD8C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",emptyUseHeld:"\uBCF4\uC720\uD55C \uC774\uC6A9\uAD8C\uC744 \uC0AC\uC6A9\uD574\uC8FC\uC138\uC694.",emptyBuy:"\uC774\uC6A9\uAD8C\uC744 \uAD6C\uB9E4\uD574 \uC8FC\uC138\uC694.",buyButton:"\uC774\uC6A9\uAD8C \uAD6C\uB9E4",startDate:"\uC0AC\uC6A9 \uC2DC\uC791\uC77C",endDate:"\uC885\uB8CC\uC77C",remaining:"\uB0A8\uC740 \uAE30\uAC04"},pending:{title:"\uBCF4\uC720",titleSpeechear:"\uBCF4\uC720\uD55C \uB9D0\uADC0 \uC774\uC6A9\uAD8C",titleManager:"\uBCF4\uC720\uD55C \uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC774\uC6A9\uAD8C",disc:"\uAD6C\uB9E4 \uD6C4 \uC544\uC9C1 \uC0AC\uC6A9 \uC2DC\uC791 \uC804\uC778 \uC774\uC6A9\uAD8C\uC785\uB2C8\uB2E4. \uD604\uC7AC \uC774\uC6A9\uAD8C \uB9CC\uB8CC \uD6C4 \uC790\uB3D9\uC73C\uB85C \uD65C\uC131\uD654\uB429\uB2C8\uB2E4.",autoUse:"\uC790\uB3D9 \uC0AC\uC6A9",empty:"\uB300\uAE30 \uC911\uC778 \uC774\uC6A9\uAD8C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",emptySpeechear:"\uBCF4\uC720\uD55C \uB9D0\uADC0 \uC774\uC6A9\uAD8C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",emptyManager:"\uBCF4\uC720\uD55C \uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC774\uC6A9\uAD8C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},expired:{title:"\uB9CC\uB8CC\uB41C \uC774\uC6A9\uAD8C",disc:"\uC774\uC6A9 \uAE30\uAC04\uC774 \uC885\uB8CC\uB41C \uC774\uC6A9\uAD8C \uB0B4\uC5ED\uC785\uB2C8\uB2E4.",empty:"\uB9CC\uB8CC\uB41C \uC774\uC6A9\uAD8C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},refund:{confirmTitle:"\uD658\uBD88 \uC694\uCCAD",confirmMessage:"{{plan}} \uD658\uBD88\uC744 \uC694\uCCAD\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",confirm:"\uC694\uCCAD\uD558\uAE30",delete:"\uC0AD\uC81C",sourceLabel:"\uAD6C\uC785 \uACBD\uB85C",dateLabel:"\uAD6C\uC785\uC77C",reason:{not_purchase:"\uAD6C\uB9E4\uD55C \uC774\uC6A9\uAD8C\uB9CC \uD658\uBD88\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",window_expired:"\uAD6C\uB9E4 \uD6C4 3\uC77C\uC774 \uC9C0\uB098 \uD658\uBD88\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."}},source:{purchase:"\uAD6C\uB9E4",coupon:"\uCFE0\uD3F0",admin:"\uBB34\uB8CC \uC81C\uACF5"},deleteConfirm:{title:"\uC774\uC6A9\uAD8C \uC0AD\uC81C",message:"\uC0AD\uC81C\uD558\uBA74 \uB418\uB3CC\uB9B4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?"},toast:{couponAdded:"{{plan}}\uC774(\uAC00) \uBCF4\uC720 \uBAA9\uB85D\uC5D0 \uCD94\uAC00\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",useFailed:"\uC774\uC6A9\uAD8C \uC0AC\uC6A9 \uCC98\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",switched:"\uC0AC\uC6A9 \uC911\uC774\uB358 {{prev}}\uC774(\uAC00) \uBCF4\uC720\uB85C \uC804\uD658\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",refundFailed:"\uD658\uBD88 \uCC98\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",deleteFailed:"\uC0AD\uC81C \uCC98\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4."},error:{invalidCode:"\uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uCFE0\uD3F0\uC785\uB2C8\uB2E4.",alreadyUsed:"\uC774\uBBF8 \uC0AC\uC6A9\uD55C \uCFE0\uD3F0\uC785\uB2C8\uB2E4.",codeExhausted:"\uC0AC\uC6A9 \uAC00\uB2A5 \uC778\uC6D0\uC774 \uBAA8\uB450 \uC18C\uC9C4\uB41C \uCF54\uB4DC\uC785\uB2C8\uB2E4.",couponExpired:"\uB9CC\uB8CC\uB41C \uCFE0\uD3F0\uC785\uB2C8\uB2E4.",couponNotStarted:"\uC544\uC9C1 \uC0AC\uC6A9 \uC2DC\uC791\uC77C\uC774 \uB418\uC9C0 \uC54A\uC740 \uCFE0\uD3F0\uC785\uB2C8\uB2E4.",passLimitReached:"\uC774\uBBF8 \uAC19\uC740 \uC885\uB958\uC758 \uC774\uC6A9\uAD8C\uC744 \uBCF4\uC720\uD558\uACE0 \uC788\uC5B4 \uC774 \uCFE0\uD3F0\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",groupLimitReached:"\uC774 \uD504\uB85C\uBAA8\uC158\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uCFE0\uD3F0 \uC218\uB97C \uC774\uBBF8 \uBAA8\uB450 \uC0AC\uC6A9\uD588\uC2B5\uB2C8\uB2E4.",notFound:"\uC774\uC6A9\uAD8C\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",notPending:"\uC774\uBBF8 \uCC98\uB9AC\uB41C \uC774\uC6A9\uAD8C\uC785\uB2C8\uB2E4. \uC0C8\uB85C\uACE0\uCE68 \uD6C4 \uB2E4\uC2DC \uD655\uC778\uD574\uC8FC\uC138\uC694.",invalidDuration:"\uC774\uC6A9\uAD8C \uAE30\uAC04 \uC815\uBCF4\uAC00 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",switchCooldown:"\uC774\uC6A9\uAD8C \uC804\uD658\uC740 \uD558\uB8E8 \uD55C \uBC88\uB9CC \uAC00\uB2A5\uD569\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694.",switchCooldownWithTime:"\uC774\uC6A9\uAD8C \uC804\uD658\uC740 \uD558\uB8E8 \uD55C \uBC88\uB9CC \uAC00\uB2A5\uD569\uB2C8\uB2E4. {{time}} \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694.",notRefundable:"\uD658\uBD88\uD560 \uC218 \uC5C6\uB294 \uC774\uC6A9\uAD8C\uC785\uB2C8\uB2E4.",notDeletable:"\uC9C4\uD589 \uC911\uC778 \uC774\uC6A9\uAD8C\uC740 \uC0AD\uC81C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."}},$0={title:"\uACC4\uC815",subtitle:"\uACC4\uC815 \uC815\uBCF4\uB97C \uAD00\uB9AC\uD558\uC138\uC694.",actions:{editBasicInfo:"\uAE30\uBCF8\uC815\uBCF4 \uC218\uC815",editCompany:"\uC5C5\uCCB4\uC815\uBCF4 \uC218\uC815",registerManager:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC2E0\uCCAD",unregisterManager:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uD574\uC81C"},signOut:{confirmTitle:"\uB85C\uADF8\uC544\uC6C3",confirmMessage:"\uB85C\uADF8\uC544\uC6C3\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?"},unregister:{title:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uD574\uC81C",question:"\uB9D0\uADC0\uB9E4\uB2C8\uC800\uB97C \uD574\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",warning:"\uC5C5\uCCB4 \uC815\uBCF4\uAC00 \uC0AD\uC81C\uB418\uBA70 \uB418\uB3CC\uB9B4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",processing:"\uD574\uC81C \uC911\u2026",confirm:"\uD574\uC81C\uD558\uAE30",success:"\uB9D0\uADC0\uB9E4\uB2C8\uC800\uAC00 \uD574\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},register:{success:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uB4F1\uB85D\uC774 \uC644\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},profile:{signOut:"\uB85C\uADF8\uC544\uC6C3",planSuffix:"\uD50C\uB79C",plan:"\uD50C\uB79C"},basicInfo:{title:"\uAE30\uBCF8\uC815\uBCF4",name:{label:"\uC774\uB984",placeholder:"\uD64D\uAE38\uB3D9"},email:{label:"\uC774\uBA54\uC77C"},phone:{label:"\uC5F0\uB77D\uCC98",placeholder:"010-0000-0000"},joinDate:{label:"\uAC00\uC785\uC77C"},emailReadonly:"\uC774\uBA54\uC77C\uC740 \uC218\uC815\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",birth:{yearLabel:"{{y}}\uB144",monthLabel:"{{n}}\uC6D4",dayLabel:"{{n}}\uC77C",yearPlaceholder:"\uB144",monthPlaceholder:"\uC6D4",dayPlaceholder:"\uC77C"},errors:{nameRequired:"\uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",phoneRequired:"\uC5F0\uB77D\uCC98\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",birthRequired:"\uC0DD\uB144\uC6D4\uC77C\uC744 \uC120\uD0DD\uD574 \uC8FC\uC138\uC694.",genderRequired:"\uC131\uBCC4\uC744 \uC120\uD0DD\uD574 \uC8FC\uC138\uC694."},saving:"\uC800\uC7A5 \uC911\u2026",loginMethod:{label:"\uB85C\uADF8\uC778 \uBC29\uC2DD",email:"\uC774\uBA54\uC77C",kakao:"\uCE74\uCE74\uC624",google:"\uAD6C\uAE00",apple:"\uC560\uD50C",naver:"\uB124\uC774\uBC84",socialOnly:"\uC18C\uC15C \uB85C\uADF8\uC778 \uACC4\uC815\uC774\uB77C \uBE44\uBC00\uBC88\uD638\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."}},security:{title:"\uBCF4\uC548",password:{label:"\uBE44\uBC00\uBC88\uD638",changeButton:"\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD"},twoFactor:{label:"2\uB2E8\uACC4 \uC778\uC99D",sub:"\uACC4\uC815 \uBCF4\uC548\uC744 \uAC15\uD654\uD558\uC138\uC694"}},passwordModal:{title:"\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD",currentPassword:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638",newPassword:"\uC0C8 \uBE44\uBC00\uBC88\uD638",confirmPassword:"\uC0C8 \uBE44\uBC00\uBC88\uD638 \uD655\uC778",submit:"\uBCC0\uACBD\uD558\uAE30",submitting:"\uCC98\uB9AC \uC911\u2026"}},I0={title:"\uB3C4\uC6C0\uB9D0",subtitle:"\uC11C\uBE44\uC2A4 \uC774\uC6A9 \uBC29\uBC95\uACFC \uC790\uC8FC \uBB3B\uB294 \uC9C8\uBB38\uC744 \uD655\uC778\uD558\uC138\uC694.",guide:{title:"\uC774\uC6A9 \uAC00\uC774\uB4DC",start:{title:"\uC2DC\uC791 \uAC00\uC774\uB4DC",desc:"\uB9D0\uADC0 \uC11C\uBE44\uC2A4 \uCC98\uC74C \uC0AC\uC6A9\uC790\uB97C \uC704\uD55C \uB2E8\uACC4\uBCC4 \uC548\uB0B4"},quickStart:{title:"\uBE60\uB978 \uC2DC\uC791",desc:"5\uBD84 \uC548\uC5D0 \uCCAB \uB4E3\uAE30 \uD6C8\uB828 \uC644\uB8CC\uD558\uAE30"},admin:{title:"\uAD00\uB9AC\uC790 \uAC00\uC774\uB4DC",desc:"\uACE0\uAC1D\uAD00\uB9AC \uBC0F \uD6C8\uB828\uC124\uC815 \uD65C\uC6A9 \uBC29\uBC95"},faq:{title:"\uC790\uC8FC \uBB3B\uB294 \uC9C8\uBB38",desc:"FAQ \uBAA8\uC544\uBCF4\uAE30"}},faq:{title:"\uC790\uC8FC \uBB3B\uB294 \uC9C8\uBB38",items:[{q:"\uB9D0\uADC0 \uC11C\uBE44\uC2A4\uB294 \uC5B4\uB5A4 \uC0AC\uB78C\uC5D0\uAC8C \uC801\uD569\uD55C\uAC00\uC694?",a:"\uBCF4\uCCAD\uAE30 \uC0AC\uC6A9\uC790, \uCCAD\uAC01 \uC800\uD558\uC790, \uCCAD\uB2A5 \uC7AC\uD65C\uC774 \uD544\uC694\uD55C \uBD84\uB4E4\uAED8 \uC801\uD569\uD569\uB2C8\uB2E4."},{q:"\uC624\uB298\uC758 \uB4E3\uAE30\uB294 \uB9E4\uC77C \uC0C8\uB85C\uC6B4 \uBB38\uC81C\uAC00 \uB098\uC624\uB098\uC694?",a:"\uB124, \uC624\uB298\uC758 \uB4E3\uAE30\uB294 \uB9E4\uC77C \uAC31\uC2E0\uB429\uB2C8\uB2E4."},{q:"\uD6C8\uB828 \uACB0\uACFC\uB294 \uC5B4\uB514\uC11C \uD655\uC778\uD558\uB098\uC694?",a:"\uAC01 \uD6C8\uB828 \uC644\uB8CC \uD6C4 \uACB0\uACFC \uD654\uBA74\uC5D0\uC11C \uC810\uC218\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},{q:"\uCFE0\uD3F0 \uCF54\uB4DC\uB294 \uC5B4\uB5BB\uAC8C \uC785\uB825\uD558\uB098\uC694?",a:"\uC0AC\uC774\uB4DC \uBA54\uB274\uC758 [\uCFE0\uD3F0] \uD398\uC774\uC9C0\uC5D0\uC11C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uACE0 \uC801\uC6A9 \uBC84\uD2BC\uC744 \uB204\uB974\uC138\uC694."},{q:"\uACE0\uAC1D \uB370\uC774\uD130\uB97C \uC5D1\uC140\uB85C \uB0B4\uBCF4\uB0BC \uC218 \uC788\uB098\uC694?",a:"[\uACE0\uAC1D\uAD00\uB9AC] \uD398\uC774\uC9C0 \uC0C1\uB2E8\uC758 \uB2E4\uC6B4\uB85C\uB4DC \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uBA74 CSV \uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0BC \uC218 \uC788\uC2B5\uB2C8\uB2E4."},{q:"\uBC29\uBB38\uC774\uB825 \uB2EC\uB825\uC5D0\uC11C \uACFC\uAC70 \uB2EC\uC744 \uBCFC \uC218 \uC788\uB098\uC694?",a:"\uB124, \uB2EC\uB825 \uC0C1\uB2E8\uC758 \uD654\uC0B4\uD45C \uBC84\uD2BC\uC73C\uB85C \uC774\uC804/\uB2E4\uC74C \uB2EC\uC744 \uD0D0\uC0C9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."}]},support:{title:"\uACE0\uAC1D \uC9C0\uC6D0",email:{label:"\uC774\uBA54\uC77C",value:"support@malgwi.kr"},phone:{label:"\uC804\uD654",hours:"(\uD3C9\uC77C 09:00~18:00)",value:"02-1234-5678 (\uD3C9\uC77C 09:00~18:00)"},kakao:{label:"\uCE74\uCE74\uC624\uD1A1",value:"@\uB9D0\uADC0"}},contact:{title:"\uBB38\uC758\uD558\uAE30",subject:{label:"\uC81C\uBAA9",placeholder:"\uBB38\uC758 \uC81C\uBAA9"},email:{label:"\uB2F5\uBCC0 \uBC1B\uC744 \uC774\uBA54\uC77C",invalid:"\uC774\uBA54\uC77C \uC8FC\uC18C \uD615\uC2DD\uC774 \uC544\uB2C8\uC5D0\uC694. \uB2F5\uBCC0\uC744 \uBC1B\uC73C\uB824\uBA74 \uC815\uD655\uD788 \uC785\uB825\uD574 \uC8FC\uC138\uC694."},body:{label:"\uB0B4\uC6A9",placeholder:"\uBB38\uC758 \uB0B4\uC6A9\uC744 \uC785\uB825\uD558\uC138\uC694"},submit:"\uBB38\uC758 \uBCF4\uB0B4\uAE30",successMessage:"\u2713 \uBB38\uC758\uAC00 \uC811\uC218\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC601\uC5C5\uC77C 1~2\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9AC\uACA0\uC2B5\uB2C8\uB2E4.",submitError:"\uBB38\uC758 \uC811\uC218\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",submitting:"\uC804\uC1A1 \uC911\u2026",status:{pending:"\uB2F5\uBCC0 \uB300\uAE30",inProgress:"\uCC98\uB9AC \uC911",answered:"\uB2F5\uBCC0 \uC644\uB8CC"}},inquiryHistory:{title:"\uBB38\uC758 \uC774\uB825",loadingAttachments:"\uCCA8\uBD80\uD30C\uC77C \uBD88\uB7EC\uC624\uB294 \uC911\u2026",attachmentsFailed:"\uCCA8\uBD80\uD30C\uC77C\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."}},F0={title:"\uC54C\uB9BC",subtitle:"\uC11C\uBE44\uC2A4 \uC54C\uB9BC\uACFC \uACF5\uC9C0\uC0AC\uD56D\uC744 \uD655\uC778\uD558\uC138\uC694.",filter:{all:"\uC804\uCCB4",unread:"\uC77D\uC9C0 \uC54A\uC74C"},markAllRead:"\uBAA8\uB450 \uC77D\uC74C",empty:"\uC54C\uB9BC\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",done:"\uC644\uB8CC",deleteAriaLabel:"\uC0AD\uC81C",deleteItemAriaLabel:"{{title}} \uC54C\uB9BC \uC0AD\uC81C",action:{open:"\uBC14\uB85C\uAC00\uAE30",detail:"\uC790\uC138\uD788 \uBCF4\uAE30",homework:"\uC219\uC81C \uD558\uAE30",usage:"\uC774\uC6A9 \uD604\uD669 \uBCF4\uAE30"},missing:{badge:"\uB9CC\uB8CC\uB428",title:"\uC219\uC81C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",body:"\uD574\uB2F9 \uC219\uC81C\uAC00 \uC0AD\uC81C\uB418\uC5C8\uAC70\uB098 \uB9C1\uD06C\uAC00 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},type:{notice:"\uACF5\uC9C0",homework:"\uC219\uC81C",subscription:"\uC774\uC6A9\uAD8C",linkRequest:"\uC5F0\uB3D9",wordSuggestion:"\uB2E8\uC5B4 \uC81C\uC548",info:"\uC548\uB0B4",visit:"\uBC29\uBB38",system:"\uC2DC\uC2A4\uD15C",coupon:"\uCFE0\uD3F0"},items:[{type:"visit",title:"\uACE0\uAC1D \uBC29\uBB38 \uC608\uC815",body:"\uAE40\uBBFC\uC900 \uACE0\uAC1D\uC774 \uC624\uB298 \uC624\uD6C4 2\uC2DC\uC5D0 \uBC29\uBB38 \uC608\uC815\uC785\uB2C8\uB2E4.",time:"10\uBD84 \uC804",read:!1},{type:"coupon",title:"\uCFE0\uD3F0 \uB9CC\uB8CC \uC784\uBC15",body:"CPN003 \uCFE0\uD3F0\uC774 3\uC77C \uD6C4 \uB9CC\uB8CC\uB429\uB2C8\uB2E4.",time:"1\uC2DC\uAC04 \uC804",read:!1},{type:"info",title:"5\uC6D4 \uACF5\uC9C0\uC0AC\uD56D",body:"\uB9D0\uADC0 \uC11C\uBE44\uC2A4 \uC810\uAC80\uC774 5\uC6D4 20\uC77C 02:00~04:00\uC5D0 \uC9C4\uD589\uB429\uB2C8\uB2E4.",time:"\uC5B4\uC81C",read:!0},{type:"system",title:"\uB370\uC774\uD130 \uB3D9\uAE30\uD654 \uC644\uB8CC",body:"\uB2E8\uC5B4 \uB370\uC774\uD130\uAC00 \uCD5C\uC2E0 \uBC84\uC804\uC73C\uB85C \uC5C5\uB370\uC774\uD2B8\uB410\uC2B5\uB2C8\uB2E4.",time:"\uC5B4\uC81C",read:!0},{type:"visit",title:"\uACE0\uAC1D \uBC29\uBB38 \uC644\uB8CC",body:"\uC774\uC11C\uC5F0 \uACE0\uAC1D\uC758 \uBC29\uBB38\uC774 \uC815\uC0C1 \uCC98\uB9AC\uB410\uC2B5\uB2C8\uB2E4.",time:"2\uC77C \uC804",read:!0},{type:"info",title:"4\uC6D4 \uC5C5\uB370\uC774\uD2B8 \uC548\uB0B4",body:"\uB2E8\uC5B4 \uB300\uB9BD\uC30D \uAC80\uC0C9 \uAE30\uB2A5\uC774 \uAC1C\uC120\uB410\uC2B5\uB2C8\uB2E4.",time:"5\uC77C \uC804",read:!0}],homework:{title:"\u300C{{planName}}\u300D \uC0C8 \uC219\uC81C\uB97C \uBC1B\uC558\uC5B4\uC694.",titleDefault:"\uC0C8 \uC219\uC81C\uB97C \uBC1B\uC558\uC5B4\uC694.",body:"{{sender}}\uB2D8\uAED8\uC11C \uBCF4\uB0B4\uC2E0 {{kind}} \uC219\uC81C\uC785\uB2C8\uB2E4. \uC9C0\uAE08 \uC2DC\uC791\uD574 \uBCF4\uC138\uC694.",bodyNoSender:"{{kind}} \uC219\uC81C\uC785\uB2C8\uB2E4. \uC9C0\uAE08 \uC2DC\uC791\uD574 \uBCF4\uC138\uC694.",kind:{sentence:"\uBB38\uC7A5 \uD6C8\uB828",word:"\uB2E8\uC5B4 \uD6C8\uB828"}}},O0={title:"\uB2E8\uC5B4 \uC81C\uC548",subtitle:"\uD544\uC694\uD55C \uB2E8\uC5B4\uB97C \uC81C\uC548\uD558\uACE0 \uD22C\uD45C\uD558\uC138\uC694. \uB9E4\uC8FC \uB4DD\uD45C \uC0C1\uC704 {{n}}\uAC1C\uB97C \uBC18\uC601\uD569\uB2C8\uB2E4.",form:{title:"\uC0C8 \uB2E8\uC5B4 \uC81C\uC548",wordLabel:"\uB2E8\uC5B4",pronunciationLabel:"\uD45C\uC900\uBC1C\uC74C",pronunciationPlaceholder:"\uC608: \uAF2C\uCE58",pronunciationHelp:"\uB2E8\uC5B4\uB97C \uC785\uB825\uD558\uBA74 \uC790\uB3D9\uC73C\uB85C \uCC44\uC6CC\uC9D1\uB2C8\uB2E4. \uB2E4\uB974\uBA74 \uACE0\uCCD0 \uC8FC\uC138\uC694.",colloquialLabel:"\uAD6C\uC5B4 \uBC1C\uC74C",colloquialPlaceholder:"\uC2E4\uC81C \uB9D0\uD560 \uB54C\uC758 \uBC1C\uC74C (\uC120\uD0DD)",meaningLabel:"\uC758\uBBF8",meaningPlaceholder:"\uB2E8\uC5B4\uC758 \uB73B\uC744 \uC801\uC5B4 \uC8FC\uC138\uC694",gradeLabel:"\uB4F1\uAE09\xB7\uD488\uC0AC\xB7\uC5B4\uC885",gradeOption:"{{n}}\uB4F1\uAE09",gradeAria:"\uB4F1\uAE09",posAria:"\uD488\uC0AC",wordTypeAria:"\uC5B4\uC885",fieldLabel:"\uC804\uBB38 \uBD84\uC57C",fieldPlaceholder:"\uC608: \uC758\uD559, \uC2DD\uBB3C (\uC120\uD0DD)",homonumLabel:"\uB3D9\uD615\uC5B4 \uBC88\uD638",homonumPlaceholder:"\uC608: 1",homonumHelp:"\uAC19\uC740 \uAE00\uC790\uC758 \uB2E4\uB978 \uB2E8\uC5B4\uAC00 \uC788\uC744 \uB54C\uB9CC \uC801\uC2B5\uB2C8\uB2E4.",homonumChip:"\uB3D9\uD615\uC5B4 {{n}}",colloquialChip:"\uAD6C\uC5B4 {{v}}",unset:"\uC120\uD0DD \uC548 \uD568",wordPlaceholder:"\uC81C\uC548\uD560 \uB2E8\uC5B4",noteLabel:"\uC81C\uC548 \uC0AC\uC720",notePlaceholder:"\uC65C \uD544\uC694\uD55C\uC9C0 \uC801\uC5B4 \uC8FC\uC138\uC694 (\uC120\uD0DD)",submit:"\uC81C\uC548\uD558\uAE30",submitting:"\uC81C\uC548 \uC911\u2026",alreadyInPool:"\u300C{{word}}\u300D\uB294 \uC774\uBBF8 \uB2E8\uC5B4 \uBAA9\uB85D\uC5D0 \uC788\uC2B5\uB2C8\uB2E4.",alreadyVoted:"\u300C{{word}}\u300D\uB294 \uC774\uBBF8 \uC81C\uC548\uB418\uC5B4 \uC788\uACE0({{n}}\uD45C), \uD68C\uC6D0\uB2D8\uB3C4 \uC774\uBBF8 \uD22C\uD45C\uD558\uC168\uC2B5\uB2C8\uB2E4.",alreadySuggested:"\u300C{{word}}\u300D\uB294 \uC774\uBBF8 \uC81C\uC548\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4({{n}}\uD45C). \uC81C\uC548\uD558\uAE30\uB97C \uB204\uB974\uBA74 \uADF8 \uC81C\uC548\uC5D0 \uD22C\uD45C\uB429\uB2C8\uB2E4."},tab:{voting:"\uD22C\uD45C\uD558\uAE30",mine:"\uB098\uC758 \uC81C\uC548"},status:{voting:"\uD22C\uD45C \uC911",selected:"\uBC18\uC601 \uC608\uC815",added:"\uBC18\uC601\uB428",rejected:"\uBC18\uB824"},empty:{voting:"\uC544\uC9C1 \uC81C\uC548\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",mine:"\uC544\uC9C1 \uC81C\uC548\uD55C \uB2E8\uC5B4\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."},badge:{mine:"\uB0B4 \uC81C\uC548",thisWeek:"\uC774\uBC88 \uC8FC \uBC18\uC601"},detail:{status:"\uC0C1\uD0DC",votes:"\uB4DD\uD45C",createdAt:"\uC81C\uC548\uC77C",rejectReason:"\uBC18\uB824 \uC0AC\uC720"},sort:{label:"\uC815\uB82C",votes:"\uB4DD\uD45C\uC21C",recent:"\uCD5C\uC2E0\uC21C",alpha:"\uAC00\uB098\uB2E4\uC21C"},votes:"{{n}}\uD45C",quota:"\uC81C\uC548 {{remaining}}/{{limit}}\uD68C \uB0A8\uC74C",vote:"\uD22C\uD45C",voted:"\uD22C\uD45C\uD568",voteAria:"{{word}} \uD22C\uD45C\uD558\uAE30",votedAria:"{{word}} \uD22C\uD45C \uCDE8\uC18C",rejectedReason:"\uBC18\uB824 \uC0AC\uC720: {{reason}}",toast:{submitted:"\uC81C\uC548\uC744 \uB4F1\uB85D\uD588\uC2B5\uB2C8\uB2E4.",votedExisting:"\uC774\uBBF8 \uC788\uB294 \uC81C\uC548\uC5D0 \uD22C\uD45C\uD588\uC2B5\uB2C8\uB2E4.",voteFailed:"\uD22C\uD45C\uB97C \uCC98\uB9AC\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},error:{EMPTY_WORD:"\uB2E8\uC5B4\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",WORD_TOO_LONG:"\uB2E8\uC5B4\uB294 20\uC790 \uC774\uB0B4\uB85C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",ALREADY_SELECTED:"\uC774\uBBF8 \uC774\uBC88 \uC8FC \uBC18\uC601 \uB300\uC0C1\uC73C\uB85C \uBF51\uD78C \uB2E8\uC5B4\uC785\uB2C8\uB2E4.",ALREADY_ADDED:"\uC774\uBBF8 \uCD94\uAC00\uB41C \uB2E8\uC5B4\uC785\uB2C8\uB2E4.",ALREADY_REJECTED:"\uC774 \uB2E8\uC5B4\uB294 \uAC80\uD1A0 \uD6C4 \uBC18\uC601\uD558\uC9C0 \uC54A\uAE30\uB85C \uD588\uC2B5\uB2C8\uB2E4.",RATE_LIMITED:"\uC81C\uC548 \uAC00\uB2A5 \uD69F\uC218({{n}}\uD68C)\uB97C \uBAA8\uB450 \uC0AC\uC6A9\uD588\uC2B5\uB2C8\uB2E4.",UNAUTHENTICATED:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4.",NETWORK:"\uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0\uC774 \uBD88\uC548\uC815\uD569\uB2C8\uB2E4. \uC5F0\uACB0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD55C \uB4A4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",UNKNOWN:"\uC81C\uC548\uC744 \uB4F1\uB85D\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},tabGroupLabel:"\uBCF4\uAE30 \uC885\uB958"},H0={title:"\uB2E8\uC5B4\uD6C8\uB828",subtitle:"\uB09C\uC774\uB3C4\uC640 \uCD08\uC131\uC744 \uC815\uD558\uACE0 \uD6C8\uB828\uC744 \uC120\uD0DD\uD558\uC138\uC694.",settings:"\uC124\uC815",start:{title:"\uB2E8\uC5B4\uD6C8\uB828 \uC2DC\uC791",description:"\uC544\uB798 \uD6C8\uB828 \uC720\uD615\uC744 \uC120\uD0DD\uD574 \uC2DC\uC791\uD558\uC138\uC694"},difficulty:{tooltip:"\uAC00\uC7A5 \uC26C\uC6B4 \uB09C\uC774\uB3C4\uB294 '\uBB34\uC791\uC704', \uAC00\uC7A5 \uC5B4\uB824\uC6B4 \uB09C\uC774\uB3C4\uB294 '\uCD08\uC131\uCC28\uC774' \uC785\uB2C8\uB2E4."},contrast:{label:"\uB300\uB9BD",type:"\uB300\uB9BD \uC885\uB958",count:"\uB300\uB9BD \uAC2F\uC218",diffPhonemeCount:"\uB2E4\uB978 \uC74C\uC18C\uC758 \uCD1D \uAC2F\uC218",n:"{{n}}\uAC1C"},filter:{random:"\uBB34\uC791\uC704",trainOnset:"\uCD08\uC131",trainVowel:"\uBAA8\uC74C",trainCoda:"\uC885\uC131",phonemeGroup:"\uD6C8\uB828 \uC74C\uC808",noLimit:"\uBB34\uAD00",codaExclude:"\uC81C\uC678",viewChar:"\uAE00\uC790 \uC120\uD0DD",viewPron:"\uBC1C\uC74C \uC120\uD0DD",viewDirect:"\uAE00\uC790 \uC785\uB825",patternInputLabel:"\uAE00\uC790 \uC785\uB825",patternInputInfo:["\uC27C\uD45C(,)\uB85C \uC74C\uC808\uC744 \uAD6C\uBD84\uD574\uC694. \uC608: '\u3131,\u3131' = \uCD08\uC131 \u3131\uC774 \uC5F0\uB2EC\uC544 \uC624\uB294 \uB2E8\uC5B4(\uAC00\uAD6C\xB7\uACE0\uAE30\u2026).","\uC790\uC74C\uC740 \uADF8 \uC790\uB9AC \uCD08\uC131, \uBAA8\uC74C\uC740 \uC911\uC131\uC73C\uB85C \uB9E4\uCE6D\uB3FC\uC694. \uC608: \u314F = \uC911\uC131 \u314F.","'_'\uB85C \uCD08\uC131\xB7\uC911\uC131\xB7\uC885\uC131 \uC790\uB9AC\uB97C \uC9C0\uC815\uD574\uC694. \uC608: '\u3131_\u3131' = \uCD08\uC131 \u3131\xB7\uC885\uC131 \u3131(\uAC01\xB7\uAD6D\u2026), '__\u3131' = \uC885\uC131 \u3131.","\uC644\uC131 \uAE00\uC790\uB3C4 \uC4F8 \uC218 \uC788\uC5B4\uC694. \uC608: '\uACE0,\uAE30' = '\uACE0\uAE30'\uAC00 \uB4E0 \uB2E8\uC5B4."],patternPlaceholder:"\uC608: \u3131,\u3131 \uB610\uB294 \u3131_\u3131",patternInputError:"\uC785\uB825 \uD615\uC2DD\uC774 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC544\uC694. \uC644\uC131\uB41C \uAE00\uC790, \uC790\uC74C\xB7\uBAA8\uC74C, \uB610\uB294 '__\u3131' \uD615\uD0DC\uB9CC \uC0AC\uC6A9\uD560 \uC218 \uC788\uC5B4\uC694.",patternInputUsageLabel:"\uC0AC\uC6A9\uBC95",gradeLabel:"\uB4F1\uAE09",excludeImageInfo:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC: \uB2E8\uC5B4 \uC911\uC5D0 \uC774\uBBF8\uC9C0\uAC00 \uC788\uB294 \uB2E8\uC5B4\uB9CC \uACB0\uACFC\uC5D0 \uBCF4\uC5EC\uC90D\uB2C8\uB2E4.",sameStructureInfo:"\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC: \uC815\uB2F5\uACFC \uC624\uB2F5\uC758 \uC74C\uC808 \uAD6C\uC870(\uAE00\uC790 \uC218\xB7\uBC1B\uCE68 \uC720\uBB34 \uB4F1)\uAC00 \uAC19\uC740 \uACB0\uACFC\uB9CC \uB0A8\uACA8\uC694.",wordSearchOptions:"\uB2E8\uC5B4 \uC120\uC815",selectSection:"\uC120\uD0DD",excludeImage:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC",sameStructure:"\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC",changeSyllableLabel:"\uBC14\uAFC0 \uC74C\uC808",phonemePosFilterInfo1:"\uC120\uD0DD\uD55C \uD6C8\uB828 \uC74C\uC18C\uAC00 \uB2E8\uC5B4\uC758 \uC5B4\uB290 \uC74C\uC808\uC5D0 \uC788\uC5B4\uC57C \uD558\uB294\uC9C0 \uC9C0\uC815\uD569\uB2C8\uB2E4.",changeSyllablePosFilterInfo1:"\uBB38\uC81C\uC5D0\uC11C \uBC14\uAFB8\uAC70\uB098 \uBE84 \uC74C\uC808(\uC5B4\uADFC)\uC758 \uC704\uCE58\uB97C \uC9C0\uC815\uD569\uB2C8\uB2E4.",posInfo2:"\uC5B4\uB450=\uCCAB \uC74C\uC808, \uC5B4\uC911=\uAC00\uC6B4\uB370, \uC5B4\uB9D0=\uB05D \uC74C\uC808, '\uBB34\uAD00'=\uC704\uCE58 \uC81C\uD55C \uC5C6\uC74C.",headRoot:"\uC5B4\uB450 \uC5B4\uADFC",tailRoot:"\uC5B4\uB9D0 \uC5B4\uADFC"},noQuestions:"\uBB38\uC81C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",countQuestions:"{{n}}\uBB38\uC81C",countSentences:"{{n}}\uBB38\uC7A5",wordCountAvailable:"\uD574\uB2F9 \uB2E8\uC5B4 {{n}}\uAC1C \uAC00\uB2A5",comingSoon:"\uC900\uBE44 \uC911",noConditionMatch:"\uC870\uAC74\uC5D0 \uB9DE\uB294 \uBB38\uC81C \uC5C6\uC74C",nextQuestion:"\uB2E4\uC74C \uBB38\uC81C",noiseLevelTitle:"\uC18C\uC74C \uD06C\uAE30",noiseTypeTitle:"\uC18C\uC74C \uC885\uB958",playVolumeTitle:"\uC7AC\uC0DD \uC18C\uB9AC",playSpeedTitle:"\uC7AC\uC0DD \uC18D\uB3C4",meter:{sentence:"\uC7AC\uC0DD",noise:"\uC18C\uC74C",toggle:"\uC624\uB514\uC624 \uBBF8\uD130 \uD45C\uC2DC"},viewResult:"\uACB0\uACFC\uBCF4\uAE30",problemNotice:"{{n}}\uBC88 \uBB38\uC81C \uC785\uB2C8\uB2E4.",trainingSettingsTitle:"\uD6C8\uB828 \uC124\uC815",sentencePreview:"\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30",notHeard:"\uC548 \uB4E4\uB838\uC5B4\uC694.",heardWell:"\uC798 \uB4E4\uB838\uC5B4\uC694.",confirmTitle:"\uBB38\uC7A5\uC744 \uD655\uC778\uD558\uACE0 \uC798 \uB4E4\uB838\uB294\uC9C0 \uC120\uD0DD\uD558\uC138\uC694.",noSoundWaveform:"\uC18C\uB9AC \uBE44\uAD50 \uBB38\uC81C\uB294 \uC6E8\uC774\uBE0C\uD3FC\uC744 \uD45C\uD604\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",noise:{level:{none:"\uC5C6\uC74C",weak:"\uC57D\uD568",medium:"\uBCF4\uD1B5",strong:"\uAC15\uD568",veryStrong:"\uB9E4\uC6B0 \uAC15\uD568"},type:{none:"\uC5C6\uC74C",default:"\uAE30\uBCF8",street:"\uAE38\uAC70\uB9AC",buzz:"\uC640\uAE00\uC640\uAE00",restaurant:"\uC2DD\uB2F9"}},listenTitle:"\uC81C\uC2DC\uD558\uB294 \uBB38\uC7A5\uC744 \uB4E4\uC5B4\uC8FC\uC138\uC694.",listenButton:"\uBB38\uC7A5 \uB4E3\uAE30",listenQuestionBtn:"\uC9C8\uBB38 \uB4E3\uAE30",listenSoundBtn:"\uC18C\uB9AC \uB4E3\uAE30",selectCorrectAnswer:"\uC815\uB2F5\uC744 \uACE0\uB974\uC138\uC694.",listenSentence:"\uC81C\uC2DC\uD558\uB294 \uBB38\uC7A5\uC744 \uB4E4\uC5B4\uC8FC\uC138\uC694.",listenQuestion:"\uBB38\uC81C\uB97C \uB4E4\uC5B4\uC8FC\uC138\uC694.",selectAnswer:"\uBB3B\uACE0 \uC788\uB294 \uAC83\uC744 \uC120\uD0DD\uD558\uC138\uC694.",listenLongStory:"\uAE34 \uC774\uC57C\uAE30\uB97C \uC798 \uB4E3\uACE0 \uC544\uB798 \uBB38\uC81C\uB97C \uD480\uC5B4\uBCF4\uC138\uC694.",listenSound:"\uC18C\uB9AC\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",listenTwoSounds:"\uB450 \uC18C\uB9AC\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",areTwoSoundsSame:"\uB450 \uC18C\uB9AC\uAC00 \uAC19\uC558\uB098\uC694, \uB2EC\uB790\uB098\uC694?",pickSameCard:"\uCE74\uB4DC\uB97C \uBCF4\uACE0 \uAC19\uC740 \uC18C\uB9AC\uB97C \uACE8\uB77C\uBCF4\uC138\uC694.",pickSameSoundCard:"\uC18C\uB9AC\uC640 \uAC19\uC740 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE8\uB77C\uBCF4\uC138\uC694.",pickIncludedCard:"\uC18C\uB9AC\uAC00 \uD3EC\uD568\uB41C \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE8\uB77C\uBCF4\uC138\uC694.",pickStartsWithCard:"\uAC19\uC740 \uC18C\uB9AC\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE8\uB77C\uBCF4\uC138\uC694.",listenInOrder:"\uC18C\uB9AC\uB97C \uC21C\uC11C\uB300\uB85C \uB4E4\uC5B4\uBCF4\uC138\uC694.",playSound:"\uC18C\uB9AC \uB4E3\uAE30",playAll:"\uBAA8\uB450 \uB4E3\uAE30",stop:"\uC815\uC9C0",preview:"\uBBF8\uB9AC \uB4E3\uAE30",next:"\uB2E4\uC74C",completed:"\uD6C8\uB828 \uC644\uB8CC",selected:"\uC120\uD0DD\uB428",nthSelected:"{{n}}\uBC88\uC9F8 \uC120\uD0DD",fontSizeMin:"\uAE00\uC528 \uD06C\uAE30\uAC00 \uCD5C\uC18C\uC785\uB2C8\uB2E4.",fontSizeMax:"\uAE00\uC528 \uD06C\uAE30\uAC00 \uCD5C\uB300\uC785\uB2C8\uB2E4.",fontSizeDecrease:"\uAE00\uC790 \uD06C\uAE30 \uAC10\uC18C",fontSizeIncrease:"\uAE00\uC790 \uD06C\uAE30 \uC99D\uAC00",toggleBackground:"\uBC30\uACBD \uC804\uD658",cardInstructions:"\uB0B1\uB9D0 \uCE74\uB4DC\uB97C \uBCF4\uACE0 \uC18C\uB9AC\uB97C \uB4E3\uACE0 \uD655\uC778\uD558\uC138\uC694.",noCards:"\uCE74\uB4DC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",audioFetchError:"\uC0AC\uC6B4\uB4DC \uC18C\uC2A4\uB97C \uAC00\uC838\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.",selectInOrder:"\uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uCE74\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694.",orderSentence:"\uBB38\uC7A5\uC744 \uC6C0\uC9C1\uC5EC \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uBC30\uCE58\uD558\uC138\uC694.",selectConfirm:"\uBB38\uC81C\uB97C \uBCF4\uACE0 \uD574\uB2F9\uD558\uB294 \uB0B4\uC6A9\uC744 \uC120\uD0DD\uD558\uC138\uC694.",orderListDefault:"\uBB38\uC7A5\uC744 \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uBC30\uCE58\uD558\uC138\uC694.",result:{eyebrow:"\uD6C8\uB828 \uC644\uB8CC",title:"\uD6C8\uB828\uC744 \uBAA8\uB450 \uB9C8\uCCE4\uC2B5\uB2C8\uB2E4.",scoreAria:"{{correct}} / {{total}} \uBB38\uD56D",elapsed:"\uC18C\uC694 \uC2DC\uAC04",summary:"{{correct}}\uAC1C\uC758 \uBB38\uD56D\uC744 \uC798 \uB4E4\uC5C8\uC2B5\uB2C8\uB2E4.",tableAriaLabel:"\uBB38\uD56D\uBCC4 \uD310\uC815",colProblem:"\uBB38\uC81C",colJudge:"\uD310\uC815",colAnswerSelected:"\uC815\uB2F5 \xB7 \uC120\uD0DD",colAnswer:"\uC815\uB2F5",colSelected:"\uC120\uD0DD",heardWell:"\uC798 \uB4E4\uC5C8\uC5B4\uC694",notHeard:"\uBABB \uB4E4\uC5C8\uC5B4\uC694",notJudged:"\uBBF8\uD310\uC815",replay:"\uB2E4\uC2DC\uD558\uAE30",done:"\uC644\uB8CC",viewResult:"\uACB0\uACFC \uD655\uC778"},up:"\uC704\uB85C",down:"\uC544\uB798\uB85C",prev:"\uC774\uC804",listenLabel:"\uBB38\uC7A5 \uB4E3\uAE30",sourcePlay:"\uC18C\uC2A4 {{n}} \uC7AC\uC0DD",listenSentenceBtn:"\uBB38\uC7A5 \uB4E3\uAE30",listenQuestionBtn2:"\uBB38\uC81C \uB4E3\uAE30",listen:"\uB4E3\uAE30",popup:{wordManipulation:"\uB2E8\uC5B4 \uC870\uC791 \uD6C8\uB828",orderListening:"\uBB38\uC7A5 \uC21C\uC11C \uB4E3\uAE30"}},V0={title:"\uB098\uC758 \uBB38\uC7A5\uD6C8\uB828",totalCount:"\uAC1C\uC758 \uD6C8\uB828 \uBB36\uC74C",search:{placeholder:"\uD6C8\uB828 \uBB36\uC74C \uC774\uB984 \uAC80\uC0C9"},addButton:"\uD6C8\uB828 \uBB36\uC74C \uCD94\uAC00",addGroupButton:"\uADF8\uB8F9 \uCD94\uAC00",groupNamePlaceholder:"\uADF8\uB8F9 \uC774\uB984 \uC785\uB825",groupNameRequired:"\uADF8\uB8F9 \uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",groupNameDuplicate:"\uC774\uBBF8 \uC874\uC7AC\uD558\uB294 \uADF8\uB8F9 \uC774\uB984\uC785\uB2C8\uB2E4.",deleteGroup:"\uADF8\uB8F9 \uC0AD\uC81C",renameGroup:"\uADF8\uB8F9 \uC774\uB984 \uBC14\uAFB8\uAE30",itemCount:"\uD6C8\uB828 \uAC1C\uC218",addPlanToGroup:"\uC774 \uADF8\uB8F9\uC5D0 \uD6C8\uB828 \uBB36\uC74C \uCD94\uAC00",groupEmpty:"\uD6C8\uB828 \uBB36\uC74C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",menu:{edit:"\uD6C8\uB828 \uBB36\uC74C \uC218\uC815",rename:"\uC774\uB984 \uBC14\uAFB8\uAE30",move:"\uADF8\uB8F9 \uC774\uB3D9",copyLink:"\uB9C1\uD06C \uBCF5\uC0AC",duplicate:"\uD6C8\uB828 \uBB36\uC74C \uBCF5\uC0AC",delete:"\uC0AD\uC81C",editTraining:"\uC218\uC815",publishStore:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9AC\uAE30",unpublishStore:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB9AC\uAE30",publish:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9AC\uAE30"},empty:"\uB4F1\uB85D\uB41C \uD6C8\uB828 \uBB36\uC74C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",sort:{id:"\uBC88\uD638",name:"\uD6C8\uB828 \uBB36\uC74C \uC774\uB984",customers:"\uD6C8\uB828 \uACE0\uAC1D",createdAt:"\uB9CC\uB4E0 \uB0A0\uC9DC"},pageSize:{10:"10\uAC1C\uC529 \uBCF4\uAE30",25:"25\uAC1C\uC529 \uBCF4\uAE30",50:"50\uAC1C\uC529 \uBCF4\uAE30",100:"100\uAC1C\uC529 \uBCF4\uAE30"},totalPrefix:"\uCD1D ",totalSuffix:"\uAC1C",sub:"\uBB38\uC7A5\uD6C8\uB828 \uBB36\uC74C\uC744 \uB9CC\uB4E4\uACE0 \uADF8\uB8F9\uC73C\uB85C \uAD00\uB9AC\uD558\uC138\uC694.",noItems:"\uD6C8\uB828 \uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",sortPlaceholder:"\uC815\uB82C",duplicated:"\uD6C8\uB828 \uBB36\uC74C\uC774 \uBCF5\uC0AC\uB418\uC5B4 {{name}}\uC73C\uB85C \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",duplicateError:"\uD6C8\uB828 \uBB36\uC74C \uBCF5\uC0AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",saveError:"\uD6C8\uB828 \uBB36\uC74C \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",deleteError:"\uD6C8\uB828 \uBB36\uC74C \uC0AD\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",moveError:"\uADF8\uB8F9 \uC774\uB3D9 \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",linkCopied:"\uB9C1\uD06C\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",linkCreated:"\uB9C1\uD06C\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",linkError:"\uB9C1\uD06C \uC0DD\uC131\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",groupRemoveError:"\uC77C\uBD80 \uADF8\uB8F9 \uC0AD\uC81C \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",deleteConfirm:{title:"\uD6C8\uB828 \uBB36\uC74C \uC0AD\uC81C",body:"'{{name}}'\uC744(\uB97C) \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",bodyNoName:"\uC774 \uD6C8\uB828 \uBB36\uC74C\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",confirm:"\uC0AD\uC81C"},deleteGroupConfirm:{title:"\uADF8\uB8F9 \uC0AD\uC81C",body:"'{{name}}' \uADF8\uB8F9\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uADF8\uB8F9 \uC548\uC758 \uD6C8\uB828 \uBB36\uC74C\uC740 '\uADF8\uB8F9 \uC5C6\uC74C'\uC73C\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4."},copyLink:"\uB9C1\uD06C \uBCF5\uC0AC",removeLink:"\uB9C1\uD06C \uC81C\uAC70",linkRemoved:"\uB9C1\uD06C\uAC00 \uC81C\uAC70\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",linkCreating:"\uB9C1\uD06C\uB97C \uB9CC\uB4DC\uB294 \uC911\uC785\uB2C8\uB2E4\u2026",linkSaveFirst:"\uBA3C\uC800 \uD6C8\uB828 \uBB36\uC74C\uC744 \uC800\uC7A5\uD574\uC8FC\uC138\uC694.",linkSaveFirstHint:"\uC800\uC7A5\uB41C \uD6C8\uB828 \uBB36\uC74C\uC5D0\uC11C\uB9CC \uACF5\uC720 \uB9C1\uD06C\uB97C \uC0DD\uC131\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",linkCopySelect:"\uBCF5\uC0AC\uAC00 \uB9C9\uD600 \uB9C1\uD06C\uB97C \uC120\uD0DD\uD588\uC2B5\uB2C8\uB2E4. Ctrl/\u2318+C\uB85C \uBCF5\uC0AC\uD558\uC138\uC694.",nameRequired:"\uD6C8\uB828 \uBB36\uC74C \uC774\uB984\uC744 \uC785\uB825\uD574\uC8FC\uC138\uC694.",itemRequired:"\uD6C8\uB828\uC744 1\uAC1C \uC774\uC0C1 \uB2F4\uC544\uC8FC\uC138\uC694.",randomAdd:"\uBB34\uC791\uC704 \uCD94\uAC00",store:{badge:"\uB9D0\uADC0\uC790\uB8CC\uC2E4",unpublishTitle:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB9AC\uAE30",unpublishConfirm:"\uB0B4\uB9AC\uAE30",unpublishMessage:"'{{name}}'\uC744(\uB97C) \uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB9AC\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",unpublishWarning:{title:"\uB0B4\uB9AC\uBA74 \uB2E4\uC74C \uB370\uC774\uD130\uAC00 \uCD08\uAE30\uD654\uB429\uB2C8\uB2E4:",likes:"\uC88B\uC544\uC694 \uC218",downloads:"\uB2E4\uC6B4\uB85C\uB4DC \uC218",likeHistory:"\uC88B\uC544\uC694 \uAE30\uB85D (\uB2E4\uB978 \uC0AC\uC6A9\uC790\uC758 \uC88B\uC544\uC694 \uD3EC\uD568)",publisherInfo:"\uAC8C\uC2DC\uC790 \uC815\uBCF4, \uC124\uBA85, \uD0DC\uADF8",note:"\uB2E4\uC2DC \uC62C\uB9AC\uBA74 \uBAA8\uB4E0 \uC218\uCE58\uAC00 0\uBD80\uD130 \uC2DC\uC791\uD569\uB2C8\uB2E4."},publishTitle:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9AC\uAE30",publishConfirm:"\uC62C\uB9AC\uAE30",publishMessage:"'{{name}}'\uC744(\uB97C) \uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9AC\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?"},startCustomer:{title:"\uACE0\uAC1D \uD6C8\uB828 \uC2DC\uC791",buttonLabel:"\uACE0\uAC1D \uD6C8\uB828 \uC2DC\uC791",startButtonLabel:"\uD6C8\uB828 \uC2DC\uC791",searchPlaceholder:"\uC774\uB984 \uB610\uB294 \uC5F0\uB77D\uCC98 \uAC80\uC0C9",countLabel:"\uCD1D {n}\uBA85",emptyText:"\uB4F1\uB85D\uB41C \uACE0\uAC1D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},sendHomework:{title:"\uC219\uC81C \uBCF4\uB0B4\uAE30",buttonLabel:"\uC219\uC81C \uBCF4\uB0B4\uAE30",searchPlaceholder:"\uC774\uB984 \uB610\uB294 \uC5F0\uB77D\uCC98 \uAC80\uC0C9",countLabel:"\uCD1D {n}\uBA85",emptyText:"\uB4F1\uB85D\uB41C \uACE0\uAC1D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",hwNotifyTooltip:"\uC5F0\uACB0\uB41C \uB9D0\uADC0\uD68C\uC6D0\uC5D0\uAC8C \uC219\uC81C \uC54C\uB9BC \uBCF4\uB0B4\uAE30"},toast:{published:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uAC8C\uC2DC\uD588\uC2B5\uB2C8\uB2E4.",unpublished:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB838\uC2B5\uB2C8\uB2E4.",hwRegFailed:"\uC219\uC81C \uB4F1\uB85D\uC5D0 \uC2E4\uD328\uD588\uC5B4\uC694. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",hwRegNoMember:"\uC219\uC81C\uB97C \uB4F1\uB85D\uD588\uC5B4\uC694. (\uC5F0\uACB0\uB41C \uB9D0\uADC0\uD68C\uC6D0\uC774 \uC5C6\uC5B4 \uC54C\uB9BC\uC740 \uBCF4\uB0B4\uC9C0 \uBABB\uD588\uC5B4\uC694)",sessionStartError:"\uACE0\uAC1D \uD6C8\uB828 \uC138\uC158 \uC2DC\uC791\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",hwSent:"\uBCF4\uB0C4",hwSend:"\uBCF4\uB0B4\uAE30",hwRegSentFmt:"{{name}}\uB2D8\uC5D0\uAC8C \uC219\uC81C\uB97C \uBCF4\uB0C8\uC5B4\uC694.",sessionStarted:"{{name}}\uB2D8 \uD6C8\uB828\uC744 \uC2DC\uC791\uD588\uC2B5\uB2C8\uB2E4."},loadFailed:"\uD6C8\uB828 \uBB36\uC74C\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},z0={tabs:{customerList:"\uACE0\uAC1D\uBAA9\uB85D",visits:"\uBC29\uBB38 \uAE30\uB85D",homeworkManage:"\uC219\uC81C \uAD00\uB9AC",invite:"\uCD08\uB300\uAD00\uB9AC",groupLabel:"\uACE0\uAC1D\uAD00\uB9AC \uD654\uBA74"},title:"\uACE0\uAC1D\uAD00\uB9AC",searchFailed:"\uAC80\uC0C9\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC544\uB798\uB294 \uC774\uBBF8 \uBD88\uB7EC\uC628 \uBAA9\uB85D\uC5D0\uC11C \uCC3E\uC740 \uACB0\uACFC\uC785\uB2C8\uB2E4.",subtitle:"\uACE0\uAC1D \uBAA9\uB85D\uACFC \uBC29\uBB38 \uAE30\uB85D, \uC219\uC81C\uB97C \uD55C \uACF3\uC5D0\uC11C \uAD00\uB9AC\uD558\uC138\uC694.",totalCount:"\uBA85\uC758 \uACE0\uAC1D",totalPrefix:"\uCD1D ",totalSuffix:"\uBA85\uC758 \uACE0\uAC1D",search:{placeholder:"\uC774\uB984 \uB610\uB294 \uC5F0\uB77D\uCC98 \uAC80\uC0C9"},downloadButton:"\uB2E4\uC6B4\uB85C\uB4DC",addButton:"\uACE0\uAC1D \uCD94\uAC00",empty:"\uB4F1\uB85D\uB41C \uACE0\uAC1D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",loadError:"\uBAA9\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.",loadErrorDesc:"\uB124\uD2B8\uC6CC\uD06C\uB97C \uD655\uC778\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",sort:{name:"\uC774\uB984",gender:"\uC131\uBCC4",birthDate:"\uC0DD\uB144\uC6D4\uC77C",phone:"\uC5F0\uB77D\uCC98",joinDate:"\uB4F1\uB85D\uC77C"},pageSize:{10:"10\uAC1C\uC529 \uBCF4\uAE30",25:"25\uAC1C\uC529 \uBCF4\uAE30",50:"50\uAC1C\uC529 \uBCF4\uAE30",100:"100\uAC1C\uC529 \uBCF4\uAE30"},gender:{male:"\uB0A8",female:"\uC5EC"},modal:{addTitle:"\uACE0\uAC1D \uCD94\uAC00",editTitle:"{{name}} \uACE0\uAC1D \uC218\uC815"},form:{name:"\uC774\uB984 *",namePlaceholder:"\uD64D\uAE38\uB3D9",gender:"\uC131\uBCC4",birthDate:"\uC0DD\uB144\uC6D4\uC77C",birthYearPlaceholder:"\uB144\uB3C4 \uC120\uD0DD",phone:"\uC5F0\uB77D\uCC98 *",phoneFormatError:"\uC62C\uBC14\uB978 \uC5F0\uB77D\uCC98 \uD615\uC2DD\uC774 \uC544\uB2D9\uB2C8\uB2E4.",nameRequired:"\uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",phoneRequired:"\uC5F0\uB77D\uCC98\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",nameTooLong:"\uC774\uB984\uC740 \uCD5C\uB300 {{max}}\uC790 \uC785\uB2C8\uB2E4.",submitFailed:"\uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694."},button:{cancel:"\uCDE8\uC18C",save:"\uC800\uC7A5",add:"\uCD94\uAC00"},basicInfo:{title:"\uAE30\uBCF8 \uC815\uBCF4",editTooltip:"\uC218\uC815\uD558\uAE30",serialNo:"\uC77C\uB828\uBC88\uD638",age:"\uB9CC\uB098\uC774",memo:"\uBA54\uBAA8"},member:{label:"\uB9D0\uADC0 \uD68C\uC6D0",placeholder:"\uC774\uBA54\uC77C \uB610\uB294 \uC804\uD654",link:"\uC5F0\uACB0",linking:"\uC5F0\uACB0 \uC911\u2026",linked:"\uC5F0\uACB0\uB428",notLinked:"\uBBF8\uC5F0\uACB0",unlink:"\uC5F0\uACB0 \uD574\uC81C",defaultName:"\uD68C\uC6D0",searchPlaceholder:"\uC774\uB984\xB7\uC774\uBA54\uC77C\xB7\uC804\uD654 \uAC80\uC0C9",selectRequired:"\uC5F0\uACB0\uD560 \uD68C\uC6D0\uC744 \uC120\uD0DD\uD574\uC8FC\uC138\uC694.",tabManual:"\uC9C1\uC811 \uC785\uB825",tabSearch:"\uB9D0\uADC0\uD68C\uC6D0 \uCC3E\uAE30",unit:"\uBA85",appEmail:"\uB9D0\uADC0 \uC774\uBA54\uC77C",emailLoading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",noResults:"\uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."},device:{title:"\uCCAD\uAC01\uC7AC\uD65C\uAE30\uAE30",titleInUse:"\uC0AC\uC6A9\uC911\uC778 \uCCAD\uAC01\uC7AC\uD65C\uAE30\uAE30",addTooltip:"\uC0C8\uB85C \uC0DD\uC131",addButton:"\uAE30\uAE30 \uCD94\uAC00",listTooltip:"\uBAA9\uB85D \uBCF4\uAE30",listTitle:"\uCE21 \uAE30\uAE30 \uBAA9\uB85D",historyEmpty:"\uB4F1\uB85D\uB41C \uAE30\uAE30 \uC774\uB825\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",wearing:"\uCE21 \uCC29\uC6A9\uC911",notRegistered:"\uBBF8\uB4F1\uB85D",unit:"\uAC1C",wearingNow:"\uCC29\uC6A9",wear:"\uCC29\uC6A9",unwear:"\uCC29\uC6A9 \uD574\uC81C",wornSince:"{{date}}\uBD80\uD130",release:"\uD574\uC81C",historyTitle:"\uCCAD\uAC01\uC7AC\uD65C\uAE30\uAE30 \uC774\uB825"},schedule:{title:"\uBC29\uBB38 \uC608\uC815",addTooltip:"\uC608\uC815 \uB4F1\uB85D",listTooltip:"\uC804\uCCB4 \uBCF4\uAE30",empty:"\uC608\uC815\uB41C \uBC29\uBB38\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",editTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uC608\uC815 \uC218\uC815",detailTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uC608\uC815 \uC0C1\uC138",registerTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uC608\uC815 \uB4F1\uB85D",scheduledDate:"\uBC29\uBB38 \uC608\uC815\uC77C",memoPlaceholder:"\uBC29\uBB38 \uC608\uC815 \uAD00\uB828 \uBA54\uBAA8\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",visited:"\uBC29\uBB38",noVisit:"\uBBF8\uBC29\uBB38",editButton:"\uC218\uC815\uD558\uAE30"},visitHistory:{title:"\uBC29\uBB38 \uC774\uB825",addTooltip:"\uC2E0\uADDC \uB4F1\uB85D",empty:"\uC544\uC9C1 \uBC29\uBB38 \uAE30\uB85D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",popupTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uC774\uB825",memoSearch:"\uBA54\uBAA8 \uAC80\uC0C9",noResults:"\uD574\uB2F9\uD558\uB294 \uBC29\uBB38 \uAE30\uB85D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",noMemo:"\uBA54\uBAA8 \uC5C6\uC74C",visitDatetime:"\uBC29\uBB38 \uC77C\uC2DC",visitTime:"\uBC29\uBB38 \uC2DC\uAC04",memo:"\uBA54\uBAA8",editTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uC218\uC815",detailTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uC0C1\uC138",registerTitle:" \uACE0\uAC1D\uB2D8 \uC2E0\uADDC \uBC29\uBB38 \uB4F1\uB85D",editButton:"\uC218\uC815\uD558\uAE30",statsButton:"\uD6C8\uB828 \uD1B5\uACC4",memoPlaceholder:"\uBC29\uBB38 \uBA54\uBAA8\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",trainingPlan:"\uD6C8\uB828 \uD50C\uB79C",noTrainingPlan:"\uD50C\uB79C \uC5C6\uC74C"},homework:{title:"\uC219\uC81C \uC9C4\uD589\uC0C1\uD669",createPersonal:"\uAC1C\uC778 \uB9C1\uD06C \uC0DD\uC131",noLinks:"\uC0DD\uC131\uB41C \uC219\uC81C \uB9C1\uD06C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",done:"\uC644\uB8CC {{count}}\uD68C",notDone:"\uBBF8\uC644\uB8CC",active:"\uD65C\uC131",inactive:"\uBE44\uD65C\uC131",deactivate:"\uBE44\uD65C\uC131\uD654",copy:"\uB9C1\uD06C \uBCF5\uC0AC",copied:"\uB9C1\uD06C\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",planLabel:"\uD6C8\uB828 \uD50C\uB79C",groupOngoing:"\uC9C4\uD589 \uC911",groupDone:"\uC644\uB8CC",personal:"\uAC1C\uC778 \uB9C1\uD06C",public:"\uACF5\uAC1C \uB9C1\uD06C",linkTitle:"\uB9C1\uD06C {{token}}"},moreItems:"\uB354 \uC788\uC74C",viewAll:"\uC804\uCCB4 \uBCF4\uAE30",suffix:"\uACE0\uAC1D\uB2D8",age:"{{years}}\uC138 {{months}}\uAC1C\uC6D4",visits:{title:"\uBC29\uBB38",badgeScheduled:"\uBC29\uBB38\uC608\uC815",badgeVisited:"\uBC29\uBB38\uC644\uB8CC",badgeNoShow:"\uBBF8\uBC29\uBB38",registerTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uB4F1\uB85D",registerVisited:"\uBC29\uBB38 \uC644\uB8CC \uCC98\uB9AC",colStatus:"\uC0C1\uD0DC",saveFailed:"\uBC29\uBB38 \uB4F1\uB85D \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4: {{error}}",saveFailedGeneric:"\uBC29\uBB38 \uB4F1\uB85D \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",addButton:"\uBC29\uBB38 \uB4F1\uB85D",viewTable:"\uD45C",viewCalendar:"\uCE98\uB9B0\uB354"},trainingRecord:{title:"\uACE0\uAC1D \uD6C8\uB828 \uAE30\uB85D",empty:"\uC544\uC9C1 \uC9C4\uD589\uD55C \uACE0\uAC1D \uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",unitRun:"\uD310",colStartedAt:"\uC2DC\uC791",colStatus:"\uC0C1\uD0DC",colDone:"\uD47C \uBB38\uD56D",colDuration:"\uAC78\uB9B0 \uC2DC\uAC04",ended:"\uB05D\uB0A8",doneFmt:"{{done}}/{{total}}",viewLabel:"\uD6C8\uB828\uAE30\uB85D \uBCF4\uAE30",viewItems:"\uBB38\uC81C \uAE30\uB85D",viewRuns:"\uC2DC\uAC04 \uAE30\uB85D",kindLabel:"\uD6C8\uB828 \uAC08\uB798",sentence:"\uBB38\uC7A5",word:"\uB2E8\uC5B4",table:"\uB2E8\uC5B4\uD45C",pair:"\uB300\uB9BD\uC30D"},link:{title:"\uB9D0\uADC0 \uD68C\uC6D0 \uC5F0\uACB0",connectTitle:"\uAE30\uC874 \uACC4\uC815 \uC5F0\uACB0",emailLabel:"\uC774\uBA54\uC77C",emailPlaceholder:"\uC774\uBA54\uC77C \uC785\uB825",inviteTitle:"\uCD08\uB300 \uB9C1\uD06C \uBCF4\uB0B4\uAE30",inviteLinkLabel:"\uCD08\uB300 \uB9C1\uD06C",linking:"\uC5F0\uACB0 \uC911\u2026",link:"\uC5F0\uACB0",linkSuccess:"{{name}} \uC5F0\uACB0\uB428",defaultMemberName:"\uD68C\uC6D0",linkError:"\uC5F0\uACB0 \uC2E4\uD328",inviteLoading:"\uB9C1\uD06C \uC0DD\uC131 \uC911\u2026",inviteError:"\uB9C1\uD06C\uB97C \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",copied:"\uBCF5\uC0AC\uB428 \u2713",copy:"\uBCF5\uC0AC",inviteDesc:"\uB9D0\uADC0 \uC571\uC774 \uC5C6\uB294 \uACE0\uAC1D\uC5D0\uAC8C \uC704 \uB9C1\uD06C\uB97C \uACF5\uC720\uD558\uBA74 \uD68C\uC6D0\uAC00\uC785 \uD6C4 \uAE30\uAD00\uC5D0 \uC5F0\uACB0\uB429\uB2C8\uB2E4."},status:{trainingSubtitle:"\uD6C8\uB828 \uD604\uD669",notLinkedTitle:"\uC544\uC9C1 \uD1B5\uACC4\uB97C \uC313\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",notLinkedMessage:"\uD1B5\uACC4\uB294 \uACE0\uAC1D\uC774 \uB9D0\uADC0 \uC571\uC5D0\uC11C \uD63C\uC790 \uD55C \uD6C8\uB828\uC744 \uBAA8\uC74D\uB2C8\uB2E4. \uB9D0\uADC0 \uD68C\uC6D0\uC73C\uB85C \uC5F0\uACB0\uB418\uBA74 \uC774 \uC790\uB9AC\uC5D0 \uC313\uC785\uB2C8\uB2E4.",notLinkedHint:"\uC5EC\uAE30\uC11C \uD568\uAED8\uD55C \uD6C8\uB828\uC740 \uD6C8\uB828\uAE30\uB85D \uD0ED\uC5D0 \uC788\uC2B5\uB2C8\uB2E4. \uC5F0\uACB0\uC740 \uACE0\uAC1D\uC815\uBCF4 \uD0ED\uC758 \uCD08\uB300\uB9C1\uD06C\uB85C \uD569\uB2C8\uB2E4."},viewStatus:"\uD604\uD669\uBCF4\uAE30",linkMember:"\uD68C\uC6D0 \uC5F0\uACB0",detail:{deleteConfirm:"'{{name}}' \uACE0\uAC1D\uC744 \uC0AD\uC81C\uD560\uAE4C\uC694? \uBC29\uBB38 \uC774\uB825\xB7\uC219\uC81C\xB7\uC5F0\uACB0\uC774 \uD568\uAED8 \uC0AD\uC81C\uB418\uBA70 \uB418\uB3CC\uB9B4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inviteLink:{loading:"\uB9C1\uD06C \uC0DD\uC131 \uC911\u2026",copied:"\uBCF5\uC0AC\uB428 \u2713",send:"\uCD08\uB300\uB9C1\uD06C \uBCF4\uB0B4\uAE30"},session:{inProgress:"\uC9C4\uD589 \uC911",completedFmt:"\uC644\uB8CC {{done}}/{{total}} \xB7 {{duration}}",forceEnd:"\uC885\uB8CC",forceEndConfirm:"\uC0C8\uB85C\uACE0\uCE68\xB7\uAE30\uAE30 \uBB38\uC81C \uB4F1\uC73C\uB85C \uB0A8\uC544\uC788\uB294 \uC138\uC158\uC785\uB2C8\uB2E4. \uAC15\uC81C\uB85C \uC885\uB8CC\uD560\uAE4C\uC694? \uC885\uB8CC \uC804\uAE4C\uC9C0 \uC774 \uACE0\uAC1D\uC740 \uBCF8\uC778 \uACC4\uC815\uC73C\uB85C \uB85C\uADF8\uC778\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",forceEndTitle:"\uC138\uC158 \uAC15\uC81C \uC885\uB8CC"},visitSuffix:"\uC758 \uBC29\uBB38",deleteTitle:"\uACE0\uAC1D \uC0AD\uC81C",tabs:{info:"\uACE0\uAC1D\uC815\uBCF4",record:"\uD6C8\uB828\uAE30\uB85D",groupLabel:"\uACE0\uAC1D \uC0C1\uC138 \uD654\uBA74",visit:"\uBC29\uBB38\uAE30\uB85D",device:"\uCCAD\uAC01\uC7AC\uD65C\uAE30\uAE30",homework:"\uC219\uC81C",stats:"\uD1B5\uACC4"},editCustomer:"\uACE0\uAC1D\uC815\uBCF4 \uC218\uC815",deleteCustomer:"\uACE0\uAC1D \uC0AD\uC81C",startTraining:"\uD6C8\uB828 \uC2DC\uC791",startTrainingBusy:"\uC774\uBBF8 \uC9C4\uD589 \uC911\uC778 \uACE0\uAC1D \uD6C8\uB828\uC774 \uC788\uC2B5\uB2C8\uB2E4",startTrainingTitle:"\uD6C8\uB828 \uC2DC\uC791",startTrainingSub:"{{name}} \uACE0\uAC1D\uB2D8\uACFC \uD560 \uD6C8\uB828\uC744 \uACE0\uB974\uC138\uC694",startTrainingNoPlan:"\uB9CC\uB4E4\uC5B4 \uB454 \uD6C8\uB828 \uD50C\uB79C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uD6C8\uB828 \uD50C\uB79C\uC744 \uBA3C\uC800 \uB9CC\uB4E4\uC5B4 \uC8FC\uC138\uC694.",startTrainingItems:"{{count}}\uAC1C",startTrainingGo:"\uC2DC\uC791",startTrainingNoSuchPlan:"\uD6C8\uB828 \uD50C\uB79C\uC744 \uCC3E\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.",startTrainingFailed:"\uACE0\uAC1D \uD6C8\uB828 \uC138\uC158 \uC2DC\uC791\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",startTrainingUnit:"\uAC1C",startTrainingSearch:"\uD50C\uB79C \uC774\uB984 \uAC80\uC0C9",startTrainingNoMatch:"\uCC3E\uB294 \uC774\uB984\uC758 \uD6C8\uB828 \uD50C\uB79C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},csvFilename:"\uACE0\uAC1D\uBAA9\uB85D.csv"},W0={title:"\uC624\uB298\uC758 \uB4E3\uAE30",titleYesterday:"\uC5B4\uC81C\uC758 \uB4E3\uAE30",daySwitchLabel:"\uBCF4\uB294 \uB0A0",subtitle:"\uC8FC\uC81C\uB97C \uC120\uD0DD\uD558\uC5EC \uB4E3\uAE30 \uC5F0\uC2B5\uC744 \uC9C4\uD589\uD558\uC138\uC694.",badge:"\uD6C8\uB828 {{n}}\uC77C",toast:{switchedToToday:"\uC624\uB298 \uD6C8\uB828\uC73C\uB85C \uC804\uD658\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",switchedToYesterday:"\uC5B4\uC81C \uD6C8\uB828\uC73C\uB85C \uC804\uD658\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},banner1:{title:"\uB9E4\uC77C \uAFB8\uC900\uD788, \uC624\uB298\uC758 \uB4E3\uAE30",desc:"\uD558\uB8E8 \uD55C \uC138\uD2B8\uB85C \uB4E3\uAE30 \uC2B5\uAD00\uC744 \uB9CC\uB4E4\uC5B4 \uBCF4\uC138\uC694."},banner2:{title:"\uD6C8\uB828 \uD604\uD669 \uD55C\uB208\uC5D0 \uBCF4\uAE30",desc:"\uC9C0\uAE08\uAE4C\uC9C0\uC758 \uC9C4\uD589 \uC0C1\uD669\uC744 \uD655\uC778\uD574 \uBCF4\uC138\uC694."},banner3:{title:"\uC0C8\uB85C\uC6B4 \uD6C8\uB828\uC774 \uC900\uBE44\uB410\uC5B4\uC694",desc:"\uC624\uB298\uC758 \uB4E3\uAE30\uC5D0\uC11C \uBC14\uB85C \uC2DC\uC791\uD560 \uC218 \uC788\uC5B4\uC694."},menu:{viewWords:"\uC8FC\uC694 \uB2E8\uC5B4 \uBCF4\uAE30"},notice:{actionLink:"\uBC14\uB85C\uAC00\uAE30",actionPopup:"\uC790\uC138\uD788 \uBCF4\uAE30",copyCoupon:"\uCFE0\uD3F0 \uCF54\uB4DC \uBCF5\uC0AC",copyCouponDone:"\uCFE0\uD3F0 \uCF54\uB4DC\uB97C \uBCF5\uC0AC\uD588\uC2B5\uB2C8\uB2E4.",copyCouponFailed:"\uBCF5\uC0AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4."}},q0={service:{speechear:"\uB9D0\uADC0",manager:"\uB9D0\uADC0\uB9E4\uB2C8\uC800"},title:"\uC774\uC6A9\uAD8C \uAD6C\uB9E4",subtitle:"\uB9D0\uADC0 \uC11C\uBE44\uC2A4 \uC774\uC6A9\uAD8C\uC744 \uC120\uD0DD\uD558\uC138\uC694.",segment:{personal:"\uB9D0\uADC0",org:"\uB9D0\uADC0\uB9E4\uB2C8\uC800"},modal:{title:"\uACB0\uC81C \uD655\uC778",confirmText:"\uC704 \uC774\uC6A9\uAD8C\uC744 \uAD6C\uB9E4\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",confirmButton:"\uACB0\uC81C\uD558\uAE30"},confirmed:"\u2713 \uACB0\uC81C\uAC00 \uC644\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4!",purchaseFailed:"\uAD6C\uB9E4 \uCC98\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",error:{productNotFound:"\uC0C1\uD488\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",invalidDuration:"\uC0C1\uD488 \uAE30\uAC04 \uC815\uBCF4\uAC00 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",purchaseLimitReached:"\uC624\uD508\uD2B9\uAC00\uB294 \uACC4\uC815\uB2F9 1\uD68C\uB9CC \uAD6C\uB9E4\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",notConfigured:"\uACB0\uC81C \uBAA8\uB4C8\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694. (\uACC4\uC18D\uB418\uBA74 \uACE0\uAC1D\uC13C\uD130\uB85C \uC54C\uB824 \uC8FC\uC138\uC694)"},success:{title:"\uACB0\uC81C \uD655\uC778 \uC911",checking:"\uACB0\uC81C \uC2B9\uC778\uC744 \uD655\uC778\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC\uB9CC \uAE30\uB2E4\uB824 \uC8FC\uC138\uC694.",done:"\uACB0\uC81C\uAC00 \uC644\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC774\uC6A9 \uD604\uD669\uC5D0\uC11C \uC774\uC6A9\uAD8C\uC744 \uD65C\uC131\uD654\uD574 \uC8FC\uC138\uC694.",subscriptionDelayed:"\uACB0\uC81C\uB294 \uC644\uB8CC\uB418\uC5C8\uC9C0\uB9CC \uC774\uC6A9\uAD8C \uBC18\uC601\uC774 \uC9C0\uC5F0\uB418\uACE0 \uC788\uC2B5\uB2C8\uB2E4. \uC774\uC6A9 \uD604\uD669\uC5D0 \uBCF4\uC774\uC9C0 \uC54A\uC73C\uBA74 \uACE0\uAC1D\uC13C\uD130\uB85C \uBB38\uC758\uD574 \uC8FC\uC138\uC694.",error:"\uACB0\uC81C \uD655\uC778 \uC911 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uACE0\uAC1D\uC13C\uD130\uB85C \uBB38\uC758\uD574 \uC8FC\uC138\uC694.",goToUsage:"\uC774\uC6A9 \uD604\uD669\uC73C\uB85C \uC774\uB3D9"},fail:{title:"\uACB0\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",retry:"\uB2E4\uC2DC \uC2DC\uB3C4",back:"\uC774\uC6A9\uAD8C \uAD6C\uB9E4\uB85C \uB3CC\uC544\uAC00\uAE30"},managerGate:{title:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC2E0\uCCAD \uD544\uC694",message:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC774\uC6A9\uAD8C\uC740 \uB9D0\uADC0\uB9E4\uB2C8\uC800\uB85C \uC2E0\uCCAD\uD55C \uD6C4 \uAD6C\uB9E4\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBA3C\uC800 \uC2E0\uCCAD\uD574 \uC8FC\uC138\uC694.",register:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC2E0\uCCAD"},faq:{title:`\uAD81\uAE08\uD55C \uAC83\uC774
|
|
819
|
+
\uC788\uC73C\uC2E0\uAC00\uC694?`,contactButton:"\uBB38\uC758\uD558\uAE30",items:[{q:"\uC5B8\uC81C\uB4E0\uC9C0 \uCDE8\uC18C\uD560 \uC218 \uC788\uB098\uC694?",a:"\uC608, \uBAA8\uB4E0 \uC694\uAE08\uC81C\uB294 \uAC00\uC785 \uD6C4 \uC57D\uC815 \uC5C6\uC774 \uCDE8\uC18C\uAC00 \uAC00\uB2A5\uD569\uB2C8\uB2E4. \uC5F0\uAC04 \uAD6C\uB3C5\uC740 \uAC00\uC785 \uD6C4 \uCCAB 14\uC77C \uC774\uB0B4, \uC6D4\uAC04 \uAD6C\uB3C5\uC740 \uAC00\uC785 \uD6C4 \uCCAB 3\uC77C \uC774\uB0B4\uC5D0 \uC804\uC561 \uD658\uBD88 \uC815\uCC45\uC774 \uC801\uC6A9\uB429\uB2C8\uB2E4."},{q:"\uD658\uBD88\uC740 \uC5B4\uB5BB\uAC8C \uC9C4\uD589\uB418\uB098\uC694?",a:"\uD658\uBD88 \uC694\uCCAD\uC740 \uACE0\uAC1D\uC13C\uD130 \uB610\uB294 \uACC4\uC815 > \uACB0\uC81C \uD654\uBA74\uC5D0\uC11C \uC2E0\uCCAD\uD560 \uC218 \uC788\uC73C\uBA70, \uD655\uC778 \uD6C4 \uC601\uC5C5\uC77C \uAE30\uC900 3~5\uC77C \uB0B4 \uCC98\uB9AC\uB429\uB2C8\uB2E4."},{q:"\uACB0\uC81C \uC218\uB2E8\uC744 \uBCC0\uACBD\uD558\uB824\uBA74?",a:"\uACB0\uC81C \uC218\uB2E8\uC740 \uACC4\uC815 \uC124\uC815\uC758 \uACB0\uC81C \uC815\uBCF4\uC5D0\uC11C \uB4F1\uB85D/\uBCC0\uACBD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uB4F1\uB85D\uD55C \uCE74\uB4DC\uB294 \uC548\uC804\uD558\uAC8C \uC554\uD638\uD654\uB418\uC5B4 \uC800\uC7A5\uB429\uB2C8\uB2E4."},{q:"\uAE30\uC5C5/\uB2E8\uCCB4 \uACB0\uC81C\uB3C4 \uAC00\uB2A5\uD55C\uAC00\uC694?",a:"\uB124, \uAE30\uC5C5\uC6A9 \uC694\uAE08\uC81C \uBC0F \uBCC4\uB3C4 \uCCAD\uAD6C\uC11C \uBC1C\uD589\uC774 \uD544\uC694\uD558\uC2DC\uBA74 \uC5C5\uCCB4\uC815\uBCF4 \uD398\uC774\uC9C0 \uB610\uB294 \uACE0\uAC1D\uC13C\uD130\uB85C \uBB38\uC758\uD574 \uC8FC\uC138\uC694."}]},plan:{recommendedFor:"\uC774\uB7F0 \uBD84\uAED8 \uCD94\uCC9C\uD569\uB2C8\uB2E4.",features:"\uD575\uC2EC \uAE30\uB2A5",freePrice:"\uBB34\uB8CC",contact:"\uBB38\uC758\uD558\uAE30"},products:{discount50:"50% \uD560\uC778",free:{title:"\uBB34\uB8CC \uC774\uC6A9",quote:"\uB204\uAD6C\uB098 \uC774\uC6A9 \uAC00\uB2A5\uD55C",tier:"\uBB34\uB8CC",subtitle:"\uAE30\uBCF8 \uAE30\uB2A5\uC744 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD574\uBCF4\uC138\uC694. \uC77C\uBD80 \uAE30\uB2A5\uC740 \uC81C\uD55C\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",recommendedFor:["\uC11C\uBE44\uC2A4\uB97C \uBA3C\uC800 \uCCB4\uD5D8\uD558\uACE0 \uC2F6\uC740 \uC0AC\uC6A9\uC790","\uAE30\uBCF8 \uAE30\uB2A5\uB9CC \uC0AC\uC6A9\uD558\uB824\uB294 \uAC1C\uC778"],features:["\uAE30\uBCF8 \uB4E3\uAE30 \uD6C8\uB828","\uC77C\uBD80 \uC8FC\uC81C \uCF58\uD150\uCE20 \uC811\uADFC","\uAE30\uBCF8 \uD1B5\uACC4 \uBCF4\uAE30"],tiers:{basic:{label:"\uBB34\uB8CC \uC774\uC6A9"}}},standard:{title:"\uB9D0\uADC0 \uC2A4\uD0E0\uB2E4\uB4DC",tier:"\uC2A4\uD0E0\uB2E4\uB4DC",quote:"\uB9D0\uADC0\uC758 \uBAA8\uB4E0 \uAE30\uB2A5\uC744!",cardBadge:"\uCD94\uCC9C",subtitle:"\uB9D0\uADC0\uC758 \uBAA8\uB4E0 \uCF58\uD150\uCE20\uB97C \uC81C\uD55C \uC5C6\uC774 \uC774\uC6A9\uD560 \uC218 \uC788\uB294 \uC720\uB8CC\uC0C1\uD488\uC785\uB2C8\uB2E4.",recommendedFor:["\uAC1C\uC778 \uC0AC\uC6A9\uC790","\uC11C\uBE44\uC2A4 \uC774\uC6A9\uC790 / \uACE0\uAC1D"],features:["\uC624\uB298\uC758 \uB4E3\uAE30 \uD6C8\uB828","\uC8FC\uC81C\uBCC4 \uB4E3\uAE30 \uAD00\uB828","\uAC8C\uC784\uC744 \uD1B5\uD55C \uB4E3\uAE30 \uD6C8\uB828"],tiers:{monthly30:{label:"30\uC77C \uC774\uC6A9\uAD8C",price:"15,000\uC6D0"},yearly30:{price:"180,000\uC6D0"},openMonthly30:{label:"\uC624\uD508 \uD2B9\uAC00 30\uC77C \uC774\uC6A9\uAD8C",price:"7,500\uC6D0"},openYearly30:{price:"90,000\uC6D0"},yearly:{label:"1\uB144 \uC774\uC6A9\uAD8C"},yearlyPrice:"90,000\uC6D0",yearlyOriginal:"180,000\uC6D0"}},mgrFree:{title:"\uBB34\uB8CC",quote:"\uB204\uAD6C\uB098 \uC774\uC6A9 \uAC00\uB2A5\uD55C",subtitle:"\uB9D0\uADC0\uB9E4\uB2C8\uC800\uB97C \uCC98\uC74C \uC2DC\uC791\uD558\uB294 \uBD84\uAED8",recommendedFor:["\uC18C\uC218 \uACE0\uAC1D\uC744 \uAD00\uB9AC\uD558\uB294 1\uC778 \uC6B4\uC601\uC790","\uAE30\uB2A5\uC744 \uBA3C\uC800 \uCCB4\uD5D8\uD574\uBCF4\uACE0 \uC2F6\uC740 \uBD84"],features:["\uACE0\uAC1D \uCD5C\uB300 3\uBA85 \uAD00\uB9AC","\uAE30\uBCF8 \uD6C8\uB828 \uBC30\uC815","\uD6C8\uB828 \uACB0\uACFC \uC870\uD68C"],tier:{label:"\uBB34\uB8CC",price:"0\uC6D0"}},mgrStandard:{title:"\uC2A4\uD0E0\uB2E4\uB4DC",tier:"\uC2A4\uD0E0\uB2E4\uB4DC",subtitle:"\uBCF8\uACA9\uC801\uC73C\uB85C \uACE0\uAC1D\uC744 \uAD00\uB9AC\uD558\uB294 \uC6B4\uC601\uC790\uAED8",recommendedFor:["\uC131\uC7A5\uD558\uB294 \uC13C\uD130\xB7\uAD50\uC2E4","\uC5EC\uB7EC \uACE0\uAC1D\uC744 \uC815\uAE30 \uAD00\uB9AC\uD558\uB294 \uBD84"],features:["\uACE0\uAC1D \uCD5C\uB300 30\uBA85 \uAD00\uB9AC","\uB300\uD654\xB7\uD6C8\uB828 \uC774\uB825 \uBCF4\uAD00","\uAE30\uBCF8 \uB9AC\uD3EC\uD2B8 \uC81C\uACF5","\uB2E8\uC5B4/\uBB38\uC7A5 \uB370\uC774\uD130 \uAD00\uB9AC"],tiers:{monthly30:{label:"30\uC77C \uC774\uC6A9\uAD8C",price:"20,000\uC6D0"},yearly30:{price:"240,000\uC6D0"},openMonthly30:{label:"\uC624\uD508 \uD2B9\uAC00 30\uC77C \uC774\uC6A9\uAD8C",price:"10,000\uC6D0"},openYearly30:{price:"120,000\uC6D0"},yearly:{label:"1\uB144 \uC774\uC6A9\uAD8C"},yearlyPrice:"120,000\uC6D0",yearlyOriginal:"240,000\uC6D0"},quote:"\uBCF8\uACA9\uC801\uC778 \uC6B4\uC601\uC744 \uC704\uD55C"},mgrPro:{title:"\uD504\uB85C",tier:"\uD504\uB85C",quote:"\uC804\uBB38 \uAE30\uAD00\uC744 \uC704\uD55C",cardBadge:"\uCD94\uCC9C",subtitle:"\uACE0\uAE09 \uBD84\uC11D\uAE4C\uC9C0 \uBAA8\uB4E0 \uAE30\uB2A5\uC744 \uC81C\uACF5\uD569\uB2C8\uB2E4.",recommendedFor:["\uB2E4\uC218 \uACE0\uAC1D\uC744 \uC6B4\uC601\uD558\uB294 \uAE30\uAD00","\uACE0\uAE09 \uBD84\uC11D\uC774 \uD544\uC694\uD55C \uC804\uBB38\uAC00"],features:["\uACE0\uAC1D \uBB34\uC81C\uD55C \uAD00\uB9AC","\uACE0\uAE09 \uD1B5\uACC4\xB7\uB9AC\uD3EC\uD2B8","\uBC18\uBCF5 \uC9C8\uBB38/\uC774\uC288 \uC790\uB3D9 \uBD84\uB958","\uB9DE\uCDA4 \uD6C8\uB828 \uD50C\uB79C","\uC6B0\uC120 \uACE0\uAC1D \uC9C0\uC6D0"],tiers:{monthly30:{label:"30\uC77C \uC774\uC6A9\uAD8C",price:"30,000\uC6D0"},yearly30:{price:"360,000\uC6D0"},openMonthly30:{label:"\uC624\uD508 \uD2B9\uAC00 30\uC77C \uC774\uC6A9\uAD8C",price:"15,000\uC6D0"},openYearly30:{price:"180,000\uC6D0"},yearly:{label:"1\uB144 \uC774\uC6A9\uAD8C"},yearlyPrice:"180,000\uC6D0",yearlyOriginal:"360,000\uC6D0"}},mgrEnterprise:{title:"\uAE30\uC5C5",quote:"\uC5EC\uB7EC \uC9C0\uC810\uC744 \uD568\uAED8 \uC6B4\uC601\uD558\uB294",subtitle:"\uB300\uADDC\uBAA8 \uAE30\uAD00\xB7\uB9DE\uCDA4 \uB3C4\uC785",recommendedFor:["\uB2E4\uC9C0\uC810\xB7\uB300\uADDC\uBAA8 \uAE30\uAD00","\uB9DE\uCDA4 \uAE30\uB2A5\xB7\uBCC4\uB3C4 \uACC4\uC57D\uC774 \uD544\uC694\uD55C \uACF3"],features:["\uD504\uB85C\uC758 \uBAA8\uB4E0 \uAE30\uB2A5","\uB2E4\uACC4\uC815\xB7\uC9C0\uC810 \uD1B5\uD569 \uAD00\uB9AC","\uB9DE\uCDA4 \uAE30\uB2A5 \uAC1C\uBC1C","\uC804\uB2F4 \uC9C0\uC6D0\xB7\uBCC4\uB3C4 \uCCAD\uAD6C"],tier:{label:"\uB9DE\uCDA4 \uACAC\uC801",price:"\uBB38\uC758"}},mgrLight:{title:"\uB77C\uC774\uD2B8",tier:"\uB77C\uC774\uD2B8",subtitle:"\uC18C\uADDC\uBAA8 \uC6B4\uC601\uC790\uB97C \uC704\uD55C \uD569\uB9AC\uC801\uC778 \uC2DC\uC791 \uD50C\uB79C",recommendedFor:["\uC18C\uC218 \uACE0\uAC1D\uC744 \uC720\uB8CC\uB85C \uAD00\uB9AC\uD558\uB294 1\uC778 \uC6B4\uC601\uC790","\uAE30\uB2A5 \uD655\uC7A5\uC744 \uAC80\uD1A0 \uC911\uC778 \uBD84"],features:["\uACE0\uAC1D \uCD5C\uB300 10\uBA85 \uAD00\uB9AC","\uD6C8\uB828 \uBC30\uC815 \uBC0F \uACB0\uACFC \uC870\uD68C","\uAE30\uBCF8 \uC774\uB825 \uBCF4\uAD00"],tiers:{monthly30:{label:"30\uC77C \uC774\uC6A9\uAD8C",price:"10,000\uC6D0"},yearly30:{price:"120,000\uC6D0"},openMonthly30:{label:"\uC624\uD508 \uD2B9\uAC00 30\uC77C \uC774\uC6A9\uAD8C",price:"5,000\uC6D0"},openYearly30:{price:"60,000\uC6D0"},yearly:{label:"1\uB144 \uC774\uC6A9\uAD8C"},yearlyPrice:"60,000\uC6D0",yearlyOriginal:"120,000\uC6D0"},quote:"\uC791\uC740 \uC2DC\uC791\uC744 \uC704\uD55C"}},refund:{period:{title:"\uD658\uBD88 \uC2E0\uCCAD \uAE30\uAC04",body:"\uAD6C\uB9E4\uC77C\uB85C\uBD80\uD130 3\uC77C \uC774\uB0B4\uC5D0 \uD658\uBD88 \uC2E0\uCCAD\uC744 \uC811\uC218\uD55C \uACBD\uC6B0\uC5D0 \uD55C\uD558\uC5EC \uD658\uBD88\uC774 \uAC00\uB2A5\uD569\uB2C8\uB2E4. \uD658\uBD88 \uC2E0\uCCAD \uAE30\uAC04\uC774 \uACBD\uACFC\uD55C \uC774\uD6C4\uC5D0\uB294 \uC6D0\uCE59\uC801\uC73C\uB85C \uD658\uBD88\uC774 \uBD88\uAC00\uD569\uB2C8\uB2E4."},process:{title:"\uD658\uBD88 \uCC98\uB9AC \uBC29\uBC95 \uBC0F \uC18C\uC694 \uAE30\uAC04",body:"\uD658\uBD88\uC774 \uC2B9\uC778\uB41C \uACBD\uC6B0, \uC601\uC5C5\uC77C \uAE30\uC900 7~10\uC77C \uC774\uB0B4\uC5D0 \uACE0\uAC1D\uC774 \uAD6C\uB9E4 \uC2DC \uC0AC\uC6A9\uD55C \uB3D9\uC77C\uD55C \uACB0\uC81C \uC218\uB2E8\uC744 \uD1B5\uD574 \uD658\uBD88\uC774 \uC9C4\uD589\uB429\uB2C8\uB2E4. \uACB0\uC81C \uC218\uB2E8 \uBC0F \uAE08\uC735\uAE30\uAD00\uC758 \uC0AC\uC815\uC5D0 \uB530\uB77C \uC2E4\uC81C \uD658\uBD88 \uC644\uB8CC \uC2DC\uC810\uC740 \uB2E4\uC18C \uCC28\uC774\uAC00 \uBC1C\uC0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},company:{title:"\uD68C\uC0AC \uADC0\uCC45 \uC0AC\uC720\uC5D0 \uB530\uB978 \uD658\uBD88",body:"\uC11C\uBE44\uC2A4 \uC7A5\uC560, \uC2DC\uC2A4\uD15C \uC624\uB958, \uC81C\uACF5 \uB0B4\uC6A9\uC758 \uC911\uB300\uD55C \uD558\uC790 \uB4F1 \uD68C\uC0AC \uCC45\uC784\uC73C\uB85C \uC778\uD55C \uBB38\uC81C \uBC1C\uC0DD \uC2DC, \uD658\uBD88 \uC2E0\uCCAD \uAE30\uAC04\uACFC \uAD00\uACC4\uC5C6\uC774 \uD68C\uC0AC\uC758 \uD310\uB2E8\uC5D0 \uB530\uB77C \uD658\uBD88\uC774 \uC9C4\uD589\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},other:{title:"\uAE30\uD0C0 \uC0AC\uD56D",body:"\uBCF8 \uD658\uBD88 \uADDC\uC815\uC5D0 \uBA85\uC2DC\uB418\uC9C0 \uC54A\uC740 \uC0AC\uD56D\uC740 \uAD00\uB828 \uBC95\uB839 \uBC0F \uD68C\uC0AC\uC758 \uB0B4\uBD80 \uC6B4\uC601 \uC815\uCC45\uC5D0 \uB530\uB985\uB2C8\uB2E4."}}},U0={title:"\uCFE0\uD3F0",subtitle:"\uCFE0\uD3F0 \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uAC70\uB098 \uBCF4\uC720 \uCFE0\uD3F0\uC744 \uD655\uC778\uD558\uC138\uC694.",input:{label:"\uCFE0\uD3F0 \uCF54\uB4DC",placeholder:"\uCFE0\uD3F0 \uCF54\uB4DC \uC785\uB825"},applyButton:"\uC801\uC6A9",error:{invalid:"\uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uCFE0\uD3F0 \uCF54\uB4DC\uC785\uB2C8\uB2E4.",alreadyUsed:"\uC774\uBBF8 \uC0AC\uC6A9\uB41C \uCFE0\uD3F0\uC785\uB2C8\uB2E4."},success:{applied:'"{{name}}" \uCFE0\uD3F0\uC774 \uC801\uC6A9\uB418\uC5C8\uC2B5\uB2C8\uB2E4.'},section:{owned:"\uBCF4\uC720 \uCFE0\uD3F0"},status:{used:"\uC0AC\uC6A9 \uC644\uB8CC",available:"\uC0AC\uC6A9 \uAC00\uB2A5"}},G0={title:"\uC804\uCCB4 \uBC29\uBB38\uC774\uB825",subtitle:"\uC6D4\uBCC4 \uBC29\uBB38 \uC77C\uC815\uC744 \uD655\uC778\uD558\uC138\uC694.",unitVisit:"\uAC74",periodAll:"\uC804\uCCB4",showN:"{{n}}\uAC1C\uC529",empty:"\uBC29\uBB38 \uAE30\uB85D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",loadError:"\uBC29\uBB38 \uAE30\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.",loadErrorDesc:"\uB124\uD2B8\uC6CC\uD06C\uB97C \uD655\uC778\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",addButton:"\uBC29\uBB38 \uCD94\uAC00",addTitle:"\uBC29\uBB38 \uCD94\uAC00",form:{customer:"\uACE0\uAC1D",customerPlaceholder:"\uACE0\uAC1D\uBA85 \uC785\uB825",customerSelect:"\uACE0\uAC1D \uC120\uD0DD",visitedAt:"\uBC29\uBB38\uC77C\uC2DC",memo:"\uBA54\uBAA8",memoPlaceholder:"\uBA54\uBAA8 \uC785\uB825"}},Y0={title:"\uC5C5\uCCB4\uC815\uBCF4",saveSuccess:"\uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",saveError:"\uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",subtitle:"\uC5C5\uCCB4 \uBC0F \uBC95\uC778 \uC815\uBCF4\uB97C \uAD00\uB9AC\uD558\uC138\uC694.",editButton:"\uC815\uBCF4 \uC218\uC815",basicInfo:{title:"\uAE30\uBCF8 \uC815\uBCF4",companyId:"\uC5C5\uCCB4\uC544\uC774\uB514",companyName:"\uC5C5\uCCB4\uBA85",companyType:"\uC5C5\uCCB4\uD0C0\uC785",bizNumber:"\uC0AC\uC5C5\uC790\uB4F1\uB85D\uBC88\uD638"},contactInfo:{title:"\uC5F0\uB77D\uCC98 \uC815\uBCF4",tel:"\uC5F0\uB77D\uCC98",address:"\uC8FC\uC18C",website:"\uD648\uD398\uC774\uC9C0"},type:{operation:"\uC6B4\uC601",clinic:"\uBCD1\uC6D0",agency:"\uB300\uB9AC\uC810",partner:"\uD30C\uD2B8\uB108",audiologist:"\uAC1C\uC778\uCCAD\uAC01\uC0AC",slp:"\uAC1C\uC778\uC5B8\uC5B4\uCE58\uB8CC\uC0AC",hospital:"\uBCD1\uC6D0",hearing:"\uBCF4\uCCAD\uAE30\uC13C\uD130",public:"\uACF5\uACF5\uAE30\uAD00/\uBCF5\uC9C0\uAD00/\uC7AC\uD65C\uC13C\uD130",university:"\uB300\uD559/\uC5F0\uAD6C\uAE30\uAD00",special:"\uD2B9\uC218\uD559\uAD50",other:"\uAE30\uD0C0"},editPopup:{title:"\uC5C5\uCCB4 \uC815\uBCF4 \uC218\uC815",submit:"\uC218\uC815\uD558\uAE30",zipCode:"\uC6B0\uD3B8\uBC88\uD638",addressPlaceholder:"\uC8FC\uC18C\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",addressDetail:"\uC0C1\uC138\uC8FC\uC18C",addressDetailPlaceholder:"\uC0C1\uC138\uC8FC\uC18C\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",errors:{telRequired:"\uC5F0\uB77D\uCC98\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",telFormat:"\uC62C\uBC14\uB978 \uC5F0\uB77D\uCC98 \uD615\uC2DD\uC774 \uC544\uB2D9\uB2C8\uB2E4.",bizRequired:"\uC0AC\uC5C5\uC790\uB4F1\uB85D\uBC88\uD638\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694."}}},K0={title:"\uBB38\uC7A5\uD6C8\uB828",byTopic:"\uC8FC\uC81C\uBCC4",byType:"\uD6C8\uB828\uBCC4"},Z0={title:"\uD6C8\uB828\uBCC4 \uB4E3\uAE30",subtitle:"\uC6D0\uD558\uB294 \uD6C8\uB828 \uC720\uD615\uC744 \uC120\uD0DD\uD558\uC138\uC694.",listenInNoise:{title:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30",desc:"\uB2E4\uC591\uD55C \uC18C\uC74C \uD658\uACBD\uC5D0\uC11C \uBB38\uC7A5 \uCCAD\uB825\uC744 \uD6C8\uB828\uD569\uB2C8\uB2E4."},shortStory:{title:"\uC9E7\uC740 \uC774\uC57C\uAE30 \uB4E3\uAE30",desc:"\uC9E7\uC740 \uC774\uC57C\uAE30\uB97C \uB4E3\uACE0 \uB0B4\uC6A9\uC744 \uC774\uD574\uD569\uB2C8\uB2E4."},longStory:{title:"\uAE34 \uC774\uC57C\uAE30 \uB4E3\uAE30",desc:"\uAE34 \uC774\uC57C\uAE30\uB97C \uC9D1\uC911\uD574\uC11C \uB4E3\uACE0 \uB0B4\uC6A9\uC744 \uD30C\uC545\uD569\uB2C8\uB2E4."},orderingSentence:{title:"\uBB38\uC7A5 \uC21C\uC11C\uD654",desc:"\uB4E4\uC740 \uBB38\uC7A5\uB4E4\uC744 \uC62C\uBC14\uB978 \uC21C\uC11C\uB85C \uBC30\uC5F4\uD569\uB2C8\uB2E4."},SAME_SOUND_PICK:{label:"\uAC19\uC740 \uC18C\uB9AC \uACE0\uB974\uAE30",sub:"\uB4E4\uC740 \uC18C\uB9AC\uC640 \uAC19\uC740 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},SAME_OR_DIFF:{label:"\uAC19\uC740\uC9C0 \uB2E4\uB978\uC9C0 \uB9DE\uD788\uAE30",sub:"\uB450 \uC18C\uB9AC\uAC00 \uAC19\uC740\uC9C0, \uB2E4\uB978\uC9C0 \uAD6C\uBD84\uD558\uC138\uC694."},HEAR_AND_PICK_SAME:{label:"\uC77C\uCE58\uD558\uB294 \uB2E8\uC5B4 \uB9DE\uD788\uAE30",sub:"\uB4E4\uC740 \uC18C\uB9AC\uC758 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},HEAR_AND_PICK_INCLUDED:{label:"\uD55C \uC74C\uC808 \uD3EC\uD568 \uB2E8\uC5B4 \uB9DE\uD788\uAE30",sub:"\uB4E4\uC740 \uC74C\uC808\uC774 \uD3EC\uD568\uB41C \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},STARTS_WITH_SAME_SOUND:{label:"\uCCAB \uC74C\uC808\uC774 \uAC19\uC740 \uB2E8\uC5B4 \uB9DE\uD788\uAE30",sub:"\uB4E4\uC740 \uB2E8\uC5B4\uC640 \uAC19\uC740 \uC18C\uB9AC\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4\uB97C \uACE0\uB974\uC138\uC694."},LISTEN_AND_REMEMBER_ORDER:{label:"\uB4E3\uACE0 \uC21C\uC11C\uB300\uB85C \uAE30\uC5B5\uD558\uAE30",sub:"\uC138 \uB2E8\uC5B4\uB97C \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uCE74\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694."},MERGE_2_SYLLABLES:{label:"\uC74C\uC808 2\uAC1C \uD569\uCE58\uAE30",sub:"\uB450 \uC74C\uC808\uC744 \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},MERGE_3_SYLLABLES:{label:"\uC74C\uC808 3\uAC1C \uD569\uCE58\uAE30",sub:"\uC138 \uC74C\uC808\uC744 \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},MERGE_2_PHONEMES:{label:"\uC74C\uC18C 2\uAC1C \uD569\uCE58\uAE30",sub:"\uB450 \uC74C\uC18C\uB97C \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},MERGE_3_PHONEMES:{label:"\uC74C\uC18C 3\uAC1C \uD569\uCE58\uAE30",sub:"\uC138 \uC74C\uC18C\uB97C \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},DROP_1_FROM_2SYLL:{label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uD0C8\uB77D",sub:"2\uC74C\uC808 \uB2E8\uC5B4\uC5D0\uC11C \uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},DROP_1_FROM_3SYLL:{label:"3\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uD0C8\uB77D",sub:"3\uC74C\uC808 \uB2E8\uC5B4\uC5D0\uC11C \uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},DROP_PART_FROM_COMPOUND:{label:"\uD569\uC131\uC5B4\uC5D0\uC11C \uBD80\uBD84 \uD0C8\uB77D",sub:"\uD569\uC131\uC5B4\uC758 \uC77C\uBD80\uB97C \uBE7C\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},DROP_FINAL_CONSONANT_FROM_1SYLL:{label:"1\uC74C\uC808\uC5D0\uC11C \uBC1B\uCE68 \uD0C8\uB77D",sub:"\uBC1B\uCE68\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:{label:"1\uC74C\uC808\uC5D0\uC11C \uC790\uC74C \uD0C8\uB77D",sub:"\uC790\uC74C\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB0A8\uC744\uAE4C\uC694?"},CHANGE_1_SYLL_IN_2SYLL:{label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uBC14\uAFB8\uAE30",sub:"2\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."},CHANGE_1_SYLL_IN_3SYLL:{label:"3\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uBC14\uAFB8\uAE30",sub:"3\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."},CHANGE_1_PHONEME_IN_1SYLL:{label:"1\uC74C\uC808 \uB2E8\uC5B4 \uC911 1\uAC1C \uC74C\uC18C \uBC14\uAFB8\uAE30",sub:"1\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uC18C\uB9AC\uB97C \uB9CC\uB4DC\uC138\uC694."},CHANGE_1_PHONEME_IN_2SYLL:{label:"2\uC74C\uC808 \uB2E8\uC5B4 \uC911 1\uAC1C \uC74C\uC18C \uBC14\uAFB8\uAE30",sub:"2\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."}},X0={title:"\uB098\uC758 \uB2E8\uC5B4\uD6C8\uB828",subtitle:"\uB2E8\uC5B4\uD6C8\uB828\uC744 \uBAA8\uC544 \uAD00\uB9AC\uD569\uB2C8\uB2E4.",comingSoon:"\uB2E8\uC5B4\uD6C8\uB828 \uAE30\uB2A5\uC744 \uC900\uBE44 \uC911\uC785\uB2C8\uB2E4.",tab:{cards:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C",training:"\uB2E8\uC5B4\uD6C8\uB828"},totalPrefix:"\uCD1D",totalSuffix:"\uAC1C",searchPlaceholder:"\uD6C8\uB828 \uC774\uB984 \uAC80\uC0C9",cardSearchPlaceholder:"\uCE74\uB4DC \uC774\uB984 \uAC80\uC0C9",copySuffix:"{{name}} (\uBCF5\uC0AC)",defaultDescCount:"\uB2E8\uC5B4\uD6C8\uB828 {{count}}\uAC1C",addGroup:"\uADF8\uB8F9 \uCD94\uAC00",create:"\uB2E8\uC5B4\uD6C8\uB828 \uCD94\uAC00",addCard:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C \uCD94\uAC00",empty:"\uC544\uC9C1 \uB9CC\uB4E0 \uB2E8\uC5B4\uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",noGroup:"\uADF8\uB8F9 \uC5C6\uC74C",groupEmpty:"\uC774 \uADF8\uB8F9\uC5D0 \uB2E8\uC5B4\uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",cardsEmpty:"\uC544\uC9C1 \uB9CC\uB4E0 \uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",cardGroupEmpty:"\uC774 \uADF8\uB8F9\uC5D0 \uCE74\uB4DC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4",addGroupDesc:"\uC0C8 \uADF8\uB8F9 \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694.",groupNamePlaceholder:"\uADF8\uB8F9 \uC774\uB984",storeBadge:"\uB9D0\uADC0\uC790\uB8CC\uC2E4",sortPlaceholder:"\uC815\uB82C",deleteGroupTitle:"\uADF8\uB8F9 \uC0AD\uC81C",deleteGroupMessage:"\uADF8\uB8F9 \uC548\uC758 \uD56D\uBAA9\uC740 '\uADF8\uB8F9 \uC5C6\uC74C'\uC73C\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",deleteSetConfirm:"'{{name}}'\uC744(\uB97C) \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",deleteSetConfirmDefault:"\uC774 \uB2E8\uC5B4\uD6C8\uB828\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",sort:{createdAtDesc:"\uB4F1\uB85D\uC77C \u2193",createdAtAsc:"\uB4F1\uB85D\uC77C \u2191",nameAsc:"\uC774\uB984 \u2191",nameDesc:"\uC774\uB984 \u2193"},toast:{loadError:"\uD6C8\uB828 \uBAA9\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC0C8\uB85C\uACE0\uCE68\uD574 \uC8FC\uC138\uC694",renameError:"\uC774\uB984 \uBCC0\uACBD\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",saveError:"\uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",deleteError:"\uC0AD\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",linkCreateError:"\uB9C1\uD06C \uC0DD\uC131\uC5D0 \uC2E4\uD328\uD588\uC5B4\uC694. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",hwLinkCopied:"\uB9C1\uD06C\uB97C \uBCF5\uC0AC\uD588\uC5B4\uC694. \uCE74\uCE74\uC624\uD1A1\uC5D0 \uBD99\uC5EC\uB123\uC5B4 \uBCF4\uB0B4\uC8FC\uC138\uC694.",hwLinkCopyError:"\uB9C1\uD06C \uBCF5\uC0AC\uC5D0 \uC2E4\uD328\uD588\uC5B4\uC694. \uC219\uC81C \uAD00\uB9AC\uC5D0\uC11C \uB9C1\uD06C\uB97C \uD655\uC778\uD574 \uC8FC\uC138\uC694.",sessionStartError:"\uACE0\uAC1D \uD6C8\uB828 \uC138\uC158 \uC2DC\uC791\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",shareLinkError:"\uB9C1\uD06C \uC0DD\uC131\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",shareLinkCopied:"\uB9C1\uD06C\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",shareLinkCreated:"\uB9C1\uD06C\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4",duplicateError:"\uBCF5\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",unpublishError:"\uB9D0\uADC0\uC790\uB8CC\uC2E4 \uB0B4\uB9AC\uAE30\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",unpublished:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB838\uC2B5\uB2C8\uB2E4",groupMoveError:"\uADF8\uB8F9 \uC774\uB3D9\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",groupAddError:"\uADF8\uB8F9 \uCD94\uAC00\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",groupDeleteError:"\uADF8\uB8F9 \uC0AD\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",sessionStarted:"{{name}}\uB2D8 \uD6C8\uB828\uC744 \uC2DC\uC791\uD588\uC2B5\uB2C8\uB2E4.",hwSms:{body:`\uB2E8\uC5B4\uD6C8\uB828 \uC219\uC81C\uC785\uB2C8\uB2E4.
|
|
820
|
+
{{url}}`},shareLinkCreating:"\uB9C1\uD06C\uB97C \uB9CC\uB4DC\uB294 \uC911\uC785\uB2C8\uB2E4\u2026"},colName:"\uC774\uB984",colBirthDate:"\uC0DD\uB144\uC6D4\uC77C",colPhone:"\uC804\uD654\uBC88\uD638",sendSms:"\uBB38\uC790\uB85C \uBCF4\uB0B4\uAE30",copyLink:"\uB9C1\uD06C \uBCF5\uC0AC",copyLinkTooltip:"\uB9C1\uD06C \uBCF5\uC0AC (\uCE74\uCE74\uC624\uD1A1\uC5D0 \uBD99\uC5EC\uB123\uAE30)",renameCardAriaLabel:"{{name}} \uC774\uB984 \uBC14\uAFB8\uAE30",viewLabel:"\uBCF4\uAE30 \uC885\uB958"},J0={title:"\uB098\uC758 \uB2E8\uC5B4\uD45C",subtitle:"\uC800\uC7A5\uB41C \uB2E8\uC5B4\uD45C\uB97C \uAD00\uB9AC\uD569\uB2C8\uB2E4.",searchPlaceholder:"\uB2E8\uC5B4\uD45C \uC774\uB984\uC73C\uB85C \uAC80\uC0C9",colName:"\uB2E8\uC5B4\uD45C \uC774\uB984",open:"\uC5F4\uAE30",deleteConfirm:"\uC774 \uB2E8\uC5B4\uD45C\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",addButton:"\uB2E8\uC5B4\uD45C \uCD94\uAC00",deleted:"\uB2E8\uC5B4\uD45C\uB97C \uC0AD\uC81C\uD588\uC2B5\uB2C8\uB2E4.",duplicated:"\uB2E8\uC5B4\uD45C\uB97C \uBCF5\uC0AC\uD588\uC2B5\uB2C8\uB2E4.",empty:"\uC800\uC7A5\uB41C \uB2E8\uC5B4\uD45C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",countSuffix:"\uAC1C\uC758 \uB2E8\uC5B4\uD45C",sort:{newest:"\uCD5C\uC2E0\uC21C",oldest:"\uC624\uB798\uB41C\uC21C",name:"\uC774\uB984\uC21C",count:"\uB2E8\uC5B4 \uAC2F\uC218"},tab:{cards:"\uB2E8\uC5B4\uD45C \uCE74\uB4DC",tables:"\uB2E8\uC5B4\uD45C"},cardsEmpty:"\uC544\uC9C1 \uB9CC\uB4E0 \uB2E8\uC5B4\uD45C \uCE74\uB4DC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",addCard:"\uB2E8\uC5B4\uD45C \uCE74\uB4DC \uCD94\uAC00",menu:{openBuilder:"\uC218\uC815",duplicate:"\uBCF5\uC0AC",openNewTab:"\uC0C8 \uCC3D\uC73C\uB85C \uBCF4\uAE30",copyLink:"\uB9C1\uD06C \uBCF5\uC0AC",deactivateLink:"\uACF5\uC720 \uB9C1\uD06C \uBE44\uD65C\uC131\uD654",publishStore:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9AC\uAE30",unpublishStore:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB9AC\uAE30"},sharedBadge:"\uACF5\uC720 \uC911",newBadge:"\uC0C8\uB85C \uB9CC\uB4E0 \uD45C",groupEmpty:"\uB2E8\uC5B4\uD45C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",renameGroup:"\uADF8\uB8F9 \uC774\uB984 \uBCC0\uACBD",deleteGroup:"\uADF8\uB8F9 \uC0AD\uC81C",addGroup:"\uADF8\uB8F9 \uCD94\uAC00",addPairButton:"\uB300\uB9BD\uC30D\uD45C \uCD94\uAC00",groupNamePlaceholder:"\uADF8\uB8F9 \uC774\uB984",groupAddTitle:"\uADF8\uB8F9 \uCD94\uAC00",groupAddButton:"\uCD94\uAC00",groupNameRequired:"\uADF8\uB8F9 \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694.",groupNameDuplicate:"\uC774\uBBF8 \uC788\uB294 \uADF8\uB8F9 \uC774\uB984\uC785\uB2C8\uB2E4.",groupDeleteMessage:"\uADF8\uB8F9 \uB0B4 \uB2E8\uC5B4\uD45C\uB294 '\uADF8\uB8F9 \uC5C6\uC74C'\uC73C\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",deleteGroupConfirmTitle:"'{{group}}' \uADF8\uB8F9\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",storeBadge:"\uB9D0\uADC0\uC790\uB8CC\uC2E4",publishDefaultDesc:"\uB2E8\uC5B4 {{count}}\uAC1C"},Q0={title:"\uC8FC\uC694 \uB2E8\uC5B4",empty:"\uCD94\uCD9C\uB41C \uC8FC\uC694 \uB2E8\uC5B4\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",tableTitle:"'{{name}}' \uC8FC\uC694 \uB2E8\uC5B4\uD45C",print:"\uC778\uC1C4",saveToMyTable:"\uB098\uC758 \uB2E8\uC5B4\uD45C \uC800\uC7A5",saved:"\uB098\uC758 \uB2E8\uC5B4\uD45C\uC5D0 \uC800\uC7A5\uD588\uC5B4\uC694.",wordTableName:"{{name}} \uC8FC\uC694 \uB2E8\uC5B4"},ef={defaultName:"\uB2E8\uC5B4 \uD45C",title:"\uB2E8\uC5B4 \uD45C \uB9CC\uB4E4\uAE30",createTitlePair:"\uB300\uB9BD\uC30D\uD45C \uAD6C\uC131",subtitle:"\uCE78\uC744 \uC124\uC815\uD558\uACE0 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD558\uC5EC \uD45C\uB97C \uB9CC\uB4ED\uB2C8\uB2E4.",filterTitle:"\uD45C \uC124\uC815",filter:{composition:"\uAD6C\uC131",image:"\uC774\uBBF8\uC9C0",word:"\uB2E8\uC5B4",standardPron:"\uD45C\uC900 \uBC1C\uC74C",colloquialPron:"\uAD6C\uC5B4\uCCB4 \uBC1C\uC74C",paperOrientation:"\uC6A9\uC9C0 \uBC29\uD5A5",landscape:"\uAC00\uB85C",portrait:"\uC138\uB85C",columns:"\uCE78 \uC218",column:"{{count}}\uCE78",itemsPerPageWord:"\uD398\uC774\uC9C0\uB2F9 \uB2E8\uC5B4 \uC218",itemsPerPagePair:"\uD398\uC774\uC9C0\uB2F9 \uB300\uB9BD\uC30D \uC218",itemsPerPageOption:"{{count}}\uAC1C",pageIndicator:"{{current}} / {{total}}",pageNumber:"\uD398\uC774\uC9C0 \uBC88\uD638",pageNumberLeft:"\uC67C\uCABD",pageNumberCenter:"\uC911\uC559",pageNumberRight:"\uC624\uB978\uCABD",border:"\uC678\uACFD\uC120",cutLine:"\uC808\uCDE8\uC120",show:"\uD45C\uC2DC",hide:"\uBBF8\uD45C\uC2DC",dotted:"\uC810\uC120",corner:"\uCF54\uB108"},addWord:"\uCD94\uAC00\uD558\uAE30",wordInfo:"{{word}} \uB0B1\uB9D0 \uC815\uBCF4",emptyItems:"\uB2E8\uC5B4\uB97C 1\uAC1C \uC774\uC0C1 \uCD94\uAC00\uD574\uC8FC\uC138\uC694.",load:"\uBD88\uB7EC\uC624\uAE30",openNewWindow:"\uC0C8 \uCC3D\uC73C\uB85C \uBCF4\uAE30",saveButton:"\uC800\uC7A5\uD558\uAE30",saveAsNewButton:"\uB2E4\uB978 \uC774\uB984\uC73C\uB85C \uC800\uC7A5",print:"\uC778\uC1C4\uD558\uAE30",popupBlocked:"\uD31D\uC5C5\uC774 \uCC28\uB2E8\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uBE0C\uB77C\uC6B0\uC800 \uC124\uC815\uC5D0\uC11C \uD31D\uC5C5\uC744 \uD5C8\uC6A9\uD574 \uC8FC\uC138\uC694.",printFileNameSingle:"\uB2E8\uC5B4\uD45C",printFileNamePair:"\uB300\uB9BD\uC30D\uD45C",save:{title:"\uB2E8\uC5B4\uD45C \uC800\uC7A5\uD558\uAE30",nameLabel:"\uC774\uB984",desc:"\uC800\uC7A5\uD560 \uB2E8\uC5B4 \uD45C\uC758 \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694.",placeholder:"\uC774 \uB2E8\uC5B4\uD45C\uC5D0 \uB300\uD55C \uC81C\uBAA9\uC744 \uC785\uB825\uD558\uC138\uC694.",descriptionLabel:"\uC124\uBA85",descriptionPlaceholder:"\uC774 \uB2E8\uC5B4\uD45C\uC5D0 \uB300\uD55C \uC124\uBA85\uC744 \uC785\uB825\uD558\uC138\uC694.",duplicateName:"\uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC778 \uC774\uB984\uC785\uB2C8\uB2E4.",nameRequired:"\uD45C \uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",autoFillHint:" (Tab \uB610\uB294 space \uC785\uB825\uC2DC \uC790\uB3D9 \uC785\uB825)"},loadTable:{title:"\uC800\uC7A5\uB41C \uB2E8\uC5B4 \uD45C \uBD88\uB7EC\uC624\uAE30",empty:"\uC800\uC7A5\uB41C \uB2E8\uC5B4 \uD45C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",loadButton:"\uBD88\uB7EC\uC624\uAE30",itemCount:"{{count}}\uAC1C",deleteAriaLabel:"\uC0AD\uC81C",sort:{newest:"\uCD5C\uC2E0\uC21C",oldest:"\uC624\uB798\uB41C\uC21C",name:"\uC774\uB984\uC21C",count:"\uB2E8\uC5B4 \uC218"},view:{grid:"\uD45C\uB85C \uBCF4\uAE30",list:"\uB9AC\uC2A4\uD2B8\uB85C \uBCF4\uAE30"}},groupDeleteMessage:"\uADF8\uB8F9 \uB0B4 \uB2E8\uC5B4\uD45C\uB294 '\uADF8\uB8F9 \uC5C6\uC74C'\uC73C\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",groupNamePlaceholder:"\uADF8\uB8F9 \uC774\uB984",store:{badge:"\uB9D0\uADC0\uC790\uB8CC\uC2E4"},card:{sub:"\uB2E8\uC5B4\uD45C \uCE74\uB4DC",empty:"\uC774 \uCE74\uB4DC\uC5D0 \uB2E8\uC5B4\uD45C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."},builder:{title:"\uB2E8\uC5B4\uD45C \uB9CC\uB4E4\uAE30",nameLabel:"\uB2E8\uC5B4\uD45C \uC774\uB984",namePlaceholder:"\uB2E8\uC5B4\uD45C \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694",groupLabel:"\uADF8\uB8F9",groupPlaceholder:"\uADF8\uB8F9 \uC774\uB984 (\uC120\uD0DD\uC0AC\uD56D)",descLabel:"\uD55C \uC904 \uC124\uBA85",descPlaceholder:"\uC5B4\uB5A4 \uB2E8\uC5B4\uD45C\uC778\uC9C0 \uAC04\uB2E8\uD788 \uC124\uBA85\uD574\uC8FC\uC138\uC694 (\uC120\uD0DD)",nameRequired:"\uB2E8\uC5B4\uD45C \uC774\uB984\uC744 \uC785\uB825\uD574\uC8FC\uC138\uC694."},toast:{loadError:"\uB2E8\uC5B4\uD45C \uBAA9\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC0C8\uB85C\uACE0\uCE68\uD574 \uC8FC\uC138\uC694",renameError:"\uC774\uB984 \uBCC0\uACBD\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",saveError:"\uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",deleteError:"\uC0AD\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",shareLinkError:"\uB9C1\uD06C \uC0DD\uC131\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",shareLinkCopied:"\uB9C1\uD06C\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",shareLinkCreated:"\uB9C1\uD06C\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4",shareLinkDeactivated:"\uACF5\uC720 \uB9C1\uD06C\uB97C \uBE44\uD65C\uC131\uD654\uD588\uC2B5\uB2C8\uB2E4.",shareLinkDeactivateError:"\uACF5\uC720 \uB9C1\uD06C \uBE44\uD65C\uC131\uD654\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",customWordNotShareable:"\uB0B4\uAC00 \uCD94\uAC00\uD55C \uB2E8\uC5B4\uAC00 \uD3EC\uD568\uB418\uC5B4 \uACF5\uC720\uD560 \uC218 \uC5C6\uC5B4\uC694. \uB2E4\uB978 \uC0AC\uB78C\uC5D0\uAC8C\uB294 \uC5C6\uB294 \uB2E8\uC5B4\uC785\uB2C8\uB2E4.",duplicateError:"\uBCF5\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",unpublishError:"\uB9D0\uADC0\uC790\uB8CC\uC2E4 \uB0B4\uB9AC\uAE30\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",unpublished:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB838\uC2B5\uB2C8\uB2E4",saveSuccess:"\uB2E8\uC5B4\uD45C\uAC00 \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",shareLinkCreating:"\uB9C1\uD06C\uB97C \uB9CC\uB4DC\uB294 \uC911\uC785\uB2C8\uB2E4\u2026"},scoring:{o:"{{word}} \uB9DE\uC74C",triangle:"{{word}} \uC560\uB9E4",x:"{{word}} \uD2C0\uB9BC",button:"\uCC44\uC810\uD558\uAE30",pickTitle:"\uB204\uAD6C\uB97C \uCC44\uC810\uD560\uAE4C\uC694?",pickSubtitle:"\u2018{{name}}\u2019 \uD45C\uB85C \uD6C8\uB828\uD55C \uACE0\uAC1D\uC744 \uACE0\uB974\uC138\uC694.",pickSearch:"\uC774\uB984 \uB610\uB294 \uC804\uD654\uBC88\uD638\uB85C \uCC3E\uAE30",pickEmpty:"\uB4F1\uB85D\uB41C \uACE0\uAC1D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",pickNoMatch:"\uCC3E\uB294 \uACE0\uAC1D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",pickAgain:"\uACE0\uAC1D \uB2E4\uC2DC \uACE0\uB974\uAE30",scoringFor:"{{name}} \uB2D8 \uCC44\uC810 \uC911",none:"\uCE78\uC744 \uB20C\uB7EC \u25CB \xB7 \u25B3 \xB7 \u2715 \uB97C \uB9E4\uAE30\uC138\uC694.",tally:"{{marked}}\uCE78 \uCC44\uC810 \xB7 \u25CB {{o}} \xB7 \u25B3 {{triangle}} \xB7 \u2715 {{x}} \xB7 \uC815\uB2F5\uB960 {{rate}}%",save:"\uCC44\uC810 \uC800\uC7A5",saved:"{{name}} \uB2D8\uC758 \uCC44\uC810 {{count}}\uCE78\uC744 \uC800\uC7A5\uD588\uC2B5\uB2C8\uB2E4.",reviewTitle:"\uBCF5\uC2B5\uD45C\uB97C \uB9CC\uB4E4\uAE4C\uC694?",reviewMessage:"{{name}} \uB2D8\uC774 \uD2C0\uB9AC\uAC70\uB098 \uC560\uB9E4\uD588\uB358 {{count}}\uCE78\uC73C\uB85C \uC0C8 \uD45C\uB97C \uB9CC\uB4ED\uB2C8\uB2E4. \uB9DE\uD78C \uCE78\uC740 \uBE60\uC9D1\uB2C8\uB2E4.",reviewConfirm:"\uBCF5\uC2B5\uD45C \uB9CC\uB4E4\uAE30",reviewDescription:"\u2018{{name}}\u2019 \uCC44\uC810\uC5D0\uC11C \uD2C0\uB9AC\uAC70\uB098 \uC560\uB9E4\uD588\uB358 {{count}}\uCE78\uC744 \uBAA8\uC740 \uD45C\uC785\uB2C8\uB2E4.",reviewCreated:"\u2018{{name}}\u2019\uC744(\uB97C) \uB9CC\uB4E4\uC5C8\uC2B5\uB2C8\uB2E4 \u2014 {{count}}\uCE78.",discardTitle:"\uB9E4\uAE34 \uCC44\uC810\uC744 \uBC84\uB9B4\uAE4C\uC694?",discardMessage:"{{count}}\uCE78\uC744 \uB9E4\uACBC\uC9C0\uB9CC \uC544\uC9C1 \uC800\uC7A5\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4. \uB098\uAC00\uBA74 \uC0AC\uB77C\uC9D1\uB2C8\uB2E4.",discardConfirm:"\uBC84\uB9AC\uACE0 \uB098\uAC00\uAE30"}},tf={title:"\uB2E8\uC5B4\uD45C \uB9CC\uB4E4\uAE30",editTitle:"'{{name}}' \uB2E8\uC5B4\uD45C \uC218\uC815\uD558\uAE30",editBanner:{message:"\uC800\uC7A5\uD558\uBA74 \uC9C0\uAE08 \uC218\uC815 \uC911\uC778 \uB2E8\uC5B4\uD45C\uAC00 \uAC31\uC2E0\uB429\uB2C8\uB2E4."},subtitle:"\uC870\uAC74\uC744 \uC120\uD0DD\uD558\uC5EC \uB2E8\uC5B4\uB97C \uAC80\uC0C9\uD569\uB2C8\uB2E4.",filterTitle:"\uB2E8\uC5B4 \uAC80\uC0C9 \uC124\uC815",searchOptionsTitle:"\uAC80\uC0C9 \uC635\uC158",filter:{wordInput:"\uB2E8\uC5B4 \uC785\uB825",wordInputShort:"\uC785\uB825",wordInputInfo:["\uC644\uC131\uB41C \uAE00\uC790\uB97C \uD3EC\uD568\uD55C \uB2E8\uC5B4\uB97C \uAC80\uC0C9\uD574\uC694. \uBC1B\uCE68 \uC5C6\uB294 \uAE00\uC790\uB294 \uBC1B\uCE68\uC744 \uBB34\uAD00\uC73C\uB85C \uBD10\uC694(\uC218 \u2192 \uC218\xB7\uC220\xB7\uC219\xB7\uC21C\u2026).","\uC74C\uC808\uACFC \uC74C\uC18C\uB97C \uC11E\uC5B4 \uAC80\uC0C9\uD560 \uC218 \uC788\uC5B4\uC694. [\u3131\uC218 \u2192 \uCD08\uC131\uC774 '\u3131'\uC778 \uC74C\uC808 \uB4A4\uC5D0 '\uC218'\uAC00 \uC624\uB294 \uBD80\uBD84\uC744 \uD3EC\uD568\uD55C \uBAA8\uB4E0 \uB2E8\uC5B4 \u2014 \uAD6D\uC218\xB7\uAC80\uC218\u2026]","\uC27C\uD45C(,)\uB85C \uC74C\uC808 \uC790\uB9AC\uB97C \uAD6C\uBD84\uD574\uC694. \uAC01 \uC790\uB9AC\uB294 \uC644\uC131 \uC74C\uC808\uC774\uB098 \uC790\uC74C\xB7\uBAA8\uC74C \uD558\uB098\uB85C \uC9C0\uC815\uD558\uACE0, \uBE44\uC6CC\uB450\uBA74 \uADF8 \uC790\uB9AC\uB294 \uBB34\uAD00\uC785\uB2C8\uB2E4. ['\uAC00,\u3134,,\uB2E4' \u2192 '\uAC00' \xB7 \uCD08\uC131 '\u3134' \xB7 \uBB34\uAD00 \xB7 '\uB2E4'\uAC00 \uC5F0\uC18D\uC73C\uB85C \uB4E0 \uBD80\uBD84\uC744 \uD3EC\uD568\uD55C \uBAA8\uB4E0 \uB2E8\uC5B4]","\uBC11\uC904(_)\uB85C \uCD08\uC131\xB7\uC911\uC131\xB7\uC885\uC131 \uC790\uB9AC\uB97C \uC9C0\uC815\uD574\uC694('_'\uB294 \uADF8 \uC790\uB9AC \uBB34\uAD00, \uB4A4 \uC790\uB9AC\uB294 \uC0DD\uB7B5 \uAC00\uB2A5). ['\u3131_' \u2192 \uCD08\uC131\uC774 '\u3131'\uC778 \uC74C\uC808 \uD3EC\uD568 \uB2E8\uC5B4 / '_\u314F' \u2192 \uC911\uC131\uC774 '\u314F' / '__\u3131,\uACE0' \u2192 \uC885\uC131\uC774 '\u3131'\uC778 \uC74C\uC808 \uB4A4\uC5D0 '\uACE0'\uAC00 \uC624\uB294 \uBD80\uBD84\uC744 \uD3EC\uD568\uD55C \uBAA8\uB4E0 \uB2E8\uC5B4]"],wordPlaceholder:"\uAE00\uC790\uB97C \uC785\uB825\uD558\uC138\uC694",wordInputError:"\uC785\uB825 \uD615\uC2DD\uC774 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC544\uC694. \uC644\uC131\uB41C \uAE00\uC790, \uC790\uC74C\xB7\uBAA8\uC74C, \uB610\uB294 '__\u3131'(\uCD08\uC131\xB7\uC911\uC131\xB7\uC885\uC131 3\uC790\uB9AC) \uD615\uD0DC\uB9CC \uC0AC\uC6A9\uD560 \uC218 \uC788\uC5B4\uC694.",wordInputUsageLabel:"\uC0AC\uC6A9\uBC95",viewChar:"\uAE00\uC790 \uC120\uD0DD",viewPron:"\uBC1C\uC74C \uC120\uD0DD",viewDirect:"\uAE00\uC790 \uC785\uB825",inputMode:"\uC785\uB825 \uBC29\uC2DD",phonemeCho:"\uCD08\uC131",phonemeJung:"\uC911\uC131",phonemeJong:"\uC885\uC131",phonemePosition:"\uC704\uCE58",positionAny:"\uBB34\uAD00",positionHead:"\uC5B4\uB450",positionMid:"\uC5B4\uC911",positionTail:"\uC5B4\uB9D0",phonemeModeInfo:["\uAE00\uC790\uB97C \uBAB0\uB77C\uB3C4 \uCD08\uC131\xB7\uC911\uC131(\uBAA8\uC74C)\xB7\uC885\uC131(\uBC1B\uCE68)\uB9CC \uC120\uD0DD\uD574 \uB2E8\uC5B4\uB97C \uCC3E\uC744 \uC218 \uC788\uC5B4\uC694.","\uC5EC\uB7EC \uAC1C\uB97C \uACE0\uB974\uBA74 \uADF8\uC911 \uD558\uB098\uB9CC \uB9DE\uC544\uB3C4 \uCC3E\uC544\uC694.","\uC704\uCE58\uB97C '\uC5B4\uB450'/'\uC5B4\uC911'/'\uC5B4\uB9D0'\uB85C \uC881\uD788\uBA74 \uADF8 \uC790\uB9AC(\uCCAB\uC74C\uC808\xB7\uAC00\uC6B4\uB370\uC74C\uC808\xB7\uB05D\uC74C\uC808)\uC5D0\uC11C\uB9CC \uD655\uC778\uD574\uC694."],difficulty:"\uB4F1\uAE09",grade:"{{n}}\uB4F1\uAE09",syllables:"\uC74C\uC808 \uC218",syllable:"{{n}}\uC74C\uC808",syllable5plus:"5\uC74C\uC808 \uC774\uC0C1",partOfSpeech:"\uD488\uC0AC",pos:{noun:"\uCCB4\uC5B8(\uBA85\uC0AC, \uC218\uC0AC)",verb:"\uC6A9\uC5B8(\uB3D9\uC0AC, \uD615\uC6A9\uC0AC)",modifier:"\uC218\uC2DD\uC5B8(\uBD80\uC0AC, \uAD00\uD615\uC0AC)"},wordType:"\uC720\uD615",type:{native:"\uACE0\uC720\uC5B4",sino:"\uD55C\uC790\uC5B4",foreign:"\uC678\uB798\uC5B4",mixed:"\uD63C\uC885\uC5B4"},exclude:"\uC81C\uC678",excludeNoImage:"\uC774\uBBF8\uC9C0 \uC5C6\uC74C",selectLabel:"\uC120\uD0DD",onlyHasImage:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC",onlyHasImageInfo:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC: \uB2E8\uC5B4 \uC911\uC5D0 \uC774\uBBF8\uC9C0\uAC00 \uC788\uB294 \uB2E8\uC5B4\uB9CC \uACB0\uACFC\uC5D0 \uBCF4\uC5EC\uC90D\uB2C8\uB2E4."},searchButton:"\uAC80\uC0C9\uD558\uAE30",resultUnit:"\uB2E8\uC5B4",remaining:"{{count}}\uAC1C \uB0A8\uC74C",resultDisc:"\uC6D0\uD558\uB294 {{unit}} \uC120\uD0DD\uD558\uC138\uC694. {{max}}\uAC1C\uAE4C\uC9C0 \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. ({{selected}}/{{max}})",resultTitlePrefix:"\uCD1D ",resultTitleSuffix:"\uAC1C\uC758 {{unit}} \uAC80\uC0C9\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",emptyResult:"\uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",emptyMidNeedsThree:"\uC9C0\uAE08 \uACE0\uB978 \uC870\uAC74\uC5D0\uB294 \uC5B4\uC911\uC774 \uC5C6\uC2B5\uB2C8\uB2E4 \u2014 \uC5B4\uC911\uC740 \uCCAB \uC74C\uC808\uB3C4 \uB05D \uC74C\uC808\uB3C4 \uC544\uB2CC \uC790\uB9AC\uB77C 3\uC74C\uC808\uBD80\uD130 \uC0DD\uAE41\uB2C8\uB2E4. \uC74C\uC808 \uC218\uB97C 3\uC74C\uC808 \uC774\uC0C1\uC73C\uB85C \uBC14\uAFB8\uAC70\uB098 \uC704\uCE58\uB97C \uC5B4\uB450\xB7\uC5B4\uB9D0\uB85C \uBC14\uAFD4 \uBCF4\uC138\uC694.",groupCount:"{{count}}\uAC1C",sort:{aria:"\uC815\uB82C",match:"\uC2DC\uC791 \uC6B0\uC120",ganada:"\uAC00\uB098\uB2E4\uC21C \u2191",ganadaDesc:"\uAC00\uB098\uB2E4\uC21C \u2193",syllable:"\uC74C\uC808 \uC218 \u2191",syllableDesc:"\uC74C\uC808 \uC218 \u2193",grade:"\uB4F1\uAE09\uC21C \u2191",gradeDesc:"\uB4F1\uAE09\uC21C \u2193"},pageSize:"{{count}}\uAC1C\uC529 \uBCF4\uAE30",pageSizeAria:"\uD398\uC774\uC9C0 \uD06C\uAE30",loadError:"\uB2E8\uC5B4 \uB370\uC774\uD130\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC0C8\uB85C\uACE0\uCE68\uD574 \uC8FC\uC138\uC694.",loadErrorButton:"\uB370\uC774\uD130 \uBD88\uB7EC\uC624\uAE30 \uC2E4\uD328 \u2014 \uC0C8\uB85C\uACE0\uCE68",checkingImages:"\uC774\uBBF8\uC9C0 \uD655\uC778 \uC911\u2026",maxSelectReached:"\uB354 \uC120\uD0DD\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",printBlockTitle:"\uB2E8\uC5B4 \uD45C \uBCF4\uAE30",popup:{title:"{{n}}\uBC88 \uCE78\uC5D0 \uB123\uC744 \uB2E8\uC5B4\uB97C \uC120\uD0DD\uD558\uC138\uC694"},imageFilterOn:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC \uBCF4\uACE0 \uC788\uC2B5\uB2C8\uB2E4 \u2014 \uC774\uBBF8\uC9C0\uAC00 \uC788\uB294 \uB2E8\uC5B4\uB294 \uC804\uCCB4\uC758 \uC57D 7%\uC774\uACE0, 1\uB4F1\uAE09\uC740 \uB137 \uC911 \uD558\uB098\uAF34\uC785\uB2C8\uB2E4. \uB354 \uBCF4\uB824\uBA74 \uAC80\uC0C9 \uC635\uC158\uC5D0\uC11C \uADF8 \uC120\uD0DD\uC744 \uB044\uC138\uC694."},nf={title:"\uB2E8\uC5B4 \uAD00\uB9AC",subtitle:"\uC804\uCCB4 \uB2E8\uC5B4\uB97C \uD45C\uC5D0\uC11C \uD655\uC778\uD558\uACE0, \uAC1C\uBCC4\uB85C \uC81C\uC678\uD558\uAC70\uB098 \uC0C8 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD574 \uB098\uB9CC\uC758 \uB2E8\uC5B4\uD480\uC744 \uB9CC\uB4DC\uC138\uC694.",noSelection:"\uC120\uD0DD \uC548 \uD568",gradeSuffix:"\uB4F1\uAE09",includeInSearch:"\uAC80\uC0C9\uC5D0 \uD3EC\uD568",searchPlaceholder:"\uB2E8\uC5B4\xB7\uBC1C\uC74C \uAC80\uC0C9",add:"\uB2E8\uC5B4 \uCD94\uAC00",addTitle:"\uB2E8\uC5B4 \uCD94\uAC00",addConfirm:"\uCD94\uAC00",listTitle:"\uB2E8\uC5B4 \uBAA9\uB85D",empty:"\uD574\uB2F9\uD558\uB294 \uB2E8\uC5B4\uAC00 \uC5C6\uC5B4\uC694.",removeAdded:"\uC0AD\uC81C",addedBadge:"\uCD94\uAC00",view:{all:"\uC804\uCCB4",excluded:"\uC81C\uC678",added:"\uCD94\uAC00"},col:{exclude:"\uC81C\uC678",word:"\uB2E8\uC5B4",pron:"\uD45C\uC900 \uBC1C\uC74C",colloquialPron:"\uAD6C\uC5B4\uCCB4 \uBC1C\uC74C",grade:"\uB4F1\uAE09",pos:"\uD488\uC0AC",wordType:"\uC720\uD615",meaning:"\uB73B"},toast:{duplicate:"\uC774\uBBF8 \uC788\uB294 \uB2E8\uC5B4\uC608\uC694.",added:"\uB2E8\uC5B4\uB97C \uCD94\uAC00\uD588\uC5B4\uC694."},viewLabel:"\uBCF4\uAE30 \uC885\uB958"},af={clearAllSelection:"\uBAA8\uB450 \uC120\uD0DD \uD574\uC81C",scrollToTable:"\uB2E8\uC5B4 \uD45C\uB85C \uC774\uB3D9",divLine:"\uB300\uB9BD\uC120",removePair:"\uB300\uB9BD\uC30D \uBE7C\uAE30",removeWord:"\uB2E8\uC5B4 \uBE7C\uAE30"},rf={title:"\uC8FC\uC81C\uBCC4 \uB4E3\uAE30",subtitle:"\uC8FC\uC81C\uB97C \uC120\uD0DD\uD558\uACE0 \uB4E3\uAE30 \uD6C8\uB828\uC744 \uC2DC\uC791\uD558\uC138\uC694.",noiseTitle:"\uC18C\uC74C \uD558 \uBB38\uC7A5\uB4E3\uAE30",shortStoryTitle:"\uC9E7\uC740 \uC774\uC57C\uAE30 \uB4E3\uAE30",FOOD:"\uC74C\uC2DD",HLTH:"\uAC74\uAC15",WETH:"\uB0A0\uC528",PRSN:"\uC778\uBB3C",KRCT:"\uD55C\uAD6D\uBB38\uD654",STRY:"\uC774\uC57C\uAE30",LOCA:"\uC9C0\uC5ED",SOAR:"\uC0AC\uD68C\uC640 \uC608\uC220",NTSC:"\uC790\uC5F0\uACFC \uACFC\uD559",SPRT:"\uC2A4\uD3EC\uCE20",sub:{TRKRFD:"\uD55C\uAD6D \uC804\uD1B5\uC74C\uC2DD",MDKRFD:"\uD55C\uAD6D \uD604\uB300\uC74C\uC2DD",WRLDFD:"\uC138\uACC4\uC758 \uC74C\uC2DD",MTRFRT:"\uC2DD\uC7AC\uB8CC\uC640 \uACFC\uC77C",GEFDKL:"\uC74C\uC2DD \uC0C1\uC2DD",HTETHB:"\uAC74\uAC15\uD55C \uC2DD\uC2B5\uAD00",DISILL:"\uBCD1\uACFC \uC9C8\uD658",EXCISE:"\uC6B4\uB3D9",GEHTKL:"\uAC74\uAC15\uC0C1\uC2DD",GESSKL:"\uACC4\uC808\uC0C1\uC2DD",SNWRAN:"\uB208\uACFC \uBE44",WTHFCT:"\uC77C\uAE30\uC608\uBCF4",GEWTKL:"\uB0A0\uC528\uC0C1\uC2DD",JODYPS:"\uC870\uC120\uC2DC\uB300",MDKRPS:"\uD55C\uAD6D \uADFC\uD604\uB300",THKDPS:"\uC0BC\uAD6D\uC2DC\uB300",WRLART:"\uC138\uACC4\uC758 \uC608\uC220\uAC00",WRLPSN:"\uC138\uACC4\uC758 \uC778\uBB3C",KRLANG:"\uC6B0\uB9AC\uB9D0",TRPLCT:"\uC804\uD1B5\uB180\uC774",HERITG:"\uBB38\uD654\uC7AC",EVTFES:"\uD589\uC0AC\uC640 \uCD95\uC81C",GECTKL:"\uC0C1\uC2DD",FRYTAL:"\uB3D9\uD654",AMZING:"\uC2E0\uAE30\uD55C \uC774\uC57C\uAE30",DAYSTR:"\uC77C\uC0C1 \uC18D \uC774\uC57C\uAE30",KRLDMK:"\uD55C\uAD6D\uC758 \uBA85\uC18C",SELNMK:"\uC11C\uC6B8\uC758 \uBA85\uC18C",WRDTRB:"\uC138\uACC4\uC5EC\uD589",NAVIGT:"\uAE38 \uCC3E\uAE30",KRSOCI:"\uD55C\uAD6D",ECONEW:"\uACBD\uC81C\uC640 \uB274\uC2A4",GENART:"\uC608\uC220",GELFKL:"\uC0DD\uD65C \uC0C1\uC2DD",ANIMAL:"\uB3D9\uBB3C",PLANTS:"\uC2DD\uBB3C",ETHPLT:"\uC9C0\uAD6C",TOLELC:"\uB3C4\uAD6C\uC640 \uC804\uC790\uC81C\uD488",GESCKL:"\uACFC\uD559\uC0C1\uC2DD",INVDSP:"\uAC1C\uC778\uACBD\uAE30",MARART:"\uACA9\uD22C\uAE30",TEAMSP:"\uB2E8\uCCB4\uACBD\uAE30",FOOTBL:"\uCD95\uAD6C",GESPKL:"\uC2A4\uD3EC\uCE20 \uC0C1\uC2DD"}},of={title:"\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD \uD544\uC694",subtitleMustChange:"\uAD00\uB9AC\uC790\uAC00 \uBC1C\uAE09\uD55C \uC784\uC2DC \uBE44\uBC00\uBC88\uD638\uB85C \uB85C\uADF8\uC778\uD588\uC2B5\uB2C8\uB2E4. \uC0C8 \uBE44\uBC00\uBC88\uD638\uB85C \uBCC0\uACBD\uD574\uC57C \uACC4\uC18D \uC774\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",subtitleExpired:"\uBCF4\uC548 \uC815\uCC45\uC5D0 \uB530\uB77C \uBE44\uBC00\uBC88\uD638 \uC0AC\uC6A9 \uAE30\uAC04\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC0C8 \uBE44\uBC00\uBC88\uD638\uB85C \uBCC0\uACBD\uD574\uC57C \uACC4\uC18D \uC774\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",currentPassword:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638",newPassword:"\uC0C8 \uBE44\uBC00\uBC88\uD638",confirmPassword:"\uC0C8 \uBE44\uBC00\uBC88\uD638 \uD655\uC778",changing:"\uBCC0\uACBD \uC911\u2026",submit:"\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD",error:{currentRequired:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",mismatch:"\uC0C8 \uBE44\uBC00\uBC88\uD638\uAC00 \uC77C\uCE58\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",sameAsCurrent:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638\uC640 \uB2E4\uB978 \uBE44\uBC00\uBC88\uD638\uB97C \uC0AC\uC6A9\uD574 \uC8FC\uC138\uC694.",reused:"\uCD5C\uADFC \uC0AC\uC6A9\uD55C \uBE44\uBC00\uBC88\uD638\uB294 \uB2E4\uC2DC \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",reusedWithCount:"\uCD5C\uADFC \uC0AC\uC6A9\uD55C \uBE44\uBC00\uBC88\uD638 {{count}}\uAC1C\uB294 \uB2E4\uC2DC \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",tooShort:"\uBE44\uBC00\uBC88\uD638\uAC00 \uB108\uBB34 \uC9E7\uC2B5\uB2C8\uB2E4.",currentIncorrect:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638\uAC00 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",unauthorized:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4.",unknown:"\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694."}},sf={memoLabel:"\uD53C\uB4DC\uBC31 \uB0B4\uC6A9",reportBug:"\uBC84\uADF8\uC2E0\uACE0",title:"\uD53C\uB4DC\uBC31 \uBCF4\uB0B4\uAE30",cropHint:"\uB4DC\uB798\uADF8\uB85C \uC601\uC5ED \uC120\uD0DD \xB7 \uD074\uB9AD\uB9CC \uD558\uBA74 \uC804\uCCB4 \uCEA1\uCC98",captureFull:"\uC804\uCCB4 \uCEA1\uCCD0",memoPlaceholder:"\uC5B4\uB5A4 \uBB38\uC81C\uC778\uC9C0 \uC801\uC5B4\uC8FC\uC138\uC694",memoPlaceholderOptional:"\uC5B4\uB5A4 \uBB38\uC81C\uC778\uC9C0 \uAC04\uB2E8\uD788 \uC801\uC5B4\uC8FC\uC138\uC694 (\uC120\uD0DD)",retake:"\uB2E4\uC2DC \uCC0D\uAE30",addScreenshot:"\uC2A4\uD06C\uB9B0\uC0F7 \uCD94\uAC00",send:"\uBCF4\uB0B4\uAE30",sending:"\uC804\uC1A1 \uC911\u2026",sent:"\u2713 \uC804\uC1A1 \uC644\uB8CC!",captureError:"\uCEA1\uCC98 \uC911 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.",sendFailed:"\uC804\uC1A1 \uC2E4\uD328",errorPrefix:"\uC624\uB958",menuCapture:"\uC2A4\uD06C\uB9B0\uC0F7 \uCEA1\uCC98",menuTextOnly:"\uD14D\uC2A4\uD2B8\uB9CC \uB0A8\uAE30\uAE30"},lf={maxUses:"\uCD5C\uB300 \uC0AC\uC6A9 \uD69F\uC218 (\uBE44\uC6CC\uB450\uBA74 \uBB34\uC81C\uD55C)",redirect:"\uC774\uB3D9\uD560 \uD398\uC774\uC9C0 URL (\uBE44\uC6CC\uB450\uBA74 \uC571 \uBA54\uC778)",creating:"\uC0DD\uC131 \uC911\u2026",create:"\uB9C1\uD06C \uC0DD\uC131",created:"\u2713 \uB9C1\uD06C\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4",copied:"\uBCF5\uC0AC\uB428!",copy:"\uBCF5\uC0AC",loading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",empty:"\uC0DD\uC131\uB41C \uB9C1\uD06C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",uses:"{{count}}\uD68C \uC0AC\uC6A9",expiresAt:"\uB9CC\uB8CC: {{date}}",createdAt:"\uC0DD\uC131: {{date}}",confirmDelete:"\uC0AD\uC81C\uD560\uAE4C\uC694?",deactivate:"\uBE44\uD65C\uC131\uD654",delete:"\uC0AD\uC81C",status:{active:"\uC720\uD6A8",expired:"\uB9CC\uB8CC",inactive:"\uBE44\uD65C\uC131"}},cf={title:"\uB2E8\uC5B4 \uCD94\uCC9C"},uf={scope:{user:"\uC774\uC6A9\uAD8C",org:"\uAE30\uAD00 \uC774\uC6A9\uAD8C"},expired:{title:"{{scope}} \uC774\uC6A9 \uAE30\uAC04\uC774 \uB05D\uB0AC\uC2B5\uB2C8\uB2E4",message:"{{plan}} ({{date}} \uC885\uB8CC) \u2014 \uACC4\uC18D \uC774\uC6A9\uD558\uC2DC\uB824\uBA74 \uC774\uC6A9\uAD8C\uC744 \uAD6C\uB9E4\uD558\uC138\uC694."},today:{title:"{{scope}} \uC774\uC6A9 \uAE30\uAC04\uC774 \uC624\uB298 \uB05D\uB0A9\uB2C8\uB2E4"},tomorrow:{title:"{{scope}} \uC774\uC6A9 \uAE30\uAC04\uC774 \uB0B4\uC77C \uB05D\uB0A9\uB2C8\uB2E4"},soon:{title:"{{scope}} \uC774\uC6A9 \uAE30\uAC04\uC774 {{days}}\uC77C \uB0A8\uC558\uC2B5\uB2C8\uB2E4",message:"{{planJosa}} {{date}}\uC5D0 \uB05D\uB0A9\uB2C8\uB2E4. \uB9CC\uB8CC \uC804\uC5D0 \uC774\uC6A9\uAD8C\uC744 \uAD6C\uB9E4\uD558\uC138\uC694."},action:"\uC774\uC6A9\uAD8C \uAD6C\uB9E4\uD558\uAE30"},df={inProgress:"{{name}}\uB2D8 \uD6C8\uB828 \uC911",endFailed:"\uC885\uB8CC\uC5D0 \uC2E4\uD328\uD588\uC5B4\uC694. \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",ending:"\uC885\uB8CC \uC911\u2026",end:"\uD6C8\uB828 \uC885\uB8CC",endConfirm:"\uD6C8\uB828 \uC138\uC158\uC744 \uC885\uB8CC\uD560\uAE4C\uC694? \uC885\uB8CC\uD558\uBA74 \uBC29\uBB38 \uC774\uB825\uC5D0 \uAE30\uB85D\uB429\uB2C8\uB2E4.",endConfirmTitle:"\uD6C8\uB828 \uC885\uB8CC"},pf={tab:{login:"\uB85C\uADF8\uC778",signup:"\uD68C\uC6D0\uAC00\uC785"},email:"\uC774\uBA54\uC77C",emailPlaceholder:"\uC774\uBA54\uC77C\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",username:"\uC0AC\uC6A9\uC790\uBA85",usernamePlaceholder:"\uC0AC\uC6A9\uC790\uBA85\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",password:"\uBE44\uBC00\uBC88\uD638",passwordPlaceholder:"\uBE44\uBC00\uBC88\uD638 \uC785\uB825",passwordNewPlaceholder:"\uBE44\uBC00\uBC88\uD638\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",confirmPassword:"\uBE44\uBC00\uBC88\uD638 \uD655\uC778",submitSignup:"\uAC00\uC785\uD558\uAE30",processing:"\uCC98\uB9AC \uC911\u2026",signupSuccess:"\uAC00\uC785 \uD655\uC778 \uC774\uBA54\uC77C\uC744 \uBC1C\uC1A1\uD588\uC2B5\uB2C8\uB2E4. \uC774\uBA54\uC77C\uC744 \uD655\uC778\uD574 \uC8FC\uC138\uC694.",backToLogin:"\uB85C\uADF8\uC778\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30",resetPassword:{link:"\uBE44\uBC00\uBC88\uD638 \uCC3E\uAE30",title:"\uBE44\uBC00\uBC88\uD638 \uCC3E\uAE30",desc:"\uAC00\uC785\uD558\uC2E0 \uC774\uBA54\uC77C \uC8FC\uC18C\uB97C \uC785\uB825\uD558\uBA74 \uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815 \uB9C1\uD06C\uB97C \uBCF4\uB0B4\uB4DC\uB9BD\uB2C8\uB2E4.",button:"\uC7AC\uC124\uC815 \uB9C1\uD06C \uBCF4\uB0B4\uAE30",success:`\uC7AC\uC124\uC815 \uB9C1\uD06C\uB97C \uC774\uBA54\uC77C\uB85C \uBCF4\uB0C8\uC2B5\uB2C8\uB2E4.
|
|
821
|
+
\uBC1B\uC740 \uD3B8\uC9C0\uD568\uC744 \uD655\uC778\uD574 \uC8FC\uC138\uC694.`,failed:"\uC7AC\uC124\uC815 \uB9C1\uD06C \uBC1C\uC1A1\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694."},error:{emailRequired:"\uC774\uBA54\uC77C\uC740 \uD544\uC218 \uC785\uB825 \uD56D\uBAA9\uC785\uB2C8\uB2E4.",signupDisabled:"\uD604\uC7AC \uC790\uCCB4 \uAC00\uC785\uC774 \uC81C\uD55C\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4. \uCD08\uB300\uB97C \uD1B5\uD574 \uAC00\uC785\uD574 \uC8FC\uC138\uC694.",lockedWithMinutes:"\uB85C\uADF8\uC778 {{count}}\uD68C \uC2E4\uD328\uB85C \uACC4\uC815\uC774 \uC7A0\uACBC\uC2B5\uB2C8\uB2E4. {{minutes}}\uBD84 \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",lockedContactAdmin:"\uB85C\uADF8\uC778 {{count}}\uD68C \uC2E4\uD328\uB85C \uACC4\uC815\uC774 \uC7A0\uACBC\uC2B5\uB2C8\uB2E4. \uAD00\uB9AC\uC790\uC5D0\uAC8C \uBB38\uC758\uD574 \uC8FC\uC138\uC694.",attemptsLeft:"{{message}} (\uB0A8\uC740 \uC2DC\uB3C4 {{count}}\uD68C)",emailFormat:"\uC774\uBA54\uC77C \uD615\uC2DD\uC774 \uC544\uB2D9\uB2C8\uB2E4.",passwordRequired:"\uBE44\uBC00\uBC88\uD638\uB294 \uD544\uC218 \uC785\uB825 \uD56D\uBAA9\uC785\uB2C8\uB2E4.",passwordMismatch:"\uBE44\uBC00\uBC88\uD638\uAC00 \uC77C\uCE58\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",usernameRequired:"\uC0AC\uC6A9\uC790\uBA85\uC740 \uD544\uC218 \uC785\uB825 \uD56D\uBAA9\uC785\uB2C8\uB2E4.",usernameMaxLength:"\uC0AC\uC6A9\uC790\uBA85\uC740 \uCD5C\uB300 12\uC790 \uC785\uB2C8\uB2E4.",passwordMinLength:"\uBE44\uBC00\uBC88\uD638\uB294 6\uC790 \uC774\uC0C1\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4.",passwordMinLengthN:"\uBE44\uBC00\uBC88\uD638\uB294 {{n}}\uC790 \uC774\uC0C1\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4.",invalidCredentials:"\uC774\uBA54\uC77C \uB610\uB294 \uBE44\uBC00\uBC88\uD638\uAC00 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",emailNotConfirmed:"\uC774\uBA54\uC77C \uC778\uC99D\uC774 \uC644\uB8CC\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4. \uBC1B\uC740 \uD3B8\uC9C0\uD568\uC744 \uD655\uC778\uD574 \uC8FC\uC138\uC694.",invalidEmailFormat:"\uC774\uBA54\uC77C \uD615\uC2DD\uC774 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",termsRequired:"\uC774\uC6A9\uC57D\uAD00\uC5D0 \uB3D9\uC758\uD574 \uC8FC\uC138\uC694.",privacyRequired:"\uAC1C\uC778\uC815\uBCF4\uCC98\uB9AC\uBC29\uCE68\uC5D0 \uB3D9\uC758\uD574 \uC8FC\uC138\uC694.",serviceUnavailable:"\uC9C0\uAE08\uC740 \uC11C\uBE44\uC2A4\uC5D0 \uC5F0\uACB0\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694. \uACC4\uC18D\uB418\uBA74 \uAD00\uB9AC\uC790\uC5D0\uAC8C \uBB38\uC758\uD574 \uC8FC\uC138\uC694.",unknown:"\uB85C\uADF8\uC778\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694. \uACC4\uC18D\uB418\uBA74 \uAD00\uB9AC\uC790\uC5D0\uAC8C \uBB38\uC758\uD574 \uC8FC\uC138\uC694."},agreement:{termsTitle:"\uC774\uC6A9\uC57D\uAD00",privacyTitle:"\uAC1C\uC778\uC815\uBCF4\uCC98\uB9AC\uBC29\uCE68",termsLabel:"\uC774\uC6A9\uC57D\uAD00\uC5D0 \uB3D9\uC758\uD569\uB2C8\uB2E4.",privacyLabel:"\uAC1C\uC778\uC815\uBCF4\uCC98\uB9AC\uBC29\uCE68\uC5D0 \uB3D9\uC758\uD569\uB2C8\uB2E4.",view:"\uBCF4\uAE30",loadError:"\uBB38\uC11C\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},resetPage:{title:"\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815",sessionChecking:"\uC138\uC158 \uD655\uC778 \uC911\u2026",accessDenied:"\uC774\uBA54\uC77C\uC758 \uC7AC\uC124\uC815 \uB9C1\uD06C\uB97C \uD1B5\uD574\uC11C\uB9CC \uC811\uADFC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uB9C1\uD06C\uAC00 \uB9CC\uB8CC\uB418\uC5C8\uB2E4\uBA74 \uBE44\uBC00\uBC88\uD638 \uCC3E\uAE30\uB97C \uB2E4\uC2DC \uC9C4\uD589\uD574 \uC8FC\uC138\uC694.",newPassword:"\uC0C8 \uBE44\uBC00\uBC88\uD638",confirmPassword:"\uC0C8 \uBE44\uBC00\uBC88\uD638 \uD655\uC778",mismatch:"\uC0C8 \uBE44\uBC00\uBC88\uD638\uAC00 \uC77C\uCE58\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",reused:"\uCD5C\uADFC \uC0AC\uC6A9\uD55C \uBE44\uBC00\uBC88\uD638 {{count}}\uAC1C\uB294 \uB2E4\uC2DC \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",submit:"\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815",submitting:"\uC7AC\uC124\uC815 \uC911\u2026",done:"\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815\uC774 \uC644\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD648\uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD558\uC5EC \uB2E4\uC2DC \uB85C\uADF8\uC778\uD574 \uC8FC\uC138\uC694.",goHome:"\uD648\uD398\uC774\uC9C0\uB85C \uC774\uB3D9"},orDivider:"\uB610\uB294",kakaoStart:"\uCE74\uCE74\uC624\uB85C \uC2DC\uC791\uD558\uAE30"},hf={title:"\uC57D\uAD00 \uB3D9\uC758\uAC00 \uD544\uC694\uD569\uB2C8\uB2E4",subtitle:"\uC11C\uBE44\uC2A4\uB97C \uACC4\uC18D \uC774\uC6A9\uD558\uC2DC\uB824\uBA74 \uC774\uC6A9\uC57D\uAD00\uACFC \uAC1C\uC778\uC815\uBCF4\uCC98\uB9AC\uBC29\uCE68\uC5D0 \uB3D9\uC758\uD574 \uC8FC\uC138\uC694.",submit:"\uB3D9\uC758\uD558\uACE0 \uACC4\uC18D\uD558\uAE30",processing:"\uCC98\uB9AC \uC911\u2026",error:"\uB3D9\uC758 \uCC98\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694."},mf={title:"\uC8FC\uC18C \uAC80\uC0C9",loadError:"Daum Postcode \uC2A4\uD06C\uB9BD\uD2B8 \uB85C\uB4DC \uC2E4\uD328"},gf={title:"\uD6C8\uB828 \uC2E4\uD589",subtitle:"\uC8FC\uC81C\uB97C \uC120\uD0DD\uD558\uC5EC \uB4E3\uAE30 \uC5F0\uC2B5\uC744 \uC9C4\uD589\uD558\uC138\uC694.",loading:"\uD6C8\uB828 \uB370\uC774\uD130\uB97C \uBD88\uB7EC\uC624\uB294 \uC911\uC785\uB2C8\uB2E4\u2026",empty:"\uC2E4\uD589\uD560 \uD6C8\uB828 \uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},ff={addTitle:"\uD6C8\uB828 \uBB36\uC74C \uCD94\uAC00",editTitle:"\uD6C8\uB828 \uBB36\uC74C \uC218\uC815",nameLabel:"\uD6C8\uB828 \uBB36\uC74C \uC774\uB984",namePlaceholder:"\uD6C8\uB828 \uBB36\uC74C \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694",basketLabel:"\uB2F4\uC740 \uD6C8\uB828",selectLabel:"\uD6C8\uB828 \uC120\uD0DD",customerSelect:"\uACE0\uAC1D \uC120\uD0DD",groupLabel:"\uADF8\uB8F9",groupPlaceholder:"\uADF8\uB8F9 \uC774\uB984 (\uC120\uD0DD\uC0AC\uD56D)",noGroup:"\uADF8\uB8F9 \uC5C6\uC74C",shareLink:"\uB9C1\uD06C \uC0DD\uC131",shareLinkLabel:"\uACF5\uC720 \uB9C1\uD06C",basketEmpty:"\uB2F4\uC740 \uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",basketPerTypeMax:"/ \uAC01 10\uAC1C",clearAll:"\uBAA8\uB450 \uC81C\uAC70",removeLinkConfirm:{title:"\uACF5\uC720 \uB9C1\uD06C \uC81C\uAC70",body:"\uC774 \uACF5\uC720 \uB9C1\uD06C\uB97C \uC81C\uAC70\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uAE30\uC874 \uB9C1\uD06C\uB85C\uB294 \uB354 \uC774\uC0C1 \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",confirm:"\uC81C\uAC70"},tab:{byTopic:"\uC8FC\uC81C\uBCC4",byType:"\uD6C8\uB828\uBCC4"},toast:{maxItems:"\uD6C8\uB828\uBCC4 10\uAC1C\uAE4C\uC9C0 \uC120\uD0DD \uAC00\uB2A5\uD569\uB2C8\uB2E4.",noItemsToAdd:"\uCD94\uAC00\uD560 \uC218 \uC788\uB294 \uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},descLabel:"\uD55C \uC904 \uC124\uBA85",descPlaceholder:"\uC5B4\uB5A4 \uD6C8\uB828\uC778\uC9C0 \uAC04\uB2E8\uD788 \uC124\uBA85\uD574\uC8FC\uC138\uC694 (\uC120\uD0DD)",copyLink:"\uB9C1\uD06C \uBCF5\uC0AC",removeLink:"\uB9C1\uD06C \uC81C\uAC70",linkCopied:"\uB9C1\uD06C\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",linkCreated:"\uB9C1\uD06C\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",linkRemoved:"\uB9C1\uD06C\uAC00 \uC81C\uAC70\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",linkCreating:"\uC0DD\uC131 \uC911\u2026",linkError:"\uB9C1\uD06C \uC0DD\uC131\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",linkSaveFirst:"\uBA3C\uC800 \uD6C8\uB828 \uBB36\uC74C\uC744 \uC800\uC7A5\uD574\uC8FC\uC138\uC694.",linkSaveFirstHint:"\uC800\uC7A5\uB41C \uD6C8\uB828 \uBB36\uC74C\uC5D0\uC11C\uB9CC \uACF5\uC720 \uB9C1\uD06C\uB97C \uC0DD\uC131\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",linkCopySelect:"\uBCF5\uC0AC\uAC00 \uB9C9\uD600 \uB9C1\uD06C\uB97C \uC120\uD0DD\uD588\uC2B5\uB2C8\uB2E4. Ctrl/\u2318+C\uB85C \uBCF5\uC0AC\uD558\uC138\uC694.",nameRequired:"\uD6C8\uB828 \uBB36\uC74C \uC774\uB984\uC744 \uC785\uB825\uD574\uC8FC\uC138\uC694.",itemRequired:"\uD6C8\uB828\uC744 1\uAC1C \uC774\uC0C1 \uB2F4\uC544\uC8FC\uC138\uC694.",randomAdd:"\uBB34\uC791\uC704 \uCD94\uAC00"},bf={type:{hearingAid:"\uBCF4\uCCAD\uAE30",cochlearImplant:"\uC778\uACF5\uC640\uC6B0",other:"\uAE30\uD0C0"},direction:{left:"\uC88C",right:"\uC6B0",label:"\uBC29\uD5A5"},wornDate:"\uCC29\uC6A9\uC77C",deviceType:"\uC885\uB958",brand:"\uBE0C\uB79C\uB4DC",fitType:"\uCC29\uC6A9\uD615\uD0DC",productName:"\uC81C\uD488\uBA85",productNamePlaceholder:"\uC81C\uD488\uBA85\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",registerTitle:"\uCCAD\uAC01\uC7AC\uD65C\uAE30\uAE30 \uB4F1\uB85D",validationError:{brandAndProduct:"\uBE0C\uB79C\uB4DC\uC640 \uC81C\uD488\uBA85\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",wornYear:"\uCC29\uC6A9 \uC5F0\uB3C4\uB294 {{min}}\uB144 \uC774\uC0C1 {{max}}\uB144 \uC774\uD558\uC5EC\uC57C \uD569\uB2C8\uB2E4.",brand:"\uBE0C\uB79C\uB4DC\uB97C \uACE8\uB77C \uC8FC\uC138\uC694.",productName:"\uC81C\uD488\uBA85\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694."},addNew:"\uC0C8 \uAE30\uAE30 \uCD94\uAC00",selectFromList:"\uBAA9\uB85D\uC5D0\uC11C \uC120\uD0DD",removeDevice:"\uCC29\uC6A9 \uD574\uC81C",editTitle:"\uCCAD\uAC01\uC7AC\uD65C\uAE30\uAE30 \uC218\uC815",editSubmit:"\uAE30\uAE30\uC815\uBCF4 \uC218\uC815",deleteSubmit:"\uAE30\uAE30 \uC0AD\uC81C"},yf={stat:{totalCustomers:"\uCD1D \uACE0\uAC1D",monthlyTraining:"\uC774\uBC88 \uB2EC \uD6C8\uB828",monthlyVisits:"\uC774\uB2EC \uCD1D \uBC29\uBB38",savedWordTables:"\uC800\uC7A5\uB41C \uB2E8\uC5B4 \uD45C",todayVisits:"\uAE08\uC77C \uBC29\uBB38 \uC608\uC815",todayVisitsEmpty:"\uC624\uB298 \uBC29\uBB38 \uC608\uC815\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",subscription:"\uC774\uC6A9\uAD8C \uD604\uD669",subscriptionRemaining:"\uC0AC\uC6A9\uC911",subscriptionTotal:"\uC804\uCCB4",subscriptionHeld:"\uBCF4\uC720"},chart:{visitDetail:"\uC0C1\uC138 \uBC29\uBB38 \uD604\uD669",trainingDetail:"\uC0C1\uC138 \uD6C8\uB828 \uD604\uD669",weekly:"\uC8FC\uBCC4",daily:"\uC77C\uBCC4",periodMonth:"\uC6D4",periodWeek:"\uC8FC",weeklyPrefix:"\uC8FC\uAC04",monthlyPrefix:"\uC6D4\uAC04",visit:"\uBC29\uBB38",reservation:"\uC608\uC57D",trainingDone:"\uD6C8\uB828 \uC644\uB8CC",trainingInProgress:"\uD6C8\uB828 \uC911",weekRange:"{{start}}~{{end}}",week:"{{n}}\uC8FC"},moreItems:"+ {{count}}\uAC1C \uB354\uBCF4\uAE30",headerBadge:"\uD504\uB9AC\uC624\uD508 30\uC77C",greeting:"{{name}}\uB2D8",subscriptionStatus:{active:"{{pct}}% \uD65C\uC131",expired:"{{pct}}% \uB9CC\uB8CC",unused:"{{pct}}% \uBBF8\uC0AC\uC6A9"}},Cf={title:"\uB300\uB9BD\uC30D\uD45C \uB9CC\uB4E4\uAE30",editTitle:"'{{name}}' \uB300\uB9BD\uC30D\uD45C \uC218\uC815\uD558\uAE30",editBanner:{message:"\uC800\uC7A5\uD558\uBA74 \uC9C0\uAE08 \uC218\uC815 \uC911\uC778 \uB300\uB9BD\uC30D\uD45C\uAC00 \uAC31\uC2E0\uB429\uB2C8\uB2E4."},subtitle:"\uC74C\uC18C\uB97C \uC120\uD0DD\uD558\uC5EC \uB300\uB9BD\uC30D\uC744 \uAC80\uC0C9\uD569\uB2C8\uB2E4.",phonemeSelect:{title:"\uC74C\uC18C \uC120\uD0DD",emptySummary:"\uC74C\uC18C\uB97C \uC120\uD0DD\uD558\uC138\uC694.",needsContrast:"\uB300\uB9BD \uC74C\uC18C\uB97C \uC120\uD0DD\uD558\uC138\uC694.",vs:"\uB300"},caution:"\uC720\uC758\uC0AC\uD56D",mode:{include:"\uC74C\uC18C \uD3EC\uD568",pick:"\uC74C\uC18C \uB300\uB9BD",contrast:"\uC74C\uC18C \uB300\uB9BD \uC9C0\uC815",infoTitle:"\uB300\uB9BD \uBC29\uC2DD",infoInclude:"\uC74C\uC18C \uD3EC\uD568 \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uAC00 \uBAA8\uB450 \uB4E4\uC5B4\uAC04 \uB2E8\uC5B4\uC640 \uADF8 \uB300\uB9BD\uC30D\uC744 \uCC3E\uC544\uC694.",infoPick:"\uC74C\uC18C \uB300\uB9BD \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uAC00 \uB300\uB9BD\uC30D \uB450 \uB2E8\uC5B4\uC758 \uC2E4\uC81C \uCC28\uC774\uC810\uC77C \uB54C\uB9CC \uB9E4\uCE6D\uB3FC\uC694.",infoContrast:"\uC74C\uC18C \uB300\uB9BD \uC9C0\uC815 \u2014 \uAE30\uC900 \uB2E8\uC5B4\uC640 \uB300\uB9BD \uB2E8\uC5B4\uC758 \uC74C\uC18C\uB97C \uAC01\uAC01 \uC9C1\uC811 \uC120\uD0DD\uD574 \uB300\uB9BD\uC30D\uC744 \uCC3E\uC544\uC694."},count:"{{n}}\uAC1C",input:{char:"\uAE00\uC790 \uC120\uD0DD",pron:"\uBC1C\uC74C \uC120\uD0DD",infoTitle:"\uC785\uB825 \uBC29\uC2DD",infoChar:"\uAE00\uC790 \uC120\uD0DD \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uB85C \uB2E8\uC5B4(\uAE00\uC790 \uAE30\uC900)\uB97C \uCC3E\uC740 \uD6C4, \uB2E8\uC5B4\uC758 \uD45C\uC900 \uBC1C\uC74C \uB300\uB9BD\uC30D\uC744 \uCC3E\uC2B5\uB2C8\uB2E4.",infoPron:"\uBC1C\uC74C \uC120\uD0DD \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uB85C \uD45C\uC900 \uBC1C\uC74C \uB300\uB9BD\uC30D\uC744 \uCC3E\uC2B5\uB2C8\uB2E4."},phonemeN:"{{n}}\uBC88 \uC74C\uC808",phonemeSingleLabel:"\uC74C\uC808",phonemeContrastSingleLabel:"\uB300\uB9BD \uC74C\uC808",ordinals:["\uCCAB\uBC88\uC9F8","\uB450\uBC88\uC9F8","\uC138\uBC88\uC9F8","\uB124\uBC88\uC9F8"],phonemeOrdinalLabel:"{{ordinal}} \uC74C\uC808",phonemeContrastOrdinalLabel:"\uB300\uB9BD {{ordinal}} \uC74C\uC808",composition:"\uC815\uB2F5 \uB2E8\uC5B4 \uAD6C\uC131",syllableCount:"\uC74C\uC808 \uC218",syllableN:"{{n}}\uC74C\uC808",syllableNPlus:"{{n}}\uC74C\uC808 \uC774\uC0C1",onset:"\uCD08\uC131",vowel:"\uBAA8\uC74C",coda:"\uC885\uC131",glide:"\uD65C\uC74C",filter:{searchOptionsTitle:"\uB300\uB9BD \uC124\uC815",searchModeLabel:"\uB300\uB9BD \uBC29\uC2DD",countLabel:"\uC785\uB825 \uC74C\uC808 \uAC2F\uC218",inputModeLabel:"\uC785\uB825 \uBC29\uC2DD",phonemeOrder:"\uC785\uB825 \uC74C\uC808 \uC704\uCE58",phonemeOrderInfo:["\uC77C\uCE58: \uB300\uB9BD\uC30D\uC774 \uC815\uD655\uD788 \uAC19\uC740 \uC704\uCE58(\uC74C\uC808)\uC5D0\uC11C\uB9CC \uCC28\uC774 \uB098\uC57C \uB9E4\uCE6D\uB3FC\uC694.","\uBB34\uAD00: \uCC28\uC774 \uB098\uB294 \uC704\uCE58\uB294 \uC0C1\uAD00\uC5C6\uC774 \uB9E4\uCE6D\uB3FC\uC694."],orderAny:"\uBB34\uAD00",noCoda:"\uC81C\uC678",noCodaTip:"\uBC1B\uCE68(\uC885\uC131)\uC774 \uC5C6\uB294 \uB2E8\uC5B4\uB9CC \uCC3E\uC2B5\uB2C8\uB2E4",orderMatch:"\uC77C\uCE58",difficultyInfo:"\uAD6D\uB9BD\uAD6D\uC5B4\uC6D0\uC758 \uAE30\uCD08 \uC5B4\uD718 \uB4F1\uAE09\uC774 \uACB0\uACFC\uC5D0 \uBC18\uC601\uB429\uB2C8\uB2E4.",selectLabel:"\uC120\uD0DD",selectInfo:["\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC: \uB2E8\uC5B4 \uC911\uC5D0 \uC774\uBBF8\uC9C0\uAC00 \uC788\uB294 \uB2E8\uC5B4\uB9CC \uACB0\uACFC\uC5D0 \uBCF4\uC5EC\uC90D\uB2C8\uB2E4.","\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC: \uB300\uB9BD\uC30D \uB450 \uB2E8\uC5B4\uC758 \uC74C\uC808 \uAD6C\uC870(\uAE00\uC790 \uC218\xB7\uBC1B\uCE68 \uC720\uBB34 \uB4F1)\uAC00 \uAC19\uC740 \uACB0\uACFC\uB9CC \uB0A8\uACA8\uC694."],onlyHasImage:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC",onlySameStructure:"\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC",scopeSearchWordOnly:"\uAC80\uC0C9 \uB2E8\uC5B4\uB9CC"},resultUnit:"\uB300\uB9BD\uC30D",group:{onset:"\uCD08\uC131 \uB300\uBE44",vowel:"\uBAA8\uC74C \uB300\uBE44",glide:"\uD65C\uC74C \uB300\uBE44",coda:"\uC885\uC131 \uB300\uBE44"},toast:{samePhonemesError:"\uAE30\uC900 \uC74C\uC18C\uC640 \uB300\uB9BD \uC74C\uC18C\uB294 \uB2E4\uB974\uAC8C \uC785\uB825\uB418\uC5B4\uC57C \uD569\uB2C8\uB2E4."},searchLabel:{error:"\uB370\uC774\uD130 \uBD88\uB7EC\uC624\uAE30 \uC2E4\uD328",loading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",checking:"\uC774\uBBF8\uC9C0 \uC720\uBB34 \uD655\uC778 \uC911"},confirmMessage:"\uC120\uD0DD\uD55C {{unit}} {{count}}\uAC1C\uB97C \uD3EC\uD568\uD55C \uB2E8\uC5B4 \uD45C \uC815\uBCF4\uAC00 \uC0AC\uB77C\uC9D1\uB2C8\uB2E4.",resetOptions:"\uAC80\uC0C9 \uC635\uC158 \uCD08\uAE30\uD654",phonemeContrast:"\uB300\uB9BD {{n}}\uBC88 \uC74C\uC808",infoNotes:["\uBBF8\uB9AC\uBCF4\uAE30 \uAE00\uC790\uB294 \uC120\uD0DD\uD55C \uC74C\uC18C\uC758 \uC870\uD569 \uC608\uC2DC\uC785\uB2C8\uB2E4. \uC2E4\uC81C \uAC80\uC0C9\uC740 \uD574\uB2F9 \uC74C\uC18C\uAC00 \uD3EC\uD568\uB41C \uBAA8\uB4E0 \uB2E8\uC5B4\uB97C \uB300\uC0C1\uC73C\uB85C \uD569\uB2C8\uB2E4.","\uCD08\uC131 '\u3147'\uC740 \uC120\uD0DD\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uB2E8\uC5B4 \uC55E\uC5D0 \uC624\uB294 \u3147\uC740 \uC2E4\uC9C8\uC801\uC73C\uB85C \uBB34\uC74C\uC774\uC5B4\uC11C \uB300\uB9BD\uC30D \uC131\uB9BD\uC5D0 \uC601\uD5A5\uC744 \uC8FC\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","\uCD08\uC131\uACFC \uC885\uC131\uB9CC \uC120\uD0DD\uD558\uBA74 \uBAA8\uC74C\uC740 '\u314F'\uB85C \uC790\uB3D9 \uD45C\uC2DC\uB429\uB2C8\uB2E4.","\uC74C\uC18C \uAC1C\uC218\uB97C \uB298\uB9AC\uBA74 \uAC01 \uC74C\uC18C \uC0AC\uC774\uC758 \uB300\uB9BD\uC30D\uC744 \uAC80\uC0C9\uD569\uB2C8\uB2E4."],imageFilterOn:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC \uBCF4\uACE0 \uC788\uC2B5\uB2C8\uB2E4 \u2014 \uB300\uB9BD\uC30D\uC740 \uB450 \uB0B1\uB9D0 \uBAA8\uB450 \uC774\uBBF8\uC9C0\uAC00 \uC788\uC5B4\uC57C \uD574\uC11C \uACB0\uACFC\uAC00 \uD06C\uAC8C \uC904\uC5B4\uB4ED\uB2C8\uB2E4. \uB354 \uBCF4\uB824\uBA74 \uAC80\uC0C9 \uC635\uC158\uC5D0\uC11C \uADF8 \uC120\uD0DD\uC744 \uB044\uC138\uC694."},vf={title:"\uAC8C\uC784",subtitle:"\uB4E3\uAE30 \uAC8C\uC784\uC73C\uB85C \uC990\uAC81\uAC8C \uD6C8\uB828\uD558\uC138\uC694.",scoreSaveFailed:"\uC810\uC218 \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC5B4\uC694. \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",endsIn:"{{days}}\uC77C {{hours}}\uC2DC\uAC04 \uD6C4 \uC885\uB8CC",bestScore:"\uCD5C\uACE0\uC810\uC218",totalScore:"\uB204\uC801 \uC810\uC218",rank:"\uC21C\uC704",leaderboard:{title:"\uC21C\uC704",loading:"\uC21C\uC704\uB97C \uBD88\uB7EC\uC624\uB294 \uC911\uC774\uC5D0\uC694\u2026",empty:"\uC544\uC9C1 \uAE30\uB85D\uC774 \uC5C6\uC5B4\uC694. \uCCAB \uAE30\uB85D\uC744 \uB0A8\uACA8 \uBCF4\uC138\uC694!",unavailable:"\uC21C\uC704\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC5B4\uC694. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC5F4\uC5B4 \uC8FC\uC138\uC694.",me:"\uB098",anonymous:"\uC775\uBA85",score:"{{score}}\uC810",chase:"{{points}}\uC810\uB9CC \uB354 \uC62C\uB9AC\uBA74 {{rank}}\uC704\uC608\uC694.",top:"\uC9C0\uAE08 1\uC704\uC608\uC694! \uAE30\uB85D\uC744 \uC9C0\uCF1C \uBCF4\uC138\uC694."},crossword:{title:"\uAC00\uB85C\uC138\uB85C \uB0B1\uB9D0\uD034\uC988",desc:"\uB0B1\uB9D0\uC744 \uB4E3\uACE0 \uAE00\uC790 \uD0C0\uC77C\uB85C \uAC00\uB85C\uC138\uB85C \uBE48\uCE78\uC744 \uCC44\uC6B0\uC138\uC694.",tip1:"\uBC88\uD638\uAC00 \uC788\uB294 \uCE78\uC744 \uB204\uB974\uBA74 \uADF8 \uC790\uB9AC\uC5D0 \uB4E4\uC5B4\uAC08 \uB0B1\uB9D0\uC744 \uBC14\uB85C \uB4E4\uB824\uC918\uC694(\uAC00\uB85C\xB7\uC138\uB85C \uB458 \uB2E4\uBA74 \uCC28\uB840\uB85C).",tip2:"\uC544\uB798 \uAE00\uC790 \uD0C0\uC77C\uC744 \uB20C\uB7EC \uBE48\uCE78\uC744 \uCC44\uC6B0\uC138\uC694.",tip3:"\uBAA8\uB4E0 \uCE78\uC744 \uCC44\uC6B4 \uB4A4 '\uC815\uB2F5 \uD655\uC778' \uBC84\uD2BC\uC744 \uB20C\uB7EC \uACB0\uACFC\uB97C \uD655\uC778\uD574\uC694.",scoreTitle:"\uC810\uC218",score1:"\uB9DE\uD78C \uCE78 \uD558\uB098\uC5D0 10\uC810, \uD2C0\uB824\uB3C4 \uAE4E\uC774\uC9C0 \uC54A\uC544\uC694.",score2:"\uC18D\uB3C4\uB098 \uB09C\uC774\uB3C4\uB85C\uB294 \uC624\uB974\uC9C0 \uC54A\uC544\uC694.",score3:"\uD310\uB9C8\uB2E4 \uB354\uD574 \uC313\uC774\uB2C8 \uC5EC\uB7EC \uD310 \uD480\uC218\uB85D \uC21C\uC704\uAC00 \uC62C\uB77C\uAC00\uC694.",playHint:"\uBC88\uD638\uAC00 \uC788\uB294 \uCE78\uC744 \uB204\uB974\uBA74 \uADF8 \uC790\uB9AC\uC758 \uB0B1\uB9D0\uC744 \uB4E4\uC744 \uC218 \uC788\uC5B4\uC694. (\uBC88\uD638\uAC00 2\uAC1C\uBA74 \uB204\uB978 \uC21C\uC11C\uB300\uB85C)",pickCellFirst:"\uCC44\uC6B8 \uCE78\uC744 \uBA3C\uC800 \uB204\uB974\uC138\uC694. \uBC88\uD638\uAC00 \uC788\uB294 \uCE78\uC740 \uADF8 \uC790\uB9AC\uC758 \uB0B1\uB9D0\uC744 \uB4E4\uB824\uC918\uC694. (\uBC88\uD638\uAC00 2\uAC1C\uBA74 \uB204\uB978 \uC21C\uC11C\uB300\uB85C)",levelIntro:"\uCD08\uAE09\xB7\uC911\uAE09\xB7\uACE0\uAE09 \uC911\uC5D0\uC11C \uACE0\uB974\uBA74 \uB9E4\uBC88 \uC0C8 \uBB38\uC81C\uAC00 \uB098\uC640\uC694.",wordsLoading:"\uB2E8\uC5B4\uB97C \uBD88\uB7EC\uC624\uB294 \uC911\uC774\uC5D0\uC694\u2026",alertNoPuzzle:"\uBB38\uC81C\uB97C \uB9CC\uB4E4\uC9C0 \uBABB\uD588\uC5B4\uC694. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",level:{basic:"\uCD08\uAE09",intermediate:"\uC911\uAE09",advanced:"\uACE0\uAE09"},levelDesc:{basic:"\uC26C\uC6B4 \uB0B1\uB9D0\uB85C \uC2DC\uC791\uD574\uC694",intermediate:"\uC870\uAE08 \uB354 \uC5B4\uB824\uC6B4 \uB0B1\uB9D0\uC774\uC5D0\uC694",advanced:"\uAC00\uC7A5 \uC5B4\uB824\uC6B4 \uB0B1\uB9D0\uC774\uC5D0\uC694"},alertFillAll:"\uBAA8\uB4E0 \uCE78\uC5D0 \uB2F5\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",undo:"\u21A9 \uB418\uB3CC\uB9AC\uAE30",checkAnswer:"\u2713 \uC815\uB2F5 \uD655\uC778",cellEmpty:"\uBE48 \uCE78",cellCorrect:"\uC815\uB2F5",cellWrong:"\uC624\uB2F5",hintLabel:"{{label}} {{number}}\uBC88",horizontal:"\uAC00\uB85C",vertical:"\uC138\uB85C"},reflex:{title:"\uC21C\uBC1C\uB825 \uAC8C\uC784",desc:"\uB2E8\uC5B4\uB97C \uB4E3\uACE0 \uBCF4\uAE30 \uC911\uC5D0\uC11C \uBE60\uB974\uAC8C \uD074\uB9AD\uD558\uC138\uC694.",roundCount:"{{total}}\uBB38\uC81C \xB7 \uBB38\uC81C\uB2F9 {{timeLimit}}\uCD08",tip1:"\uB2E8\uC5B4\uAC00 \uB4E4\uB9AC\uBA74 \uBCF4\uAE30 4\uAC1C \uC911 \uC815\uB2F5\uC744 \uD074\uB9AD\uD558\uC138\uC694.",tip2:"\uBB38\uC81C\uB97C \uD074\uB9AD\uD558\uBA74 \uB2E8\uC5B4\uB97C \uB2E4\uC2DC \uB4E4\uC744 \uC218 \uC788\uC5B4\uC694.",tip3:"\uC81C\uD55C \uC2DC\uAC04 {{timeLimit}}\uCD08 \uC548\uC5D0 \uB2F5\uD558\uC138\uC694.",accuracy:"{{pct}}% \uC815\uD655\uB3C4",avgTime:"\uD3C9\uADE0 {{time}}\uCD08",timeout:"(\uC2DC\uAC04\uCD08\uACFC)",correctMsg:"\u2713 \uC815\uB2F5! {{time}}\uCD08",wrongMsg:"\u2717 \uC815\uB2F5: {{word}}"},typing:{title:"\uB2E8\uC5B4 \uD0C0\uC790\uC5F0\uC2B5",desc:"\uB2E8\uC5B4\uB97C \uB4E3\uACE0 \uC81C\uD55C \uC2DC\uAC04 \uB0B4\uC5D0 \uD0C0\uC774\uD551\uD558\uC138\uC694.",roundCount:"{{rounds}}\uBB38\uC81C \xB7 \uBB38\uC81C\uB2F9 {{timeLimit}}\uCD08",placeholder:"\uB4E4\uC740 \uB2E8\uC5B4\uB97C \uC785\uB825\uD558\uC138\uC694",tip1:"\uB2E8\uC5B4\uB97C \uB4E3\uACE0 \uC81C\uD55C \uC2DC\uAC04 \uB0B4\uC5D0 \uD0C0\uC774\uD551\uD558\uC138\uC694.",tip2:"'\uB2E4\uC2DC \uB4E3\uAE30' \uBC84\uD2BC\uC744 \uB204\uB974\uBA74 \uB2E8\uC5B4\uB97C \uB2E4\uC2DC \uB4E4\uC744 \uC218 \uC788\uC5B4\uC694.",tip3:"Enter \uD0A4 \uB610\uB294 \uD655\uC778 \uBC84\uD2BC\uC73C\uB85C \uC81C\uCD9C\uD558\uC138\uC694.",accuracy:"{{pct}}% \uC815\uD655\uB3C4",notEntered:"(\uBBF8\uC785\uB825)",correctMsg:"\u2713 \uC815\uB2F5!",wrongMsg:"\u2717 \uC815\uB2F5: {{word}}"},sentenceTyping:{title:"\uBB38\uC7A5 \uD0C0\uC790\uC5F0\uC2B5",desc:"\uBB38\uC7A5\uC744 \uB4E3\uACE0 \uC81C\uD55C \uC2DC\uAC04 \uB0B4\uC5D0 \uD0C0\uC774\uD551\uD558\uC138\uC694.",roundCount:"{{rounds}}\uBB38\uC81C \xB7 \uBB38\uC81C\uB2F9 {{timeLimit}}\uCD08",placeholder:"\uB4E4\uC740 \uBB38\uC7A5\uC744 \uC785\uB825\uD558\uC138\uC694",tip1:"\uBB38\uC7A5\uC744 \uB4E3\uACE0 \uC81C\uD55C \uC2DC\uAC04 \uB0B4\uC5D0 \uD0C0\uC774\uD551\uD558\uC138\uC694.",tip2:"'\uB2E4\uC2DC \uB4E3\uAE30' \uBC84\uD2BC\uC744 \uB204\uB974\uBA74 \uBB38\uC7A5\uC744 \uB2E4\uC2DC \uB4E4\uC744 \uC218 \uC788\uC5B4\uC694.",tip3:"Enter \uD0A4 \uB610\uB294 \uD655\uC778 \uBC84\uD2BC\uC73C\uB85C \uC81C\uCD9C\uD558\uC138\uC694."},wordDefense:{inputLabel:"\uB4E4\uC740 \uB2E8\uC5B4 \uC785\uB825",title:"\uB2E8\uC5B4 \uB514\uD39C\uC2A4",desc:"\uBAB0\uB824\uC624\uB294 \uB2E8\uC5B4\uB97C \uD0C0\uC774\uD551\uC73C\uB85C \uBB3C\uB9AC\uCE58\uC138\uC694.",introTitle:"\uC6B0\uC8FC \uBC29\uC5B4\uB300",introDesc:"\uC678\uACC4\uC778\uC774 \uB098\uD0C0\uB0A0 \uB54C\uB9C8\uB2E4 \uB2E8\uC5B4\uB97C \uB4E4\uB824\uC90D\uB2C8\uB2E4.",introDesc2:"\uB4E4\uC740 \uB2E8\uC5B4\uB97C \uD0C0\uC774\uD551\uD574\uC11C \uC678\uACC4\uC778\uC744 \uACA9\uD1F4\uD558\uC138\uC694!",tip1:"\uC678\uACC4\uC778 \uD074\uB9AD / \uC2A4\uD398\uC774\uC2A4\uBC14 \u2192 \uB2E8\uC5B4 \uB2E4\uC2DC \uB4E3\uAE30",tip2:"\uC0AC\uBC29\uC5D0\uC11C \uC678\uACC4\uC778\uC774 \uBAB0\uB824\uC635\uB2C8\uB2E4.",tip3:"\uC2DC\uAC04\uC774 \uC9C0\uB0A0\uC218\uB85D \uCE68\uB7B5 \uC18D\uB3C4\uAC00 \uBE68\uB77C\uC9D1\uB2C8\uB2E4.",gameoverTitle:"\uC6B0\uC8FC\uC120 \uACA9\uD30C!",killCount:"\uACA9\uD1F4\uD55C \uC678\uACC4\uC778: {{count}}\uB9C8\uB9AC",msgPerfect:"\uC644\uBCBD\uD55C \uC6B0\uC8FC \uBC29\uC5B4!",msgGood:"\uC798 \uC2F8\uC6E0\uC5B4\uC694!",msgTryAgain:"\uB354 \uC5F0\uC2B5\uD574\uBCF4\uC138\uC694!",dailyBest:"\uC624\uB298 \uCD5C\uACE0",replayBtn:"\uB2E4\uC2DC \uB4E3\uAE30",energyBtn:"\uC5D0\uB108\uC9C0 \uC0AC\uC6A9",energyTitle:"\uC5D0\uB108\uC9C0 \uBC1C\uB3D9 (Tab) \u2014 \uBAA8\uB4E0 \uC801 \uC81C\uAC70",clickToPlay:"\uD074\uB9AD\uD574\uC11C \uC989\uC2DC \uC7AC\uC0DD",me:"\uB098"},dictation:{title:"\uBC1B\uC544\uC4F0\uAE30",desc:"\uBB38\uC7A5\uC744 \uB4E3\uACE0 \uC815\uD655\uD788 \uBC1B\uC544\uC801\uB294 \uC5F0\uC2B5\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uC74C\uC131 \uC7AC\uC0DD, \uC785\uB825 \uD544\uB4DC, \uC815\uB2F5 \uBE44\uAD50"},result:{heading:"{{number}}\uB2E8\uACC4 \uD574\uB2F5",allCorrect:"\uC9DD\uC9DD\uC9DD \uC804\uCCB4 \uC815\uB2F5!",scoreEarned:"\uD68D\uB4DD \uC810\uC218 {{score}}\uC810",scoreSummary:"{{total}}\uCE78 \uC911 {{correct}}\uCE78 \uC815\uB2F5",retry:"\uB2E4\uC2DC \uD480\uAE30",next:"\uB2E4\uC74C \uD034\uC988"},common:{howToPlay:"\uAC8C\uC784 \uBC29\uBC95",start:"\uC2DC\uC791\uD558\uAE30",retry:"\uB2E4\uC2DC \uD558\uAE30",confirm:"\uD655\uC778",listenAgain:"\uB2E4\uC2DC \uB4E3\uAE30",result:"\uACB0\uACFC",score:"\uC810\uC218 {{score}}",timerSec:"{{sec}}\uCD08",progressFilled:"\uC9C4\uD589\uB960 \u2014 {{filled}} / {{total}} \uCE78 \uCC44\uC6C0",roundCorrect:"{{n}}\uBC88\uC9F8 \uC815\uB2F5",roundWrong:"{{n}}\uBC88\uC9F8 \uC624\uB2F5",accuracy:"{{pct}}% \uC815\uD655\uB3C4",rankChecking:"\uC21C\uC704 \uD655\uC778 \uC911\u2026",rankValue:"\uC804\uCCB4 {{rank}}\uC704",bestScore:"\uCD5C\uACE0 \uAE30\uB85D {{score}}\uC810",newRecord:"\uC2E0\uAE30\uB85D",dialogIntro:"{{game}} \u2014 \uAC8C\uC784 \uBC29\uBC95",dialogResult:"{{game}} \u2014 \uACB0\uACFC",dialogPlay:"{{game}} \u2014 \uC9C4\uD589 \uC911"},soundMatch:{title:"\uC18C\uB9AC \uB9E4\uCE6D",desc:"\uAC19\uC740 \uC18C\uB9AC\uB97C \uAC00\uC9C4 \uB2E8\uC5B4 \uB610\uB294 \uBB38\uC7A5\uC744 \uBE60\uB974\uAC8C \uB9E4\uCE6D\uD558\uB294 \uAC8C\uC784\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uD50C\uB808\uC774 \uBC84\uD2BC, \uD0C0\uC774\uBA38, \uC810\uC218 \uC9D1\uACC4"},orderSequence:{title:"\uBB38\uC7A5 \uC21C\uC11C\uD654",desc:"\uD769\uC5B4\uC9C4 \uBB38\uC7A5 \uC870\uAC01\uC744 \uC62C\uBC14\uB978 \uC21C\uC11C\uB85C \uBC30\uC5F4\uD558\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uBB38\uC7A5 \uC138\uD2B8, \uC21C\uC11C \uD655\uC778 \uC778\uD130\uD398\uC774\uC2A4"},speedListen:{title:"\uC18D\uB3C4 \uB4E3\uAE30",desc:"\uC2DC\uAC04 \uC81C\uD55C \uB0B4\uC5D0 \uBB38\uC7A5\uC758 \uB2E8\uC5B4 \uC218\uB97C \uB9DE\uCD94\uB294 \uB3C4\uC804\uD615 \uAC8C\uC784\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uC81C\uD55C\uC2DC\uAC04, \uC810\uC218\uD310"},noiseChallenge:{title:"\uC18C\uC74C \uCC4C\uB9B0\uC9C0",desc:"\uBC30\uACBD \uC18C\uC74C \uC18D\uC5D0\uC11C \uBB38\uC7A5\uC744 \uBD84\uBCC4\uD558\uB294 \uC5F0\uC2B5\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uB2E4\uC591\uD55C \uC18C\uC74C \uB808\uBCA8, \uC810\uC218 \uC9D1\uACC4"},fastListen:{title:"\uBE60\uB978 \uB4E3\uAE30",desc:"\uC9E7\uC740 \uBB38\uC7A5\uC744 \uBE60\uB974\uAC8C \uB4E4\uB824\uC8FC\uACE0 \uD575\uC2EC \uB2E8\uC5B4\uB97C \uC120\uD0DD\uD558\uB294 \uAC8C\uC784\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uB09C\uC774\uB3C4\uBCC4 \uC18D\uB3C4, \uD0C0\uC774\uBA38"},shadowing:{title:"\uC250\uB3C4\uC789",desc:"\uBB38\uC7A5\uC744 \uB530\uB77C \uB9D0\uD558\uBA70 \uBC1C\uC74C\uACFC \uC5B5\uC591\uC744 \uC5F0\uC2B5\uD558\uB294 \uBAA8\uB4DC\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uC7AC\uC0DD, \uB179\uC74C, \uBE44\uAD50 \uD53C\uB4DC\uBC31"},phonemeHunt:{title:"\uC74C\uC6B4 \uCC3E\uAE30",desc:"\uD2B9\uC815 \uC74C\uC6B4(\uBC1C\uC74C)\uC744 \uD3EC\uD568\uD55C \uB2E8\uC5B4\uB97C \uCC3E\uC544\uB0B4\uB294 \uAC8C\uC784\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uC74C\uC6B4 \uD544\uD130, \uD78C\uD2B8 \uAE30\uB2A5"}},wf={lead:`\uC544\uC774\uD574\uBE0C\uB294 \uC18C\uB9AC\uB97C \uD1B5\uD574
|
|
822
|
+
\uC2E0\uB8B0\uB97C \uC313\uACE0
|
|
823
|
+
\uD68C\uBCF5\uC744 \uB3D5\uC2B5\uB2C8\uB2E4.`,site:{title:"\uC0AC\uC774\uD2B8",malgwi:"\uB9D0\uADC0",soundDirection:"\uC18C\uB9AC\uBC29\uD5A5\uC131\uC2DC\uC2A4\uD15C",vrSoundDirection:"VR\uC18C\uB9AC\uBC29\uD5A5\uC131\uC2DC\uC2A4\uD15C",hearingTest:"\uCCAD\uB825\uD14C\uC2A4\uD2B8 \uD504\uB85C"},sns:{title:"SNS",naverBlog:"\uB124\uC774\uBC84 \uBE14\uB85C\uADF8",kakao:"KAKAO Talk \uC624\uD508\uCC44\uD305"},policy:{title:"\uC815\uCC45",terms:"\uC774\uC6A9\uC57D\uAD00",privacy:"\uAC1C\uC778\uC815\uBCF4 \uCC98\uB9AC\uBC29\uCE68"},ceo:"\uB300\uD45C",address:"\uC8FC\uC18C",support:"\uACE0\uAC1D\uC13C\uD130",ceoName:"\uD55C\uC9C0\uD61C",addressValue:"\uAC15\uC6D0\uB3C4 \uCD98\uCC9C\uC2DC \uC2DC\uCCAD\uAE38 32 \uD574\uCC2C\uBE4C\uB529 3\uCE35 302\uD638"},xf={nav:{programs:"\uD504\uB85C\uADF8\uB7A8",manager:"\uB9E4\uB2C8\uC800",themes:"\uD6C8\uB828 \uC8FC\uC81C",plans:"\uC694\uAE08\uC81C",login:"\uB85C\uADF8\uC778",menuOpen:"\uBA54\uB274 \uC5F4\uAE30",menuClose:"\uBA54\uB274 \uB2EB\uAE30"},hero:{eyebrow:"\uCCAD\uAC01\uC804\uBB38\uAC00\uAC00 \uB9CC\uB4E0 \uCCAD\uB2A5\uD6C8\uB828",title:"\uCCAD\uAC01\uC804\uBB38\uAC00\uB4E4\uC774 \uB9CC\uB4E0<br/>\uD504\uB85C\uADF8\uB7A8\uC73C\uB85C <em>\uB9D0\uC18C\uB9AC \uB4E3\uAE30</em>\uB97C<br/>\uC5F0\uC2B5\uD574\uBCF4\uC138\uC694.",sub:"\uC544\uC774\uD574\uBE0C \uB9D0\uADC0\uB294 \uBCF4\uCCAD\uAE30 \uCC29\uC6A9\uC790\uC758 \uC77C\uC0C1 \uC18D \uC18C\uD1B5\uC744 \uC9C0\uC6D0\uD558\uAE30 \uC704\uD574 \uB2E4\uC591\uD55C \uB4E3\uAE30 \uC0C1\uD669\uACFC \uC7AC\uBBF8\uB97C \uACE0\uB824\uD55C \uCCAD\uB2A5\uD6C8\uB828 \uD504\uB85C\uADF8\uB7A8\uC785\uB2C8\uB2E4.",ctaPrimary:"\uBB34\uB8CC\uB85C \uC2DC\uC791\uD558\uAE30"},marquee:["4,460\uAC1C\uC758 \uB4E3\uAE30 \uCF58\uD150\uCE20","\uCCAD\uAC01\uC804\uBB38\uAC00 \uC790\uBB38","\uBCF4\uCCAD\uAE30 \uCC29\uC6A9\uC790 \uC77C\uC0C1 \uD68C\uBCF5","\uB9E4\uC77C \uC5C5\uB370\uC774\uD2B8","9\uAC1C \uC8FC\uC81C \uCE74\uD14C\uACE0\uB9AC","\uC18C\uC74C \uD658\uACBD \uC2DC\uBBAC\uB808\uC774\uC158"],counter:{prefix:"\uCD1D",unit:"\uAC1C",unitSuffix:"\uC758",suffix:"\uBC29\uB300\uD55C \uD6C8\uB828 \uCF58\uD150\uCE20.",trainingCardSuffix:"\uBB38\uC7A5",cap:"\uB9E4\uC77C \uC5C5\uB370\uC774\uD2B8\uB418\uB294 4,000\uAC1C \uC774\uC0C1\uC758 \uB4E3\uAE30 \uCF58\uD150\uCE20\uB85C \uD55C \uBB38\uC7A5\uB3C4 \uAC19\uC740 \uB4E3\uAE30 \uACBD\uD5D8\uC774 \uBC18\uBCF5\uB418\uC9C0 \uC54A\uB3C4\uB85D \uC124\uACC4\uD588\uC2B5\uB2C8\uB2E4.",chips:[{num:"1,284",label:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30"},{num:"1,612",label:"\uC9E7\uC740 \uC774\uC57C\uAE30 \uB4E3\uAE30"},{num:"986",label:"\uAE34 \uC774\uC57C\uAE30 \uB4E3\uAE30"},{num:"578",label:"\uBB38\uC7A5 \uC21C\uC11C\uD654 \uD558\uAE30"}]},features:{title:"\uD544\uC694\uD55C \uBAA8\uB4E0 <em>\uCCAD\uAC01\uD6C8\uB828</em>\uC744 <em>\uD55C \uACF3</em>\uC5D0\uC11C",sub:"\uC624\uB298\uC758 \uB4E3\uAE30\uBD80\uD130 \uC18C\uC74C \uC18D \uD6C8\uB828, \uB2E8\uC5B4 \uBCC0\uBCC4, \uAC8C\uC784\uAE4C\uC9C0\u2014<br/>\uCCAD\uAC01 \uC7AC\uD65C\uC5D0 \uD544\uC694\uD55C \uBAA8\uB4E0 \uD504\uB85C\uADF8\uB7A8\uC744 \uB9D0\uADC0 \uD558\uB098\uB85C \uACBD\uD5D8\uD558\uC138\uC694.",items:[{title:"\uC624\uB298\uC758 \uB4E3\uAE30",desc:"\uB9E4\uC77C \uC0C8\uB85C\uC6B4 \uB4E3\uAE30 \uD6C8\uB828\uC73C\uB85C \uAFB8\uC900\uD55C \uCCAD\uAC01 \uC7AC\uD65C\uC744 \uB3C4\uC640\uB4DC\uB9BD\uB2C8\uB2E4."},{title:"\uC8FC\uC81C\uBCC4 \uD6C8\uB828",desc:"\uC77C\uC0C1, \uB274\uC2A4, \uB0A0\uC528 \uB4F1 \uB2E4\uC591\uD55C \uC8FC\uC81C\uB85C \uC2E4\uC0DD\uD65C \uCCAD\uCDE8 \uB2A5\uB825\uC744 \uD5A5\uC0C1\uC2DC\uD0B5\uB2C8\uB2E4."},{title:"\uB2E8\uC5B4\uD6C8\uB828",desc:"\uCD08\uC131\xB7\uC911\uC131\xB7\uC885\uC131 \uCC28\uC774\uB97C \uBE44\uAD50\uD558\uBA70 \uC74C\uC18C \uBCC0\uBCC4 \uB2A5\uB825\uC744 \uC9D1\uC911 \uD6C8\uB828\uD569\uB2C8\uB2E4."},{title:"\uC18C\uC74C \uC18D \uB4E3\uAE30",desc:"\uB2E4\uC591\uD55C \uC18C\uC74C \uD658\uACBD\uC5D0\uC11C \uB9D0\uC18C\uB9AC\uB97C \uC120\uBA85\uD558\uAC8C \uAD6C\uBCC4\uD558\uB294 \uC801\uC751\uB825\uC744 \uD0A4\uC6C1\uB2C8\uB2E4."},{title:"\uAC8C\uC784",desc:"\uC7AC\uBBF8\uC788\uB294 \uAC8C\uC784 \uBC29\uC2DD\uC73C\uB85C \uC9C0\uB8E8\uD558\uC9C0 \uC54A\uAC8C \uCCAD\uAC01 \uD6C8\uB828\uC744 \uC9C0\uC18D\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},{title:"\uD6C8\uB828 \uAE30\uB85D",desc:"\uD6C8\uB828 \uC774\uB825\uACFC \uD1B5\uACC4\uB85C \uB098\uC758 \uCCAD\uAC01 \uC7AC\uD65C \uC9C4\uD589 \uC0C1\uD669\uC744 \uD55C\uB208\uC5D0 \uD30C\uC545\uD569\uB2C8\uB2E4."},{title:"\uC804\uBB38\uAC00 \uAD00\uB9AC",desc:"\uCCAD\uB2A5\uC0AC\uC640 \uBCF4\uCCAD\uAE30 \uC13C\uD130\uAC00 \uD658\uC790 \uD6C8\uB828 \uC124\uC815\xB7\uBC29\uBB38 \uC774\uB825\uC744 \uD1B5\uD569 \uAD00\uB9AC\uD569\uB2C8\uB2E4."}]},programs:{title:"<em>\uB2E4\uC591\uD55C \uB4E3\uAE30</em> \uC0C1\uD669\uACFC <em>\uC7AC\uBBF8</em>\uB97C \uACE0\uB824\uD55C<br/>\uCCAD\uB2A5 \uD6C8\uB828 \uD504\uB85C\uADF8\uB7A8",sub:"\uAFB8\uC900\uD55C \uCCAD\uAC01 \uC7AC\uD65C\uC740 \uCCAD\uAC01\uC801 \uC8FC\uC758\uB825\uACFC \uC778\uC9C0 \uB2A5\uB825\uC744 \uD5A5\uC0C1\uC2DC\uD0B5\uB2C8\uB2E4.",steps:[{n:"01",variant:"start",title:"\uB4E3\uACE0",desc:"\uC2E4\uC81C \uC77C\uC0C1 \uC18C\uC74C \uD658\uACBD\uC5D0\uC11C \uBB38\uC7A5\uC744 \uB4E3\uB294 \uD6C8\uB828"},{n:"02",variant:"feedback",title:"\uAE30\uC5B5\uD558\uACE0",desc:"\uBB38\uC7A5\uC744 \uB2E4\uC2DC \uBCF4\uBA70 \uC5B4\uB290 \uBD80\uBD84\uC774 \uC798 \uB4E4\uB838\uB294\uC9C0 \uD655\uC778"},{n:"03",variant:"done",title:"\uD655\uC778\uD55C\uB2E4",desc:"\uC138\uC158\uBCC4 \uC815\uB2F5\uB960\uACFC \uCD94\uC774\uB97C \uC800\uC7A5\uD558\uC5EC \uB2E4\uC74C \uD6C8\uB828\uC5D0 \uBC18\uC601"}]},themes:{title:"<em>\uAD00\uC2EC</em> \uC788\uB294 <em>\uC8FC\uC81C</em>\uB85C<br/>\uACE8\uB77C \uB4E3\uB294 \uCCAD\uAC01 \uD6C8\uB828",sub:"\uC77C\uC0C1\uC5D0\uC11C \uC790\uC8FC \uB9C8\uC8FC\uCE58\uB294 \uC8FC\uC81C\uB85C \uC790\uC5F0\uC2A4\uB7FD\uAC8C \uB4E3\uAE30\uB97C \uC5F0\uC2B5\uD560 \uC218 \uC788\uB3C4\uB85D \uC815\uB9AC\uD588\uC2B5\uB2C8\uB2E4.",sentenceSuffix:"\uAC1C \uBB38\uC7A5",items:{weather:"\uB0A0\uC528",food:"\uC74C\uC2DD",people:"\uC778\uBB3C",koreanCulture:"\uD55C\uAD6D\uBB38\uD654",stories:"\uC774\uC57C\uAE30",locations:"\uC9C0\uC5ED",societyArts:"\uC0AC\uD68C\uC640 \uC608\uC220",natureScience:"\uC790\uC5F0\uACFC \uACFC\uD559",sports:"\uC2A4\uD3EC\uCE20",health:"\uAC74\uAC15"}},manager:{title:"\uCCAD\uB2A5 <em>\uD6C8\uB828 \uC804\uBB38\uAC00</em>\uB97C \uC704\uD55C<br/><em>\uB9E4\uB2C8\uC800</em> \uAE30\uB2A5 \uC81C\uACF5",sub:"\uACE0\uAC1D\uC744 \uAD00\uB9AC\uD558\uACE0 \uACE0\uAC1D\uBCC4 \uCCAD\uB2A5 \uD6C8\uB828\uC774 \uAC00\uB2A5\uD55C \uB9E4\uB2C8\uC800 \uD398\uC774\uC9C0 \uC11C\uBE44\uC2A4\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4.",footText:"\uC9C1\uC811 \uC6D0\uD558\uB294 \uD6C8\uB828\uC744 \uC800\uC7A5\uD558\uC5EC \uB098\uB9CC\uC758 \uD504\uB9AC\uC14B\uC744 \uC138\uD305\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",footBtn:"\uB9D0\uADC0 \uB9E4\uB2C8\uC800 \uB4F1\uB85D \uC2E0\uCCAD"},pricing:{title:"\uB9D0\uADC0\uC758 \uBAA8\uB4E0 \uCF58\uD150\uCE20\uB97C<br/>\uC81C\uD55C \uC5C6\uC774 \uC774\uC6A9\uD558\uC138\uC694"},cta:{eyebrow:"\uC9C0\uAE08 \uBC14\uB85C \uC2DC\uC791\uD558\uAE30",title:"\uB9E4\uC77C 10\uBD84, \uC77C\uC0C1 \uC18D<br/>\uC18C\uD1B5\uC758 \uC790\uC2E0\uAC10\uC744 \uB418\uCC3E\uC73C\uC138\uC694.",sub:"\uC544\uC774\uD574\uBE0C \uACC4\uC815\uC73C\uB85C \uB85C\uADF8\uC778\uD558\uBA74, \uCCAB \uBC29\uBB38 \uACE0\uAC1D\uB2D8 \uD504\uB9AC\uC14B\uBD80\uD130<br/>\uBC14\uB85C \uD6C8\uB828\uC744 \uC2DC\uC791\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",btn:"\uC544\uC774\uD574\uBE0C \uB85C\uADF8\uC778\uD558\uACE0 \uB9D0\uADC0 \uC2DC\uC791"},trainingPhone:{title:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30",topic:"\uD143\uBC2D\uAC00\uAFB8\uAE30",prev:"\uC774\uC804",next:"\uB2E4\uC74C",speed:"\uBE60\uB974\uAE30 3",noiseType:"\uC640\uAE00\uC640\uAE00",settings:"\uC124\uC815",start:{caption:"\uC544\uB798 \uD50C\uB808\uC774(\u25B6) \uBC84\uD2BC\uC744 \uB20C\uB7EC \uBB38\uC7A5\uC744 \uC798 \uB4E4\uC5B4\uBCF4\uC138\uC694. \uC798 \uB4E4\uC73C\uC2E0 \uB4A4 \uBB38\uC7A5\uC744 \uD655\uC778\uD558\uC138\uC694."},feedback:{caption:"\uC798 \uD0A4\uC6B4 \uBAA8\uC885\uC744 \uD143\uBC2D\uC5D0 \uC2EC\uACE0 \uBE44\uB2D0\uC744 \uC798 \uB36E\uC5B4 \uC90D\uB2C8\uB2E4."},done:{heardWell:"\uC798 \uB4E4\uB9B0 \uBB38\uC7A5",listenAgain:"\uD55C \uBC88 \uB354 \uB4E3\uAE30"}},managerDash:{nav:{customers:"\uACE0\uAC1D\uAD00\uB9AC",trainingSettings:"\uD6C8\uB828 \uC138\uD305",visitHistory:"\uC804\uCCB4 \uBC29\uBB38 \uC774\uB825"},trainingName:"\uD6C8\uB828 \uC774\uB984",tabs:[{label:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30",icon:"\u{1F50A}"},{label:"\uC9E7\uC740 \uBB38\uC7A5 \uB4E3\uAE30",icon:"\u{1F4AC}"},{label:"\uAE34 \uBB38\uC7A5 \uB4E3\uAE30",icon:"\u{1F4D6}"},{label:"\uBB38\uC7A5 \uC21C\uC11C\uD654\uD558\uAE30",icon:"\u{1F500}"}],checks:[{n:"\uAC80\uB3C4",on:!0},{n:"\uACE8\uD504",on:!0},{n:"\uACE8\uD504\uB9E4\uB108",on:!0},{n:"\uB18D\uAD6C",on:!1},{n:"\uB9C8\uB77C\uD1A4",on:!1},{n:"\uBC30\uB4DC\uBBFC\uD134",on:!1}]},stickyCta:"\uB85C\uADF8\uC778\uD558\uACE0 \uB9D0\uADC0 \uC2DC\uC791",stickyTaglinePrefix:"\uC758\xA0",stickyTaglineHighlight:"\uCCAD\uB2A5\uD6C8\uB828",stickyTaglineSuffix:"\uB97C \uC2DC\uC791\uD558\uB824\uBA74?",forceLogout:{duplicateSession:"\uB2E4\uB978 \uAE30\uAE30\uC5D0\uC11C \uB85C\uADF8\uC778\uD558\uC5EC \uD604\uC7AC \uC138\uC158\uC774 \uC790\uB3D9\uC73C\uB85C \uC885\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",sessionExpired:"\uC138\uC158\uC774 \uB9CC\uB8CC\uB418\uC5B4 \uC790\uB3D9\uC73C\uB85C \uB85C\uADF8\uC544\uC6C3\uB418\uC5C8\uC2B5\uB2C8\uB2E4."}},_f={yearField:"\uB144",monthField:"\uC6D4",dayField:"\uC77C",yearLabel:"{{y}}\uB144",monthLabel:"{{m}}\uC6D4",hourLabel:"{{h}}\uC2DC",daySuffix:"\uC77C",minuteSuffix:"\uBD84",dayLabel:"{{n}}\uC77C",timeHM:"{{h}}\uC2DC {{m}}\uBD84",timeH:"{{h}}\uC2DC"},kf={discrimination:{label:"\uBCC0\uBCC4\uD6C8\uB828",disc:"\uB450 \uC18C\uB9AC\uAC00 \uAC19\uC740\uC9C0 \uB2E4\uB978\uC9C0, \uB610\uB294 \uD2B9\uC815 \uC18C\uB9AC\uB97C \uAD6C\uBCC4\uD558\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",types:{SAME_SOUND_PICK:{label:"\uAC19\uC740 \uC18C\uB9AC \uB2E8\uC5B4 \uACE0\uB974\uAE30",sub:"\uB4E4\uC740 \uC18C\uB9AC\uC640 \uAC19\uC740 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uBB38\uC81C \uB2E8\uC5B4\uB97C \uC120\uD0DD\uD558\uC138\uC694.",step2:"\uD568\uAED8 \uC81C\uC2DC\uD560 \uB2E4\uB978 \uB2E8\uC5B4\uB97C \uC120\uD0DD\uD558\uC138\uC694."},SAME_OR_DIFF:{label:"\uAC19\uC740\uC9C0 \uB2E4\uB978\uC9C0 \uB9DE\uD788\uAE30",sub:"\uB450 \uC18C\uB9AC\uAC00 \uAC19\uC740\uC9C0, \uB2E4\uB978\uC9C0 \uAD6C\uBD84\uD558\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC11C\uB85C \uB300\uB9BD\uC30D\uC778 \uB450 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB450 \uC18C\uB9AC\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uAC19\uC740\uAC00\uC694, \uB2E4\uB978\uAC00\uC694?",choiceSame:"\uAC19\uC544\uC694",choiceDiff:"\uB2EC\uB77C\uC694"},HEAR_AND_PICK_SAME:{label:"\uC77C\uCE58\uD558\uB294 \uB2E8\uC5B4 \uACE0\uB974\uAE30",sub:"\uB4E4\uC740 \uC18C\uB9AC\uC758 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uB4E4\uC740 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},HEAR_AND_PICK_INCLUDED:{label:"\uD55C \uC74C\uC808 \uD3EC\uD568\uD55C \uB2E8\uC5B4 \uACE0\uB974\uAE30",sub:"\uB4E4\uC740 \uC74C\uC808\uC774 \uD3EC\uD568\uB41C \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD6C8\uB828 \uC74C\uC808\uC774 \uD3EC\uD568\uB41C \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uC74C\uC808\uC744 \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uC774 \uC74C\uC808\uC774 \uD3EC\uD568\uB41C \uB2E8\uC5B4\uB97C \uACE0\uB974\uC138\uC694."},STARTS_WITH_SAME_SOUND:{label:"\uAC19\uC740 \uC74C\uC808\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4 \uACE0\uB974\uAE30",sub:"\uB4E4\uC740 \uB2E8\uC5B4\uC640 \uAC19\uC740 \uC18C\uB9AC\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4\uB97C \uACE0\uB974\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD6C8\uB828 \uC74C\uC808\uB85C \uC2DC\uC791\uD558\uB294 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uBB38\uC81C \uB2E8\uC5B4 \uC785\uB2C8\uB2E4.",step2:"\uAC19\uC740 \uC18C\uB9AC\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4\uB97C \uACE0\uB974\uC138\uC694."}}},synthesis:{label:"\uD569\uC131\uD6C8\uB828",disc:"\uB450 \uAC1C \uC774\uC0C1\uC758 \uC74C\uC808\uC774\uB098 \uC74C\uC18C\uB97C \uD569\uCCD0 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",types:{MERGE_2_SYLLABLES:{label:"\uC74C\uC808 2\uAC1C \uD569\uCE58\uAE30",sub:"\uB450 \uC74C\uC808\uC744 \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D\uC778 \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB450 \uC74C\uC808\uC744 \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},MERGE_3_SYLLABLES:{label:"\uC74C\uC808 3\uAC1C \uD569\uCE58\uAE30",sub:"\uC138 \uC74C\uC808\uC744 \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D\uC778 \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uC138 \uC74C\uC808\uC744 \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},MERGE_2_PHONEMES:{label:"\uC74C\uC18C 2\uAC1C \uD569\uCE58\uAE30",sub:"\uB450 \uC74C\uC18C\uB97C \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC815\uB2F5 \uC18C\uB9AC\uC640 \uB300\uB9BD\uC30D\uC778 \uC624\uB2F5 \uC18C\uB9AC\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB450 \uC74C\uC18C\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},MERGE_3_PHONEMES:{label:"\uC74C\uC18C 3\uAC1C \uD569\uCE58\uAE30",sub:"\uC138 \uC74C\uC18C\uB97C \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC815\uB2F5 \uC18C\uB9AC\uC640 \uB300\uB9BD\uC30D\uC778 \uC624\uB2F5 \uC18C\uB9AC\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uC138 \uC74C\uC18C\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"}}},deletion:{label:"\uD0C8\uB77D\uD6C8\uB828",disc:"\uB2E8\uC5B4\uC5D0\uC11C \uC74C\uC808\uC774\uB098 \uC74C\uC18C\uB97C \uC81C\uAC70\uD588\uC744 \uB54C \uB0A8\uB294 \uC18C\uB9AC\uB97C \uC778\uC2DD\uD558\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",types:{DROP_1_FROM_2SYLL:{label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uD0C8\uB77D",sub:"2\uC74C\uC808 \uB2E8\uC5B4\uC5D0\uC11C \uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD55C \uC74C\uC808\uC744 \uBE80 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},DROP_1_FROM_3SYLL:{label:"3\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uD0C8\uB77D",sub:"3\uC74C\uC808 \uB2E8\uC5B4\uC5D0\uC11C \uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD55C \uC74C\uC808\uC744 \uBE80 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},DROP_PART_FROM_COMPOUND:{label:"\uD569\uC131\uC5B4\uC5D0\uC11C \uBD80\uBD84 \uD0C8\uB77D",sub:"\uD569\uC131\uC5B4\uC758 \uC77C\uBD80\uB97C \uBE7C\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC77C\uBD80(\uC5B4\uADFC)\uB97C \uBE80 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uD569\uC131\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uC77C\uBD80\uB97C \uBE7C\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},DROP_FINAL_CONSONANT_FROM_1SYLL:{label:"1\uC74C\uC808\uC5D0\uC11C \uBC1B\uCE68 \uD0C8\uB77D",sub:"\uBC1B\uCE68\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uBC1B\uCE68\uC744 \uBE80 \uC815\uB2F5 \uC18C\uB9AC\uC640 \uB300\uB9BD \uC624\uB2F5 \uC18C\uB9AC\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uBC1B\uCE68\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:{label:"1\uC74C\uC808\uC5D0\uC11C \uC790\uC74C \uD0C8\uB77D",sub:"\uC790\uC74C\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB0A8\uC744\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC790\uC74C\uC744 \uBE80 \uC815\uB2F5 \uC18C\uB9AC\uC640 \uB300\uB9BD \uC624\uB2F5 \uC18C\uB9AC\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uC790\uC74C\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB0A8\uC744\uAE4C\uC694?"}}},substitution:{label:"\uB300\uCE58\uD6C8\uB828",disc:"\uB2E8\uC5B4\uC758 \uC77C\uBD80 \uC74C\uC808\uC774\uB098 \uC74C\uC18C\uB97C \uBC14\uAFB8\uC5B4 \uC0C8\uB85C\uC6B4 \uC18C\uB9AC\uB97C \uB9CC\uB4DC\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",types:{CHANGE_1_SYLL_IN_2SYLL:{label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uBC14\uAFB8\uAE30",sub:"2\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD55C \uC74C\uC808\uC744 \uBC14\uAFBC \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."},CHANGE_1_SYLL_IN_3SYLL:{label:"3\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uBC14\uAFB8\uAE30",sub:"3\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD55C \uC74C\uC808\uC744 \uBC14\uAFBC \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."},CHANGE_1_PHONEME_IN_1SYLL:{label:"1\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC18C \uBC14\uAFB8\uAE30",sub:"1\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uC18C\uB9AC\uB97C \uB9CC\uB4DC\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFBC \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uC18C\uB9AC\uB97C \uB9CC\uB4DC\uC138\uC694."},CHANGE_1_PHONEME_IN_2SYLL:{label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC18C \uBC14\uAFB8\uAE30",sub:"2\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFBC \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."}}},attention:{label:"\uCCAD\uAC01\uC801 \uC8FC\uC758\uB825 \uD6C8\uB828",disc:"\uC5EC\uB7EC \uC18C\uB9AC\uB97C \uB4E3\uACE0 \uC21C\uC11C\uB97C \uAE30\uC5B5\uD558\uB294 \uC8FC\uC758\uB825\uACFC \uB2E8\uAE30 \uAE30\uC5B5 \uD6C8\uB828\uC785\uB2C8\uB2E4.",types:{LISTEN_AND_REMEMBER_ORDER:{label:"\uB4E3\uACE0 \uC21C\uC11C\uB300\uB85C \uAE30\uC5B5\uD558\uAE30",sub:"\uC138 \uB2E8\uC5B4\uB97C \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uCE74\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC21C\uC11C\uB300\uB85C \uB4E4\uB824\uC904 \uC138 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uC138 \uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uACE0\uB974\uC138\uC694."}}}},Sf={subtitle:"\uD6C8\uB828 \uD0C0\uC785\uC744 \uC120\uD0DD\uD558\uC138\uC694",resultUnit:"\uB2E8\uC5B4 \uBB36\uC74C",nameLabel:"\uC774\uB984",namePlaceholder:"\uD6C8\uB828 \uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",options:"\uD6C8\uB828 \uC635\uC158",difficulty:"\uB09C\uC774\uB3C4",exclude:"\uC81C\uC678",chosung:"\uCD08\uC131",save:"\uC800\uC7A5\uD558\uAE30",preview:"\uBBF8\uB9AC\uBCF4\uAE30",excludeOptions:{none:"\uC5C6\uC74C",noImage:"\uC774\uBBF8\uC9C0 \uC5C6\uC74C"},toast:{nameRequired:"\uC138\uD2B8 \uC774\uB984\uC744 \uC785\uB825\uD574\uC8FC\uC138\uC694.",noWords:"\uC120\uD0DD\uB41C \uB2E8\uC5B4\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",noProblem:"\uBB38\uC81C\uB97C 1\uAC1C \uC774\uC0C1 \uC644\uC131\uD574 \uC8FC\uC138\uC694.",loginRequired:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4.",saveFailed:"\uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",saveSuccess:'"{{name}}" \uC138\uD2B8\uAC00 \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4 (\uBB38\uC81C {{count}}\uAC1C).',saveSuccessWithIncomplete:'"{{name}}" \uC138\uD2B8\uAC00 \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4 (\uBB38\uC81C {{count}}\uAC1C, \uBBF8\uC644\uC131 {{incomplete}}\uAC1C\uB294 \uC81C\uC678\uB428).',bundleApplied:"\uD604\uC7AC \uBB38\uC81C\uC5D0 \uC801\uC6A9\uD588\uC5B4\uC694."},suggest:{noCoda:"\uBC1B\uCE68\uC5C6\uC74C",syllable:"{{n}}\uC74C\uC808"}},Af={namePlaceholder:"\uD6C8\uB828 \uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",trainingTitle:"'{{name}}' \uB2E8\uC5B4\uD6C8\uB828",questionInput:"\uB2E8\uC5B4\uB97C \uC785\uB825\uD558\uC138\uC694",answer:"\uC815\uB2F5",distractor:"\uC624\uB2F5",groupStep:"\uBB38\uC81C\uC758 \uB2E8\uC5B4 \uBB36\uC74C\uC744 \uC120\uD0DD\uD558\uC138\uC694.",pickWordStep:"\uBB38\uC81C\uC5D0 \uB0BC \uB2E8\uC5B4\uB97C \uACE0\uB974\uC138\uC694.",groupStepSub:"\uC120\uD0DD\uD55C \uB2E8\uC5B4 \uBB36\uC74C\uC5D0\uC11C \uC815\uB2F5\uACFC \uC624\uB2F5\uC740 \uBB34\uC791\uC704\uB85C \uC0AC\uC6A9\uD558\uAC8C \uB429\uB2C8\uB2E4.",sameOrDiffStepSub:"\uC120\uD0DD\uD55C \uB2E8\uC5B4 \uBB36\uC74C\uC5D0\uC11C \uBB34\uC791\uC704\uB85C \uC0AC\uC6A9\uD558\uAC8C \uB429\uB2C8\uB2E4.",problemNav:"\uBB38\uC81C {{current}} / {{count}}",problemNum:"{{n}}\uBC88 \uBB38\uC81C",clearQuestion:"\uC120\uD0DD \uD574\uC81C",removeQuestion:"\uBB38\uC81C \uC81C\uAC70",addQuestion:"\uBB38\uC81C \uCD94\uAC00",noWords:"\uC120\uD0DD\uB41C \uD544\uD130\uC5D0 \uD574\uB2F9\uD558\uB294 \uB2E8\uC5B4\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",validOk:"\uAC00\uB2A5\uD55C \uB2E8\uC5B4\uC608\uC694.",validNoImage:"\uC774\uBBF8\uC9C0\uAC00 \uC5C6\uB294 \uB2E8\uC5B4\uC608\uC694.",validNeed1SyllCoda:"\uBC1B\uCE68 \uC788\uB294 1\uC74C\uC808 \uB2E8\uC5B4\uB9CC \uC4F8 \uC218 \uC788\uC5B4\uC694.",validNeed1SyllNoCoda:"\uBC1B\uCE68 \uC5C6\uB294 1\uC74C\uC808 \uB2E8\uC5B4\uB9CC \uC4F8 \uC218 \uC788\uC5B4\uC694. (\u3147\uC73C\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4 \uC81C\uC678)",validNeed2Syll:"2\uC74C\uC808 \uB2E8\uC5B4\uB9CC \uC4F8 \uC218 \uC788\uC5B4\uC694.",validNeed3Syll:"3\uC74C\uC808 \uB2E8\uC5B4\uB9CC \uC4F8 \uC218 \uC788\uC5B4\uC694.",manualOnlyHint:"\uC774 \uC720\uD615\uC740 \uC544\uC9C1 \uC790\uB3D9 \uCD94\uCC9C\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uC544\uC694. \uBB38\uC81C \uB2E8\uC5B4\uB97C \uC9C1\uC811 \uC785\uB825\uD574 \uAD6C\uC131\uD574 \uC8FC\uC138\uC694."},Nf={unexpectedTitle:"\uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.",unexpectedMessage:"\uC77C\uC2DC\uC801\uC778 \uC624\uB958\uC785\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",retry:"\uB2E4\uC2DC \uC2DC\uB3C4"},Tf={loadError:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uB85C\uB4DC \uC2E4\uD328",loadErrorMessage:"\uB2E8\uC5B4 \uB370\uC774\uD130\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C\uB97C \uD655\uC778\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",updateAvailable:"\uB2E8\uC5B4 \uB370\uC774\uD130 v{{version}}",updateMessage:"\uC0C8\uB85C\uC6B4 \uB2E8\uC5B4 \uB370\uC774\uD130\uAC00 \uC788\uC2B5\uB2C8\uB2E4.",phaseWordDownload:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uB2E4\uC6B4\uB85C\uB4DC",phaseImageCheck:"\uC774\uBBF8\uC9C0 \uD655\uC778",phasePairAnalysis:"\uB2E8\uC5B4\uC30D \uBD84\uC11D",downloadingCount:"{{n}}\uAC1C \uB2E4\uC6B4\uB85C\uB4DC \uC911",checkingPage:"{{page}}\uD398\uC774\uC9C0 \uBAA9\uB85D \uD655\uC778 \uC911",imageCount:"{{done}} / {{total}}\uAC1C",update:{title:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uC5C5\uB370\uC774\uD2B8"}},Df={title:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC2E0\uCCAD",submitting:"\uC2E0\uCCAD \uC911\u2026",submit:"\uC2E0\uCCAD\uD558\uAE30",promo:{title:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 3\uC77C \uBB34\uB8CC \uCCB4\uD5D8",desc:"\uB4F1\uB85D \uC2E0\uCCAD\uD558\uACE0 \uB9D0\uADC0\uB9E4\uB2C8\uC800\uB97C 3\uC77C\uAC04 \uBB34\uB8CC \uCCB4\uD5D8\uD558\uC138\uC694!",action:"\uC548\uB0B4 \uD398\uC774\uC9C0 \uBCF4\uAE30"},applicantEmail:"\uC2E0\uCCAD\uC790 \uC774\uBA54\uC77C \uACC4\uC815",companyId:{label:"\uC5C5\uCCB4 \uC544\uC774\uB514",placeholder:"\uC608: ACME01 (\uC601\uBB38 \uB300\uBB38\uC790\xB7\uC22B\uC790)",helper:"\uC5C5\uCCB4 \uC544\uC774\uB514\uB294 \uC0DD\uC131 \uD6C4 \uBCC0\uACBD \uBD88\uAC00\uB2A5\uD569\uB2C8\uB2E4. \uC601\uBB38 \uB300\uBB38\uC790, \uC22B\uC790, _, - \uB9CC \uC785\uB825 \uAC00\uB2A5\uD569\uB2C8\uB2E4.",errors:{required:"\uC5C5\uCCB4 \uC544\uC774\uB514\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694",startWithLetter:"\uC5C5\uCCB4 \uC544\uC774\uB514\uB294 \uC601\uBB38 \uB300\uBB38\uC790\uB85C \uC2DC\uC791\uD574\uC57C \uD569\uB2C8\uB2E4.",tooLong:"\uC5C5\uCCB4 \uC544\uC774\uB514\uB294 \uCD5C\uB300 12\uC790 \uC785\uB2C8\uB2E4."}},companyName:{label:"\uC5C5\uCCB4\uBA85 / \uC0AC\uC6A9\uC790\uBA85",placeholder:"\uC5C5\uCCB4\uBA85 \uB610\uB294 \uC0AC\uC6A9\uC790\uBA85\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694",errors:{required:"\uC5C5\uCCB4\uBA85\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694",tooLong:"\uC5C5\uCCB4\uBA85 / \uC0AC\uC6A9\uC790\uBA85\uC740 \uCD5C\uB300 12\uC790 \uC785\uB2C8\uB2E4."}},companyType:{label:"\uC5C5\uCCB4 \uD0C0\uC785",placeholder:"\uC5C5\uCCB4 \uD0C0\uC785\uC744 \uC120\uD0DD\uD574 \uC8FC\uC138\uC694",errors:{required:"\uC5C5\uCCB4 \uD0C0\uC785\uC744 \uC120\uD0DD\uD574 \uC8FC\uC138\uC694"}},phone:{label:"\uC5F0\uB77D\uCC98",errors:{required:"\uC5F0\uB77D\uCC98\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694",format:"\uC62C\uBC14\uB978 \uC5F0\uB77D\uCC98 \uD615\uC2DD\uC774 \uC544\uB2D9\uB2C8\uB2E4"}}},Ef={clearAriaLabel:"\uC785\uB825\uAC12 \uC9C0\uC6B0\uAE30"},Bf={ariaLabel:"\uC120\uD0DD \uD0ED"},Lf={ariaLabel:"\uD0ED"},jf={dragPrompt:"\uD30C\uC77C\uC744 \uC774\uACF3\uC5D0 \uB4DC\uB798\uADF8\uD558\uC5EC \uC5C5\uB85C\uB4DC",browseButton:"\uD30C\uC77C \uC120\uD0DD",removeAriaLabel:"{{name}} \uC81C\uAC70"},Mf={ariaLabel:"\uC0AC\uC6A9\uC790 \uC544\uBC14\uD0C0"},Pf={title:"\uC219\uC81C",subtitle:"\uB9D0\uADC0\uB9E4\uB2C8\uC800\uAC00 \uBCF4\uB0B8 \uC219\uC81C\uB97C \uD655\uC778\uD558\uACE0 \uC9C4\uD589\uD558\uC138\uC694.",completed:"\uC644\uB8CC",inProgress:"\uC9C4\uD589\uC911",fromManager:"\uB9D0\uADC0\uB9E4\uB2C8\uC800",received:"\uBC1B\uC74C",recordExpired:"\uC219\uC81C\uAC00 \uB9CC\uB8CC\uB418\uC5B4 \uACB0\uACFC\uAC00 \uAE30\uB85D\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4. \uB9E4\uB2C8\uC800\uC5D0\uAC8C \uBB38\uC758\uD574\uC8FC\uC138\uC694.",segment:{all:"\uC804\uCCB4",new:"\uC2E0\uADDC",inprogress:"\uC9C4\uD589\uC911",done:"\uC644\uB8CC"},pageSize:{10:"10\uAC1C\uC529 \uBCF4\uAE30",20:"20\uAC1C\uC529 \uBCF4\uAE30",50:"50\uAC1C\uC529 \uBCF4\uAE30"},searchPlaceholder:"\uC219\uC81C \uC774\uB984 \uAC80\uC0C9",sort:{newest:"\uCD5C\uC2E0\uC21C",oldest:"\uC624\uB798\uB41C\uC21C",title:"\uC81C\uBAA9\uC21C"},relativeDay:{today:"\uC624\uB298",yesterday:"\uC5B4\uC81C",daysAgo:"{{n}}\uC77C \uC804"},orgLink:{title:"\uAE30\uAD00 \uC5F0\uACB0",placeholder:"\uC5F0\uACB0 \uCF54\uB4DC \uC785\uB825",connect:"\uC5F0\uACB0",linked:"{{org}}\uC5D0 \uC5F0\uACB0\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",failed:"\uC5F0\uACB0\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",org:"\uAE30\uAD00"},reason:{notLoggedIn:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4."},list:{title:"\uBC1B\uC740 \uC219\uC81C",empty:"\uBC1B\uC740 \uC219\uC81C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."},status:{expired:"\uB9CC\uB8CC\uB428",done:"\uC644\uB8CC {{count}}\uD68C \xB7 {{date}}",notDone:"\uBBF8\uC644\uB8CC"}},Rf={title:"\uD6C8\uB828 \uD604\uD669",sub:"\uB098\uC758 \uCCAD\uAC01 \uD6C8\uB828 \uAE30\uB85D\uC744 \uD655\uC778\uD558\uC138\uC694",weekly:{title:"\uC8FC\uAC04 \uD6C8\uB828 \uD604\uD669",daily:"\uC624\uB298\uC758 \uB4E3\uAE30",crossword:"\uAC00\uB85C\uC138\uB85C",trainingTime:"\uD6C8\uB828 \uC2DC\uAC04",timeAvg:"\uD6C8\uB828\uC2DC\uAC04 \uD3C9\uADE0",accuracy:"\uC815\uB2F5\uB960",unit:"\uD68C"},sentence:{title:"\uBB38\uC7A5\uD6C8\uB828 \uD604\uD669"},word:{title:"\uB2E8\uC5B4\uD6C8\uB828 \uD604\uD669"},homework:{title:"\uC219\uC81C \uC9C4\uD589\uD604\uD669",weeklyRate:"\uC8FC\uAC04 \uC644\uB8CC\uC728",count:"\uC804\uCCB4",done:"\uC644\uB8CC",remaining:"\uBBF8\uC644\uB8CC",unit:"\uAC74"},today:{title:"\uC624\uB298\uC758 \uB4E3\uAE30 \uD604\uD669",progress:"\uC9C4\uD589\uB960",accuracy:"\uC815\uB2F5\uB960",progressAvg:"\uC9C4\uD589\uB960 \uD3C9\uADE0",unitPct:"%",tooltipTotal:"\uC804\uCCB4",tooltipDone:"\uC644\uB8CC"},filter:{countSuffix:" \uD6C8\uB828"},time:{title:"\uD6C8\uB828 \uC2DC\uAC04",countLabel:"{{n}}\uD68C \uD6C8\uB828",empty:"\uD6C8\uB828 \uAE30\uB85D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",sec:"{{n}}\uCD08",min:"{{n}}\uBD84",hourMin:"{{h}}\uC2DC\uAC04 {{m}}\uBD84",hour:"{{h}}\uC2DC\uAC04"},daily:{title:"\uC624\uB298\uC758 \uB4E3\uAE30 \uAE30\uB85D",empty:"\uC644\uB8CC\uD55C \uD68C\uCC28\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."},crossword:{title:"\uAC00\uB85C\uC138\uB85C\uD034\uC988",empty:"\uC644\uB8CC\uD55C \uB808\uBCA8\uC774 \uC5C6\uC2B5\uB2C8\uB2E4"},visit:{title:"\uBC29\uBB38 \uC5F0\uB3D9 \uAE30\uB85D"},detail:"\uC0C1\uC138\uBCF4\uAE30",detailEmpty:"\uD574\uB2F9 \uAE30\uAC04 \uD6C8\uB828 \uAE30\uB85D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",detailError:"\uD6C8\uB828 \uAE30\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",col:{date:"\uB0A0\uC9DC",type:"\uC720\uD615",score:"\uC815\uB2F5",time:"\uC2DC\uAC04"},trainingType:{LISTEN_IN_NOISE:"\uC18C\uC74C \uD558 \uBB38\uC7A5",SHORT_STORY:"\uC9E7\uC740 \uC774\uC57C\uAE30",LONG_STORY:"\uAE34 \uC774\uC57C\uAE30",ORDERING_SENTENCE:"\uBB38\uC7A5 \uC21C\uC11C\uD654"},accuracy:{overall:"\uC804\uCCB4 \uC815\uB2F5\uB960",itemUnit:"\uBB38\uD56D",skipped:"{{n}}\uD68C\uB294 \uC815\uB2F5 \uAE30\uB85D\uC774 \uC5C6\uC5B4 \uC148\uC5D0\uC11C \uBE90\uC2B5\uB2C8\uB2E4."}},$f={title:"\uB9D0\uADC0\uC790\uB8CC\uC2E4",subtitle:"\uB2E4\uB978 \uB9E4\uB2C8\uC800\uAC00 \uAC8C\uC2DC\uD55C \uD6C8\uB828\uC744 \uB458\uB7EC\uBCF4\uACE0 \uB0B4 \uBAA9\uB85D\uC73C\uB85C \uAC00\uC838\uC624\uC138\uC694.",publish:{dialogTitle:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9AC\uAE30",message:"'{{name}}'\uC744(\uB97C) \uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uACF5\uAC1C\uD569\uB2C8\uB2E4.",descPlaceholder:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uD45C\uC2DC\uD560 \uD55C \uC904 \uC124\uBA85 (\uC120\uD0DD)",confirmLabel:"\uC62C\uB9AC\uAE30",confirmLoading:"\uB4F1\uB85D \uC911\u2026"},searchPlaceholder:"\uD6C8\uB828 \uC774\uB984, \uAC8C\uC2DC\uC790 \uAC80\uC0C9",category:{word:"\uB2E8\uC5B4\uD45C",wordTraining:"\uB2E8\uC5B4\uD6C8\uB828",sentence:"\uBB38\uC7A5\uD6C8\uB828"},sort:{newest:"\uCD5C\uC2E0\uC21C",likes:"\uC88B\uC544\uC694 \uC21C",downloads:"\uB2E4\uC6B4\uB85C\uB4DC \uC21C"},wordKind:{pair:"\uB300\uB9BD\uC30D\uD45C",single:"\uB2E8\uC5B4\uD45C",emptyHintToSingle:"\uB300\uB9BD\uC30D\uD45C\uB294 \uC5C6\uC9C0\uB9CC, '\uB2E8\uC5B4\uD45C' \uD0ED\uC5D0\uB294 \uC788\uC2B5\uB2C8\uB2E4.",emptyHintToPair:"\uB2E8\uC5B4\uD45C\uB294 \uC5C6\uC9C0\uB9CC, '\uB300\uB9BD\uC30D\uD45C' \uD0ED\uC5D0\uB294 \uC788\uC2B5\uB2C8\uB2E4."},pageSize:"{{n}}\uAC1C\uC529 \uBCF4\uAE30",countPrefix:"\uCD1D ",countSuffix:"\uAC1C\uC758 \uD6C8\uB828",notice:"\uB9E4\uB2C8\uC800 \uACC4\uC815\uC73C\uB85C \uB85C\uADF8\uC778\uD558\uBA74 \uD6C8\uB828\uC744 \uB0B4 \uBAA9\uB85D\uC5D0 \uAC00\uC838\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4.",empty:"\uC544\uC9C1 \uAC8C\uC2DC\uB41C \uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",emptyHint:"\uD6C8\uB828 \uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uB0B4\uAC00 \uB9CC\uB4E0 \uD6C8\uB828\uC744 \uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9B4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",like:"\uC88B\uC544\uC694",unlike:"\uC88B\uC544\uC694 \uCDE8\uC18C",loginRequired:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4",import:"\uB0B4 \uD6C8\uB828\uC5D0 \uAC00\uC838\uC624\uAE30",importButton:"\uAC00\uC838\uC624\uAE30",publisher:"\uAC8C\uC2DC\uC790",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328: {{error}}",importSuccess:"'{{title}}'\uC744(\uB97C) \uB0B4 \uD6C8\uB828 \uBAA9\uB85D\uC5D0 \uCD94\uAC00\uD588\uC2B5\uB2C8\uB2E4.",dupTitle:"\uC774\uBBF8 \uAC19\uC740 \uB0B4\uC6A9\uC774 \uC788\uC2B5\uB2C8\uB2E4",dupMessageOne:"<m>{{title}}</m>\uC640(\uACFC) \uB0B4\uC6A9\uC774 \uAC19\uC2B5\uB2C8\uB2E4. \uADF8\uB798\uB3C4 \uAC00\uC838\uC62C\uAE4C\uC694?",dupMessageMany:"<m>{{title}}</m> \uC678 <m>{{n}}</m>\uAC1C\uC640(\uACFC) \uB0B4\uC6A9\uC774 \uAC19\uC2B5\uB2C8\uB2E4. \uADF8\uB798\uB3C4 \uAC00\uC838\uC62C\uAE4C\uC694?",time:{justNow:"\uBC29\uAE08 \uC804",minutesAgo:"{{n}}\uBD84 \uC804",hoursAgo:"{{n}}\uC2DC\uAC04 \uC804",daysAgo:"{{n}}\uC77C \uC804",weeksAgo:"{{n}}\uC8FC \uC804",monthsAgo:"{{n}}\uAC1C\uC6D4 \uC804",yearsAgo:"{{n}}\uB144 \uC804"},badge:{shared:"\uB9D0\uADC0\uC790\uB8CC\uC2E4"},unpublishOnDelete:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC758 \uD56D\uBAA9\uB3C4 \uC0AD\uC81C\uB429\uB2C8\uB2E4.",categoryLabel:"\uC790\uB8CC \uC885\uB958",toast:{registered:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uB4F1\uB85D\uD588\uC2B5\uB2C8\uB2E4",registerError:"\uB9D0\uADC0\uC790\uB8CC\uC2E4 \uB4F1\uB85D\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4"}},If={common:{cardName:"\uCE74\uB4DC \uC774\uB984",cardNamePlaceholder:"\uCE74\uB4DC \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694",group:"\uADF8\uB8F9",groupPlaceholder:"\uADF8\uB8F9 \uC774\uB984 (\uC120\uD0DD\uC0AC\uD56D)",description:"\uD55C \uC904 \uC124\uBA85",descriptionPlaceholder:"\uC5B4\uB5A4 \uCE74\uB4DC\uC778\uC9C0 \uAC04\uB2E8\uD788 \uC124\uBA85\uD574\uC8FC\uC138\uC694 (\uC120\uD0DD)",nameRequired:"\uCE74\uB4DC \uC774\uB984\uC744 \uC785\uB825\uD574\uC8FC\uC138\uC694.",removeAll:"\uBAA8\uB450 \uC81C\uAC70",deleteConfirm:"'{{name}}'\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",deleteConfirmDefault:"\uC774 \uCE74\uB4DC\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?"},wordTableCard:{createTitle:"\uB2E8\uC5B4\uD45C \uCE74\uB4DC \uB9CC\uB4E4\uAE30",editTitle:"\uB2E8\uC5B4\uD45C \uCE74\uB4DC \uC218\uC815",deleteTitle:"\uB2E8\uC5B4\uD45C \uCE74\uB4DC \uC0AD\uC81C",basket:"\uB2F4\uC740 \uB2E8\uC5B4\uD45C",basketEmpty:"\uB2F4\uC740 \uB2E8\uC5B4\uD45C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4",depth:"\uB2E8\uC5B4\uD45C"},wordTrainingCard:{createTitle:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C \uB9CC\uB4E4\uAE30",editTitle:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C \uC218\uC815",deleteTitle:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C \uC0AD\uC81C",selectSection:"\uB2E8\uC5B4\uD6C8\uB828 \uC120\uD0DD",defaultSection:"\uAE30\uBCF8 \uB2E8\uC5B4\uD6C8\uB828",defaultSectionDesc:"\uD45C\uC900 \uD6C8\uB828\uC744 \uB2F4\uC73C\uBA74 \uB2E8\uC5B4\uAC00 \uC790\uB3D9\uC73C\uB85C \uCC44\uC6CC\uC9D1\uB2C8\uB2E4",mySection:"\uB098\uC758 \uB2E8\uC5B4\uD6C8\uB828",noTrainingsEmpty:"\uBA3C\uC800 \uB2E8\uC5B4\uD6C8\uB828\uC744 \uB9CC\uB4E4\uC5B4\uC8FC\uC138\uC694.",adding:"\uCD94\uAC00 \uC911\u2026",add:"\uB2F4\uAE30",basket:"\uB2F4\uC740 \uD6C8\uB828",basketEmpty:"\uB2F4\uC740 \uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",trainingRequired:"\uB2E8\uC5B4\uD6C8\uB828\uC744 1\uAC1C \uC774\uC0C1 \uB2F4\uC544\uC8FC\uC138\uC694.",maxTrainingsAlert:"\uCD5C\uB300 {{max}}\uAC1C\uAE4C\uC9C0 \uB2F4\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4",notEnoughWords:"\uBB38\uC81C\uB97C \uC0DD\uC131\uD560 \uB2E8\uC5B4\uAC00 \uBD80\uC871\uD569\uB2C8\uB2E4",addSaveError:"\uD6C8\uB828\uC744 \uC800\uC7A5\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694",complete:{message:"\uBAA8\uB450 \uC644\uB8CC\uD558\uC600\uC2B5\uB2C8\uB2E4. \uC218\uACE0\uD558\uC168\uC2B5\uB2C8\uB2E4!",button:"\uC644\uB8CC"}},shareLink:{saveCardFirst:"\uBA3C\uC800 \uCE74\uB4DC\uB97C \uC800\uC7A5\uD574\uC8FC\uC138\uC694.",copied:"\uB9C1\uD06C\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",created:"\uB9C1\uD06C\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4",createFailed:"\uB9C1\uD06C \uC0DD\uC131\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",copyBlocked:"\uBCF5\uC0AC\uAC00 \uB9C9\uD600 \uB9C1\uD06C\uB97C \uC120\uD0DD\uD588\uC2B5\uB2C8\uB2E4. Ctrl/\u2318+C\uB85C \uBCF5\uC0AC\uD558\uC138\uC694",removed:"\uB9C1\uD06C\uAC00 \uC81C\uAC70\uB418\uC5C8\uC2B5\uB2C8\uB2E4",removeFailed:"\uB9C1\uD06C \uC81C\uAC70\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4"}},Ff={manage:{title:"\uC219\uC81C \uAD00\uB9AC",sub:"\uACF5\uC720\uD55C \uD6C8\uB828 \uB9C1\uD06C\uC640 \uC81C\uCD9C \uD604\uD669\uC744 \uD655\uC778\uD569\uB2C8\uB2E4.",filterActive:"\uD65C\uC131",filterExpired:"\uB9CC\uB8CC\xB7\uBE44\uD65C\uC131",searchPlaceholder:"\uC81C\uBAA9 \uB610\uB294 \uB300\uC0C1\uC73C\uB85C \uAC80\uC0C9",emptySearch:"\uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",emptyLinks:"\uACF5\uC720\uB41C \uC219\uC81C \uB9C1\uD06C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",unit:"\uAC74",loadFailed:"\uC219\uC81C \uB9C1\uD06C\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},card:{deleteTitle:"\uC219\uC81C \uB9C1\uD06C \uC0AD\uC81C",deleteMessage:"\uC774 \uC219\uC81C \uB9C1\uD06C\uB97C \uC0AD\uC81C\uD560\uAE4C\uC694? \uC81C\uCD9C\uB41C \uACB0\uACFC\uB3C4 \uD568\uAED8 \uC0AC\uB77C\uC9D1\uB2C8\uB2E4."},status:{inactive:"\uBE44\uD65C\uC131",expired:"\uB9CC\uB8CC",active:"\uD65C\uC131",done:"\uC644\uB8CC {{count}}\uD68C",notDone:"\uBBF8\uC644\uB8CC",noTarget:"\uB300\uC0C1 \uBBF8\uC9C0\uC815",sentFmt:"{{target}} \xB7 {{date}} \uBCF4\uB0C4"},menu:{activate:"\uD65C\uC131\uD654",deactivate:"\uBE44\uD65C\uC131\uD654"},personalLinkTitle:"\uAC1C\uC778 \uB9C1\uD06C"},Of={title:"\uCD08\uB300\uAD00\uB9AC",sub:"\uACE0\uAC1D \uC815\uBCF4\uB97C \uBAB0\uB77C\uB3C4 \uBCF4\uB0BC \uC218 \uC788\uB294 \uCD08\uB300 \uB9C1\uD06C\uB97C \uC0DD\uC131\xB7\uAD00\uB9AC\uD569\uB2C8\uB2E4.",copyAriaLabel:"\uB9C1\uD06C \uBCF5\uC0AC",deleteAriaLabel:"\uC0AD\uC81C",deleteConfirmTitle:"\uCD08\uB300 \uB9C1\uD06C \uC0AD\uC81C",deleteConfirmMessage:"\uC774 \uCD08\uB300 \uB9C1\uD06C\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uC774\uBBF8 \uACF5\uC720\uD55C \uB9C1\uD06C\uB294 \uB354 \uC774\uC0C1 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uAC8C \uB429\uB2C8\uB2E4."},Hf={card:{sub:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C",empty:"\uC774 \uCE74\uB4DC\uC5D0 \uB2E8\uC5B4\uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."}},Vf={ariaLabel:"\uBB38\uC758\uD558\uAE30",emailPlaceholder:"\uB2F5\uBCC0\uBC1B\uC744 \uC774\uBA54\uC77C",contentPlaceholder:"\uBB38\uC758 \uB0B4\uC6A9\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",cancelLabel:"\uCDE8\uC18C",submitLabel:"\uBCF4\uB0B4\uAE30",title:"\uBB38\uC758\uD558\uAE30",emailLabel:"\uC774\uBA54\uC77C",contentLabel:"\uBB38\uC758 \uB0B4\uC6A9",successMsg:"\u2713 \uBB38\uC758\uAC00 \uC811\uC218\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",submitError:"\uBB38\uC758 \uC811\uC218\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",subText:"\uC774\uC6A9\uAD8C \uAD6C\uB9E4\uC5D0 \uAD00\uD55C \uBB38\uC758\uB97C \uBCF4\uB0B4\uC8FC\uC138\uC694. \uC601\uC5C5\uC77C 1~2\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9BD\uB2C8\uB2E4."},zf={inProgress:"\uAC80\uC0AC \uC9C4\uD589 \uC911"},Wf={countSuffix:"\uAC1C",searchPlaceholder:"\uB9C1\uD06C \uAC80\uC0C9",creating:"\uC0DD\uC131 \uC911\u2026",create:"\uB9C1\uD06C \uC0DD\uC131",colLink:"\uB9C1\uD06C",colCreatedAt:"\uC0DD\uC131\uC77C",empty:"\uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",loadFailed:"\uCD08\uB300 \uBAA9\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},qf={reason:{invalid:"\uB9CC\uB8CC\uB418\uC5C8\uAC70\uB098 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uB294 \uCD08\uB300\uC785\uB2C8\uB2E4.",notFound:"\uC874\uC7AC\uD558\uC9C0 \uC54A\uB294 \uCD08\uB300\uC785\uB2C8\uB2E4.",notLoggedIn:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4.",rateLimited:"\uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694."},defaultOrgName:"\uAE30\uAD00",loading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",invalidTitle:"\uCD08\uB300\uB97C \uC5F4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",acceptError:"\uC218\uB77D\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",alreadyConnected:"\uC774\uBBF8 \uC5F0\uACB0\uB41C \uAE30\uAD00\uC785\uB2C8\uB2E4.",connected:"\uC5F0\uACB0\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",doneMessage:"{{orgName}}\uC5D0 {{suffix}}",doneSub:"\uC774\uC81C \uB9E4\uB2C8\uC800\uAC00 \uBCF4\uB0B8 \uC219\uC81C\uB97C \uBC1B\uC544\uBCFC \uC218 \uC788\uC5B4\uC694.",goToHomework:"\uC219\uC81C \uBCF4\uB7EC\uAC00\uAE30",failedTitle:"\uC218\uB77D\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4",home:"\uD648\uC73C\uB85C",readyTitle:"{{orgName}} \uCD08\uB300",readySub:"{{orgName}}\uC758 \uACE0\uAC1D\uC73C\uB85C \uB4F1\uB85D\uD558\uACE0 \uC219\uC81C\uB97C \uBC1B\uC544\uBCF4\uC2DC\uACA0\uC5B4\uC694?",accepting:"\uC5F0\uACB0 \uC911\u2026",acceptButton:"\uCD08\uB300 \uC218\uB77D"},Uf={reason:{notFound:"\uC874\uC7AC\uD558\uC9C0 \uC54A\uB294 \uB9C1\uD06C\uC785\uB2C8\uB2E4.",inactive:"\uBE44\uD65C\uC131\uD654\uB41C \uB9C1\uD06C\uC785\uB2C8\uB2E4.",expired:"\uB9CC\uB8CC\uB41C \uB9C1\uD06C\uC785\uB2C8\uB2E4.",maxUses:"\uCD5C\uB300 \uC0AC\uC6A9 \uD69F\uC218\uB97C \uCD08\uACFC\uD55C \uB9C1\uD06C\uC785\uB2C8\uB2E4.",missingToken:"\uB9C1\uD06C\uAC00 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",default:"\uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uB9C1\uD06C\uC785\uB2C8\uB2E4.",unavailable:"\uC9C0\uAE08\uC740 \uB9C1\uD06C\uB97C \uD655\uC778\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."},checking:"\uB9C1\uD06C\uB97C \uD655\uC778\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4\u2026",validBadge:"\uC720\uD6A8\uD55C \uB9C1\uD06C",availableUntil:"{{date}} \uAE4C\uC9C0 \uC774\uC6A9 \uAC00\uB2A5",redirecting:"\uC774\uB3D9 \uC911\u2026",redirectingIn3s:"3\uCD08 \uD6C4 \uC571\uC73C\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",enterNow:"\uC9C0\uAE08 \uBC14\uB85C \uC785\uC7A5",invalidBadge:"\uC0AC\uC6A9 \uBD88\uAC00",expiredAt:"\uB9CC\uB8CC\uC77C: {{date}}",contactAdmin:"\uB9C1\uD06C\uAC00 \uB9CC\uB8CC\uB418\uC5C8\uB2E4\uBA74 \uAD00\uB9AC\uC790\uC5D0\uAC8C \uBB38\uC758\uD574\uC8FC\uC138\uC694.",unavailableBadge:"\uD655\uC778\uD560 \uC218 \uC5C6\uC74C",unavailableHint:"\uC5F0\uACB0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD55C \uB4A4 \uB9C1\uD06C\uB97C \uB2E4\uC2DC \uC5F4\uC5B4 \uC8FC\uC138\uC694. \uB9C1\uD06C \uC790\uCCB4\uB294 \uADF8\uB300\uB85C\uC785\uB2C8\uB2E4."},Gf={loading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",invalidTitle:"\uB9C1\uD06C\uB97C \uC5F4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",invalidMessage:"\uC874\uC7AC\uD558\uC9C0 \uC54A\uAC70\uB098 \uB9CC\uB8CC\xB7\uBE44\uD65C\uC131\uD654\uB41C \uACF5\uC720 \uB9C1\uD06C\uC785\uB2C8\uB2E4.",goToMyHomework:"\uB0B4 \uC219\uC81C\uB85C \uAC00\uAE30",recordFailed:"\uC219\uC81C\uAC00 \uB9CC\uB8CC\uB418\uC5B4 \uACB0\uACFC\uAC00 \uC800\uC7A5\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4. \uB9E4\uB2C8\uC800\uC5D0\uAC8C \uBB38\uC758\uD574\uC8FC\uC138\uC694."},Yf={defaultTitle:"\uB2E8\uC5B4\uD45C"},Kf={label:"\uACF5\uC720 \uB9C1\uD06C",copyAriaLabel:"\uB9C1\uD06C \uBCF5\uC0AC",removeAriaLabel:"\uB9C1\uD06C \uC81C\uAC70",creating:"\uC0DD\uC131 \uC911\u2026",hint:"\uC800\uC7A5\uB41C \uCE74\uB4DC\uC5D0\uC11C\uB9CC \uACF5\uC720 \uB9C1\uD06C\uB97C \uC0DD\uC131\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",removeConfirmTitle:"\uACF5\uC720 \uB9C1\uD06C \uC81C\uAC70",removeConfirmMessage:"\uC774 \uACF5\uC720 \uB9C1\uD06C\uB97C \uC81C\uAC70\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uAE30\uC874 \uB9C1\uD06C\uB85C\uB294 \uB354 \uC774\uC0C1 \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."},Zf={title:"\uAE30\uAD00 \uC5F0\uACB0 \uC694\uCCAD",subtitle:"\uC544\uB798 \uAE30\uAD00\uC5D0\uC11C \uD68C\uC6D0\uB2D8\uC744 \uACE0\uAC1D\uC73C\uB85C \uB4F1\uB85D\uD558\uB824\uACE0 \uD569\uB2C8\uB2E4. \uC2E4\uC81C\uB85C \uC774\uC6A9 \uC911\uC778 \uAE30\uAD00\uC774 \uB9DE\uB294\uC9C0 \uD655\uC778 \uD6C4 \uC120\uD0DD\uD574\uC8FC\uC138\uC694.",registeredName:"\uB4F1\uB85D\uBA85: {{name}}",decline:"\uAC70\uC808",accept:"\uC218\uB77D",error:"\uCC98\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4: {{message}} \u2014 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694."},Xf={steps:"\uC9C4\uD589 \uB2E8\uACC4 {{current}} / {{total}}"},Jf={title:"\uB2E4\uC74C \uD6C8\uB828\uAC70\uB9AC \uB9CC\uB4E4\uAE30",lead:"{{name}} \uACE0\uAC1D\uC774 \uC544\uC9C1 \uBABB \uC7A1\uC740 \uBB38\uD56D\uC774 \uB4E0 \uC138\uD2B8\uC608\uC694. \uC774\uAC83\uB9CC \uBAA8\uC544 \uB9CC\uB4ED\uB2C8\uB2E4.",planGroup:"\uD6C8\uB828 \uD50C\uB79C\uC5D0 \uB2F4\uC744 \uAC83",bundleGroup:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C\uC5D0 \uB2F4\uC744 \uAC83",pending:"{{count}}\uAC1C \uB0A8\uC74C",unknownSet:"\uC774\uB984\uC744 \uBABB \uCC3E\uC740 \uC138\uD2B8",confirm:"\uB9CC\uB4E4\uAE30",newBase:"{{name}} \uD6C8\uB828",planDesc:"{{name}} \uACE0\uAC1D\uC774 \uD2C0\uB9B0 \uBB38\uD56D\uC774 \uB4E0 \uC138\uD2B8 {{count}}\uAC1C",bundleDesc:"{{name}} \uACE0\uAC1D\uC774 \uD2C0\uB9B0 \uBB38\uD56D\uC774 \uB4E0 \uB2E8\uC5B4\uD6C8\uB828 {{count}}\uAC1C",madePlan:"\uD6C8\uB828 \uD50C\uB79C {{count}}\uAC1C",madeBundle:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C {{count}}\uAC1C",created:"'{{name}}' \uC744 \uB9CC\uB4E4\uC5C8\uC5B4\uC694 \u2014 {{what}}",nothingMade:"\uB2F4\uC744 \uC218 \uC788\uB294 \uC138\uD2B8\uAC00 \uC5C6\uC5B4 \uC544\uBB34\uAC83\uB3C4 \uB9CC\uB4E4\uC9C0 \uC54A\uC558\uC5B4\uC694.",noSetNote:"\uBB38\uD56D {{n}}\uAC1C\uB294 \uC5B4\uB290 \uC138\uD2B8\uC5D0\uC11C \uB098\uC628 \uAC83\uC778\uC9C0 \uC548 \uB0A8\uC544 \uC788\uC5B4 \uB2F4\uC9C0 \uBABB\uD588\uC5B4\uC694.",emptyTitle:"\uC9C0\uAE08\uC740 \uB9CC\uB4E4 \uAC83\uC774 \uC5C6\uC5B4\uC694",emptyAllClear:"\uC544\uC9C1 \uBABB \uC7A1\uC740 \uBB38\uD56D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",emptyNoSet:"\uBABB \uC7A1\uC740 \uBB38\uD56D {{n}}\uAC1C\uAC00 \uC788\uC9C0\uB9CC, \uC5B4\uB290 \uC138\uD2B8\uC5D0\uC11C \uB098\uC628 \uAC83\uC778\uC9C0 \uC548 \uB0A8\uC544 \uC788\uC5B4 \uB2E4\uC2DC \uAEBC\uB0BC \uC218\uAC00 \uC5C6\uC5B4\uC694. \uD6C8\uB828\uC744 \uD55C \uBC88 \uB354 \uC2DC\uD0A4\uBA74 \uADF8\uB54C\uBD80\uD130 \uB0A8\uC2B5\uB2C8\uB2E4."},Qf={panelTitle:"\uD6C8\uB828 \uC624\uB2F5",viewItems:"\uBB38\uD56D",viewTypes:"\uC720\uD615",colTitle:"\uBB38\uD56D",colWhen:"\uD6C8\uB828\uD55C \uB54C",colScore:"\uB9DE\uD798",colDuration:"\uAC78\uB9B0 \uC2DC\uAC04",scoreFmt:"{{correct}}/{{total}}",unitRun:"\uD310",runsEmpty:"\uC544\uC9C1 \uD6C8\uB828\uD55C \uAE30\uB85D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",colType:"\uC720\uD615",colRate:"\uC815\uB2F5\uB960",colTried:"\uC2DC\uB3C4",colLatest:"\uB9C8\uC9C0\uB9C9",colPending:"\uB0A8\uC740 \uAC83",colTrend:"\uBCC0\uD654",colRuns:"\uD310",unitItem:"\uAC1C",empty:"\uC544\uC9C1 \uAE30\uB85D\uB41C \uD6C8\uB828 \uC624\uB2F5\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",loadFailed:"\uD6C8\uB828 \uAE30\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.",skippedOnly:"\uC61B \uAE30\uB85D {{n}}\uAC74\uC740 \uBB34\uC5C7\uC744 \uD47C \uAC83\uC778\uC9C0 \uC548 \uB0A8\uC544 \uC788\uC5B4 \uC148\uC5D0\uC11C \uBE90\uC2B5\uB2C8\uB2E4.",summaryLabel:"\uC313\uC778 \uAE30\uB85D",summaryValue:"{{items}}\uBB38\uD56D \xB7 \uC544\uC9C1 \uBABB \uC7A1\uC740 \uAC83 {{pending}}\uAC1C",nextLabel:"\uB2E4\uC74C\uC5D0 \uBCFC \uAC83",nextCount:"{{count}}\uAC1C",nextCountCapped:"{{total}}\uAC1C \uC911 {{shown}}\uAC1C",allClear:"\uC9C0\uAE08\uC740 \uB2E4 \uC7A1\uC558\uC5B4\uC694",tried:"{{count}}\uD68C",picked:"\u2192 {{what}}",typeClear:"\uB2E4 \uC7A1\uC558\uC5B4\uC694",typePending:"{{total}}\uAC1C \uC911 {{pending}}\uAC1C \uB0A8\uC74C",flat:"\uBCC0\uD654 \uC5C6\uC74C",runs:"{{count}}\uD310",avgDuration:"\uD3C9\uADE0 {{sec}}\uCD08",truncated:"\uCD5C\uADFC {{n}}\uAC1C\uAE4C\uC9C0\uB9CC \uBC1B\uC544 \uC654\uC2B5\uB2C8\uB2E4 \u2014 \uC544\uB798 \uC218\uB294 \uADF8\uB9CC\uD07C\uB9CC \uC13C \uAC83\uC785\uB2C8\uB2E4."},e2={panelTitle:"\uB2E8\uC5B4\uD45C \uCC44\uC810",viewWords:"\uB0B1\uB9D0",viewTables:"\uD45C",colWord:"\uB0B1\uB9D0",colMark:"\uCD5C\uADFC",colRate:"\uC815\uB2F5\uB960",colTried:"\uC2DC\uB3C4",colLatest:"\uB9C8\uC9C0\uB9C9",colTable:"\uD45C",colTrend:"\uBCC0\uD654",colScoredAt:"\uCC44\uC810 \uC2DC\uAC01",unitTime:"\uD68C",empty:"\uC544\uC9C1 \uCC44\uC810\uD55C \uB2E8\uC5B4\uD45C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",summaryLabel:"\uC313\uC778 \uCC44\uC810",summaryValue:"{{times}}\uD68C \xB7 \uB0B1\uB9D0 {{words}}\uAC1C",nextLabel:"\uB2E4\uC74C\uC5D0 \uBCFC \uAC83",nextCount:"{{count}}\uAC1C",allClear:"\uC9C0\uB09C\uBC88\uC5D0 \uBAA8\uB450 \uB9DE\uD614\uC2B5\uB2C8\uB2E4.",tried:"{{count}}\uD68C",times:"{{count}}\uD68C",flat:"\uBCC0\uD654 \uC5C6\uC74C",recentLabel:"\uCD5C\uADFC \uCC44\uC810",deleteOne:"\u2018{{name}}\u2019 \uCC44\uC810 \uC9C0\uC6B0\uAE30",deleteTitle:"\uC774 \uCC44\uC810\uC744 \uC9C0\uC6B8\uAE4C\uC694?",deleteMessage:"{{when}}\uC5D0 \uB9E4\uAE34 \u2018{{name}}\u2019 \uCC44\uC810\uC744 \uC9C0\uC6C1\uB2C8\uB2E4. \uB418\uB3CC\uB9B4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",nextCountCapped:"{{total}}\uAC1C \uC911 {{shown}}\uAC1C",loadFailed:"\uB2E8\uC5B4 \uC810\uC218\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},t2={title:"\uB2E4\uC74C\uC5D0 \uBB34\uC5C7\uC73C\uB85C \uD6C8\uB828\uD560\uAE4C\uC694?",subtitle:"{{name}} \uB2D8\uC774 \uC544\uC9C1 \uBABB \uC7A1\uC740 \uB0B1\uB9D0 {{count}}\uAC1C\uC5D0 \uB9DE\uCDB0 \uACE8\uB790\uC2B5\uB2C8\uB2E4.",allClear:"\uC9C0\uB09C\uBC88\uC5D0 \uBAA8\uB450 \uB9DE\uD614\uC2B5\uB2C8\uB2E4. \uC9C0\uAE08 \uB530\uB85C \uBCFC \uB0B1\uB9D0\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",noMatch:"\uAC00\uC9C4 \uD45C \uC911\uC5D0\uB294 \uC774 \uB0B1\uB9D0\uB4E4\uC744 \uB2F4\uC740 \uAC83\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",coverage:"{{total}}\uCE78 \uC911 {{covered}}\uCE78",uncovered:"\uC5B4\uB290 \uD45C\uC5D0\uB3C4 \uC5C6\uB294 \uB0B1\uB9D0 {{count}}\uAC1C",makeNew:"\uC774 {{count}}\uCE78\uC73C\uB85C \uC0C8 \uD45C \uB9CC\uB4E4\uAE30",newTableBase:"{{name}} \uB2D8 \uC9D1\uC911",newTableDesc:"{{name}} \uB2D8\uC774 \uC544\uC9C1 \uBABB \uC7A1\uC740 \uB0B1\uB9D0 {{count}}\uCE78\uC744 \uBAA8\uC740 \uD45C\uC785\uB2C8\uB2E4.",created:"\u2018{{name}}\u2019\uC744(\uB97C) \uB9CC\uB4E4\uC5C8\uC2B5\uB2C8\uB2E4 \u2014 {{count}}\uCE78.",button:"\uB2E4\uC74C \uD6C8\uB828 \uCD94\uCC9C"},n2={hint:"\uB0A8\uAE38 \uAC83\uC744 \uACE8\uB77C \uACE0\uC815\uD558\uACE0, \uB098\uBA38\uC9C0\uB294 \uB2E4\uC2DC \uBF51\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",pin:"\u2018{{name}}\u2019 \uACE0\uC815\uD558\uAE30",unpin:"\u2018{{name}}\u2019 \uACE0\uC815 \uD480\uAE30",remove:"\u2018{{name}}\u2019 \uBE7C\uAE30",regenerate:"\uB098\uBA38\uC9C0 \uB2E4\uC2DC \uBF51\uAE30",regenerating:"\uBF51\uB294 \uC911\u2026",save:"\uC774\uB300\uB85C \uB9CC\uB4E4\uAE30",count:"{{total}}\uAC1C \xB7 \uACE0\uC815 {{pinned}}\uAC1C",empty:"\uB0A8\uC740 \uAC83\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uD558\uB098 \uC774\uC0C1 \uC788\uC5B4\uC57C \uB9CC\uB4E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},a2={ariaLabel:"\uBC30\uB108",dotAriaLabel:"{{count}}\uAC1C \uC911 {{index}}\uBC88\uC9F8 \uBC30\uB108"},r2={selectYearMonth:"\uC5F0\uC6D4 \uC120\uD0DD"},o2={common:k0,plan:S0,calendar:A0,passCard:N0,searchField:T0,rating:D0,colorPicker:E0,dropdown:B0,accordion:L0,header:j0,nav:M0,settings:P0,usage:R0,account:$0,help:I0,notifications:F0,wordSuggestion:O0,training:H0,trainingSettings:V0,customers:z0,today:W0,payment:q0,coupons:U0,visits:G0,company:Y0,sentenceTraining:K0,trainingType:Z0,myWordTraining:X0,myWordTable:J0,keyWords:Q0,wordTable:ef,wordSearch:tf,wordManagement:nf,wordPrint:af,topic:rf,passwordExpiry:of,feedbackWidget:sf,accessLinkManager:lf,wordRecommend:cf,subscriptionExpiry:uf,customerTrainingBanner:df,login:pf,agreementGate:hf,addressSearch:mf,trainingPlanRun:gf,trainingPlan:ff,device:bf,manager:yf,wordPairs:Cf,game:vf,footer:wf,landing:xf,date:_f,trainingGroup:kf,trainingSetPage:Sf,wordTrainingPreview:Af,error:Nf,wordData:Tf,infoInput:Df,textField:Ef,segmentedControl:Bf,tabs:Lf,fileUpload:jf,avatar:Mf,myHomework:Pf,trainingStatus:Rf,store:$f,cardPopup:If,homework:Ff,invite:Of,wordTraining:Hf,inquiry:Vf,exam:zf,inviteManage:Wf,orgInvitePage:qf,linkGate:Uf,homeworkGate:Gf,wordTableView:Yf,shareLinkFooter:Kf,linkRequestGate:Zf,progress:Xf,nextTraining:Jf,trainingMiss:Qf,wordScore:e2,nextTable:t2,draft:n2,topBanner:a2,datePicker:r2},i2={sortSelect:"Sort by",statusFilter:"Filter by status",pageSizeSelect:"Items per page",selectedCount_one:"{{count}} selected",selectedCount_other:"{{count}} selected",skipToContent:"Skip to main content",discardConfirm:{title:"Discard your changes?",body:"Anything you have entered will be lost if you leave without saving.",confirm:"Discard"},moreFor:"More options for {{name}}",cancel:"Cancel",info:"Info",errorState:{message:"Couldn't load this.",retry:"Try again"},save:"Save",saving:"Saving\u2026",saved:"\u2713 Saved",confirm:"Confirm",close:"Close",back:"Back",training:"Training",emptyTrainingName:"Training name is empty.",remove:"Remove",image:"Image",add:"Add",edit:"Edit",delete:"Delete",deleting:"Deleting",reset:"Reset",update:"Update",download:"Download",search:"Search",loading:"Loading\u2026",empty:"No data.",yes:"Yes",no:"No",all:"All",none:"None",days:"{{count}} days",loadMore:"Load More",retry:"Try Again",prevPage:"Previous page",nextPage:"Next page",language:{ko:"\uD55C\uAD6D\uC5B4",en:"English"},play:"Play",pause:"Pause",playPause:"Play / Pause",replay:"Replay",subscription:"Subscription",done:"Done",failed:"Failed",continue:"Continue",notification:"Notice",emptyList:"No items",menu:"Menu",resetSelection:"Reset Selection",pageSizeLabel:"Show {{n}}",totalCountPrefix:"Total: ",totalCountSuffix:"",expand:"Expand",collapse:"Collapse",searching:"Loading\u2026",goBack:"Go back",copy:"Copy",other:"Other",popup:"Popup",hoursShort:"{{count}} hr",minutesShort:"{{count}} min",error:{loginRequired:"Please log in.",network:"Your connection looks unstable. Check it and try again.",generic:"Something went wrong. Please refresh and try again."},more:"More",codeBlock:"Code block",totalPrefix:"",copyCode:"Copy code",copied:"Copied"},s2={customerSearchPlaceholder:"Search by name or contact",customerEmpty:"No customers registered",customerCount:"{n} customers total",maxCustomers:"You can select up to {{max}} customers."},l2={rangeSelect:"Select period",dow:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],yearMonth:"{{month}}/{{year}}",prevMonth:"Previous month",addOnDate:"Add a visit on {{date}}",nextMonth:"Next month",legend:{visited:"Visited",scheduled:"Scheduled",noVisit:"No Show"},periodSelect:"Period unit"},c2={planSuffix:"Plan",labeledPlan:"{{label}} Plan",couponCode:"Pass Code",specialLabel:"Open Special",unitDay:"d",unitYear:"yr",remainingDay:"{{n}}d left",remainingHour:"{{n}}h left",remainingMinute:"{{n}}m left",remainingSecond:"{{n}}s left",menu:{use:"Activate",refund:"Refund",delete:"Delete"}},u2={clearAriaLabel:"Clear search"},d2={starLabel:"Select star {{n}}",valueLabel:"{{value}} out of {{max}}",groupLabel:"Rating"},p2={selected:"selected"},h2={placeholder:"Select"},m2={collapse:"Collapse",expand:"Expand"},g2={biArea:"BI area",biSymbol:"BI symbol",logoMalgwi:"Malgwi logo",logoManager:"Malgwi Manager logo",menuOpen:"Open menu"},f2={mainMenu:"Main menu",bottomNav:"Bottom navigation",goToManager:"Go to Malgwi Manager",goToMalgwi:"Go to Malgwi",modeLabelManager:"Malgwi Manager",modeLabelMalgwi:"Malgwi",today:"Today's Listening",homework:"Homework",training:"Training",customers:"Customers",visits:"Visits",settings:"Settings",notifications:"Notifications",account:"Account",help:"Help",debug:"Debug",payment:"Buy Subscription",coupons:"Coupons",usage:"Subscription",topic:"By Topic",trainingType:"By Training Type",sentenceTraining:"Sentence Training",wordTraining:"Word Training",game:"Games",dashboard:"Dashboard",wordPairs:"Word Pairs",wordSearch:"Word Search",wordManagement:"Word Management",wordSuggestion:"Word Suggestions",wordTable:"Word Table Creator",myWordTable:"My Word Tables",myWordTraining:"My Word Training",trainingSet:"Training Set Builder",trainingSettings:"Training Settings",trainingStatus:"Training Status",visitHistory:"Visit History",company:"Company Info",trainingStore:"Training Store",wordPairsTableChild:"Word Pairs Table",wordSearchTableChild:"Word Table",more:"More"},b2={title:"Settings",subtitle:"Manage your app preferences",language:{title:"Language",display:{label:"Display Language",sub:"Language used for menus, buttons and UI"},training:{label:"Training Language",sub:"Language used for training words and speech"}},trainingDefaults:{title:"Training",playVolume:{sub:"Default playback volume for sentence audio."},playSpeed:{sub:"Default playback speed for sentence audio."},noiseLevel:{sub:"Default background noise level during training."},noiseType:{sub:"Default background noise type used during training."}},notifications:{title:"Notifications",itemsTitle:"Notification Items",methodsTitle:"Notification Methods",visit:{label:"Visit Reminder",sub:"Sent the day before a scheduled visit."},notice:{label:"Announcements",sub:"Receive service notices and update news."},homework:{label:"Homework Alerts",sub:"Notified when new homework is assigned or due."},email:{label:"Email",sub:"Sent to your registered email address."},sms:{label:"SMS",sub:"Sent to your registered phone number."},kakao:{label:"KakaoTalk",sub:"Sent via KakaoTalk notification."}},display:{title:"Display",fontSize:{label:"Font Size",sub:"Adjust the font size across the app",small:"Small",medium:"Medium",large:"Large"}},sentenceData:{title:"Sentence Data",audio:{label:"Sentence Audio Data",sub:"Training sentence audio files",value:"Automatically managed \u2014 no manual cleanup needed."}},wordData:{title:"Word Data",localVersion:"Local Version",remoteVersion:"Server Version",pairMatching:"Word Pair Matching",imageMatching:"Image Matching",checkUpdate:{label:"Check for Word Data Update",sub:"Check the server for the latest word version.",button:"Check Update",checking:"Checking\u2026",toast:"Server version checked."},update:{progressTitle:"Updating Word Data",toast:"Word data has been updated."},pairPending:"Not analyzed",imagePending:"Not checked",updateButton:"Update",clear:{label:"Reset Word Data",sub:"Delete locally cached word data",button:"Reset",progressTitle:"Resetting Word Data",toast:"Word data has been reset."}},tts:{title:"Voice (TTS)",rate:{label:"Speech Rate",sub:"Playback speed for training audio",slow:"Slow",normal:"Normal",fast:"Fast"},voice:{label:"Voice Language",sub:"Select TTS voice language"}},cache:{title:"Cache Management",confirmMessage:"Delete cache ({{size}}). Do you want to continue?",delete:"Delete",deleting:"Deleting",cleared:"Cache cleared successfully.",group:{wordData:{label:"Word Data",sub:"Word list and version info"},pairIndex:{label:"Pair Index",sub:"Onset\xB7vowel\xB7coda minimal pair analysis cache"},imageCache:{label:"Image Cache",sub:"Word image existence check results"},trainingRecord:{label:"Training Record",sub:"Daily training progress and streak"}}},security:{title:"Security \xB7 Data",autoBackup:{label:"Auto Backup",sub:"Automatically back up data periodically"},autoLogout:{label:"Auto Logout",sub:"Auto logout time when inactive","15min":"15 min","30min":"30 min","1hour":"1 hour","2hour":"2 hours"}},button:{reset:"Reset",save:"Save Settings"},popup:{cancel:"Cancel",clear:{title:"Reset Word Data",message:"All local data will be deleted and word data, pairs, and image matching will be rebuilt. Continue?",confirm:"Reset"},update:{title:"Update Word Data",message:"Cache will be cleared and the latest data will be fetched. Continue?",confirm:"Update"},cache:{title:"Delete {{label}}",message:"Delete {{label}} ({{size}}). Do you want to continue?"}},saved:"\u2713 Saved",saveError:"Failed to save settings.",loginRequired:"Login required.",account:{title:"Account",delete:{label:"Delete Account",sub:"You can restore your account within 30 days of withdrawal.",button:"Delete",popup:{title:"Delete your account?",message:"You will be logged out immediately, and all data will be permanently deleted after 30 days. This cannot be undone.",passwordLabel:"Current password",passwordPlaceholder:"Enter your current password",reauthGuide:"This account was created with a social login and has no password. Sign in with Kakao again to verify it is you, then continue.",reauthDone:'Identity verified via Kakao. Press "Delete" below to continue.',reauthButton:"Sign in with Kakao again",reauthRedirecting:"Redirecting to Kakao\u2026"}}},theme:{title:"Theme",light:"Light",dark:"Dark",auto:"Auto",sub:"Select the app color theme"}},y2={loadFailed:"Couldn't load your passes. Check your connection and refresh.",title:"Subscription",subtitle:"Check your subscriptions and usage status",addButton:"Add Subscription",couponButton:"Enter Coupon",active:{title:"Active passes",disc:"This subscription is currently active and in use.",infoTitle:"Subscription Info",refund:"Request Refund",empty:"No active subscription.",emptyUseHeld:"Activate one of your held passes.",emptyBuy:"Please purchase a pass.",buyButton:"Buy a pass",startDate:"Start Date",endDate:"End Date",remaining:"Remaining"},pending:{title:"Pending",titleSpeechear:"Held Malgwi passes",titleManager:"Held Malgwi Manager passes",disc:"This subscription has been purchased but not yet started. It will activate automatically after the current subscription expires.",autoUse:"Auto Activate",empty:"No pending subscriptions.",emptySpeechear:"No held Malgwi passes.",emptyManager:"No held Malgwi Manager passes."},expired:{title:"Expired passes",disc:"These subscriptions have reached their end date.",empty:"No expired subscriptions."},refund:{confirmTitle:"Request Refund",confirmMessage:"Are you sure you want to request a refund for {{plan}}?",confirm:"Submit Request",delete:"Delete",sourceLabel:"Purchase source",dateLabel:"Purchase date",reason:{not_purchase:"Only purchased passes can be refunded.",window_expired:"Refunds are only available within 3 days of purchase."}},source:{purchase:"Purchase",coupon:"Coupon",admin:"Free grant"},deleteConfirm:{title:"Delete pass",message:"This can't be undone. Delete it?"},toast:{couponAdded:"{{plan}} has been added to your passes.",useFailed:"Failed to activate the pass.",switched:"{{prev}} has been moved to your held passes.",refundFailed:"Failed to process the refund.",deleteFailed:"Failed to delete the pass."},error:{invalidCode:"This coupon is not valid.",alreadyUsed:"This coupon has already been used.",codeExhausted:"This code has reached its maximum number of uses.",couponExpired:"This coupon has expired.",couponNotStarted:"This coupon is not active yet.",passLimitReached:"You already have a pass of the same type, so this coupon can't be used.",groupLimitReached:"You've already used the maximum number of coupons available in this promotion.",notFound:"Pass not found.",notPending:"This pass has already been processed. Please refresh and check again.",invalidDuration:"The pass's duration information is invalid.",switchCooldown:"You can only switch passes once per day. Please try again later.",switchCooldownWithTime:"You can only switch passes once per day. Please try again in {{time}}.",notRefundable:"This pass can't be refunded.",notDeletable:"This pass is still in progress and can't be deleted."},loading:"Loading\u2026",segment:{personal:"Malgwi",org:"Malgwi Manager"},org:{title:"Current Plan",disc:"Subscription plan in use by your organization.",empty:"No organization plan registered.",fallbackTitle:"Organization Plan",startDate:"Start Date",endDate:"End Date",remaining:"Remaining",duration:"Duration",daysAdded:"+{{n}} days"},history:{title:"Usage History",disc:"Record of organization plan registrations and extensions.",empty:"No usage history."},actions:{created:"New Registration",extended:"Extended",granted:"Free Grant",refunded:"Refunded",activated:"Activated",paused:"Moved to held"}},C2={title:"Account",subtitle:"Manage your account information",actions:{editBasicInfo:"Edit Basic Info",editCompany:"Edit Company Info",registerManager:"Apply for Malgwi Manager",unregisterManager:"Leave Malgwi Manager"},signOut:{confirmTitle:"Sign Out",confirmMessage:"Are you sure you want to sign out?"},unregister:{title:"Leave Malgwi Manager",question:"Are you sure you want to leave Malgwi Manager?",warning:"Company info will be deleted. This cannot be undone.",processing:"Processing\u2026",confirm:"Confirm",success:"You have left Malgwi Manager."},register:{success:"Malgwi Manager registration complete."},profile:{signOut:"Sign Out",planSuffix:"",plan:"Plan"},basicInfo:{title:"Basic Info",name:{label:"Name",placeholder:"John Doe"},email:{label:"Email"},phone:{label:"Phone",placeholder:"010-0000-0000"},joinDate:{label:"Join Date"},emailReadonly:"Email cannot be changed.",birth:{yearLabel:"{{y}}",monthLabel:"{{n}}",dayLabel:"{{n}}",yearPlaceholder:"Year",monthPlaceholder:"Month",dayPlaceholder:"Day"},errors:{nameRequired:"Please enter your name.",phoneRequired:"Please enter your phone number.",birthRequired:"Please select your date of birth.",genderRequired:"Please select your gender."},saving:"Saving\u2026",loginMethod:{label:"Login Method",email:"Email",kakao:"Kakao",google:"Google",apple:"Apple",naver:"Naver",socialOnly:"Social login account \u2014 no password is set."}},security:{title:"Security",password:{label:"Password",changeButton:"Change Password"},twoFactor:{label:"Two-Factor Authentication",sub:"Strengthen your account security"}},passwordModal:{title:"Change Password",currentPassword:"Current Password",newPassword:"New Password",confirmPassword:"Confirm New Password",submit:"Change",submitting:"Processing\u2026"}},v2={title:"Help",subtitle:"Learn how to use the service and find answers to common questions",guide:{title:"User Guide",start:{title:"Getting Started",desc:"Step-by-step guide for first-time users"},quickStart:{title:"Quick Start",desc:"Complete your first listening training in 5 minutes"},admin:{title:"Admin Guide",desc:"How to use customer management and training settings"},faq:{title:"FAQ",desc:"View all frequently asked questions"}},faq:{title:"Frequently Asked Questions",items:[{q:"Who is the Malgwi service suitable for?",a:"It is suitable for hearing aid users, people with hearing loss, and those who need auditory rehabilitation."},{q:"Does Today's Listening provide new questions every day?",a:"Yes, Today's Listening is refreshed daily."},{q:"Where can I check training results?",a:"You can check your score on the result screen after completing each training."},{q:"How do I enter a coupon code?",a:"Go to the [Coupons] page in the side menu, enter the code and press Apply."},{q:"Can I export customer data to Excel?",a:"Click the Download button at the top of the [Customers] page to export the current list as a CSV file."},{q:"Can I view previous months in the visit history calendar?",a:"Yes, use the arrow buttons at the top of the calendar to navigate to previous/next months."}]},support:{title:"Customer Support",email:{label:"Email",value:"support@malgwi.kr"},phone:{label:"Phone",hours:"(Weekdays 09:00\u201318:00)",value:"02-1234-5678 (Weekdays 09:00\u201318:00)"},kakao:{label:"KakaoTalk",value:"@malgwi"}},contact:{title:"Contact Us",subject:{label:"Subject *",placeholder:"Inquiry subject"},email:{label:"Reply Email",invalid:"That doesn't look like an email address. Enter it correctly to receive a reply."},body:{label:"Message *",placeholder:"Enter your message"},submit:"Send Inquiry",successMessage:"\u2713 Your inquiry has been received. We will reply within 1\u20132 business days.",submitError:"Failed to submit your inquiry.",submitting:"Sending\u2026",status:{pending:"Awaiting reply",inProgress:"In progress",answered:"Answered"}},inquiryHistory:{title:"Inquiry History",loadingAttachments:"Loading attachments\u2026",attachmentsFailed:"Could not load attachments."}},w2={title:"Notifications",subtitle:"Check service notifications and announcements",filter:{all:"All",unread:"Unread"},markAllRead:"Mark all as read",empty:"No notifications",done:"Done",deleteAriaLabel:"Delete",deleteItemAriaLabel:"Delete notification: {{title}}",action:{open:"Go",detail:"View details",homework:"Do homework",usage:"View subscription"},missing:{badge:"Expired",title:"Homework not found.",body:"This homework was deleted or its link has expired."},type:{notice:"Notice",homework:"Homework",subscription:"Pass",linkRequest:"Link",wordSuggestion:"Suggestion",info:"Info",visit:"Visit",system:"System",coupon:"Coupon"},items:[{type:"visit",title:"Visit Scheduled",body:"Customer Kim Min-jun is scheduled to visit at 2pm today.",time:"10 min ago",read:!1},{type:"coupon",title:"Coupon Expiring Soon",body:"Coupon CPN003 expires in 3 days.",time:"1 hr ago",read:!1},{type:"info",title:"May Notice",body:"Malgwi service maintenance on May 20, 02:00\u201304:00.",time:"Yesterday",read:!0},{type:"system",title:"Data Sync Complete",body:"Word data has been updated to the latest version.",time:"Yesterday",read:!0},{type:"visit",title:"Visit Complete",body:"Customer Lee Seo-yeon's visit was processed successfully.",time:"2 days ago",read:!0},{type:"info",title:"April Update Notice",body:"Word pair search feature has been improved.",time:"5 days ago",read:!0}],homework:{title:'New homework: "{{planName}}"',titleDefault:"New homework arrived",body:"{{sender}} sent you {{kind}} homework. Start now!",bodyNoSender:"You received {{kind}} homework. Start now!",kind:{sentence:"sentence training",word:"word training"}}},x2={title:"Word Suggestions",subtitle:"Suggest words you need and vote. The top {{n}} each week get added.",form:{title:"Suggest a word",wordLabel:"Word",pronunciationLabel:"Pronunciation",pronunciationPlaceholder:"e.g. kkochi",pronunciationHelp:"Filled in automatically as you type. Correct it if it differs.",colloquialLabel:"Colloquial",colloquialPlaceholder:"How it is actually said (optional)",meaningLabel:"Meaning",meaningPlaceholder:"What does the word mean?",gradeLabel:"Grade / POS / Origin",gradeOption:"Grade {{n}}",gradeAria:"Grade",posAria:"Part of speech",wordTypeAria:"Word origin",fieldLabel:"Field",fieldPlaceholder:"e.g. medicine, botany (optional)",homonumLabel:"Homonym no.",homonumPlaceholder:"e.g. 1",homonumHelp:"Only if another word shares the same spelling.",homonumChip:"Homonym {{n}}",colloquialChip:"Spoken {{v}}",unset:"Not set",wordPlaceholder:"Word to suggest",noteLabel:"Reason",notePlaceholder:"Why is it needed? (optional)",submit:"Suggest",submitting:"Submitting\u2026",alreadyInPool:"\u201C{{word}}\u201D is already in the word list.",alreadyVoted:"\u201C{{word}}\u201D has already been suggested ({{n}} votes) and you have already voted for it.",alreadySuggested:"\u201C{{word}}\u201D has already been suggested ({{n}} votes). Submitting will vote for it."},tab:{voting:"Vote",mine:"My suggestions"},status:{voting:"Voting",selected:"Scheduled",added:"Added",rejected:"Rejected"},empty:{voting:"No suggestions yet.",mine:"You haven\u2019t suggested any words yet."},badge:{mine:"Mine",thisWeek:"This week"},detail:{status:"Status",votes:"Votes",createdAt:"Suggested",rejectReason:"Reason for rejection"},sort:{label:"Sort",votes:"Most votes",recent:"Newest",alpha:"A\u2013Z"},votes:"{{n}} votes",quota:"{{remaining}}/{{limit}} suggestions left",vote:"Vote",voted:"Voted",voteAria:"Vote for {{word}}",votedAria:"Remove your vote for {{word}}",rejectedReason:"Reason: {{reason}}",toast:{submitted:"Suggestion submitted.",votedExisting:"Voted for the existing suggestion.",voteFailed:"Could not record your vote."},error:{EMPTY_WORD:"Please enter a word.",WORD_TOO_LONG:"Words must be 20 characters or fewer.",ALREADY_SELECTED:"This word is already scheduled for this week.",ALREADY_ADDED:"This word has already been added.",ALREADY_REJECTED:"This word was reviewed and will not be added.",RATE_LIMITED:"You've used all {{n}} of your suggestions.",UNAUTHENTICATED:"Please sign in.",NETWORK:"Your connection looks unstable. Check it and try again.",UNKNOWN:"Could not submit the suggestion."},tabGroupLabel:"View type"},_2={title:"Word Training",subtitle:"Set difficulty and consonant, then choose a training type",settings:"Settings",start:{title:"Start Word Training",description:"Select a training type below to begin"},difficulty:{tooltip:"The easiest difficulty is 'Random', the hardest is 'Initial Consonant Difference'."},contrast:{label:"Contrast",type:"Contrast Type",count:"Contrast Count",diffPhonemeCount:"Total differing phonemes",n:"{{n}}"},filter:{random:"Random",trainOnset:"Onset",trainVowel:"Vowel",trainCoda:"Coda",phonemeGroup:"Training phonemes",noLimit:"Any",codaExclude:"Exclude",viewChar:"Choose Letters",viewPron:"Choose Sound",viewDirect:"Type Letters",patternInputLabel:"Type Letters",patternInputInfo:["Separate syllables with a comma (,). E.g. '\u3131,\u3131' = words where the initial '\u3131' occurs twice in a row (\uAC00\uAD6C, \uACE0\uAE30\u2026).","A consonant matches the onset of that position, a vowel matches the nucleus. E.g. \u314F = nucleus \u314F.","Use '_' to specify the onset/nucleus/coda position. E.g. '\u3131_\u3131' = onset \u3131 + coda \u3131 (\uAC01, \uAD6D\u2026), '__\u3131' = coda \u3131.","You can also use complete characters. E.g. '\uACE0,\uAE30' = words containing '\uACE0\uAE30'."],patternPlaceholder:"e.g. \u3131,\u3131 or \u3131_\u3131",patternInputError:"Invalid input format. Use only complete characters, consonants/vowels, or the '__\u3131' template.",patternInputUsageLabel:"Usage",gradeLabel:"Grade",excludeImageInfo:"Only words with images: keeps only results with a registered word image.",sameStructureInfo:"Only same phoneme structure: keeps only pairs where the correct and wrong answers share the same syllable structure (length, batchim, etc.).",wordSearchOptions:"Word Selection",selectSection:"Select",excludeImage:"Only words with images",sameStructure:"Only same phoneme structure",changeSyllableLabel:"Syllable to Change",phonemePosFilterInfo1:"Specify which syllable of the word the selected training phoneme must be in.",changeSyllablePosFilterInfo1:"Specify the position of the syllable (or root) to change or drop in the question.",posInfo2:"Start=first syllable, Middle=middle, End=last syllable, 'Any'=no position restriction.",headRoot:"Initial Root",tailRoot:"Final Root"},noQuestions:"No questions available.",countQuestions:"{{n}} questions",countSentences:"{{n}} sentences",wordCountAvailable:"{{n}} words available",comingSoon:"Coming Soon",noConditionMatch:"No matching items",nextQuestion:"Next",noiseLevelTitle:"Noise Level",noiseTypeTitle:"Noise Type",playVolumeTitle:"Volume",playSpeedTitle:"Speed",meter:{sentence:"Playback",noise:"Noise",toggle:"Show Audio Meter"},viewResult:"View Results",problemNotice:"Problem {{n}}.",trainingSettingsTitle:"Training Settings",sentencePreview:"Sentence Preview",notHeard:"Didn't hear it.",heardWell:"Heard it well.",confirmTitle:"Check the sentence and select whether you heard it.",noSoundWaveform:"Waveform is not shown for sound-comparison questions.",noise:{level:{none:"None",weak:"Weak",medium:"Medium",strong:"Strong",veryStrong:"Very Strong"},type:{none:"None",default:"Default",street:"Street",buzz:"Buzzing",restaurant:"Restaurant"}},listenTitle:"Please listen to the sentence.",listenButton:"Listen",listenQuestionBtn:"Listen to question",listenSoundBtn:"Listen to sound",selectCorrectAnswer:"Select the correct answer.",listenSentence:"Please listen to the sentence.",listenQuestion:"Please listen to the question.",selectAnswer:"Please select the answer.",listenLongStory:"Listen carefully to the long story and answer the questions below.",listenSound:"Please listen to the sound.",listenTwoSounds:"Please listen to both sounds.",areTwoSoundsSame:"Were the two sounds the same or different?",pickSameCard:"Look at the cards and pick the same sound.",pickSameSoundCard:"Pick the word card that matches the sound.",pickIncludedCard:"Pick the word card that includes the sound.",pickStartsWithCard:"Pick the word card that starts with the same sound.",listenInOrder:"Listen to the sounds in order.",playSound:"Play Sound",playAll:"Play All",stop:"Stop",preview:"Preview",next:"Next",completed:"Completed",selected:"Selected",nthSelected:"Selection {{n}}",fontSizeMin:"Font size is at the minimum.",fontSizeMax:"Font size is at the maximum.",fontSizeDecrease:"Decrease font size",fontSizeIncrease:"Increase font size",toggleBackground:"Toggle background",cardInstructions:"Look at the word card, listen to the sound, and check it.",noCards:"No cards.",audioFetchError:"Failed to load the sound source.",selectInOrder:"Select the cards in the order you heard.",orderSentence:"Drag the sentences to arrange them in the order you heard.",selectConfirm:"Look at the question and select the answer.",orderListDefault:"Arrange the sentences in the order you heard.",result:{eyebrow:"Training Complete",title:"You've finished all the training!",scoreAria:"{{correct}} / {{total}} questions",elapsed:"Time Elapsed",summary:"You heard {{correct}} item(s) correctly.",tableAriaLabel:"Per-question judgement",colProblem:"Question",colJudge:"Judgement",colAnswerSelected:"Answer \xB7 Selected",colAnswer:"Answer",colSelected:"Selected",heardWell:"Heard well",notHeard:"Didn't hear",notJudged:"Not judged",replay:"Replay",done:"Done",viewResult:"View Results"},up:"Move up",down:"Move down",prev:"Previous",listenLabel:"Listen",sourcePlay:"Play source {{n}}",listenSentenceBtn:"Listen to Sentence",listenQuestionBtn2:"Listen to Question",listen:"Listen",popup:{wordManipulation:"Word manipulation training",orderListening:"Sentence order listening"}},k2={title:"My Sentence Training",totalCount:" training bundles",search:{placeholder:"Search by training bundle name"},addButton:"Add Training Bundle",empty:"No training bundles registered.",sort:{id:"No.",name:"Card Name",customers:"Customers",createdAt:"Created Date"},pageSize:{10:"Show 10",25:"Show 25",50:"Show 50",100:"Show 100"},totalPrefix:"",totalSuffix:" training bundle(s)",sub:"Create sentence training bundles and organize them into groups.",noItems:"No training items",sortPlaceholder:"Sort",duplicated:"Training bundle copied and saved as {{name}}.",duplicateError:"Failed to copy training bundle.",saveError:"Failed to save training bundle.",deleteError:"Failed to delete training bundle.",moveError:"Failed to save group move.",linkCopied:"Link copied.",linkCreated:"Link created.",linkError:"Failed to create link.",groupRemoveError:"Failed to delete some groups.",deleteConfirm:{title:"Delete Training Bundle",body:"Delete '{{name}}'?",bodyNoName:"Delete this training bundle?",confirm:"Delete"},deleteGroupConfirm:{title:"Delete Group",body:"Delete group '{{name}}'? Training bundles in this group will be moved to 'No Group'."},copyLink:"Copy Link",removeLink:"Remove Link",linkRemoved:"Link removed.",linkCreating:"Creating link\u2026",linkSaveFirst:"Please save the training bundle first.",linkSaveFirstHint:"You can only create a shared link from a saved training bundle.",linkCopySelect:"Copy blocked \u2014 link selected. Press Ctrl/\u2318+C to copy.",nameRequired:"Please enter a training bundle name.",itemRequired:"Please add at least one training item.",randomAdd:"Random Add",store:{badge:"Training Store",unpublishTitle:"Remove from Training Store",unpublishConfirm:"Remove",unpublishMessage:"Remove '{{name}}' from the Training Store?",unpublishWarning:{title:"The following data will be reset:",likes:"Like count",downloads:"Download count",likeHistory:"Like history (including other users' likes)",publisherInfo:"Publisher info, description, and tags",note:"All stats start from zero when re-published."},publishTitle:"Add to Training Store",publishConfirm:"Publish",publishMessage:"Add '{{name}}' to the Training Store?"},startCustomer:{title:"Start Customer Training",buttonLabel:"Start Customer Training",startButtonLabel:"Start Training",searchPlaceholder:"Search by name or contact",countLabel:"Total {n}",emptyText:"No customers registered."},sendHomework:{title:"Send Homework",buttonLabel:"Send Homework",searchPlaceholder:"Search by name or contact",countLabel:"Total {n}",emptyText:"No customers registered.",hwNotifyTooltip:"Send homework notification to linked member"},menu:{publish:"Post to Store",copyLink:"Copy Link",delete:"Delete",duplicate:"Duplicate Training Bundle",edit:"Edit Training Bundle",editTraining:"Edit",move:"Move Group",publishStore:"Post to Training Store",rename:"Rename",unpublishStore:"Remove from Training Store"},toast:{published:"Posted to Training Store.",unpublished:"Removed from Training Store.",hwRegFailed:"Failed to assign homework. Please try again later.",hwRegNoMember:"Homework assigned. (No linked member \u2014 notification not sent)",sessionStartError:"Failed to start customer training session.",hwSent:"Sent",hwSend:"Send",hwRegSentFmt:"Homework sent to {{name}}.",sessionStarted:"Training started for {{name}}."},addGroupButton:"Add Group",addPlanToGroup:"Add training bundle to this group",deleteGroup:"Delete Group",groupEmpty:"No training bundles.",groupNameDuplicate:"A group with this name already exists.",groupNamePlaceholder:"Enter a group name",groupNameRequired:"Please enter a group name.",itemCount:"Number of Items",renameGroup:"Rename Group",loadFailed:"Could not load training bundles."},S2={tabs:{customerList:"Customers",visits:"Visit History",homeworkManage:"Homework",invite:"Invites",groupLabel:"Customer section"},title:"Customers",searchFailed:"Couldn't search. Showing matches from the list already loaded.",subtitle:"Manage your customer list, visit history, and homework in one place.",totalCount:" customers",totalPrefix:"",totalSuffix:" customers",search:{placeholder:"Search by name or phone"},downloadButton:"Download",addButton:"Add Customer",empty:"No customers registered.",loadError:"Failed to load list",loadErrorDesc:"Please check your network and try again.",sort:{name:"Name",gender:"Gender",birthDate:"Date of Birth",phone:"Phone",joinDate:"Join Date"},pageSize:{10:"Show 10",25:"Show 25",50:"Show 50",100:"Show 100"},gender:{male:"M",female:"F"},modal:{addTitle:"Add Customer",editTitle:"Edit {{name}}"},form:{name:"Name *",namePlaceholder:"John Doe",gender:"Gender",birthDate:"Date of Birth",birthYearPlaceholder:"Select year",phone:"Phone *",phoneFormatError:"Invalid phone number format",nameRequired:"Please enter a name",phoneRequired:"Please enter a phone number",nameTooLong:"Name can be at most {{max}} characters.",submitFailed:"Couldn't save. Please try again."},button:{cancel:"Cancel",save:"Save",add:"Add"},basicInfo:{title:"Basic Info",editTooltip:"Edit",serialNo:"Serial No.",age:"Age",memo:"Memo"},member:{label:"App Member",placeholder:"Email or phone",link:"Link",linking:"Linking\u2026",linked:"Linked",notLinked:"Not linked",unlink:"Unlink",defaultName:"Member",searchPlaceholder:"Search by name, email, or phone",selectRequired:"Please select a member to link.",tabManual:"Enter Manually",tabSearch:"Find App Member",unit:" member(s)",appEmail:"App Email",emailLoading:"Loading\u2026",noResults:"No results found."},device:{title:"Hearing Devices",titleInUse:"Devices in use",addTooltip:"Add New",addButton:"Add device",listTooltip:"View List",listTitle:" Device List",historyEmpty:"No device history registered",wearing:" in use",notRegistered:"Not registered",unit:"",wearingNow:"In use",wear:"Wear",unwear:"Remove",wornSince:"Since {{date}}",release:"Release",historyTitle:"Hearing device history"},schedule:{title:"Upcoming Visits",addTooltip:"Add Schedule",listTooltip:"View All",empty:"No upcoming visits",editTitle:" Schedule Edit",detailTitle:" Schedule Detail",registerTitle:" Register Schedule",scheduledDate:"Scheduled Date",memoPlaceholder:"Enter a memo for this visit.",visited:"Visited",noVisit:"No Visit",editButton:"Edit"},visitHistory:{title:"Visit History",addTooltip:"Add Visit",empty:"No visit history yet",popupTitle:" Visit History",memoSearch:"Search memo",noResults:"No matching visit records",noMemo:"No memo",visitDatetime:"Visit Date & Time",visitTime:"Visit Time",memo:"Memo",editTitle:" Visit Edit",detailTitle:" Visit Detail",registerTitle:" Register Visit",editButton:"Edit",statsButton:"Training Stats",memoPlaceholder:"Enter a visit memo.",noTrainingPlan:"No Plan",trainingPlan:"Training Plan"},moreItems:"more",viewAll:"View All",suffix:"",age:"{{years}}y {{months}}m",visits:{title:"Visits",badgeScheduled:"Scheduled",badgeVisited:"Visited",badgeNoShow:"No-show",registerTitle:" Register Visit",registerVisited:"Mark as visited",colStatus:"Status",saveFailed:"Failed to save visit: {{error}}",saveFailedGeneric:"Failed to save visit. Please try again.",addButton:"Add visit",viewTable:"Table",viewCalendar:"Calendar"},trainingRecord:{title:"Customer Training Records",empty:"No customer training sessions yet.",unitRun:" runs",colStartedAt:"Started",colStatus:"Status",colDone:"Solved",colDuration:"Duration",ended:"Ended",doneFmt:"{{done}}/{{total}}",viewLabel:"Training record view",viewItems:"Items",viewRuns:"Sessions",kindLabel:"Training kind",sentence:"Sentences",word:"Words",table:"Word tables",pair:"Minimal pairs"},link:{title:"Link App Member",connectTitle:"Link Existing Account",emailLabel:"Email",emailPlaceholder:"Enter email",inviteTitle:"Send Invite Link",inviteLinkLabel:"Invite Link",linking:"Linking\u2026",link:"Link",linkSuccess:"{{name}} linked",defaultMemberName:"member",linkError:"Link failed",inviteLoading:"Generating link\u2026",inviteError:"Unable to load link",copied:"Copied \u2713",copy:"Copy",inviteDesc:"Share this link with customers who don't have the app yet to let them sign up and join your organization."},status:{trainingSubtitle:"Training Status",notLinkedTitle:"No statistics yet",notLinkedMessage:"Statistics collect the training this customer does on their own in the Malgwi app. They appear here once the customer is linked to a member account.",notLinkedHint:"Training done here together is in the Training tab. Link the customer from the invite link on the Profile tab."},viewStatus:"View Status",linkMember:"Link Member",detail:{deleteConfirm:"Delete customer '{{name}}'? Their visit history, homework, and link will also be deleted and this cannot be undone.",inviteLink:{loading:"Generating link\u2026",copied:"Copied \u2713",send:"Send Invite Link"},session:{inProgress:"In progress",completedFmt:"Done {{done}}/{{total}} \xB7 {{duration}}",forceEnd:"End",forceEndConfirm:"This session is still marked active, likely due to a refresh or device issue. Force-end it now? Until it ends, this customer cannot sign in to their own account.",forceEndTitle:"Force end session"},visitSuffix:" visits",deleteTitle:"Delete customer",tabs:{info:"Profile",record:"Training",groupLabel:"Customer detail view",visit:"Visits",device:"Devices",homework:"Homework",stats:"Statistics"},editCustomer:"Edit customer info",deleteCustomer:"Delete customer",startTraining:"Start training",startTrainingBusy:"A customer training session is already in progress",startTrainingTitle:"Start training",startTrainingSub:"Choose the training to do with {{name}}",startTrainingNoPlan:"No training plans yet. Create a training plan first.",startTrainingItems:"{{count}} items",startTrainingGo:"Start",startTrainingNoSuchPlan:"Training plan not found.",startTrainingFailed:"Could not start the customer training session.",startTrainingUnit:"",startTrainingSearch:"Search plan name",startTrainingNoMatch:"No training plan matches that name."},csvFilename:"customers.csv",homework:{active:"Active",copied:"Link copied.",copy:"Copy Link",createPersonal:"Create Personal Link",deactivate:"Deactivate",done_one:"Completed {{count}} time",done_other:"Completed {{count}} times",inactive:"Inactive",noLinks:"No homework links created yet.",notDone:"Not Completed",planLabel:"Training Plan",title:"Homework Progress",groupOngoing:"In progress",groupDone:"Done",personal:"Personal link",public:"Public link",linkTitle:"Link {{token}}"}},A2={title:"Today's Listening",titleYesterday:"Yesterday's Listening",daySwitchLabel:"Day to view",subtitle:"Select a topic to start listening practice.",badge:"{{n}} days trained",toast:{switchedToToday:"Switched to today's training.",switchedToYesterday:"Switched to yesterday's training."},banner1:{title:"Listen Daily, Build Your Habit",desc:"Build a listening habit with one set a day."},banner2:{title:"Track Your Progress",desc:"Check your progress so far."},banner3:{title:"New Training Ready",desc:"Start right from Today's Listening."},menu:{viewWords:"View Key Words"},notice:{actionLink:"Go",actionPopup:"View Details",copyCoupon:"Copy coupon code",copyCouponDone:"Coupon code copied.",copyCouponFailed:"Failed to copy."}},N2={service:{speechear:"Malgwi",manager:"Malgwi Manager"},title:"Buy Subscription",subtitle:"Choose a Malgwi subscription plan",segment:{personal:"Malgwi",org:"Malgwi Manager"},modal:{title:"Confirm Payment",confirmText:"Purchase the pass above?",confirmButton:"Pay"},confirmed:"\u2713 Payment complete!",purchaseFailed:"Purchase failed.",error:{productNotFound:"Product not found.",invalidDuration:"The product's duration information is invalid.",purchaseLimitReached:"The launch special can only be purchased once per account.",notConfigured:"Could not load the payment module. Please try again shortly. (If it keeps happening, let our support team know.)"},success:{title:"Confirming payment",checking:"Confirming your payment. Please wait a moment.",done:"Payment complete. Activate your pass from the usage page.",subscriptionDelayed:"Your payment was completed, but applying the pass is delayed. If it doesn't appear on the usage page, please contact support.",error:"Something went wrong while confirming your payment. Please contact support.",goToUsage:"Go to usage"},fail:{title:"Payment failed.",retry:"Try again",back:"Back to purchase"},managerGate:{title:"Malgwi Manager registration required",message:"Malgwi Manager passes can be purchased after registering as a Malgwi Manager. Please register first.",register:"Register as Manager"},faq:{title:`Have any
|
|
824
|
+
questions?`,contactButton:"Contact Us",items:[{q:"Can I cancel at any time?",a:"Yes, all plans can be cancelled without commitment. Annual subscriptions qualify for a full refund within 14 days; monthly within 3 days of sign-up."},{q:"How are refunds processed?",a:"Refund requests can be submitted via Customer Support or Account > Payment, and are processed within 3\u20135 business days."},{q:"How do I change my payment method?",a:"Payment methods can be added or changed in Account Settings > Payment Info. Your card is encrypted and stored securely."},{q:"Is corporate/group payment available?",a:"Yes. For corporate plans or separate invoicing, please contact us via the Company Info page or Customer Support."}]},plan:{recommendedFor:"Recommended for",features:"Key Features",freePrice:"Free",contact:"Contact Us"},products:{discount50:"50% OFF",free:{title:"Free",quote:"Open to everyone",tier:"Free",subtitle:"Try the basic features for free. Some features may be limited.",recommendedFor:["Users who want to try the service first","Individuals who only need basic features"],features:["Basic listening training","Access to some topic content","Basic statistics"],tiers:{basic:{label:"Free"}}},standard:{title:"Malgwi Standard",tier:"Standard",quote:"All Malgwi features!",cardBadge:"Recommended",subtitle:"A paid plan that gives unlimited access to all Malgwi content.",recommendedFor:["Individual users","Service users / customers"],features:["Today's listening training","Topic-based listening","Listening training through games"],tiers:{monthly30:{label:"30-Day Plan",price:"\u20A915,000"},yearly30:{price:"\u20A9180,000"},openMonthly30:{label:"Open Special 30-Day Plan",price:"\u20A97,500"},openYearly30:{price:"\u20A990,000"},yearly:{label:"1-Year Plan"},yearlyPrice:"\u20A990,000",yearlyOriginal:"\u20A9180,000"}},mgrFree:{title:"Free",quote:"Open to everyone",tier:{label:"Free",price:"\u20A90"},subtitle:"For those starting out with Malgwi Manager",recommendedFor:["Solo operators managing a few clients","Those who want to try the features first"],features:["Manage up to 3 clients","Basic training assignment","View training results"]},mgrStandard:{title:"Standard",tier:"Standard",subtitle:"For operators actively managing clients",recommendedFor:["Growing centers and classrooms","Those managing multiple clients regularly"],features:["Manage up to 30 clients","Conversation & training history","Basic reports","Word/sentence data management"],tiers:{monthly30:{label:"30-Day Plan",price:"\u20A920,000"},yearly30:{price:"\u20A9240,000"},openMonthly30:{label:"Open Special 30-Day Plan",price:"\u20A910,000"},openYearly30:{price:"\u20A9120,000"},yearly:{label:"1-Year Plan"},yearlyPrice:"\u20A9120,000",yearlyOriginal:"\u20A9240,000"},quote:"For serious operations"},mgrPro:{title:"Pro",tier:"Pro",quote:"For professional institutions",cardBadge:"Recommended",subtitle:"All features including advanced analytics.",recommendedFor:["Institutions managing many clients","Professionals who need advanced analytics"],features:["Unlimited clients","Advanced statistics & reports","Auto-classification of repeated questions/issues","Custom training plans","Priority support"],tiers:{monthly30:{label:"30-Day Plan",price:"\u20A930,000"},yearly30:{price:"\u20A9360,000"},openMonthly30:{label:"Open Special 30-Day Plan",price:"\u20A915,000"},openYearly30:{price:"\u20A9180,000"},yearly:{label:"1-Year Plan"},yearlyPrice:"\u20A9180,000",yearlyOriginal:"\u20A9360,000"}},mgrEnterprise:{title:"Enterprise",quote:"For multi-site organizations",subtitle:"Large institutions & custom rollout",recommendedFor:["Multi-site / large institutions","Those needing custom features or contracts"],features:["Everything in Pro","Multi-account / multi-site management","Custom feature development","Dedicated support & separate billing"],tier:{label:"Custom quote",price:"Contact us"}},mgrLight:{title:"Light",tier:"Light",subtitle:"A practical starting plan for small-scale operators.",recommendedFor:["Solo operators managing a small group","Those considering upgrading features"],features:["Manage up to 10 clients","Training assignment & result view","Basic history storage"],tiers:{monthly30:{label:"30-Day Plan",price:"\u20A910,000"},yearly30:{price:"\u20A9120,000"},openMonthly30:{label:"Open Special 30-Day Plan",price:"\u20A95,000"},openYearly30:{price:"\u20A960,000"},yearly:{label:"1-Year Plan"},yearlyPrice:"\u20A960,000",yearlyOriginal:"\u20A9120,000"},quote:"For a small start"}},refund:{period:{title:"Refund Request Period",body:"Refunds are available only if requested within 3 days of purchase. Requests made after this period are generally not eligible."},process:{title:"Refund Processing Method & Time",body:"Approved refunds are processed within 7\u201310 business days via the original payment method. Actual timing may vary by payment method or financial institution."},company:{title:"Refunds Due to Company Fault",body:"If an issue arises from service failure, system error, or a major defect, a refund may be issued at the company's discretion regardless of the refund period."},other:{title:"Other Matters",body:"Matters not specified in this refund policy are governed by applicable laws and company's internal operating policies."}}},T2={title:"Coupons",subtitle:"Enter a coupon code or view your coupons",input:{label:"Coupon code",placeholder:"Enter coupon code"},applyButton:"Apply",error:{invalid:"Invalid coupon code.",alreadyUsed:"This coupon has already been used."},success:{applied:'"{{name}}" coupon applied.'},section:{owned:"My Coupons"},status:{used:"Used",available:"Available"}},D2={title:"Visit History",subtitle:"Check monthly visit schedules",unitVisit:"",periodAll:"All",showN:"Show {{n}}",empty:"No visit records.",loadError:"Failed to load visit records",loadErrorDesc:"Please check your network and try again.",addButton:"Add Visit",addTitle:"Add Visit",form:{customer:"Customer",customerPlaceholder:"Enter customer name",customerSelect:"Select customer",visitedAt:"Visit Date & Time",memo:"Memo",memoPlaceholder:"Enter memo"}},E2={title:"Company Info",subtitle:"Manage company and business information",editButton:"Edit Info",basicInfo:{title:"Basic Info",companyId:"Company ID",companyName:"Company Name",companyType:"Company Type",bizNumber:"Business Registration No."},contactInfo:{title:"Contact Info",tel:"Phone",address:"Address",website:"Website"},type:{operation:"Operation",clinic:"Clinic",agency:"Agency",partner:"Partner",audiologist:"Private Audiologist",slp:"Private SLP",hospital:"Hospital",hearing:"Hearing Aid Center",public:"Public Institution / Welfare / Rehab",university:"University / Research",special:"Special Education School",other:"Other"},editPopup:{title:"Edit Company Info",submit:"Save Changes",zipCode:"Zip Code",addressPlaceholder:"Enter address.",addressDetail:"Address Detail",errors:{telRequired:"Please enter a phone number.",telFormat:"Please enter a valid phone number.",bizRequired:"Please enter a business registration number."},addressDetailPlaceholder:"Enter detailed address."},saveSuccess:"Saved.",saveError:"Save failed."},B2={title:"Sentence Training",byTopic:"By Topic",byType:"By Type"},L2={title:"Training by Type",subtitle:"Select the training type you want",listenInNoise:{title:"Sentence Listening in Noise",desc:"Train sentence comprehension in various noise environments."},shortStory:{title:"Short Story Listening",desc:"Listen to short stories and understand the content."},longStory:{title:"Long Story Listening",desc:"Focus on listening to long stories and grasp the content."},orderingSentence:{title:"Sentence Ordering",desc:"Arrange heard sentences in the correct order."},SAME_SOUND_PICK:{label:"Listen & Pick Same Sound",sub:"Pick the word card that matches what you heard."},SAME_OR_DIFF:{label:"Same or Different?",sub:"Decide whether the two sounds are the same or different."},HEAR_AND_PICK_SAME:{label:"Hear & Match Word",sub:"Pick the word card that matches the sound you heard."},HEAR_AND_PICK_INCLUDED:{label:"Find Word Containing Sound",sub:"Pick the word card that contains the syllable you heard."},STARTS_WITH_SAME_SOUND:{label:"Find Word Starting with Same Sound",sub:"Pick a word that starts with the same sound as what you heard."},LISTEN_AND_REMEMBER_ORDER:{label:"Listen & Recall Order",sub:"Select the cards in the order you heard the three words."},MERGE_2_SYLLABLES:{label:"Combine 2 Syllables",sub:"What word do two syllables make?"},MERGE_3_SYLLABLES:{label:"Combine 3 Syllables",sub:"What word do three syllables make?"},MERGE_2_PHONEMES:{label:"Combine 2 Phonemes",sub:"What sound do two phonemes make?"},MERGE_3_PHONEMES:{label:"Combine 3 Phonemes",sub:"What sound do three phonemes make?"},DROP_1_FROM_2SYLL:{label:"Drop 1 Syllable from 2-Syllable",sub:"What sound remains when you remove a syllable from a 2-syllable word?"},DROP_1_FROM_3SYLL:{label:"Drop 1 Syllable from 3-Syllable",sub:"What sound remains when you remove a syllable from a 3-syllable word?"},DROP_PART_FROM_COMPOUND:{label:"Drop Part of Compound Word",sub:"What word remains when you remove part of a compound word?"},DROP_FINAL_CONSONANT_FROM_1SYLL:{label:"Drop Final Consonant",sub:"What sound remains when you remove the final consonant?"},REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:{label:"Drop Consonant",sub:"What sound remains when you remove the consonant?"},CHANGE_1_SYLL_IN_2SYLL:{label:"Change 1 Syllable (2-Syllable)",sub:"Change one syllable in a 2-syllable word to make a new word."},CHANGE_1_SYLL_IN_3SYLL:{label:"Change 1 Syllable (3-Syllable)",sub:"Change one syllable in a 3-syllable word to make a new word."},CHANGE_1_PHONEME_IN_1SYLL:{label:"Change 1 Phoneme (1-Syllable)",sub:"Change one phoneme in a 1-syllable word to make a new sound."},CHANGE_1_PHONEME_IN_2SYLL:{label:"Change 1 Phoneme (2-Syllable)",sub:"Change one phoneme in a 2-syllable word to make a new word."}},j2={title:"My Word Training",subtitle:"Organize your word training.",comingSoon:"Word training is coming soon.",storeBadge:"Training Store",sortPlaceholder:"Sort",deleteGroupTitle:"Delete Group",deleteGroupMessage:"Items in this group will be moved to 'No Group'.",deleteSetConfirm:"Delete '{{name}}'?",deleteSetConfirmDefault:"Delete this word training?",sort:{createdAtDesc:"Date \u2193",createdAtAsc:"Date \u2191",nameAsc:"Name \u2191",nameDesc:"Name \u2193"},toast:{loadError:"Failed to load the training list. Please refresh",renameError:"Failed to rename",saveError:"Failed to save",deleteError:"Failed to delete",linkCreateError:"Failed to create link. Please try again.",hwLinkCopied:"Link copied. Please paste it in KakaoTalk to send.",hwLinkCopyError:"Failed to copy link. Please check the homework manager.",sessionStartError:"Failed to start customer training session.",shareLinkError:"Failed to create share link",shareLinkCopied:"Link copied",shareLinkCreated:"Link created",duplicateError:"Failed to duplicate",unpublishError:"Failed to unpublish from store",unpublished:"Unpublished from store",groupMoveError:"Failed to move to group",groupAddError:"Failed to add group",groupDeleteError:"Failed to delete group",sessionStarted:"Training started for {{name}}.",hwSms:{body:`Here is your word training homework.
|
|
825
|
+
{{url}}`},shareLinkCreating:"Creating link\u2026"},colName:"Name",colBirthDate:"DOB",colPhone:"Phone",sendSms:"Send via SMS",copyLink:"Copy Link",copyLinkTooltip:"Copy link (paste in KakaoTalk)",addCard:"Add Word Training Bundle",addGroup:"Add Group",addGroupDesc:"Enter a name for the new group.",cardGroupEmpty:"No cards in this group",cardSearchPlaceholder:"Search by card name",copySuffix:"{{name}} (Copy)",defaultDescCount:"{{count}} word trainings",cardsEmpty:"No word training bundles created yet.",create:"Add Word Training",empty:"No word training created yet.",groupEmpty:"No word training in this group",groupNamePlaceholder:"Group name",noGroup:"No Group",searchPlaceholder:"Search by training name",tab:{cards:"Word Training Bundles",training:"Word Training"},totalPrefix:"",totalSuffix:" word trainings",renameCardAriaLabel:"Rename {{name}}",viewLabel:"View type"},M2={title:"My Word Tables",subtitle:"Manage your saved word tables.",searchPlaceholder:"Search by name",colName:"Table Name",open:"Open",deleteConfirm:"Delete this word table?",addButton:"Add Table",deleted:"Word table deleted.",empty:"No saved word tables.",countSuffix:" tables",sort:{newest:"Newest",oldest:"Oldest",name:"Name",count:"Word count"},addPairButton:"Add Contrast Pair Table",groupNamePlaceholder:"Group name",groupAddTitle:"Add Group",groupAddButton:"Add",groupNameRequired:"Please enter a group name.",groupNameDuplicate:"A group with this name already exists.",groupDeleteMessage:"Word tables in this group will be moved to 'No Group'.",deleteGroupConfirmTitle:"Delete the '{{group}}' group?",storeBadge:"Training Store",addCard:"Add Word Table Card",addGroup:"Add Group",cardsEmpty:"No word table cards created yet.",deleteGroup:"Delete Group",duplicated:"Word table duplicated.",groupEmpty:"No word tables.",menu:{copyLink:"Copy Link",deactivateLink:"Deactivate Share Link",duplicate:"Copy",openBuilder:"Edit",openNewTab:"Open in New Tab",publishStore:"Post to Training Store",unpublishStore:"Remove from Training Store"},sharedBadge:"Shared",newBadge:"Newly created",renameGroup:"Rename Group",tab:{cards:"Word Table Cards",tables:"Word Tables"},publishDefaultDesc:"{{count}} words"},P2={title:"Key Words",empty:"No key words available.",tableTitle:"'{{name}}' Key Word Table",print:"Print",saveToMyTable:"Save to My Tables",saved:"Saved to My Tables.",wordTableName:"{{name}} Key Words"},R2={defaultName:"Word Table",title:"Word Table Builder",createTitlePair:"Compose Contrast Pair Table",subtitle:"Set columns and add words to build a table.",filterTitle:"Table Settings",filter:{composition:"Composition",image:"Image",word:"Word",standardPron:"Standard Pronunciation",colloquialPron:"Colloquial Pronunciation",paperOrientation:"Paper Orientation",landscape:"Landscape",portrait:"Portrait",columns:"Columns",column:"{{count}} col",itemsPerPageWord:"Words per page",itemsPerPagePair:"Pairs per page",itemsPerPageOption:"{{count}}",pageIndicator:"{{current}} / {{total}}",pageNumber:"Page Number",pageNumberLeft:"Left",pageNumberCenter:"Center",pageNumberRight:"Right",border:"Border",cutLine:"Cut Line",show:"Show",hide:"Hide",dotted:"Dotted",corner:"Corner"},addWord:"Add",wordInfo:"Info for {{word}}",emptyItems:"Please add at least one word.",load:"Load",openNewWindow:"Open in New Window",saveButton:"Save",saveAsNewButton:"Save as New",print:"Print",popupBlocked:"Popup was blocked. Please allow popups in your browser settings.",printFileNameSingle:"Word Table",printFileNamePair:"Contrast Pair Table",save:{title:"Save Word Table",nameLabel:"Name",desc:"Enter a name for the word table.",placeholder:"Enter a title for this word table.",descriptionLabel:"Description",descriptionPlaceholder:"Enter a description for this word table.",duplicateName:"This name is already in use.",nameRequired:"Please enter a table name.",autoFillHint:" (Press Tab or Space to autofill)"},loadTable:{title:"Load Saved Word Table",empty:"No saved word tables.",loadButton:"Load",itemCount:"{{count}} words",deleteAriaLabel:"Delete",sort:{newest:"Newest",oldest:"Oldest",name:"Name",count:"Word Count"},view:{grid:"Grid View",list:"List View"}},groupDeleteMessage:"Word tables in this group will be moved to 'No Group'.",groupNamePlaceholder:"Group name",store:{badge:"Training Store"},card:{sub:"Word Table Card",empty:"No word tables in this card."},builder:{title:"Create Word Table",nameLabel:"Name",namePlaceholder:"Enter word table name",groupLabel:"Group",groupPlaceholder:"Group name (optional)",descLabel:"Description",descPlaceholder:"Brief description (optional)",nameRequired:"Please enter a name for the word table."},toast:{loadError:"Failed to load the word table list. Please refresh",renameError:"Failed to rename",saveError:"Failed to save",deleteError:"Failed to delete",shareLinkError:"Failed to create link",shareLinkCopied:"Link copied",shareLinkCreated:"Link created",shareLinkDeactivated:"Share link deactivated.",shareLinkDeactivateError:"Failed to deactivate share link.",customWordNotShareable:"This contains words you added yourself, so it cannot be shared -- others do not have them.",duplicateError:"Failed to duplicate",unpublishError:"Failed to remove from Training Store",unpublished:"Removed from Training Store",saveSuccess:"Word table saved.",shareLinkCreating:"Creating link\u2026"},scoring:{o:"{{word}} correct",triangle:"{{word}} partial",x:"{{word}} incorrect",button:"Score",pickTitle:"Who are you scoring?",pickSubtitle:"Choose the customer who trained with \u201C{{name}}\u201D.",pickSearch:"Search by name or phone",pickEmpty:"No customers registered.",pickNoMatch:"No matching customer.",pickAgain:"Choose another",scoringFor:"Scoring {{name}}",none:"Tap a cell to mark \u25CB \xB7 \u25B3 \xB7 \u2715.",tally:"{{marked}} scored \xB7 \u25CB {{o}} \xB7 \u25B3 {{triangle}} \xB7 \u2715 {{x}} \xB7 {{rate}}%",save:"Save score",saved:"Saved {{count}} marks for {{name}}.",reviewTitle:"Create a review table?",reviewMessage:"Builds a new table from the {{count}} cells {{name}} got wrong or partial. Correct ones are left out.",reviewConfirm:"Create review table",reviewDescription:"Cells marked wrong or partial in \u201C{{name}}\u201D \u2014 {{count}} of them.",reviewCreated:"Created \u201C{{name}}\u201D \u2014 {{count}} cells.",discardTitle:"Discard this scoring?",discardMessage:"You marked {{count}} cells but have not saved. Leaving discards them.",discardConfirm:"Discard and leave"}},$2={editTitle:"Edit '{{name}}'",editBanner:{message:"Saving will update the word table you're editing."},subtitle:"Select filters to search for words.",filterTitle:"Word Search Settings",searchOptionsTitle:"Search Options",filter:{wordInput:"Word Input",wordInputShort:"Input",wordInputInfo:["Finds words containing the full syllables you type. A syllable typed without a final consonant matches any final (\uC218 \u2192 \uC218\xB7\uC220\xB7\uC219\xB7\uC21C\u2026).","Mix syllables and phonemes in one search. [\u3131\uC218 \u2192 any word containing a syllable with initial '\u3131' immediately followed by '\uC218' \u2014 \uAD6D\uC218\xB7\uAC80\uC218\u2026]","Use commas (,) to separate syllable positions. Each position can be a full syllable or a single consonant/vowel; leave it empty for unconstrained. ['\uAC00,\u3134,,\uB2E4' \u2192 any word containing '\uAC00' \xB7 initial '\u3134' \xB7 any \xB7 '\uB2E4' in a row]","Use underscores (_) for initial/medial/final positions ('_' = unconstrained; trailing positions may be omitted). ['\u3131_' \u2192 words containing a syllable with initial '\u3131' / '_\u314F' \u2192 medial '\u314F' / '__\u3131,\uACE0' \u2192 a syllable with final '\u3131' immediately followed by '\uACE0']"],wordPlaceholder:"Enter characters",wordInputError:"Invalid input format. Use only complete characters, consonants/vowels, or the '__\u3131' (onset\xB7nucleus\xB7coda) template.",wordInputUsageLabel:"Usage",viewChar:"Choose Letters",viewPron:"Choose Sound",viewDirect:"Type Letters",inputMode:"Input mode",phonemeCho:"Initial",phonemeJung:"Vowel",phonemeJong:"Final",phonemePosition:"Position",positionAny:"Any",positionHead:"Start",positionMid:"Middle",positionTail:"End",phonemeModeInfo:["Find words by initial, vowel, or final consonant alone \u2014 no typing needed.","Selecting multiple values matches any one of them.","Narrowing position to Start/Middle/End checks only that syllable (first, middle, or last)."],difficulty:"Grade",grade:"Grade {{n}}",syllables:"Syllables",syllable:"{{n}} Syll.",syllable5plus:"5+ Syllables",partOfSpeech:"Part of Speech",pos:{noun:"Noun/Numeral",verb:"Verb/Adjective",modifier:"Adverb/Determiner"},wordType:"Word Type",type:{native:"Native Korean",sino:"Sino-Korean",foreign:"Loanword",mixed:"Hybrid"},exclude:"Exclude",excludeNoImage:"No Image",selectLabel:"Select",onlyHasImage:"Only words with images",onlyHasImageInfo:"Only words with images: keeps only results with a registered word image."},searchButton:"Search",resultUnit:"words",remaining:"{{count}} remaining",resultDisc:"Select {{unit}}. Up to {{max}} items. ({{selected}}/{{max}})",resultTitlePrefix:"",resultTitleSuffix:" {{unit}} found.",emptyResult:"No results found.",emptyMidNeedsThree:"There is no word-medial position in the syllable counts you picked \u2014 it only exists from 3 syllables up. Try 3+ syllables, or switch the position to initial or final.",groupCount:"{{count}}",sort:{aria:"Sort",match:"Best Match",ganada:"A\u2013Z \u2191",ganadaDesc:"A\u2013Z \u2193",syllable:"Syllables \u2191",syllableDesc:"Syllables \u2193",grade:"Grade \u2191",gradeDesc:"Grade \u2193"},pageSize:"Show {{count}}",pageSizeAria:"Page size",loadError:"Failed to load word data. Please refresh.",loadErrorButton:"Failed to load data \u2014 Refresh",checkingImages:"Checking images\u2026",maxSelectReached:"Cannot select more.",printBlockTitle:"Word Table Preview",popup:{title:"Select a word for cell {{n}}"},title:"Create Word Table",imageFilterOn:"Showing only words that have an image \u2014 about 7% of all words have one, and roughly one in four at level 1. Turn that option off in Search options to see more."},I2={title:"Word Management",subtitle:"Review all words in a table, exclude individual words, or add new ones to build your own word pool.",noSelection:"None",gradeSuffix:"grade",includeInSearch:"Include in search",searchPlaceholder:"Search word or pronunciation",add:"Add Word",addTitle:"Add Word",addConfirm:"Add",listTitle:"Word List",empty:"No matching words.",removeAdded:"Delete",addedBadge:"Added",view:{all:"All",excluded:"Excluded",added:"Added"},col:{exclude:"Exclude",word:"Word",pron:"Pronunciation",colloquialPron:"Colloquial Pronunciation",grade:"Grade",pos:"POS",wordType:"Type",meaning:"Meaning"},toast:{duplicate:"This word already exists.",added:"Word added."},viewLabel:"View type"},F2={clearAllSelection:"Clear All Selections",scrollToTable:"Go to Word Table",divLine:"Contrast Line",removePair:"Remove pair",removeWord:"Remove word"},O2={title:"By Topic",subtitle:"Select a topic to start listening training",noiseTitle:"Sentence Listening in Noise",shortStoryTitle:"Short Story Listening",FOOD:"Food",HLTH:"Health",WETH:"Weather",PRSN:"People",KRCT:"Korean Culture",STRY:"Stories",LOCA:"Locations",SOAR:"Society & Arts",NTSC:"Nature & Science",SPRT:"Sports",sub:{TRKRFD:"Traditional Korean Food",MDKRFD:"Modern Korean Food",WRLDFD:"World Cuisine",MTRFRT:"Ingredients & Fruits",GEFDKL:"Food Facts",HTETHB:"Healthy Eating",DISILL:"Diseases",EXCISE:"Exercise",GEHTKL:"Health Facts",GESSKL:"Seasons",SNWRAN:"Snow & Rain",WTHFCT:"Weather Forecast",GEWTKL:"Weather Facts",JODYPS:"Joseon Dynasty",MDKRPS:"Modern Korea",THKDPS:"Three Kingdoms",WRLART:"World Artists",WRLPSN:"World Figures",KRLANG:"Korean Language",TRPLCT:"Traditional Games",HERITG:"Heritage",EVTFES:"Events & Festivals",GECTKL:"General Knowledge",FRYTAL:"Fairy Tales",AMZING:"Amazing Stories",DAYSTR:"Everyday Stories",KRLDMK:"Korean Landmarks",SELNMK:"Seoul Landmarks",WRDTRB:"World Travel",NAVIGT:"Navigation",KRSOCI:"Korea",ECONEW:"Economy & News",GENART:"Arts",GELFKL:"Life Tips",ANIMAL:"Animals",PLANTS:"Plants",ETHPLT:"Earth",TOLELC:"Tools & Electronics",GESCKL:"Science Facts",INVDSP:"Individual Sports",MARART:"Martial Arts",TEAMSP:"Team Sports",FOOTBL:"Soccer",GESPKL:"Sports Facts"}},H2={title:"Password Change Required",subtitleMustChange:"You signed in with a temporary password issued by an administrator. You must set a new password to continue.",subtitleExpired:"Your password has expired per security policy. You must set a new password to continue.",currentPassword:"Current Password",newPassword:"New Password",confirmPassword:"Confirm New Password",changing:"Changing\u2026",submit:"Change Password",error:{currentRequired:"Please enter your current password.",mismatch:"New passwords do not match.",sameAsCurrent:"Please use a different password from your current one.",reused:"You can't reuse a recently used password.",reusedWithCount:"You can't reuse your last {{count}} passwords.",tooShort:"Password is too short.",currentIncorrect:"Current password is incorrect.",unauthorized:"Please sign in again.",unknown:"Failed to change your password. Please try again in a moment."}},V2={memoLabel:"Feedback message",reportBug:"Report a bug",title:"Send feedback",cropHint:"Drag to select an area \xB7 click to capture the whole screen",captureFull:"Capture all",memoPlaceholder:"Describe the issue",memoPlaceholderOptional:"Briefly describe the issue (optional)",retake:"Retake",addScreenshot:"Add screenshot",send:"Send",sending:"Sending\u2026",sent:"\u2713 Sent!",captureError:"An error occurred while capturing.",sendFailed:"Failed to send",errorPrefix:"Error",menuCapture:"Capture screenshot",menuTextOnly:"Text only"},z2={maxUses:"Max uses (leave blank for unlimited)",redirect:"Redirect URL (leave blank for app home)",creating:"Creating\u2026",create:"Create link",created:"\u2713 Link created",copied:"Copied!",copy:"Copy",loading:"Loading\u2026",empty:"No links created yet.",uses:"Used {{count}} times",expiresAt:"Expires: {{date}}",createdAt:"Created: {{date}}",confirmDelete:"Delete this link?",deactivate:"Deactivate",delete:"Delete",status:{active:"Active",expired:"Expired",inactive:"Inactive"}},W2={title:"Word suggestions"},q2={scope:{user:"Your pass",org:"Your organization pass"},expired:{title:"{{scope}} has expired",message:"{{plan}} (ended {{date}}) \u2014 purchase a pass to keep using it."},today:{title:"{{scope}} expires today"},tomorrow:{title:"{{scope}} expires tomorrow"},soon:{title:"{{scope}} expires in {{days}} days",message:"{{plan}} ends on {{date}}. Purchase a pass before it expires."},action:"Buy a pass"},U2={inProgress:"Training with {{name}}",endFailed:"Couldn't end the session. Please try again.",ending:"Ending\u2026",end:"End Training",endConfirm:"End this training session? It will be recorded in the visit history.",endConfirmTitle:"End session"},G2={tab:{login:"Sign In",signup:"Sign Up"},email:"Email",username:"Username",password:"Password",passwordPlaceholder:"Enter password",confirmPassword:"Confirm Password",submitSignup:"Sign Up",processing:"Processing\u2026",signupSuccess:"A confirmation email has been sent. Please check your inbox.",backToLogin:"Back to sign in",resetPassword:{link:"Forgot password?",title:"Reset Password",desc:"Enter the email address you signed up with and we'll send you a password reset link.",button:"Send reset link",success:`A reset link has been sent to your email.
|
|
826
|
+
Please check your inbox.`,failed:"Failed to send the reset link. Please try again later."},error:{emailRequired:"Please enter your email.",signupDisabled:"Self sign-up is currently disabled. Please join through an invitation.",lockedWithMinutes:"Your account is locked after {{count}} failed sign-in attempts. Try again in {{minutes}} minutes.",lockedContactAdmin:"Your account is locked after {{count}} failed sign-in attempts. Please contact an administrator.",attemptsLeft:"{{message}} ({{count}} attempts left)",passwordRequired:"Please enter your password.",usernameRequired:"Please enter a username.",passwordMinLength:"Password must be at least 6 characters.",passwordMinLengthN:"Password must be at least {{n}} characters.",passwordMismatch:"Passwords do not match.",invalidCredentials:"Incorrect email or password.",emailNotConfirmed:"Email verification is not complete. Please check your inbox.",invalidEmailFormat:"Invalid email format.",termsRequired:"Please agree to the Terms of Use.",privacyRequired:"Please agree to the Privacy Policy.",emailFormat:"This is not a valid email format.",usernameMaxLength:"Username must be at most 12 characters.",serviceUnavailable:"Can't reach the service right now. Please try again shortly, and contact an administrator if it continues.",unknown:"Sign-in failed. Please try again shortly, and contact an administrator if it continues."},agreement:{termsTitle:"Terms of Use",privacyTitle:"Privacy Policy",termsLabel:"I agree to the Terms of Use.",privacyLabel:"I agree to the Privacy Policy.",view:"View",loadError:"Failed to load the document."},resetPage:{title:"Reset Password",sessionChecking:"Checking session\u2026",accessDenied:"This page can only be accessed via the reset link in your email. If the link has expired, please request a new one.",newPassword:"New password",confirmPassword:"Confirm new password",mismatch:"Passwords do not match.",reused:"You cannot reuse your last {{count}} passwords.",submit:"Reset password",submitting:"Resetting\u2026",done:"Your password has been reset. Please go to the homepage and sign in again.",goHome:"Go to homepage"},emailPlaceholder:"Enter your email",passwordNewPlaceholder:"Enter your password",usernamePlaceholder:"Enter your username",orDivider:"or",kakaoStart:"Continue with Kakao"},Y2={title:"Agreement required",subtitle:"Please agree to the Terms of Use and Privacy Policy to continue using the service.",submit:"Agree and continue",processing:"Processing\u2026",error:"Failed to save your agreement. Please try again later."},K2={title:"Address Search",loadError:"Failed to load Daum Postcode script"},Z2={addTitle:"Add Training Bundle",editTitle:"Edit Training Bundle",nameLabel:"Training Bundle Name",namePlaceholder:"Enter training bundle name",basketLabel:"Selected Training",selectLabel:"Select Training",customerSelect:"Select Customers",tab:{byTopic:"By Topic",byType:"By Type"},toast:{maxItems:"You can select up to 10 items per training type.",noItemsToAdd:"No items available to add."},descLabel:"Description",descPlaceholder:"Briefly describe this training (optional)",copyLink:"Copy Link",removeLink:"Remove Link",linkCopied:"Link copied.",linkCreated:"Link created.",linkRemoved:"Link removed.",linkCreating:"Creating\u2026",linkError:"Failed to create link.",linkSaveFirst:"Please save the training bundle first.",linkSaveFirstHint:"You can only create a shared link from a saved training bundle.",linkCopySelect:"Copy blocked \u2014 link selected. Press Ctrl/\u2318+C to copy.",nameRequired:"Please enter a training bundle name.",itemRequired:"Please add at least one training item.",randomAdd:"Random Add",shareLinkLabel:"Shared Link",basketEmpty:"No training selected",basketPerTypeMax:"/ max 10 each",clearAll:"Clear All",removeLinkConfirm:{title:"Remove Shared Link",body:"Remove this shared link? It will no longer be accessible.",confirm:"Remove"},groupLabel:"Group",groupPlaceholder:"Group name (optional)",noGroup:"No Group",shareLink:"Create Link"},X2={type:{hearingAid:"Hearing Aid",cochlearImplant:"Cochlear Implant",other:"Other"},direction:{left:"L",right:"R",label:"Side"},wornDate:"Date Worn",deviceType:"Device Type",brand:"Brand",fitType:"Fit Type",productName:"Product Name",productNamePlaceholder:"Enter product name",registerTitle:"Device Registration",validationError:{brandAndProduct:"Please enter brand and product name.",wornYear:"Worn year must be between {{min}} and {{max}}.",brand:"Choose a brand.",productName:"Enter a product name."},addNew:"Add New Device",selectFromList:"Select from List",removeDevice:"Remove",editTitle:"Edit device",editSubmit:"Save device",deleteSubmit:"Delete device"},J2={stat:{totalCustomers:"Total Customers",monthlyTraining:"This Month's Training",monthlyVisits:"This Month's Visits",savedWordTables:"Saved Word Tables",todayVisits:"Today's Visits",todayVisitsEmpty:"No visits scheduled today",subscription:"Subscription Status",subscriptionRemaining:"In Use",subscriptionTotal:"Total",subscriptionHeld:"Held"},chart:{visitDetail:"Visit Details",trainingDetail:"Training Details",weekly:"Weekly",daily:"Daily",periodMonth:"Month",periodWeek:"Week",weeklyPrefix:"Weekly",monthlyPrefix:"Monthly",visit:"Visits",reservation:"Reservations",trainingDone:"Completed",trainingInProgress:"In Progress",weekRange:"{{start}}\u2013{{end}}",week:"W{{n}}"},moreItems:"+ {{count}} more",headerBadge:"Pre-Open 30 days",greeting:"{{name}}",subscriptionStatus:{active:"{{pct}}% Active",expired:"{{pct}}% Expired",unused:"{{pct}}% Unused"}},Q2={title:"Word Pairs",editTitle:"Edit '{{name}}'",editBanner:{message:"Saving will update the contrast pair table you're editing."},subtitle:"Select phonemes to search for minimal pairs.",phonemeSelect:{title:"Phoneme Selection",emptySummary:"Select a phoneme.",needsContrast:"Select the contrast phoneme.",vs:"vs"},caution:"Caution",mode:{include:"Phoneme Include",pick:"Phoneme Contrast",contrast:"Specify Contrast",infoTitle:"Contrast Mode",infoInclude:"Include \u2014 finds words containing all selected phonemes, plus their minimal pair.",infoPick:"Contrast \u2014 matches only if the selected phoneme is the actual point of difference in the pair.",infoContrast:"Specify Contrast \u2014 directly choose phonemes for the base word and the contrasting word to find pairs."},count:"{{n}}",input:{char:"Choose Letters",pron:"Choose Sound",infoTitle:"Input mode",infoChar:"Choose Letters \u2014 finds words by the selected phonemes (spelling), then finds their standard-pronunciation contrast pairs.",infoPron:"Choose Sound \u2014 finds standard-pronunciation contrast pairs directly from the selected phonemes."},phonemeN:"Syllable {{n}}",phonemeSingleLabel:"Syllable",phonemeContrastSingleLabel:"Contrast Syllable",ordinals:["First","Second","Third","Fourth"],phonemeOrdinalLabel:"{{ordinal}} Syllable",phonemeContrastOrdinalLabel:"Contrast {{ordinal}} Syllable",composition:"Answer Word Composition",syllableCount:"Syllables",syllableN:"{{n}} syll.",syllableNPlus:"{{n}}+ syll.",onset:"Onset",vowel:"Vowel",coda:"Coda",glide:"Glide",filter:{searchOptionsTitle:"Contrast Settings",searchModeLabel:"Contrast Mode",countLabel:"Input Syllable Count",inputModeLabel:"Input mode",phonemeOrder:"Input Syllable Position",phonemeOrderInfo:["Match: the pair must differ at exactly the same position (syllable).","Any: the differing position doesn't matter."],orderAny:"Any",noCoda:"None",noCodaTip:"Find only words without a final consonant",orderMatch:"Match",difficultyInfo:"Reflects the National Institute of Korean Language's basic vocabulary grade.",selectLabel:"Select",selectInfo:["Only words with images: keeps only results with a registered word image.","Only same phoneme structure: keeps only pairs where both words have the same syllable structure (length, batchim, etc.)."],onlyHasImage:"Only words with images",onlySameStructure:"Only same phoneme structure",scopeSearchWordOnly:"Search word only"},resultUnit:"pairs",group:{onset:"Onset Contrast",vowel:"Vowel Contrast",glide:"Glide Contrast",coda:"Coda Contrast"},toast:{samePhonemesError:"The base phoneme and the contrast phoneme must be different."},searchLabel:{error:"Failed to load data",loading:"Loading\u2026",checking:"Checking images"},confirmMessage:"The word table with {{count}} selected {{unit}} will be lost.",resetOptions:"Reset Options",phonemeContrast:"Contrast Syllable {{n}}",infoNotes:["The preview character is an example of the selected phoneme combination. The actual search covers all words containing the phoneme.","Initial consonant '\u3147' cannot be selected. \u3147 at the start of a word is effectively silent.","If only onset and coda are selected, the vowel is automatically displayed as '\u314F'.","Increasing the phoneme count searches for minimal pairs between each phoneme."],imageFilterOn:"Showing only words that have an image \u2014 a pair needs an image for both words, so far fewer pairs remain. Turn that option off in Search options to see more."},eb={title:"Games",subtitle:"Train your listening with fun games",scoreSaveFailed:"Failed to save your score. Please try again.",endsIn:"Ends in {{days}}d {{hours}}h",bestScore:"Best Score",totalScore:"Total score",rank:"Rank",leaderboard:{title:"Ranking",loading:"Loading the ranking\u2026",empty:"No scores yet. Be the first!",unavailable:"Couldn't load the ranking. Try reopening in a moment.",me:"You",anonymous:"Anonymous",score:"{{score}} pts",chase:"{{points}} more points to reach #{{rank}}.",top:"You're #1! Now defend it."},crossword:{title:"Crossword Puzzle",desc:"Listen to each word and fill the grid with letter tiles.",tip1:"Tap a numbered square to hear the word that goes there (both in turn if it starts two).",tip2:"Tap the letter tiles below to fill the blanks",tip3:"Fill in all cells, then tap 'Check answer' to see your result",scoreTitle:"Scoring",score1:"10 points per correct cell, nothing deducted for wrong ones.",score2:"Speed and difficulty don't raise it.",score3:"Rounds add up, so the more you play the higher you climb.",playHint:"Tap a numbered square to hear the word there. (If a square has two numbers, in the order you tap.)",pickCellFirst:"Pick a square to fill first. Squares with a number play the word for that spot. (Two numbers: in the order you tap them.)",levelIntro:"Pick a difficulty and get a fresh puzzle every time.",wordsLoading:"Loading words\u2026",alertNoPuzzle:"Could not build a puzzle. Please try again.",level:{basic:"Basic",intermediate:"Intermediate",advanced:"Advanced"},levelDesc:{basic:"Start with easy words",intermediate:"A bit more challenging",advanced:"The hardest words"},alertFillAll:"Please fill in all cells.",undo:"\u21A9 Undo",checkAnswer:"\u2713 Check",cellEmpty:"empty",cellCorrect:"correct",cellWrong:"wrong",hintLabel:"{{label}} {{number}}",horizontal:"Across",vertical:"Down"},reflex:{title:"Reflex Game",desc:"Listen and quickly click the correct word.",roundCount:"{{total}} rounds \xB7 {{timeLimit}}s each",tip1:"Click the correct answer from 4 choices when you hear the word",tip2:"Click the question to hear the word again",tip3:"Answer within {{timeLimit}} seconds",accuracy:"{{pct}}% accuracy",avgTime:"avg {{time}}s",timeout:"(timeout)",correctMsg:"\u2713 Correct! {{time}}s",wrongMsg:"\u2717 Answer: {{word}}"},typing:{title:"Word Typing",desc:"Listen and type the word within the time limit.",roundCount:"{{rounds}} rounds \xB7 {{timeLimit}}s each",placeholder:"Type the word you heard",tip1:"Listen and type the word within the time limit",tip2:"Tap 'Listen again' to hear the word again",tip3:"Press Enter or the Confirm button to submit",accuracy:"{{pct}}% accuracy",notEntered:"(not entered)",correctMsg:"\u2713 Correct!",wrongMsg:"\u2717 Answer: {{word}}"},sentenceTyping:{title:"Sentence Typing",desc:"Listen and type the sentence within the time limit.",roundCount:"{{rounds}} rounds \xB7 {{timeLimit}}s each",placeholder:"Type the sentence you heard",tip1:"Listen and type the sentence within the time limit",tip2:"Tap 'Listen again' to hear the sentence again",tip3:"Press Enter or the Confirm button to submit"},wordDefense:{inputLabel:"Type the word you heard",title:"Word Defense",desc:"Type incoming words to defeat them.",introTitle:"Space Defense",introDesc:"A word plays whenever an alien appears.",introDesc2:"Type the word you heard to defeat the alien!",tip1:"Click alien / Spacebar \u2192 hear the word again",tip2:"Aliens come from all directions",tip3:"The invasion speed increases over time",gameoverTitle:"Base Destroyed!",killCount:"Aliens defeated: {{count}}",msgPerfect:"Perfect space defense!",msgGood:"Well fought!",msgTryAgain:"Keep practicing!",dailyBest:"Today's Best",replayBtn:"Listen Again",energyBtn:"Use Energy",energyTitle:"Activate energy (Tab) \u2014 remove all enemies",clickToPlay:"Click to play immediately",me:"Me"},dictation:{title:"Dictation",desc:"Practice writing down exactly what you hear.",comingSoon:"Coming soon: audio playback, input field, answer comparison"},result:{heading:"Level {{number}} Answer",allCorrect:"Clap clap clap \u2014 All correct!",scoreEarned:"You scored {{score}}",scoreSummary:"{{correct}} of {{total}} cells correct",retry:"Try Again",next:"Next Quiz"},common:{howToPlay:"How to Play",start:"Start",retry:"Play Again",confirm:"Confirm",listenAgain:"Listen Again",result:"Result",score:"Score {{score}}",timerSec:"{{sec}}s",progressFilled:"Progress \u2014 {{filled}} of {{total}} cells filled",roundCorrect:"Round {{n}} correct",roundWrong:"Round {{n}} incorrect",accuracy:"{{pct}}% accuracy",rankChecking:"Checking rank\u2026",rankValue:"Rank #{{rank}}",bestScore:"Best {{score}} pts",newRecord:"New record",dialogIntro:"{{game}} \u2014 how to play",dialogResult:"{{game}} \u2014 results",dialogPlay:"{{game}} \u2014 in progress"},soundMatch:{title:"Sound Match",desc:"Quickly match words or sentences that share the same sound.",comingSoon:"Coming soon: play button, timer, score tracking"},orderSequence:{title:"Sentence Ordering",desc:"Arrange scattered sentence fragments in the correct order.",comingSoon:"Coming soon: sentence sets, ordering interface"},speedListen:{title:"Speed Listen",desc:"A challenge game to count the number of words in a sentence within a time limit.",comingSoon:"Coming soon: time limit, scoreboard"},noiseChallenge:{title:"Noise Challenge",desc:"Practice distinguishing sentences amid background noise.",comingSoon:"Coming soon: various noise levels, score tracking"},fastListen:{title:"Fast Listen",desc:"Listen to short sentences at speed and select the key word.",comingSoon:"Coming soon: speed by difficulty, timer"},shadowing:{title:"Shadowing",desc:"Practice pronunciation and intonation by repeating sentences aloud.",comingSoon:"Coming soon: playback, recording, comparison feedback"},phonemeHunt:{title:"Phoneme Hunt",desc:"Find words that contain a specific phoneme (sound).",comingSoon:"Coming soon: phoneme filter, hint feature"}},tb={lead:`IHAB builds trust
|
|
827
|
+
through sound
|
|
828
|
+
and aids recovery.`,site:{title:"Site",malgwi:"Malgwi",soundDirection:"Sound Direction System",vrSoundDirection:"VR Sound Direction System",hearingTest:"Hearing Test Pro"},sns:{title:"SNS",naverBlog:"Naver Blog",kakao:"KAKAO Talk Open Chat"},policy:{title:"Policy",terms:"Terms of Service",privacy:"Privacy Policy"},ceo:"CEO",address:"Address",support:"Support",ceoName:"Ji-hye Han",addressValue:"302, 3F, Haechan Bldg, 32 Siocheong-gil, Chuncheon, Gangwon, Korea"},nb={nav:{programs:"Programs",manager:"Manager",themes:"Training Topics",plans:"Pricing",login:"Log in",menuOpen:"Open menu",menuClose:"Close menu"},hero:{eyebrow:"Auditory Training by Hearing Professionals",title:"Practice <em>hearing speech</em><br/>with programs made by<br/>hearing professionals.",sub:"IHAB \uB9D0\uADC0 is an auditory training program designed to support everyday communication for hearing aid wearers, with a variety of listening scenarios and engaging content.",ctaPrimary:"Start for free"},marquee:["4,460 listening contents","Audiology expert advisory","Everyday recovery for hearing aid users","Daily updates","9 topic categories","Noise environment simulation"],counter:{prefix:"A total of",unit:"",unitSuffix:"",suffix:"vast training contents.",trainingCardSuffix:" sent.",cap:"With 4,000+ listening contents updated daily, no two listening experiences are ever repeated.",chips:[{num:"1,284",label:"Sentence listening in noise"},{num:"1,612",label:"Short story listening"},{num:"986",label:"Long story listening"},{num:"578",label:"Sentence ordering"}]},features:{title:"All the <em>auditory training</em> you need, <em>in one place</em>",sub:"From today's listening to noise training, word discrimination, and games\u2014<br/>experience everything you need for auditory rehabilitation with \uB9D0\uADC0.",items:[{title:"Today's Listening",desc:"Fresh daily listening training to support consistent auditory rehabilitation."},{title:"Topic Training",desc:"Improve real-life listening ability with topics like daily life, news, and weather."},{title:"Word Training",desc:"Focused training to distinguish phonemes by comparing onset, vowel, and coda differences."},{title:"Listening in Noise",desc:"Build adaptability to clearly distinguish speech in various noise environments."},{title:"Games",desc:"Keep up with auditory training without getting bored through fun game formats."},{title:"Training Log",desc:"Track your auditory rehabilitation progress at a glance with history and statistics."},{title:"Expert Management",desc:"Audiologists and hearing aid centers can manage patient training settings and visit history together."}]},programs:{title:"Auditory training program designed for<br/><em>diverse listening</em> situations and <em>engagement</em>",sub:"Consistent auditory rehabilitation improves auditory attention and cognitive ability.",steps:[{n:"01",variant:"start",title:"Listen",desc:"Training to hear sentences in real everyday noise environments"},{n:"02",variant:"feedback",title:"Remember",desc:"Review the sentence and check which parts you heard clearly"},{n:"03",variant:"done",title:"Confirm",desc:"Save accuracy and trends per session to inform the next training"}]},themes:{title:"Auditory training with <em>topics</em><br/>you're <em>interested</em> in",sub:"Organized by topics you encounter in everyday life so you can practice listening naturally.",sentenceSuffix:" sentences",items:{weather:"Weather",food:"Food",people:"People",koreanCulture:"Korean Culture",stories:"Stories",locations:"Locations",societyArts:"Society & Arts",natureScience:"Nature & Science",sports:"Sports",health:"Health"}},manager:{title:"Manager features for<br/><em>auditory training professionals</em>",sub:"We provide a manager page service that lets you manage customers and set up personalized auditory training.",footText:"Save your preferred training directly to set up your own custom preset.",footBtn:"Apply for \uB9D0\uADC0 Manager"},pricing:{title:"Enjoy all \uB9D0\uADC0 content<br/>without limits"},cta:{eyebrow:"Start right now",title:"10 minutes a day \u2014 regain<br/>confidence in daily communication.",sub:"Log in with your IHAB account to start training immediately<br/>with the first-visit customer preset.",btn:"Log in with IHAB and start \uB9D0\uADC0"},trainingPhone:{title:"Sentence Listening in Noise",topic:"Gardening",prev:"Prev",next:"Next",speed:"Speed 3",noiseType:"Crowd noise",settings:"Settings",start:{caption:"Press the play (\u25B6) button below and listen carefully. After listening, check the sentence."},feedback:{caption:"Plant the well-grown seedlings in the garden bed and cover them carefully with plastic film."},done:{heardWell:"Heard clearly",listenAgain:"Listen again"}},managerDash:{nav:{customers:"Customers",trainingSettings:"Training Settings",visitHistory:"Visit History"},trainingName:"Training Name",tabs:[{label:"Sentence listening in noise",icon:"\u{1F50A}"},{label:"Short story listening",icon:"\u{1F4AC}"},{label:"Long story listening",icon:"\u{1F4D6}"},{label:"Sentence ordering",icon:"\u{1F500}"}],checks:[{n:"Kendo",on:!0},{n:"Golf",on:!0},{n:"Golf etiquette",on:!0},{n:"Basketball",on:!1},{n:"Marathon",on:!1},{n:"Badminton",on:!1}]},stickyCta:"Log in and start \uB9D0\uADC0",stickyTaglinePrefix:"'s\xA0",stickyTaglineHighlight:"auditory training",stickyTaglineSuffix:" \u2014 ready to start?",forceLogout:{duplicateSession:"You were signed out because this account signed in on another device.",sessionExpired:"Your session expired, so you were signed out."}},ab={yearField:"Year",monthField:"Month",dayField:"Day",yearLabel:"{{y}}",monthLabel:"{{m}}",hourLabel:"{{h}}:00",daySuffix:"",minuteSuffix:"",dayLabel:"{{n}}",timeHM:"{{hh}}:{{mm}}",timeH:"{{hh}}:{{mm}}"},rb={discrimination:{label:"Discrimination Training",disc:"Training to distinguish whether two sounds are the same or different.",types:{SAME_SOUND_PICK:{label:"Listen & Pick Same Sound",sub:"Pick the word card that matches the sound you heard.",setupSub:"Choose a target word and distractors to create a same-sound picking question.",step1:"Select the target word.",step2:"Select other words to present alongside it."},SAME_OR_DIFF:{label:"Same or Different?",sub:"Decide whether the two sounds are the same or different.",setupSub:"Choose two words to compare and create a same-or-different question.",step1:"Listen to the two sounds.",step2:"Are they the same or different?",choiceSame:"Same",choiceDiff:"Different"},HEAR_AND_PICK_SAME:{label:"Hear & Match the Word",sub:"Pick the word card that matches what you heard.",setupSub:"Choose a target word and distractors to create a word-matching question.",step1:"Listen to the word.",step2:"Select the matching word card."},HEAR_AND_PICK_INCLUDED:{label:"Hear & Pick Word with Syllable",sub:"Pick the word card that contains the syllable you heard.",setupSub:"Create a question using a target with the syllable and distractors without it.",step1:"Listen to the syllable.",step2:"Select the word that contains this syllable."},STARTS_WITH_SAME_SOUND:{label:"Hear & Pick Same Starting Sound",sub:"Pick the word that starts with the same sound as the one you heard.",setupSub:"Create a question using words that start with the same sound and distractors that don't.",step1:"Listen to the word.",step2:"Select the word starting with the same sound."}}},synthesis:{label:"Synthesis Training",disc:"Training to combine two or more syllables or phonemes into a word.",types:{MERGE_2_SYLLABLES:{label:"Combine 2 Syllables",sub:"What word do you get when you combine these 2 syllables?",setupSub:"Choose a target word and it will be split into 2 syllables for the question.",step1:"Listen to the 2 syllables.",step2:"What word do they make?"},MERGE_3_SYLLABLES:{label:"Combine 3 Syllables",sub:"What word do you get when you combine these 3 syllables?",setupSub:"Choose a target word and it will be split into 3 syllables for the question.",step1:"Listen to the 3 syllables.",step2:"What word do they make?"},MERGE_2_PHONEMES:{label:"Combine 2 Phonemes",sub:"What sound do you get when you combine these 2 phonemes?",setupSub:"Choose a target sound and create a 2-phoneme combination question.",step1:"Listen to the 2 phonemes.",step2:"What sound do they make?"},MERGE_3_PHONEMES:{label:"Combine 3 Phonemes",sub:"What sound do you get when you combine these 3 phonemes?",setupSub:"Choose a target sound and create a 3-phoneme combination question.",step1:"Listen to the 3 phonemes.",step2:"What sound do they make?"}}},deletion:{label:"Deletion Training",disc:"Training to identify the remaining sound after removing a syllable or phoneme.",types:{DROP_1_FROM_2SYLL:{label:"Drop 1 Syllable from 2-Syllable Word",sub:"What sound is left when you remove one syllable from a 2-syllable word?",setupSub:"Choose a 2-syllable target word and create a syllable-deletion question.",step1:"Listen to the word.",step2:"What sound remains when one syllable is removed?"},DROP_1_FROM_3SYLL:{label:"Drop 1 Syllable from 3-Syllable Word",sub:"What sound is left when you remove one syllable from a 3-syllable word?",setupSub:"Choose a 3-syllable target word and create a syllable-deletion question.",step1:"Listen to the word.",step2:"What sound remains when one syllable is removed?"},DROP_PART_FROM_COMPOUND:{label:"Drop Part of Compound Word",sub:"What word is left when you remove part of a compound word?",setupSub:"Choose a compound word and create a partial-deletion question.",step1:"Listen to the compound word.",step2:"What word remains when part is removed?"},DROP_FINAL_CONSONANT_FROM_1SYLL:{label:"Drop Final Consonant",sub:"What sound is left when you remove the final consonant?",setupSub:"Choose a 1-syllable word with a final consonant and create a deletion question.",step1:"Listen to the word.",step2:"What sound remains when the coda is removed?"},REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:{label:"Drop Consonant from 1-Syllable Word",sub:"What sound remains after removing the consonant?",setupSub:"Choose a 1-syllable word and create a consonant-removal question.",step1:"Listen to the word.",step2:"What sound remains when the consonant is removed?"}}},substitution:{label:"Substitution Training",disc:"Training to create new sounds by substituting syllables or phonemes.",types:{CHANGE_1_SYLL_IN_2SYLL:{label:"Change 1 Syllable in 2-Syllable Word",sub:"Change one syllable of a 2-syllable word to make a new word.",setupSub:"Choose a 2-syllable target word and create a syllable-substitution question.",step1:"Listen to the word.",step2:"Change one syllable to make a new word."},CHANGE_1_SYLL_IN_3SYLL:{label:"Change 1 Syllable in 3-Syllable Word",sub:"Change one syllable of a 3-syllable word to make a new word.",setupSub:"Choose a 3-syllable target word and create a syllable-substitution question.",step1:"Listen to the word.",step2:"Change one syllable to make a new word."},CHANGE_1_PHONEME_IN_1SYLL:{label:"Change 1 Phoneme in 1-Syllable Word",sub:"Change one phoneme of a 1-syllable word to make a new sound.",setupSub:"Choose a 1-syllable target word and create a phoneme-substitution question.",step1:"Listen to the word.",step2:"Change one phoneme to make a new sound."},CHANGE_1_PHONEME_IN_2SYLL:{label:"Change 1 Phoneme in 2-Syllable Word",sub:"Change one phoneme of a 2-syllable word to make a new word.",setupSub:"Choose a 2-syllable target word and create a phoneme-substitution question.",step1:"Listen to the word.",step2:"Change one phoneme to make a new word."}}},attention:{label:"Auditory Attention Training",disc:"Training attention and short-term memory by listening to and recalling sequences of sounds.",types:{LISTEN_AND_REMEMBER_ORDER:{label:"Listen & Recall in Order",sub:"Select the three word cards in the order you heard them.",setupSub:"Choose three words to present and create a recall-in-order question.",step1:"Listen to the three words.",step2:"Select them in the order you heard them."}}}},ob={subtitle:"Select a training type",resultUnit:"word set",nameLabel:"Name",namePlaceholder:"Enter training name",options:"Training Options",difficulty:"Difficulty",exclude:"Exclude",chosung:"Initial Consonant",save:"Save",preview:"Preview",excludeOptions:{none:"None",noImage:"No Image"},toast:{nameRequired:"Please enter a set name.",noWords:"No words selected.",noProblem:"Please complete at least one question.",loginRequired:"Login required.",saveFailed:"Failed to save.",saveSuccess:'"{{name}}" set saved ({{count}} questions).',saveSuccessWithIncomplete:'"{{name}}" set saved ({{count}} questions, {{incomplete}} incomplete excluded).',bundleApplied:"Applied to the current question."},suggest:{noCoda:"No batchim",syllable:"{{n}} syllable(s)"}},ib={namePlaceholder:"Enter a training name.",trainingTitle:"'{{name}}' Word Training",questionInput:"Enter a word",answer:"Answer",distractor:"Distractor",groupStep:"Select the word set for the problem.",pickWordStep:"Choose the word to use in the question.",groupStepSub:"The correct answer and distractors are chosen at random from the selected set.",sameOrDiffStepSub:"Chosen at random from the selected word set.",problemNav:"Q {{current}} / {{count}}",problemNum:"Q {{n}}",clearQuestion:"Deselect",removeQuestion:"Remove Question",addQuestion:"Add Question",noWords:"No words match the selected filters.",validOk:"Valid word.",validNoImage:"No image for this word.",validNeed1SyllCoda:"Only 1-syllable words with a final consonant are allowed.",validNeed1SyllNoCoda:"Only 1-syllable words without a final consonant are allowed (excluding words starting with \u3147).",validNeed2Syll:"Only 2-syllable words are allowed.",validNeed3Syll:"Only 3-syllable words are allowed.",manualOnlyHint:"This type doesn't support automatic suggestions yet. Please enter the question word manually."},sb={unexpectedTitle:"Something went wrong",unexpectedMessage:"An unexpected error occurred. Please try again.",retry:"Try Again"},lb={loadError:"Word Data Load Failed",loadErrorMessage:"Failed to load word data. Please check your network and try again.",updateAvailable:"Word Data v{{version}}",updateMessage:"New word data is available.",phaseWordDownload:"Download Word Data",phaseImageCheck:"Check Images",phasePairAnalysis:"Analyze Word Pairs",downloadingCount:"Downloading {{n}} words",checkingPage:"Checking page {{page}} list",imageCount:"{{done}} / {{total}} items",update:{title:"Word Data Update"}},cb={title:"Apply for Malgwi Manager",submitting:"Submitting\u2026",submit:"Apply",promo:{title:"3-Day Free Trial for Malgwi Manager",desc:"Register now and try Malgwi Manager free for 3 days!",action:"View Info Page"},applicantEmail:"Applicant Email",companyId:{label:"Company ID",placeholder:"e.g. ACME01 (uppercase letters & numbers)",helper:"Company ID cannot be changed after creation. Only uppercase letters, numbers, _, - are allowed.",errors:{required:"Please enter a company ID",startWithLetter:"Company ID must start with an uppercase letter.",tooLong:"Company ID must be 12 characters or fewer."}},companyName:{label:"Company / Username",placeholder:"Enter company name or username",errors:{required:"Please enter a company name",tooLong:"Company / Username must be 12 characters or fewer."}},companyType:{label:"Company Type",placeholder:"Select company type",errors:{required:"Please select a company type"}},phone:{label:"Phone",errors:{required:"Please enter a phone number",format:"Please enter a valid phone number"}}},ub={clearAriaLabel:"Clear input"},db={ariaLabel:"Select tab"},pb={ariaLabel:"Tabs"},hb={dragPrompt:"Drag and drop files here",browseButton:"Choose Files",removeAriaLabel:"Remove {{name}}"},mb={ariaLabel:"User avatar"},gb={title:"Homework",subtitle:"Check and do the homework your manager sent you.",completed:"Done",inProgress:"In progress",fromManager:"Manager",received:"received",recordExpired:"The homework has expired, so the result was not recorded. Please contact your manager.",segment:{all:"All",new:"New",inprogress:"In Progress",done:"Done"},pageSize:{10:"Show 10",20:"Show 20",50:"Show 50"},searchPlaceholder:"Search homework name",sort:{newest:"Newest",oldest:"Oldest",title:"Title"},relativeDay:{today:"Today",yesterday:"Yesterday",daysAgo:"{{n}}d ago"},orgLink:{title:"Link Organization",placeholder:"Enter link code",connect:"Link",linked:"Linked to {{org}}.",failed:"Failed to link.",org:"the organization"},reason:{notLoggedIn:"Login required."},list:{title:"Received Homework",empty:"No homework received."},status:{expired:"Expired",done:"Done {{count}}\xD7 \xB7 {{date}}",notDone:"Not done"}},fb={title:"Training Status",sub:"View your hearing training records",weekly:{title:"Weekly Training",daily:"Daily Listening",crossword:"Crossword",trainingTime:"Training Time",timeAvg:"Avg time",accuracy:"Accuracy",unit:" times"},sentence:{title:"Sentence Training"},word:{title:"Word Training"},homework:{title:"Homework Progress",weeklyRate:"Weekly Rate",count:"Total",done:"Done",remaining:"Remaining",unit:""},today:{title:"Today's Listening",progress:"Progress",accuracy:"Accuracy",progressAvg:"Avg progress",unitPct:"%",tooltipTotal:"Total",tooltipDone:"Done"},filter:{countSuffix:" sessions"},time:{title:"Training Time",countLabel:"{{n}} sessions",empty:"No training records",sec:"{{n}}s",min:"{{n}}m",hourMin:"{{h}}h {{m}}m",hour:"{{h}}h"},daily:{title:"Today's Listening Record",empty:"No completed sessions"},crossword:{title:"Crossword Quiz",empty:"No completed levels"},visit:{title:"Linked Visit Records"},detail:"Details",detailEmpty:"No training records for this period.",detailError:"Could not load training records. Please try again shortly.",col:{date:"Date",type:"Type",score:"Score",time:"Time"},trainingType:{LISTEN_IN_NOISE:"Sentence in Noise",SHORT_STORY:"Short Story",LONG_STORY:"Long Story",ORDERING_SENTENCE:"Sentence Ordering"},accuracy:{overall:"Overall accuracy",itemUnit:" items",skipped:"{{n}} had no accuracy record and were left out of this count."}},bb={title:"Training Store",subtitle:"Browse trainings shared by other managers and add them to your list.",searchPlaceholder:"Search by training name or publisher",category:{word:"Word Tables",wordTraining:"Word Training",sentence:"Sentence Training"},sort:{newest:"Newest",likes:"Most liked",downloads:"Most downloaded"},wordKind:{pair:"Pairs",single:"Words",emptyHintToSingle:"No pair tables here, but the 'Words' tab has some.",emptyHintToPair:"No word tables here, but the 'Pairs' tab has some."},pageSize:"{{n}} per page",countPrefix:"Total ",countSuffix:" trainings",notice:"Log in with a manager account to add trainings to your list.",empty:"No trainings have been published yet.",emptyHint:"You can publish your own trainings from the Training Settings page.",like:"Like",unlike:"Unlike",loginRequired:"Login required",import:"Add to my trainings",importButton:"Import",publisher:"Publisher",importFail:"Import failed: {{error}}",importSuccess:"Added '{{title}}' to your training list.",dupTitle:"Same content already exists",dupMessageOne:"Same content as <m>{{title}}</m>. Import anyway?",dupMessageMany:"Same content as <m>{{title}}</m> and <m>{{n}}</m> more. Import anyway?",time:{justNow:"just now",minutesAgo:"{{n}}m ago",hoursAgo:"{{n}}h ago",daysAgo:"{{n}}d ago",weeksAgo:"{{n}}w ago",monthsAgo:"{{n}}mo ago",yearsAgo:"{{n}}y ago"},badge:{shared:"Store"},unpublishOnDelete:"The store listing will also be deleted.",publish:{confirmLabel:"Post",confirmLoading:"Posting\u2026",descPlaceholder:"One-line description for the Training Store (optional)",dialogTitle:"Post to Training Store",message:"Publish '{{name}}' to the Training Store."},categoryLabel:"Resource type",toast:{registered:"Published to the Malgue Library",registerError:"Failed to publish to the Malgue Library"}},yb={common:{cardName:"Card Name",cardNamePlaceholder:"Enter card name",group:"Group",groupPlaceholder:"Group name (optional)",description:"Description",descriptionPlaceholder:"Briefly describe this card (optional)",nameRequired:"Please enter a card name.",removeAll:"Remove All",deleteConfirm:"Delete '{{name}}'?",deleteConfirmDefault:"Delete this card?"},wordTableCard:{createTitle:"Create Word Table Card",editTitle:"Edit Word Table Card",deleteTitle:"Delete Word Table Card",basket:"Selected Tables",basketEmpty:"No tables selected",depth:"Word Table"},wordTrainingCard:{createTitle:"Create Word Training Bundle",editTitle:"Edit Word Training Bundle",deleteTitle:"Delete Word Training Bundle",selectSection:"Select Trainings",defaultSection:"Default Trainings",defaultSectionDesc:"Words are filled automatically when you add a standard training",mySection:"My Trainings",noTrainingsEmpty:"Please create a word training first.",adding:"Adding\u2026",add:"Add",basket:"Selected Trainings",basketEmpty:"No trainings selected",trainingRequired:"Please add at least one training.",maxTrainingsAlert:"You can add up to {{max}} trainings",notEnoughWords:"Not enough words to generate questions",addSaveError:"Failed to save the training. Please try again",complete:{message:"All done! Great job!",button:"Done"}},shareLink:{saveCardFirst:"Save the card first.",copied:"Link copied",created:"Link created",createFailed:"Failed to create link",copyBlocked:"Copying was blocked, so the link is selected. Press Ctrl/\u2318+C to copy",removed:"Link removed",removeFailed:"Failed to remove link"}},Cb={manage:{title:"Homework",sub:"View shared training links and submission status.",filterActive:"Active",filterExpired:"Expired / Inactive",searchPlaceholder:"Search by title or recipient",emptySearch:"No results found.",emptyLinks:"No shared homework links yet.",unit:"item(s)",loadFailed:"Could not load homework links."},card:{deleteTitle:"Delete Homework Link",deleteMessage:"Delete this homework link? Submitted results will also be removed."},status:{inactive:"Inactive",expired:"Expired",active:"Active",done_one:"Completed {{count}} time",done_other:"Completed {{count}} times",notDone:"Not Completed",noTarget:"No Target",sentFmt:"{{target}} \xB7 sent {{date}}"},menu:{activate:"Activate",deactivate:"Deactivate"},personalLinkTitle:"Personal link"},vb={title:"Invitations",sub:"Create and manage invite links \u2014 no customer info needed.",copyAriaLabel:"Copy link",deleteAriaLabel:"Delete",deleteConfirmTitle:"Delete invite link",deleteConfirmMessage:"Delete this invite link? Any link already shared will stop working."},wb={card:{sub:"Word Training Bundle",empty:"No word training in this card."}},xb={ariaLabel:"Contact Us",emailPlaceholder:"Email for reply",contentPlaceholder:"Please enter your inquiry.",cancelLabel:"Cancel",submitLabel:"Send",title:"Contact Us",emailLabel:"Email",contentLabel:"Inquiry",successMsg:"\u2713 Your inquiry has been submitted.",submitError:"Failed to submit your inquiry.",subText:"Send us a message about purchasing a subscription plan. We will respond within 1\u20132 business days."},_b={inProgress:"Exam in progress"},kb={countSuffix:"",searchPlaceholder:"Search links",creating:"Creating\u2026",create:"Create Link",colLink:"Link",colCreatedAt:"Created At",empty:"No items.",loadFailed:"Could not load invitations."},Sb={empty:"No training items to run.",loading:"Loading training data\u2026",subtitle:"Select a topic to start listening practice.",title:"Run Training"},Ab={reason:{invalid:"This invite has expired or is no longer valid.",notFound:"This invite does not exist.",notLoggedIn:"Please sign in.",rateLimited:"Please try again in a moment."},defaultOrgName:"the organization",loading:"Loading\u2026",invalidTitle:"Can't open this invite",acceptError:"Failed to accept the invite.",alreadyConnected:"already connected.",connected:"connected.",doneMessage:"{{orgName}} \u2014 {{suffix}}",doneSub:"You can now receive homework from your manager.",goToHomework:"Go to homework",failedTitle:"Couldn't accept the invite",home:"Home",readyTitle:"Invite from {{orgName}}",readySub:"Register as a customer of {{orgName}} and start receiving homework?",accepting:"Connecting\u2026",acceptButton:"Accept invite"},Nb={reason:{notFound:"This link does not exist.",inactive:"This link has been deactivated.",expired:"This link has expired.",maxUses:"This link has reached its maximum uses.",missingToken:"This link is invalid.",default:"This link is not valid.",unavailable:"We can't check this link right now."},checking:"Checking the link\u2026",validBadge:"Valid link",availableUntil:"Available until {{date}}",redirecting:"Redirecting\u2026",redirectingIn3s:"Redirecting to the app in 3 seconds.",enterNow:"Enter now",invalidBadge:"Unavailable",expiredAt:"Expired: {{date}}",contactAdmin:"If you believe this link should still work, please contact your administrator.",unavailableBadge:"Cannot check",unavailableHint:"Check your connection and open the link again. The link itself is still fine."},Tb={loading:"Loading\u2026",invalidTitle:"Can't open this link",invalidMessage:"This shared link doesn't exist, or has expired or been deactivated.",goToMyHomework:"Go to My Homework",recordFailed:"This homework link has expired, so your result wasn't saved. Please contact your manager."},Db={defaultTitle:"Word Table"},Eb={label:"Share link",copyAriaLabel:"Copy link",removeAriaLabel:"Remove link",creating:"Creating\u2026",hint:"You can only create a share link for a saved card.",removeConfirmTitle:"Remove share link",removeConfirmMessage:"Remove this share link? The existing link will stop working."},Bb={title:"Organization link request",subtitle:"The organization below wants to register you as their customer. Please confirm this is an organization you actually use before choosing.",registeredName:"Registered as: {{name}}",decline:"Decline",accept:"Accept",error:"Failed to process: {{message}} \u2014 please try again."},Lb={steps:"Step {{current}} of {{total}}"},jb={title:"Build the next training",lead:"Sets containing items {{name}} has not caught yet. Only these go in.",planGroup:"Into a training plan",bundleGroup:"Into a word-training bundle",pending:"{{count}} left",unknownSet:"Set name not found",confirm:"Create",newBase:"{{name}} training",planDesc:"{{count}} set(s) holding items {{name}} got wrong",bundleDesc:"{{count}} word training(s) holding items {{name}} got wrong",madePlan:"{{count}} training plan(s)",madeBundle:"{{count}} word-training bundle(s)",created:"Created '{{name}}' \u2014 {{what}}",nothingMade:"No set could be included, so nothing was created.",noSetNote:"{{n}} item(s) could not be included \u2014 the record does not say which set they came from.",emptyTitle:"Nothing to build right now",emptyAllClear:"No items are still being missed.",emptyNoSet:"{{n}} item(s) are still missed, but the records do not say which set they came from, so they cannot be pulled back. One more training run will start recording it."},Mb={panelTitle:"Training misses",viewItems:"Items",viewTypes:"Types",colTitle:"Item",colWhen:"When",colScore:"Correct",colDuration:"Duration",scoreFmt:"{{correct}}/{{total}}",unitRun:" runs",runsEmpty:"No training recorded yet.",colType:"Type",colRate:"Accuracy",colTried:"Tries",colLatest:"Last",colPending:"Left",colTrend:"Change",colRuns:"Runs",unitItem:" items",empty:"No training misses recorded yet.",loadFailed:"Could not load the training records.",skippedOnly:"{{n}} older record(s) were excluded \u2014 they do not say what was answered.",summaryLabel:"Recorded",summaryValue:"{{items}} items \xB7 {{pending}} still missed",nextLabel:"Next to work on",nextCount:"{{count}}",nextCountCapped:"{{shown}} of {{total}}",allClear:"All caught up",tried:"{{count}}x",picked:"\u2192 {{what}}",typeClear:"All caught up",typePending:"{{pending}} of {{total}} left",flat:"no change",runs:"{{count}} run(s)",avgDuration:"{{sec}}s avg",truncated:"Only the most recent {{n}} items were loaded \u2014 the counts below cover just those."},Pb={panelTitle:"Word table scores",viewWords:"Words",viewTables:"Tables",colWord:"Word",colMark:"Last",colRate:"Accuracy",colTried:"Tries",colLatest:"When",colTable:"Table",colTrend:"Change",colScoredAt:"Scored at",unitTime:" times",empty:"No word tables scored yet.",summaryLabel:"Scored",summaryValue:"{{times}} times \xB7 {{words}} words",nextLabel:"Focus next",nextCount:"{{count}}",allClear:"All correct last time.",tried:"{{count}}x",times:"{{count}}x",flat:"no change",recentLabel:"Recent scorings",deleteOne:"Delete \u201C{{name}}\u201D scoring",deleteTitle:"Delete this scoring?",deleteMessage:"Deletes the \u201C{{name}}\u201D scoring from {{when}}. This cannot be undone.",nextCountCapped:"{{shown}} of {{total}}",loadFailed:"Could not load word scores."},Rb={title:"What to train next?",subtitle:"Picked for the {{count}} words {{name}} has not mastered yet.",allClear:"All correct last time. Nothing to focus on right now.",noMatch:"None of your tables contain these words.",coverage:"{{covered}} of {{total}} cells",uncovered:"{{count}} words not in any table",makeNew:"Make a new table from these {{count}}",newTableBase:"{{name}} focus",newTableDesc:"The {{count}} words {{name}} has not mastered yet.",created:"Created \u201C{{name}}\u201D \u2014 {{count}} cells.",button:"Suggest next table"},$b={hint:"Pin what you want to keep; the rest can be redrawn.",pin:"Pin \u201C{{name}}\u201D",unpin:"Unpin \u201C{{name}}\u201D",remove:"Remove \u201C{{name}}\u201D",regenerate:"Redraw the rest",regenerating:"Drawing\u2026",save:"Create as shown",count:"{{total}} \xB7 {{pinned}} pinned",empty:"Nothing left. At least one is needed."},Ib={ariaLabel:"Banner",dotAriaLabel:"Banner {{index}} of {{count}}"},Fb={selectYearMonth:"Select year and month"},Ob={common:i2,plan:s2,calendar:l2,passCard:c2,searchField:u2,rating:d2,colorPicker:p2,dropdown:h2,accordion:m2,header:g2,nav:f2,settings:b2,usage:y2,account:C2,help:v2,notifications:w2,wordSuggestion:x2,training:_2,trainingSettings:k2,customers:S2,today:A2,payment:N2,coupons:T2,visits:D2,company:E2,sentenceTraining:B2,trainingType:L2,myWordTraining:j2,myWordTable:M2,keyWords:P2,wordTable:R2,wordSearch:$2,wordManagement:I2,wordPrint:F2,topic:O2,passwordExpiry:H2,feedbackWidget:V2,accessLinkManager:z2,wordRecommend:W2,subscriptionExpiry:q2,customerTrainingBanner:U2,login:G2,agreementGate:Y2,addressSearch:K2,trainingPlan:Z2,device:X2,manager:J2,wordPairs:Q2,game:eb,footer:tb,landing:nb,date:ab,trainingGroup:rb,trainingSetPage:ob,wordTrainingPreview:ib,error:sb,wordData:lb,infoInput:cb,textField:ub,segmentedControl:db,tabs:pb,fileUpload:hb,avatar:mb,myHomework:gb,trainingStatus:fb,store:bb,cardPopup:yb,homework:Cb,invite:vb,wordTraining:wb,inquiry:xb,exam:_b,inviteManage:kb,trainingPlanRun:Sb,orgInvitePage:Ab,linkGate:Nb,homeworkGate:Tb,wordTableView:Db,shareLinkFooter:Eb,linkRequestGate:Bb,progress:Lb,nextTraining:jb,trainingMiss:Mb,wordScore:Pb,nextTable:Rb,draft:$b,topBanner:Ib,datePicker:Fb};const Hb=[{code:"ko",label:"\uD55C\uAD6D\uC5B4"},{code:"en",label:"English"}],Cs="ko",Vb="ihab_display_language";function vs(){try{const t=localStorage.getItem(Vb);if(t&&Hb.some(e=>e.code===t))return t}catch{}return Cs}function ws(t){try{document.documentElement.lang=t}catch{}}st.on("languageChanged",ws),ws(vs()),st.use(Wg).init({resources:{ko:{translation:o2},en:{translation:Ob}},lng:vs(),fallbackLng:Cs,interpolation:{escapeValue:!1},react:{useSuspense:!1}});function xs(t){if(!(t==null||t===""))return Un(typeof t=="number"?`${t.toLocaleString("ko-KR")}\uC6D0`:t)}function zb(t){const e=`${t.code??""} ${t.name??""}`.toLowerCase();return/manager|매니저/.test(e)?"manager":"speechear"}function Wb(t){if(t.durationDays&&t.durationDays>0){const o=t.durationDays;return o%365===0?`${o/365}\uB144`:`${o}\uC77C`}const e=(t.code??"").match(/(\d+)(d|y)\b/i);if(e)return e[2].toLowerCase()==="y"?`${e[1]}\uB144`:`${e[1]}\uC77C`;const n=t.name??"",r=n.match(/(\d+\s*(?:년|개월|주|일))\s*(?:이용권)?\s*$/);return r?r[1].replace(/\s+/g,""):n||"\uC774\uC6A9\uAD8C"}function qb(t){const e=(t??"").match(/(\d+)(d|y)\b/i);if(!e)return null;const n=Number(e[1]);return e[2].toLowerCase()==="y"?n*365:n}function _s(t){return{type:t.type??zb(t),plan:Wb(t),label:t.label,price:xs(t.price),originalPrice:xs(t.originalPrice),discountLabel:t.discountLabel}}var Ub='data:image/svg+xml,<svg width="200" height="100" viewBox="0 0 200 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2255_7326)">%0A<path d="M96.4287 48.3536V24.2572H127.047V48.3536H96.4287ZM142.975 69.1536V76.3607H98.2144V60.6393H132.679V58.5107H98.0787V51.3036H142.429V67.025H108.104V69.1536H142.979H142.975ZM106.247 32.5643V39.9786H117.3V32.5643H106.247ZM148.329 40.3893H142.425V49.45H132.539V23.6357H142.425V30.8429H148.329V40.3857V40.3893Z" fill="%23FAFAFA"/>%0A<path d="M185.536 47.8714V57.275C182.743 58.5571 178.371 59.1964 172.425 59.1964H171.807V76.3607H161.921V59.1964H149.704V49.7929H172.564C178.421 49.7929 182.746 49.1536 185.539 47.8714H185.536ZM152.586 34.2786V24.875H181.282V47.05H171.396V34.2821H152.586V34.2786ZM198.307 76.3607H188.421V23.6393H198.307V76.3643V76.3607Z" fill="%23FAFAFA"/>%0A<path opacity="0.1" d="M24.9999 25C19.0821 25 14.2856 29.7964 14.2856 35.7143V64.2857C14.2856 67.3786 15.0749 70.2893 16.4571 72.8286C18.9928 74.2143 21.9035 75 24.9999 75H53.5714C59.4892 75 64.2856 70.2036 64.2856 64.2857V35.7143C64.2856 32.6214 63.4964 29.7107 62.1142 27.1714C59.5785 25.7857 56.6678 25 53.5714 25H24.9999Z" fill="%23FAFAFA"/>%0A<path d="M14.2859 64.2857V35.7143C14.2859 29.7964 19.0823 25 25.0002 25H53.5716C56.6645 25 59.5752 25.7893 62.1145 27.1714C59.0859 21.6214 53.1966 17.8571 46.4288 17.8571H25.0002C15.1395 17.8571 7.14304 25.8535 7.14304 35.7143V44.0643L0.278759 51.6214C-0.131955 52.0714 -0.0855263 52.7785 0.385902 53.1678C2.46447 54.8964 4.75019 56.225 7.14304 57.1714C7.15376 63.9285 10.9145 69.8035 16.4573 72.8285C15.0716 70.2928 14.2859 67.3821 14.2859 64.2857Z" fill="%23FAFAFA"/>%0A<path d="M25.357 40.7143C25.357 39.5308 24.3976 38.5714 23.2141 38.5714C22.0307 38.5714 21.0713 39.5308 21.0713 40.7143V45C21.0713 46.1834 22.0307 47.1428 23.2141 47.1428C24.3976 47.1428 25.357 46.1834 25.357 45V40.7143Z" fill="%23FAFAFA"/>%0A<path d="M36.0715 57.1428C35.0287 57.1428 33.9822 56.875 33.0358 56.3285C32.1822 55.8357 31.8894 54.7428 32.3858 53.8893C32.8787 53.0357 33.9715 52.7428 34.8251 53.2393C35.8037 53.8035 37.043 53.6428 37.8394 52.8464C38.2251 52.4607 38.468 51.9714 38.543 51.4357C38.8644 49.1607 39.868 47 41.4501 45.1857C42.393 44.1071 42.8894 42.7214 42.8537 41.2857C42.7787 38.3535 40.4322 35.9107 37.5072 35.7285C36.518 35.6678 35.5715 35.85 34.693 36.2678C33.8037 36.6893 32.7358 36.3107 32.3144 35.4214C31.8894 34.5321 32.2715 33.4643 33.1608 33.0428C34.5751 32.3714 36.1572 32.0643 37.7322 32.1643C42.4894 32.4607 46.3072 36.4285 46.4251 41.1964C46.4822 43.5285 45.6715 45.7785 44.143 47.5357C43.018 48.825 42.3037 50.3464 42.0822 51.9321C41.8965 53.2428 41.3037 54.4321 40.368 55.3714C39.2001 56.5393 37.6465 57.1464 36.0751 57.1464L36.0715 57.1428Z" fill="%23FAFAFA"/>%0A<path d="M62.1142 27.1714C63.4999 29.7072 64.2856 32.6179 64.2856 35.7143V64.2857C64.2856 70.2036 59.4892 75 53.5713 75H24.9999C21.907 75 18.9963 74.2107 16.457 72.8286C19.4856 78.3786 25.3749 82.1429 32.1427 82.1429H48.2535C49.2177 82.1429 49.9999 82.925 49.9999 83.8893C49.9999 84.9107 50.8749 85.7215 51.8927 85.6322C62.8392 84.675 71.4285 75.4822 71.4285 64.2857V42.8572C71.4285 36.0893 67.6642 30.2 62.1142 27.1714Z" fill="%23FAFAFA"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2255_7326">%0A<rect width="200" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',Gb='data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 200 100">%0A <!-- Generator: Adobe Illustrator 30.4.0, SVG Export Plug-In . SVG Version: 2.1.4 Build 226) -->%0A <defs>%0A <style>%0A .st0 {%0A fill: none;%0A }%0A%0A .st1 {%0A fill: %234dcdc0;%0A }%0A%0A .st2 {%0A fill: %23499cdf;%0A }%0A%0A .st3 {%0A fill: %23fff;%0A }%0A%0A .st4 {%0A clip-path: url(%23clippath);%0A }%0A </style>%0A <clipPath id="clippath">%0A <rect class="st0" width="200" height="100"/>%0A </clipPath>%0A </defs>%0A <g class="st4">%0A <g>%0A <path class="st3" d="M96.43,48.35v-24.1h30.62v24.1h-30.62ZM142.98,69.15v7.21h-44.76v-15.72h34.46v-2.13h-34.6v-7.21h44.35v15.72h-34.33v2.13h34.88,0ZM106.25,32.56v7.41h11.05v-7.41h-11.05ZM148.33,40.39h-5.9v9.06h-9.89v-25.81h9.89v7.21h5.9v9.54h0Z"/>%0A <path class="st3" d="M185.54,47.87v9.4c-2.79,1.28-7.16,1.92-13.11,1.92h-.62v17.16h-9.89v-17.16h-12.22v-9.4h22.86c5.86,0,10.18-.64,12.98-1.92h0ZM152.59,34.28v-9.4h28.7v22.17h-9.89v-12.77h-18.81ZM198.31,76.36h-9.89V23.64h9.89v52.73h0Z"/>%0A <path class="st1" d="M46.43,17.86h-21.43c-9.86,0-17.86,7.99-17.86,17.86v21.43c0,9.86,7.99,17.86,17.86,17.86h21.43c9.86,0,17.86-7.99,17.86-17.86v-21.43c0-9.86-7.99-17.86-17.86-17.86Z"/>%0A <path class="st1" d="M34.86,50.74c-9.03,9.94-24.25,10.93-34.48,2.42-.47-.39-.52-1.1-.11-1.55l16.07-17.69,18.51,16.81Z"/>%0A <path class="st1" d="M53.57,25h-21.43c-9.86,0-17.86,8-17.86,17.86v21.43c0,9.86,8,17.86,17.86,17.86h16.11c.96,0,1.75.78,1.75,1.75,0,1.02.88,1.83,1.89,1.74,10.95-.96,19.54-10.15,19.54-21.35v-21.43c0-9.86-8-17.86-17.86-17.86Z"/>%0A <path class="st2" d="M25,25c-5.92,0-10.71,4.8-10.71,10.71v28.57c0,3.09.79,6,2.17,8.54,2.54,1.39,5.45,2.17,8.54,2.17h28.57c5.92,0,10.71-4.8,10.71-10.71v-28.57c0-3.09-.79-6-2.17-8.54-2.54-1.39-5.45-2.17-8.54-2.17h-28.57Z"/>%0A <path class="st3" d="M25.36,40.71c0-1.18-.96-2.14-2.14-2.14s-2.14.96-2.14,2.14v4.29c0,1.18.96,2.14,2.14,2.14s2.14-.96,2.14-2.14v-4.29Z"/>%0A <path class="st3" d="M36.07,57.14c-1.04,0-2.09-.27-3.04-.81-.85-.49-1.15-1.59-.65-2.44.49-.85,1.59-1.15,2.44-.65.98.56,2.22.4,3.01-.39.39-.39.63-.88.7-1.41.32-2.27,1.33-4.44,2.91-6.25.94-1.08,1.44-2.46,1.4-3.9-.07-2.93-2.42-5.38-5.35-5.56-.99-.06-1.94.12-2.81.54-.89.43-1.96.04-2.38-.85-.42-.89-.04-1.96.85-2.38,1.41-.67,2.99-.97,4.57-.88,4.76.3,8.58,4.26,8.69,9.03.06,2.33-.75,4.58-2.28,6.34-1.12,1.29-1.84,2.81-2.06,4.4-.19,1.31-.78,2.5-1.71,3.44-1.17,1.17-2.72,1.78-4.29,1.78h0Z"/>%0A </g>%0A </g>%0A</svg>',Yb='data:image/svg+xml,<svg width="200" height="100" viewBox="0 0 200 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2255_7325)">%0A<path d="M96.4287 48.3536V24.2572H127.047V48.3536H96.4287ZM142.975 69.1536V76.3607H98.2144V60.6393H132.679V58.5107H98.0787V51.3036H142.429V67.025H108.104V69.1536H142.979H142.975ZM106.247 32.5643V39.9786H117.3V32.5643H106.247ZM148.329 40.3893H142.425V49.45H132.539V23.6357H142.425V30.8429H148.329V40.3857V40.3893Z" fill="%23111111"/>%0A<path d="M185.536 47.8714V57.275C182.743 58.5571 178.371 59.1964 172.425 59.1964H171.807V76.3607H161.921V59.1964H149.704V49.7929H172.564C178.421 49.7929 182.746 49.1536 185.539 47.8714H185.536ZM152.586 34.2786V24.875H181.282V47.05H171.396V34.2821H152.586V34.2786ZM198.307 76.3607H188.421V23.6393H198.307V76.3643V76.3607Z" fill="%23111111"/>%0A<path opacity="0.1" d="M24.9999 25C19.0821 25 14.2856 29.7964 14.2856 35.7143V64.2857C14.2856 67.3786 15.0749 70.2893 16.4571 72.8286C18.9928 74.2143 21.9035 75 24.9999 75H53.5714C59.4892 75 64.2856 70.2036 64.2856 64.2857V35.7143C64.2856 32.6214 63.4964 29.7107 62.1142 27.1714C59.5785 25.7857 56.6678 25 53.5714 25H24.9999Z" fill="%23111111"/>%0A<path d="M14.2859 64.2857V35.7143C14.2859 29.7964 19.0823 25 25.0002 25H53.5716C56.6645 25 59.5752 25.7893 62.1145 27.1714C59.0859 21.6214 53.1966 17.8571 46.4288 17.8571H25.0002C15.1395 17.8571 7.14304 25.8535 7.14304 35.7143V44.0643L0.278759 51.6214C-0.131955 52.0714 -0.0855263 52.7785 0.385902 53.1678C2.46447 54.8964 4.75019 56.225 7.14304 57.1714C7.15376 63.9285 10.9145 69.8035 16.4573 72.8285C15.0716 70.2928 14.2859 67.3821 14.2859 64.2857Z" fill="%23111111"/>%0A<path d="M25.357 40.7143C25.357 39.5308 24.3976 38.5714 23.2141 38.5714C22.0307 38.5714 21.0713 39.5308 21.0713 40.7143V45C21.0713 46.1834 22.0307 47.1428 23.2141 47.1428C24.3976 47.1428 25.357 46.1834 25.357 45V40.7143Z" fill="%23111111"/>%0A<path d="M36.0715 57.1428C35.0287 57.1428 33.9822 56.875 33.0358 56.3285C32.1822 55.8357 31.8894 54.7428 32.3858 53.8893C32.8787 53.0357 33.9715 52.7428 34.8251 53.2393C35.8037 53.8035 37.043 53.6428 37.8394 52.8464C38.2251 52.4607 38.468 51.9714 38.543 51.4357C38.8644 49.1607 39.868 47 41.4501 45.1857C42.393 44.1071 42.8894 42.7214 42.8537 41.2857C42.7787 38.3535 40.4322 35.9107 37.5072 35.7285C36.518 35.6678 35.5715 35.85 34.693 36.2678C33.8037 36.6893 32.7358 36.3107 32.3144 35.4214C31.8894 34.5321 32.2715 33.4643 33.1608 33.0428C34.5751 32.3714 36.1572 32.0643 37.7322 32.1643C42.4894 32.4607 46.3072 36.4285 46.4251 41.1964C46.4822 43.5285 45.6715 45.7785 44.143 47.5357C43.018 48.825 42.3037 50.3464 42.0822 51.9321C41.8965 53.2428 41.3037 54.4321 40.368 55.3714C39.2001 56.5393 37.6465 57.1464 36.0751 57.1464L36.0715 57.1428Z" fill="%23111111"/>%0A<path d="M62.1142 27.1714C63.4999 29.7072 64.2856 32.6179 64.2856 35.7143V64.2857C64.2856 70.2036 59.4892 75 53.5713 75H24.9999C21.907 75 18.9963 74.2107 16.457 72.8286C19.4856 78.3786 25.3749 82.1429 32.1427 82.1429H48.2535C49.2177 82.1429 49.9999 82.925 49.9999 83.8893C49.9999 84.9107 50.8749 85.7215 51.8927 85.6322C62.8392 84.675 71.4285 75.4822 71.4285 64.2857V42.8572C71.4285 36.0893 67.6642 30.2 62.1142 27.1714Z" fill="%23111111"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2255_7325">%0A<rect width="200" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',Kb='data:image/svg+xml,<svg width="371" height="100" viewBox="0 0 371 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2255_7395)">%0A<path d="M237.151 26.0393V72.7215H216.65V26.0393H237.151ZM234.408 70.0465V28.7179H219.254V70.0465H234.408ZM261.495 76.3608H258.819V48.9679H247.575V75.4679H244.899V23.9822H247.575V46.2929H258.819V23.6393H261.495V76.3643V76.3608Z" fill="%23FAFAFA"/>%0A<path d="M299.722 69.2572C302.076 68.7751 304.031 68.1465 305.583 67.3679V70.1143C304.074 70.9393 302.144 71.5786 299.79 72.0358C297.435 72.4929 295.045 72.7215 292.623 72.7215H272.257V25.6965H275.001V69.9751H292.623C294.999 69.9751 297.364 69.7358 299.722 69.2536V69.2572ZM311.69 76.4322V23.6393H314.434V76.3643L311.69 76.4322Z" fill="%23FAFAFA"/>%0A<path d="M340.557 47.9393L358.179 70.4572L356.053 72.1036L339.872 51.1643C338.409 57.3429 336.33 62.2643 333.633 65.925C330.936 69.5857 327.736 71.8536 324.033 72.7215V69.975C327.279 69.15 330.044 66.8643 332.331 63.1107C334.617 59.3572 336.355 54.5179 337.543 48.5893C338.731 42.6643 339.369 36.0393 339.462 28.7143H324.993V26.0357H356.603V28.7143H342.201C342.155 35.9 341.606 42.3072 340.557 47.9357V47.9393ZM369.22 76.3607H366.477V47.4572H352.418V44.7786H366.477V23.6357H369.22V76.3607Z" fill="%23FAFAFA"/>%0A<path d="M92.8784 48.3536V24.2572H123.461V48.3536H92.8784ZM139.371 69.1536V76.3607H94.6621V60.6393H129.087V58.5107H94.5265V51.3036H138.825V67.025H104.54V69.1536H139.375H139.371ZM102.685 32.5643V39.9786H113.726V32.5643H102.685ZM144.719 40.3893H138.822V49.45H128.947V23.6357H138.822V30.8429H144.719V40.3857V40.3893Z" fill="%23FAFAFA"/>%0A<path d="M181.886 47.8715V57.2751C179.097 58.5572 174.73 59.1965 168.791 59.1965H168.174V76.3608H158.299V59.1965H146.096V49.7929H168.93C174.78 49.7929 179.1 49.1536 181.89 47.8715H181.886ZM148.971 34.2786V24.8751H177.634V47.0501H167.76V34.2822H148.971V34.2786ZM194.64 76.3608H184.765V23.6393H194.64V76.3643V76.3608Z" fill="%23FAFAFA"/>%0A<g opacity="0.1">%0A<path d="M26.7512 25C20.8402 25 16.0493 29.7964 16.0493 35.7143V64.2857C16.0493 67.3786 16.8377 70.2893 18.2182 72.8286C20.751 74.2143 23.6584 75 26.7512 75H55.2897C61.2007 75 65.9916 70.2036 65.9916 64.2857V35.7143C65.9916 32.6214 65.2032 29.7107 63.8227 27.1714C61.2899 25.7857 58.3826 25 55.2897 25H26.7512Z" fill="%23FAFAFA"/>%0A</g>%0A<path d="M48.155 17.8571H26.7511C16.9018 17.8571 8.91459 25.8536 8.91459 35.7143V44.0643L2.05822 51.6179C1.64798 52.0679 1.69436 52.775 2.16524 53.1643C4.24141 54.8929 6.52449 56.2214 8.91459 57.1679C8.92529 63.925 12.6817 69.8 18.2181 72.825C16.834 70.2893 16.0492 67.3786 16.0492 64.2821V35.7107C16.0492 29.7929 20.8401 24.9964 26.7511 24.9964H55.2896C58.3789 24.9964 61.2862 25.7857 63.8226 27.1679C60.7975 21.6179 54.915 17.8536 48.155 17.8536V17.8571Z" fill="%23FAFAFA"/>%0A<path d="M63.8227 27.1714C65.2068 29.7072 65.9916 32.6179 65.9916 35.7143V64.2857C65.9916 70.2036 61.2008 75 55.2897 75H26.7513C23.662 75 20.7546 74.2107 18.2183 72.8286C21.2433 78.3786 27.1258 82.1429 33.8859 82.1429H49.978C50.9412 82.1429 51.7224 82.925 51.7224 83.8893C51.7224 84.9107 52.5964 85.7215 53.6131 85.6322C64.5469 84.675 73.1263 75.4822 73.1263 64.2857V42.8572C73.1263 36.0893 69.3663 30.2 63.8227 27.1714Z" fill="%23FAFAFA"/>%0A<path d="M27.1079 40.7143C27.1079 39.5308 26.1496 38.5714 24.9675 38.5714C23.7854 38.5714 22.8271 39.5308 22.8271 40.7143V45C22.8271 46.1834 23.7854 47.1428 24.9675 47.1428C26.1496 47.1428 27.1079 46.1834 27.1079 45V40.7143Z" fill="%23FAFAFA"/>%0A<path d="M37.8097 57.1429C36.768 57.1429 35.7228 56.875 34.7775 56.3286C33.9249 55.8357 33.6323 54.7429 34.1282 53.8893C34.6205 53.0357 35.7121 52.7429 36.5647 53.2393C37.5421 53.8036 38.78 53.6429 39.5755 52.8464C39.9608 52.4607 40.2033 51.9714 40.2782 51.4357C40.5993 49.1607 41.6017 47 43.182 45.1857C44.1238 44.1071 44.6197 42.7214 44.584 41.2857C44.5091 38.3536 42.1653 35.9107 39.2437 35.7286C38.2556 35.6679 37.3102 35.8464 36.4327 36.2679C35.5444 36.6929 34.4778 36.3107 34.0569 35.4214C33.6323 34.5321 34.014 33.4643 34.9023 33.0429C36.315 32.3714 37.8917 32.0679 39.4685 32.1643C44.2201 32.4607 48.0336 36.4286 48.1513 41.1964C48.2084 43.5286 47.3986 45.7786 45.8718 47.5357C44.7481 48.825 44.0346 50.3464 43.8134 51.9357C43.6279 53.2464 43.0358 54.4357 42.1011 55.375C40.9346 56.5429 39.3828 57.15 37.8132 57.15L37.8097 57.1429Z" fill="%23FAFAFA"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2255_7395">%0A<rect width="371" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',Zb='data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 371 100">%0A <!-- Generator: Adobe Illustrator 30.4.0, SVG Export Plug-In . SVG Version: 2.1.4 Build 226) -->%0A <defs>%0A <style>%0A .st0 {%0A fill: none;%0A }%0A%0A .st1 {%0A fill: %234dcdc0;%0A }%0A%0A .st2 {%0A fill: %23499cdf;%0A }%0A%0A .st3 {%0A fill: %23fff;%0A }%0A%0A .st4 {%0A clip-path: url(%23clippath);%0A }%0A </style>%0A <clipPath id="clippath">%0A <rect class="st0" width="371" height="100"/>%0A </clipPath>%0A </defs>%0A <g class="st4">%0A <g>%0A <path class="st3" d="M237.15,26.04v46.68h-20.5V26.04h20.5ZM234.41,70.05V28.72h-15.15v41.33h15.15ZM261.49,76.36h-2.68v-27.39h-11.24v26.5h-2.68V23.98h2.68v22.31h11.24v-22.65h2.68v52.73h0Z"/>%0A <path class="st3" d="M299.72,69.26c2.35-.48,4.31-1.11,5.86-1.89v2.75c-1.51.82-3.44,1.46-5.79,1.92-2.35.46-4.74.69-7.17.69h-20.37V25.7h2.74v44.28h17.62c2.38,0,4.74-.24,7.1-.72h0ZM311.69,76.43V23.64h2.74v52.73l-2.74.07Z"/>%0A <path class="st3" d="M340.56,47.94l17.62,22.52-2.13,1.65-16.18-20.94c-1.46,6.18-3.54,11.1-6.24,14.76-2.7,3.66-5.9,5.93-9.6,6.8v-2.75c3.25-.82,6.01-3.11,8.3-6.86,2.29-3.75,4.02-8.59,5.21-14.52,1.19-5.92,1.83-12.55,1.92-19.87h-14.47v-2.68h31.61v2.68h-14.4c-.05,7.19-.6,13.59-1.64,19.22h0ZM369.22,76.36h-2.74v-28.9h-14.06v-2.68h14.06v-21.14h2.74v52.73Z"/>%0A <path class="st3" d="M92.88,48.35v-24.1h30.58v24.1h-30.58ZM139.37,69.15v7.21h-44.71v-15.72h34.42v-2.13h-34.56v-7.21h44.3v15.72h-34.28v2.13h34.83,0ZM102.68,32.56v7.41h11.04v-7.41h-11.04ZM144.72,40.39h-5.9v9.06h-9.88v-25.81h9.88v7.21h5.9v9.54h0Z"/>%0A <path class="st3" d="M181.89,47.87v9.4c-2.79,1.28-7.16,1.92-13.1,1.92h-.62v17.16h-9.88v-17.16h-12.2v-9.4h22.83c5.85,0,10.17-.64,12.96-1.92h0ZM148.97,34.28v-9.4h28.66v22.17h-9.87v-12.77h-18.79ZM194.64,76.36h-9.88V23.64h9.88v52.73h0Z"/>%0A <path class="st1" d="M48.15,17.86h-21.4c-9.85,0-17.84,7.99-17.84,17.86v21.43c0,9.86,7.99,17.86,17.84,17.86h21.4c9.85,0,17.84-7.99,17.84-17.86v-21.43c0-9.86-7.99-17.86-17.84-17.86Z"/>%0A <path class="st1" d="M36.6,50.74c-9.02,9.94-24.22,10.93-34.44,2.42-.47-.39-.52-1.1-.11-1.55l16.06-17.69,18.49,16.81Z"/>%0A <path class="st1" d="M55.29,25h-21.4c-9.85,0-17.84,8-17.84,17.86v21.43c0,9.86,7.99,17.86,17.84,17.86h16.09c.96,0,1.74.78,1.74,1.75,0,1.02.87,1.83,1.89,1.74,10.93-.96,19.51-10.15,19.51-21.35v-21.43c0-9.86-7.99-17.86-17.84-17.86Z"/>%0A <path class="st2" d="M26.75,25c-5.91,0-10.7,4.8-10.7,10.71v28.57c0,3.09.79,6,2.17,8.54,2.53,1.39,5.44,2.17,8.53,2.17h28.54c5.91,0,10.7-4.8,10.7-10.71v-28.57c0-3.09-.79-6-2.17-8.54-2.53-1.39-5.44-2.17-8.53-2.17h-28.54Z"/>%0A <path class="st3" d="M27.11,40.71c0-1.18-.96-2.14-2.14-2.14s-2.14.96-2.14,2.14v4.29c0,1.18.96,2.14,2.14,2.14s2.14-.96,2.14-2.14v-4.29Z"/>%0A <path class="st3" d="M37.81,57.14c-1.04,0-2.09-.27-3.03-.81-.85-.49-1.15-1.59-.65-2.44.49-.85,1.58-1.15,2.44-.65.98.56,2.22.4,3.01-.39.39-.39.63-.88.7-1.41.32-2.27,1.32-4.44,2.9-6.25.94-1.08,1.44-2.46,1.4-3.9-.07-2.93-2.42-5.38-5.34-5.56-.99-.06-1.93.12-2.81.54-.89.43-1.95.04-2.38-.85-.42-.89-.04-1.96.85-2.38,1.41-.67,2.99-.97,4.57-.88,4.75.3,8.57,4.26,8.68,9.03.06,2.33-.75,4.58-2.28,6.34-1.12,1.29-1.84,2.81-2.06,4.4-.19,1.31-.78,2.5-1.71,3.44-1.17,1.17-2.72,1.78-4.29,1.78h0Z"/>%0A </g>%0A </g>%0A</svg>',Xb='data:image/svg+xml,<svg width="371" height="100" viewBox="0 0 371 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2255_7394)">%0A<path d="M237.151 26.0393V72.7215H216.65V26.0393H237.151ZM234.408 70.0465V28.7179H219.254V70.0465H234.408ZM261.495 76.3608H258.819V48.9679H247.575V75.4679H244.899V23.9822H247.575V46.2929H258.819V23.6393H261.495V76.3643V76.3608Z" fill="%23111111"/>%0A<path d="M299.722 69.2572C302.076 68.7751 304.031 68.1465 305.583 67.3679V70.1143C304.074 70.9393 302.144 71.5786 299.79 72.0358C297.435 72.4929 295.045 72.7215 292.623 72.7215H272.257V25.6965H275.001V69.9751H292.623C294.999 69.9751 297.364 69.7358 299.722 69.2536V69.2572ZM311.69 76.4322V23.6393H314.434V76.3643L311.69 76.4322Z" fill="%23111111"/>%0A<path d="M340.557 47.9393L358.179 70.4572L356.053 72.1036L339.872 51.1643C338.409 57.3429 336.33 62.2643 333.633 65.925C330.936 69.5857 327.736 71.8536 324.033 72.7215V69.975C327.279 69.15 330.044 66.8643 332.331 63.1107C334.617 59.3572 336.355 54.5179 337.543 48.5893C338.731 42.6643 339.369 36.0393 339.462 28.7143H324.993V26.0357H356.603V28.7143H342.201C342.155 35.9 341.606 42.3072 340.557 47.9357V47.9393ZM369.22 76.3607H366.477V47.4572H352.418V44.7786H366.477V23.6357H369.22V76.3607Z" fill="%23111111"/>%0A<path d="M92.8784 48.3536V24.2572H123.461V48.3536H92.8784ZM139.371 69.1536V76.3607H94.6621V60.6393H129.087V58.5107H94.5265V51.3036H138.825V67.025H104.54V69.1536H139.375H139.371ZM102.685 32.5643V39.9786H113.726V32.5643H102.685ZM144.719 40.3893H138.822V49.45H128.947V23.6357H138.822V30.8429H144.719V40.3857V40.3893Z" fill="%23111111"/>%0A<path d="M181.886 47.8715V57.2751C179.097 58.5572 174.73 59.1965 168.791 59.1965H168.174V76.3608H158.299V59.1965H146.096V49.7929H168.93C174.78 49.7929 179.1 49.1536 181.89 47.8715H181.886ZM148.971 34.2786V24.8751H177.634V47.0501H167.76V34.2822H148.971V34.2786ZM194.64 76.3608H184.765V23.6393H194.64V76.3643V76.3608Z" fill="%23111111"/>%0A<g opacity="0.1">%0A<path d="M26.7512 25C20.8402 25 16.0493 29.7964 16.0493 35.7143V64.2857C16.0493 67.3786 16.8377 70.2893 18.2182 72.8286C20.751 74.2143 23.6584 75 26.7512 75H55.2897C61.2007 75 65.9916 70.2036 65.9916 64.2857V35.7143C65.9916 32.6214 65.2032 29.7107 63.8227 27.1714C61.2899 25.7857 58.3826 25 55.2897 25H26.7512Z" fill="%23111111"/>%0A</g>%0A<path d="M48.155 17.8571H26.7511C16.9018 17.8571 8.91459 25.8536 8.91459 35.7143V44.0643L2.05822 51.6179C1.64798 52.0679 1.69436 52.775 2.16524 53.1643C4.24141 54.8929 6.52449 56.2214 8.91459 57.1679C8.92529 63.925 12.6817 69.8 18.2181 72.825C16.834 70.2893 16.0492 67.3786 16.0492 64.2821V35.7107C16.0492 29.7929 20.8401 24.9964 26.7511 24.9964H55.2896C58.3789 24.9964 61.2862 25.7857 63.8226 27.1679C60.7975 21.6179 54.915 17.8536 48.155 17.8536V17.8571Z" fill="%23111111"/>%0A<path d="M63.8227 27.1714C65.2068 29.7072 65.9916 32.6179 65.9916 35.7143V64.2857C65.9916 70.2036 61.2008 75 55.2897 75H26.7513C23.662 75 20.7546 74.2107 18.2183 72.8286C21.2433 78.3786 27.1258 82.1429 33.8859 82.1429H49.978C50.9412 82.1429 51.7224 82.925 51.7224 83.8893C51.7224 84.9107 52.5964 85.7215 53.6131 85.6322C64.5469 84.675 73.1263 75.4822 73.1263 64.2857V42.8572C73.1263 36.0893 69.3663 30.2 63.8227 27.1714Z" fill="%23111111"/>%0A<path d="M27.1079 40.7143C27.1079 39.5308 26.1496 38.5714 24.9675 38.5714C23.7854 38.5714 22.8271 39.5308 22.8271 40.7143V45C22.8271 46.1834 23.7854 47.1428 24.9675 47.1428C26.1496 47.1428 27.1079 46.1834 27.1079 45V40.7143Z" fill="%23111111"/>%0A<path d="M37.8097 57.1429C36.768 57.1429 35.7228 56.875 34.7775 56.3286C33.9249 55.8357 33.6323 54.7429 34.1282 53.8893C34.6205 53.0357 35.7121 52.7429 36.5647 53.2393C37.5421 53.8036 38.78 53.6429 39.5755 52.8464C39.9608 52.4607 40.2033 51.9714 40.2782 51.4357C40.5993 49.1607 41.6017 47 43.182 45.1857C44.1238 44.1071 44.6197 42.7214 44.584 41.2857C44.5091 38.3536 42.1653 35.9107 39.2437 35.7286C38.2556 35.6679 37.3102 35.8464 36.4327 36.2679C35.5444 36.6929 34.4778 36.3107 34.0569 35.4214C33.6323 34.5321 34.014 33.4643 34.9023 33.0429C36.315 32.3714 37.8917 32.0679 39.4685 32.1643C44.2201 32.4607 48.0336 36.4286 48.1513 41.1964C48.2084 43.5286 47.3986 45.7786 45.8718 47.5357C44.7481 48.825 44.0346 50.3464 43.8134 51.9357C43.6279 53.2464 43.0358 54.4357 42.1011 55.375C40.9346 56.5429 39.3828 57.15 37.8132 57.15L37.8097 57.1429Z" fill="%23111111"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2255_7394">%0A<rect width="371" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',ks='data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2255_7305)">%0A<path d="M75.2535 24.7464C68.7892 18.2821 59.8606 14.2857 49.9999 14.2857C40.1392 14.2857 37.5214 24.5964 31.0606 31.0607C24.5964 37.525 14.2856 40.1893 14.2856 50C14.2856 59.8107 18.2821 68.7893 24.7464 75.2536C31.2106 81.7179 40.1392 85.7143 49.9999 85.7143C59.8606 85.7143 68.7892 81.7179 75.2535 75.2536C81.7178 68.7893 85.7142 59.8607 85.7142 50C85.7142 40.1393 81.7178 31.2107 75.2535 24.7464ZM62.6285 62.6286C59.3964 65.8607 54.9321 67.8571 49.9999 67.8571C45.0678 67.8571 40.6035 65.8571 37.3714 62.6286C34.1392 59.3964 32.1428 54.9321 32.1428 50C32.1428 45.0678 34.1428 40.6036 37.3714 37.3714C40.6035 34.1393 45.0678 32.1428 49.9999 32.1428C54.9321 32.1428 59.3964 34.1428 62.6285 37.3714C65.8606 40.6036 67.8571 45.0678 67.8571 50C67.8571 54.9321 65.8571 59.3964 62.6285 62.6286Z" fill="%23FAFAFA"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2255_7305">%0A<rect width="100" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A';const Cn={text:"--pass-card-text",sub:"--pass-card-sub",copyright:"--pass-card-copyright"},cr=new WeakMap;function Jb(t){if(t)return cr.get(t)}function Qt(t,e){t&&(t.style.setProperty(Cn.text,e.text),t.style.setProperty(Cn.sub,e.sub),e.copyrightColor&&t.style.setProperty(Cn.copyright,e.copyrightColor),cr.set(t,e))}function en(t){t&&(t.style.removeProperty(Cn.text),t.style.removeProperty(Cn.sub),t.style.removeProperty(Cn.copyright),cr.delete(t))}const Ss={text:"var(--color-pureBlack)",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"#1a1a1a"};function As(t={}){const e=ot(Ss,Qt,en);return a.jsxs("div",{ref:e,className:"pass-card-bg pass-card-bg-two-circle","aria-hidden":"true",children:[a.jsx("div",{className:"pass-card-bg-two-circle__c1"}),a.jsx("div",{className:"pass-card-bg-two-circle__c3"}),a.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-two-circle__symbol",style:{"--symbol-url":`url("${ks}")`}})]})}const Ns="M75.2535 24.7464C68.7892 18.2821 59.8606 14.2857 49.9999 14.2857C40.1392 14.2857 37.5214 24.5964 31.0606 31.0607C24.5964 37.525 14.2856 40.1893 14.2856 50C14.2856 59.8107 18.2821 68.7893 24.7464 75.2536C31.2106 81.7178 40.1392 85.7143 49.9999 85.7143C59.8606 85.7143 68.7892 81.7178 75.2535 75.2536C81.7178 68.7893 85.7142 59.8607 85.7142 50C85.7142 40.1393 81.7178 31.2107 75.2535 24.7464Z";var Jn='data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2175_65181)">%0A<path d="M75.2535 24.7464C68.7892 18.2821 59.8606 14.2857 49.9999 14.2857C40.1392 14.2857 37.5214 24.5964 31.0606 31.0607C24.5964 37.525 14.2856 40.1893 14.2856 50C14.2856 59.8107 18.2821 68.7893 24.7464 75.2536C31.2106 81.7178 40.1392 85.7143 49.9999 85.7143C59.8606 85.7143 68.7892 81.7178 75.2535 75.2536C81.7178 68.7893 85.7142 59.8607 85.7142 50C85.7142 40.1393 81.7178 31.2107 75.2535 24.7464ZM62.6285 62.6286C59.3964 65.8607 54.9321 67.8571 49.9999 67.8571C45.0678 67.8571 40.6035 65.8571 37.3714 62.6286C34.1392 59.3964 32.1428 54.9321 32.1428 50C32.1428 45.0678 34.1428 40.6036 37.3714 37.3714C40.6035 34.1393 45.0678 32.1428 49.9999 32.1428C54.9321 32.1428 59.3964 34.1428 62.6285 37.3714C65.8606 40.6036 67.8571 45.0678 67.8571 50C67.8571 54.9321 65.8571 59.3964 62.6285 62.6286Z" fill="url(%23paint0_linear_2175_65181)"/>%0A</g>%0A<defs>%0A<linearGradient id="paint0_linear_2175_65181" x1="29.6392" y1="29.6393" x2="75.2535" y2="75.2536" gradientUnits="userSpaceOnUse">%0A<stop offset="0.2" stop-color="%23499CDF"/>%0A<stop offset="0.8" stop-color="%234DCDC0"/>%0A</linearGradient>%0A<clipPath id="clip0_2175_65181">%0A<rect width="100" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A';const Qb={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"var(--color-main)"},ey=[{scale:1,opacity:.55},{scale:2,opacity:.4},{scale:3.1,opacity:.28},{scale:4.5,opacity:.18},{scale:6,opacity:.1}];function Ts(t={}){const e=ot(Qb,Qt,en),n="var(--color-main)",r=270,o=170;return a.jsxs("div",{ref:e,className:"pass-card-bg pass-card-bg-sound-move","aria-hidden":"true",children:[a.jsx("svg",{className:"pass-card-bg-sound-move__svg",viewBox:"0 0 300 189",preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg",children:ey.map(({scale:i,opacity:s},c)=>a.jsx("g",{transform:`translate(${r} ${o}) scale(${i}) translate(-50 -50)`,opacity:s,children:a.jsx("path",{d:Ns,fill:"none",stroke:n,strokeWidth:"1.5",vectorEffect:"non-scaling-stroke"})},c))}),a.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-sound-move__symbol",style:{"--symbol-url":`url("${Jn}")`}})]})}const ty={text:"#ffffff",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",logoColor:"_white",copyrightColor:"#ffffff"},ny=[{scale:1,opacity:.55},{scale:2,opacity:.4},{scale:3.1,opacity:.28},{scale:4.5,opacity:.18},{scale:6,opacity:.1}];function ay(t={}){const e=ot(ty,Qt,en),n="#ffffff",r=270,o=170;return a.jsxs("div",{ref:e,className:"pass-card-bg pass-card-bg-sound-move-v1","aria-hidden":"true",children:[a.jsx("svg",{className:"pass-card-bg-sound-move-v1__svg",viewBox:"0 0 300 189",preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg",children:ny.map(({scale:i,opacity:s},c)=>a.jsx("g",{transform:`translate(${r} ${o}) scale(${i}) translate(-50 -50)`,opacity:s,children:a.jsx("path",{d:Ns,fill:"none",stroke:n,strokeWidth:"1.5",vectorEffect:"non-scaling-stroke"})},c))}),a.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-sound-move-v1__symbol",style:{"--symbol-url":`url("${ks}")`}})]})}const ry={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"var(--color-main)"};function oy(t={}){const e=ot(ry,Qt,en);return a.jsxs("div",{ref:e,className:"pass-card-bg pass-card-bg-talk","aria-hidden":"true",children:[a.jsx("div",{className:"pass-card-bg-talk__shape pass-card-bg-talk__shape--left"}),a.jsx("div",{className:"pass-card-bg-talk__shape pass-card-bg-talk__shape--right"}),a.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-talk__symbol",style:{"--symbol-url":`url("${Jn}")`}})]})}const iy={Logo_speechear_kr:{"":sr,_white:Ub,_textWhite:Gb,_black:Yb},Logo_speechearManager_kr:{"":lr,_white:Kb,_textWhite:Zb,_black:Xb}};function sy(t,e){if(t)return iy[t]?.[e??""]??void 0}const ly={speechear:sr,manager:lr},cy={speechear:"Logo_speechear_kr",manager:"Logo_speechearManager_kr"},Ds=10;function uy(t,e){if(t<=0)return e("passCard.remainingSecond",{n:0});const n=Math.floor(t/86400);if(n>0)return e("passCard.remainingDay",{n});const r=Math.floor(t/3600);if(r>0)return e("passCard.remainingHour",{n:r});const o=Math.floor(t/60);return o>0?e("passCard.remainingMinute",{n:o}):e("passCard.remainingSecond",{n:Math.floor(t)})}function dy(t,e,n){if(t==="manager"){const r=/년/.test(e)||/yr|year/i.test(e)||/1년|365/.test(e),o=n==="\uC624\uD508\uD2B9\uAC00"||n===st.t("passCard.specialLabel");return r?a.jsx(oy,{}):o?a.jsx(ay,{}):a.jsx(Ts,{})}return a.jsx(As,{})}function Es({product:t,showPrice:e=!1,plan:n,type:r,endDate:o,remainingSeconds:i,state:s="active",bg:c,bgOnly:d=!1,textColor:u,subColor:h,copyrightColor:p,logoSrc:m,label:b,price:f,originalPrice:g,discountLabel:y,onUse:C,onRefund:w,onDelete:x}){const{t:v}=pe(),T=t?_s(t):void 0,_=r??T?.type??"speechear",N=n??T?.plan??"\uC774\uC6A9\uAD8C",B=b??T?.label,S=f??(e?T?.price:void 0),D=g??(e?T?.originalPrice:void 0),$=y??T?.discountLabel,j=l.useMemo(()=>{if(S)return null;const K=t?.durationDays??qb(t?.code);if(!K||K<=0)return null;const se=K*86400;let fe;if(i!=null)fe=i;else if((s==="active"||s==="expired")&&o){const Ae=new Date(o).getTime();if(Number.isNaN(Ae))return null;const ee=new Date;ee.setHours(0,0,0,0);const we=new Date(Ae);we.setHours(0,0,0,0);const xe=Math.round((we.getTime()-ee.getTime())/864e5);fe=Math.max(0,xe)*86400}else s==="expired"?fe=0:fe=se;const Se=Math.max(0,Math.min(100,Math.floor(Math.min(fe,se)/se*100)));return s==="pending"&&Se>=100?null:{percent:Se,remainingLabel:uy(fe,v)}},[S,s,o,i,t?.durationDays,t?.code,v]),k=l.useRef(null),[E,L]=l.useState({}),[F,J]=l.useState(null),Z=!!(C||w||x),Q=l.useRef(!1),O=l.useRef(void 0),[I,R]=l.useState(m);l.useLayoutEffect(()=>{R(m)},[m]),l.useLayoutEffect(()=>{const K=k.current;K&&(u!==void 0&&K.style.setProperty("--pass-card-text",u),h!==void 0&&K.style.setProperty("--pass-card-sub",h),p!==void 0&&K.style.setProperty("--pass-card-copyright",p))},[u,h,p]),l.useLayoutEffect(()=>{const K=k.current;if(!K)return;const se=Jb(K);if(!m){const fe=cy[_],Se=s==="expired"?"_black":se?.logoColor??"",Ae=sy(fe,Se);R(Ae)}},[c,m,_,s]);const V=K=>{const se=k.current;if(!se)return null;const{left:fe,top:Se,width:Ae,height:ee}=se.getBoundingClientRect(),we=(K.clientX-fe)/Ae-.5;return{rotateX:-((K.clientY-Se)/ee-.5)*Ds,rotateY:we*Ds}},P=(K,se)=>{const fe=se*-.7,Se=K*.7+10,Ae=20+(Math.abs(K)+Math.abs(se))*.4;return`${fe}px ${Se}px ${Ae}px rgba(0, 0, 0, 0.18)`},U=l.useCallback(K=>{Q.current=!0,clearTimeout(O.current),O.current=setTimeout(()=>{Q.current=!1},200);const se=V(K);se&&L({transform:`perspective(800px) rotateX(${se.rotateX}deg) rotateY(${se.rotateY}deg) scale3d(1.03, 1.03, 1.03)`,boxShadow:P(se.rotateX,se.rotateY),transition:"transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.25s cubic-bezier(0.23, 1, 0.32, 1)"})},[]),M=l.useCallback(K=>{const se=V(K);if(!se)return;const fe=Q.current?"transform 0.2s ease, box-shadow 0.2s ease":"none";L({transform:`perspective(800px) rotateX(${se.rotateX}deg) rotateY(${se.rotateY}deg) scale3d(1.03, 1.03, 1.03)`,boxShadow:P(se.rotateX,se.rotateY),transition:fe})},[]),z=l.useCallback(()=>{clearTimeout(O.current),Q.current=!1,L({transform:"perspective(800px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1)",boxShadow:"0px 4px 16px rgba(0, 0, 0, 0.08)",transition:"transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1)"})},[]),W=l.useCallback(()=>J(null),[]),G=l.useMemo(()=>{const K=N.replace("\uC774\uC6A9\uAD8C","").trim(),se=K.match(/^(.*?)(일|년)$/);return se?a.jsxs(a.Fragment,{children:[a.jsx("span",{className:"h0 pass-card__plan-number",children:se[1]}),a.jsx("span",{className:"h5b pass-card__plan-unit",children:se[2]==="\uB144"?v("passCard.unitYear","\uB144"):v("passCard.unitDay","\uC77C")})]}):a.jsx("span",{className:"h0",children:K})},[N,v]),X=l.useMemo(()=>{const K=Un(S);if(!K)return null;const se=K.match(/^([^\d]*)([\d.,]+)(.*)$/);if(!se)return a.jsx("span",{className:"h1",children:K});const[,fe,Se,Ae]=se;return a.jsxs(a.Fragment,{children:[fe&&a.jsx("span",{className:"h5 pass-card__price-symbol",children:fe}),a.jsx("span",{className:"h1 pass-card__price-amount",children:Se}),Ae.trim()&&a.jsx("span",{className:"h5 pass-card__price-symbol",children:Ae.trim()})]})},[S]),le=l.useCallback(()=>{Z&&J(K=>{if(K)return null;const se=k.current?.getBoundingClientRect();if(!se)return null;const fe=50;return{left:se.left,right:se.right,width:se.width,height:se.height,x:se.x,y:se.y+fe,top:se.top+fe,bottom:se.bottom+fe}})},[Z]),ce=l.useCallback(K=>{Z&&(K.key==="Enter"||K.key===" ")&&(K.preventDefault(),le())},[Z,le]),te=[{items:[...C?[{label:v("passCard.menu.use","\uC0AC\uC6A9\uD558\uAE30"),icon:"play",onClick:()=>{C(),J(null)},closeOnSelect:!0}]:[],...w?[{label:v("passCard.menu.refund","\uD658\uBD88\uD558\uAE30"),icon:"rotate-ccw",onClick:()=>{w(),J(null)},closeOnSelect:!0}]:[],...x?[{label:v("passCard.menu.delete","\uC0AD\uC81C\uD558\uAE30"),icon:"trash-2",onClick:()=>{x(),J(null)},closeOnSelect:!0}]:[]]}];return a.jsxs(a.Fragment,{children:[a.jsx("div",{className:"pass-card-frame",children:a.jsxs("div",{ref:k,className:`pass-card pass-card--${s}${Z?" pass-card--clickable":""}`,style:E,onMouseEnter:U,onMouseMove:M,onMouseLeave:z,onClick:le,onKeyDown:Z?ce:void 0,role:Z?"button":void 0,tabIndex:Z?0:void 0,children:[c??dy(_,N,B),!d&&a.jsxs(a.Fragment,{children:[a.jsx("div",{className:"pass-card__top",children:a.jsxs("div",{className:"pass-card__top-left",children:[a.jsx("img",{src:I??ly[_],className:"pass-card__logo",alt:_==="manager"?v("header.logoManager","\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uB85C\uACE0"):v("header.logoMalgwi","\uB9D0\uADC0 \uB85C\uACE0")}),a.jsxs("div",{className:"pass-card__plan",children:[a.jsx("div",{children:G}),a.jsx("span",{className:"h5b pass-card__plan-suffix",children:B?v("passCard.labeledPlan",{label:B}):v("passCard.planSuffix","\uC774\uC6A9\uAD8C")})]})]})}),S?a.jsxs("div",{className:"pass-card__price-area",children:[$&&a.jsx("span",{className:"pass-card__discount body-3",children:$}),a.jsxs("div",{className:"pass-card__price",children:[D&&a.jsx("span",{className:"pass-card__price-original body-3",children:Un(D)}),X]})]}):j?a.jsxs("div",{className:"pass-card__usage",children:[a.jsx("span",{className:"h5b pass-card__usage-remaining",children:j.remainingLabel}),a.jsxs("span",{className:"pass-card__usage-percent",children:[a.jsx("span",{className:"h1 pass-card__usage-value",children:j.percent}),a.jsx("span",{className:"h5b pass-card__usage-symbol",children:"%"})]})]}):a.jsx("div",{className:"pass-card__copyright caption-2",children:"\xA9 IHAB Corp. All rights reserved."})]})]})}),F&&a.jsx(sn,{anchorRect:F,onClose:W,children:a.jsx(ya,{columns:te,onClose:W,size:"small"})})]})}const py={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"#1a1a1a"};function hy(t={}){const e=`passcard-sound-line-grad-${l.useId()}`,n=ot(py,Qt,en);return a.jsxs("div",{ref:n,className:"pass-card-bg pass-card-bg-sound-line","aria-hidden":"true",children:[a.jsxs("svg",{className:"pass-card-bg-sound-line__svg",viewBox:"0 0 500 300",preserveAspectRatio:"xMidYMid slice",xmlns:"http://www.w3.org/2000/svg",children:[a.jsx("defs",{children:a.jsxs("linearGradient",{id:e,x1:"0",y1:"0",x2:"1",y2:"0",children:[a.jsx("stop",{offset:"20%",stopColor:"var(--color-main)"}),a.jsx("stop",{offset:"80%",stopColor:"var(--color-sub)"})]})}),a.jsx("g",{transform:"translate(25, 45)",children:a.jsx("path",{d:"M -30 150 C 40 80, 100 220, 160 150 S 280 80, 340 150 S 460 220, 510 150",fill:"none",stroke:`url(#${e})`,strokeWidth:"50",strokeLinecap:"round"})})]}),a.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-sound-line__symbol",style:{"--symbol-url":`url("${Jn}")`}})]})}const my={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"var(--color-main)"};function gy(t={}){const e=ot(my,Qt,en);return a.jsxs("div",{ref:e,className:"pass-card-bg pass-card-bg-talk-v1","aria-hidden":"true",children:[a.jsx("div",{className:"pass-card-bg-talk-v1__shape pass-card-bg-talk-v1__shape--left"}),a.jsx("div",{className:"pass-card-bg-talk-v1__shape pass-card-bg-talk-v1__shape--right"}),a.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-talk-v1__symbol",style:{"--symbol-url":`url("${Jn}")`}})]})}function fy(t,e){if(t){if(e==="manager_pro")return a.jsx(gy,{});if(e==="manager_standard")return a.jsx(hy,{});if(e==="manager_lite")return a.jsx(Ts,{})}}function by(t){const e=Un(t);if(!e)return null;const n=e.match(/^([^\d]*)([\d.,]+)(.*)$/);if(!n)return e;const[,r,o,i]=n;return a.jsxs(a.Fragment,{children:[r&&a.jsx("span",{className:"payment-plan__pricing-symbol h4",children:r}),o,i.trim()&&a.jsx("span",{className:"payment-plan__pricing-symbol h4",children:i.trim()})]})}function yy(t){const{t:e}=pe(),{plan:n,onSelect:r,period:o="monthly",ownedCodes:i}=t||{},s=C=>!!C&&!!i?.includes(C),c=(n.tiers||[]).some(C=>/오픈\s*특가/.test(C.label??"")&&s(C.code)),d=C=>{const w=C.prices?C.prices[o]:C.price;return w?(n.tiers||[]).some(x=>!!x.badge&&x.originals?.[o]===w):!1},u=n.colorToken?`var(--color-${n.colorToken})`:"var(--color-gray)",h=e("payment.plan.freePrice","\uBB34\uB8CC"),p=e("payment.products.mgrEnterprise.tier.price","\uBB38\uC758"),m=C=>C.prices?C.prices[o]:C.price,b=(n.tiers||[]).length>0&&(n.tiers||[]).every(C=>{const w=m(C);return w==="\uBB34\uB8CC"||w===h||w==="0\uC6D0"}),f=(n.tiers||[]).length>0&&(n.tiers||[]).every(C=>{const w=m(C);return w==="\uBB38\uC758"||w===p}),g=n.group==="org",y=g?"manager":"speechear";return a.jsxs("div",{className:"payment-plan__card",style:{borderColor:u,"--plan-color":u},children:[n.cardBadge&&a.jsx("div",{className:"payment-plan__card-badge",children:a.jsx(pt,{label:n.cardBadge,variant:"main",size:"medium",fill:"soft"})}),a.jsxs("div",{className:"payment-plan__title",children:[a.jsx("p",{className:"payment-plan__quote body-3b",style:{color:u},children:n.quote||"\xA0"}),a.jsx("h3",{className:"payment-plan__title-heading h1",children:n.tier??n.title}),a.jsx("p",{className:"payment-plan__subtitle body-3",children:n.subtitle})]}),a.jsxs("div",{className:"payment-plan__box",children:[a.jsx("span",{className:"payment-plan__box-title body-3b",children:e("payment.plan.recommendedFor","\uC774\uB7F0 \uBD84\uAED8 \uCD94\uCC9C\uD569\uB2C8\uB2E4.")}),a.jsx("ul",{className:"payment-plan__feature-list",children:(n.recommendedFor||[]).map((C,w)=>a.jsxs("li",{className:"payment-plan__feature-item body-3",children:[a.jsx(Me,{icon:"check",size:18,className:"payment-plan__feature-check",wrapperStyle:{color:u}}),C]},w))})]}),a.jsxs("div",{className:"payment-plan__box",children:[a.jsx("span",{className:"payment-plan__box-title body-3b",children:e("payment.plan.features","\uD575\uC2EC \uAE30\uB2A5")}),a.jsx("ul",{className:"payment-plan__feature-list",children:(n.features||[]).map((C,w)=>a.jsxs("li",{className:"payment-plan__feature-item body-3",children:[a.jsx(Me,{icon:"check",size:18,className:"payment-plan__feature-check",wrapperStyle:{color:u}}),C]},w))})]}),a.jsx("div",{className:"payment-plan__card-pricing",children:b?null:f?a.jsx(oe,{className:"payment-plan__contact-button",label:e("payment.plan.contact",{defaultValue:"\uBB38\uC758\uD558\uAE30"}),variant:"main",size:56,onClick:()=>n.tiers?.[0]&&r?.({...n.tiers[0],productId:n.id,productTitle:n.title})}):a.jsx(a.Fragment,{children:a.jsx("div",{className:"payment-plan__pricing-list",children:(n.tiers||[]).map(C=>{const w=C.label||"\uC774\uC6A9\uAD8C",x=/오픈\s*특가/.test(w),v=x||C.openPromo===!0,T=w.replace(/^오픈\s*특가\s*/,"")||"\uC774\uC6A9\uAD8C",_=C.prices?C.prices[o]:C.price,N=C.badge?v?`\uC624\uD508 \uD2B9\uAC00
|
|
829
|
+
${C.badge}`:C.badge:void 0;if(x&&s(C.code))return null;if(!C.badge&&!c)return d(C)?null:a.jsxs("div",{className:`payment-plan__pricing-row payment-plan__pricing-row--static${C.highlight?" payment-plan__pricing-row--highlight":""}`,children:[a.jsx("div",{className:"payment-plan__pricing-row-title",children:a.jsx("div",{className:"payment-plan__pricing-row-label h5b",children:C.label})}),a.jsx("div",{className:"payment-plan__pricing-row-price",children:a.jsx("span",{className:"payment-plan__pricing-current h1",children:by(_)})})]},C.id);const B=n.tier??(g?n.title:void 0),S=a.jsx(Es,{showPrice:!0,product:{type:y,code:C.code,name:T,label:B,price:_,originalPrice:C.originals?.[o]??void 0,discountLabel:N},bg:fy(g,n.id)}),D=()=>r?.({...C,productId:n.id,productTitle:n.title,preview:S});return a.jsx("div",{className:"payment-plan__pricing-card",onClick:D,onKeyDown:r?$=>{$.target===$.currentTarget&&($.key==="Enter"||$.key===" ")&&($.preventDefault(),D())}:void 0,role:r?"button":void 0,tabIndex:r?0:void 0,children:S},C.id)})})})})]})}function Cy({variant:t="default"}){return a.jsxs("div",{className:`pass-card-bg pass-card-bg--${t}`,"aria-hidden":"true",children:[a.jsx("div",{className:"pass-card-bg__circle pass-card-bg__circle--1"}),a.jsx("div",{className:"pass-card-bg__circle pass-card-bg__circle--2"}),a.jsx("div",{className:"pass-card-bg__circle pass-card-bg__circle--3"})]})}var Bs='data:image/svg+xml,<svg width="264" height="100" viewBox="0 0 264 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2079_3030)">%0A<path d="M60.9019 24.7464C54.4446 18.2821 45.5257 14.2857 35.6757 14.2857C25.8256 14.2857 23.2106 24.5964 16.7569 31.0607C10.2996 37.5214 0 40.1857 0 50C0 59.8143 3.99211 68.7893 10.4494 75.2536C16.9067 81.7178 25.8256 85.7143 35.6757 85.7143C45.5257 85.7143 54.4446 81.7178 60.9019 75.2536C67.3592 68.7893 71.3513 59.8607 71.3513 50C71.3513 40.1393 67.3592 31.2107 60.9019 24.7464ZM48.2906 62.6286C45.0619 65.8607 40.6025 67.8571 35.6757 67.8571C30.7489 67.8571 26.2894 65.8571 23.0608 62.6286C19.8321 59.3964 17.8378 54.9321 17.8378 50C17.8378 45.0678 19.8357 40.6036 23.0608 37.3714C26.2894 34.1393 30.7489 32.1428 35.6757 32.1428C40.6025 32.1428 45.0619 34.1428 48.2906 37.3714C51.5192 40.6036 53.5135 45.0678 53.5135 50C53.5135 54.9321 51.5157 59.3964 48.2906 62.6286Z" fill="url(%23paint0_linear_2079_3030)"/>%0A<path d="M106.735 74.8322H93.6274V24.8322H106.735V74.8322Z" fill="%23111111"/>%0A<path d="M113.495 24.8322H126.602V44.5143H145.022V24.8322H158.197V74.8322H145.022V55.15H126.602V74.8322H113.495V24.8322Z" fill="%23111111"/>%0A<path d="M163.027 74.8322L179.652 24.8322H197.519L214.076 74.8322H199.934L196.969 65.025H180.205L177.241 74.8322H163.031H163.027ZM193.933 55.0786L188.76 38.2964H188.346L183.241 55.0786H193.933Z" fill="%23111111"/>%0A<path d="M218.906 24.8322H240.29C251.674 24.8322 257.675 29.7357 257.675 37.4C257.675 42.925 253.743 47.1393 248.085 48.3107V48.7929C254.364 49 259.605 53.6286 259.605 60.7393C259.605 68.8893 252.983 74.8286 242.081 74.8286H218.902V24.8322H218.906ZM244.157 40.1643C244.157 36.9857 241.674 35.1929 238.085 35.1929H232.013V45.1393H237.878C241.535 45.1393 244.157 43.3429 244.157 40.1679V40.1643ZM245.741 59.0857C245.741 55.425 243.119 53.3536 238.913 53.3536H232.013V64.2643H238.706C243.397 64.2643 245.741 62.4679 245.741 59.0857Z" fill="%23111111"/>%0A</g>%0A<defs>%0A<linearGradient id="paint0_linear_2079_3030" x1="15.337" y1="29.6393" x2="60.9512" y2="75.2042" gradientUnits="userSpaceOnUse">%0A<stop offset="0.2" stop-color="%23499CDF"/>%0A<stop offset="0.8" stop-color="%234DCDC0"/>%0A</linearGradient>%0A<clipPath id="clip0_2079_3030">%0A<rect width="264" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A';const Ls={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"#c9c9c9"};function vy(){const t=ot(Ls,Qt,en);return a.jsx("div",{ref:t,className:"pass-card-bg pass-card-bg-ihab","aria-hidden":"true",children:a.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-ihab__symbol-top",style:{"--symbol-url":`url("${Bs}")`}})})}const js={text:"#ffffff",sub:"var(--color-lightGray)",logoBase:"Logo_speechearManager_kr",logoColor:"_white",copyrightColor:"#ffffff"};function wy(t={}){const e=ot(js,Qt,en);return a.jsxs("div",{ref:e,className:"pass-card-bg pass-card-bg-left-color-grid","aria-hidden":"true",children:[a.jsx("div",{className:"pass-card-bg-left-color-grid__bar"}),a.jsx("div",{className:"pass-card-bg-left-color-grid__grid"}),a.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-left-color-grid__symbol",style:{"--symbol-url":`url("${Jn}")`}})]})}const ur=(t,e,n)=>t+(e-t)*n;function xy({speakers:t,size:e=300,viewT:n=0,activeSpeakerId:r=null,playedIds:o,selectedId:i=null,answerId:s=null,showFeedback:c=!1,clickable:d=!1,onSelectSpeaker:u,buttonSize:h=40,showIcon:p=!0}){const m=Math.max(0,Math.min(1,n)),b=e/2,f=110/300,g=.18,y=P=>e*(f+(P-1)*g),C=P=>{const U=y(P.row??1),M=P.angleDeg*Math.PI/180;return{x:b+U*Math.cos(M),y:b+U*Math.sin(M)}},w=Math.max(...t.map(P=>P.row??1),1),x=e*.08,v=e*.1,T=e*.24,_=e-2*x,N=e-v-T,B=e-T/2,S=l.useMemo(()=>[...new Set(t.map(P=>P.deg))].sort((P,U)=>P-U),[t]),D=S.length,$=Math.max(68,D>1?_/(D-1):0),j=l.useMemo(()=>new Map(S.map((P,U)=>[P,U])),[S]),k=P=>{const U=j.get(P.deg)??0,M=b+(U-(D-1)/2)*$,z=w>1?Math.min(68,N/(w-1)):0,W=z*(w-1),G=v+(N-W)/2,X=w===1?v+N*.4:G+(w-(P.row??1))*z;return{x:M,y:X}},E=P=>{const U=C(P),M=k(P);return{x:ur(U.x,M.x,m),y:ur(U.y,M.y,m)}},L={x:b,y:ur(b,B,m)},F=Math.round(h*1.2),J=Math.round(Math.max(16,Math.min(80,h*.7))),Z=[],Q=new Map;for(const P of t){const U=P.row??1;Q.has(U)||Q.set(U,[]),Q.get(U).push(P)}for(const[P,U]of Q.entries()){if(U.length<2)continue;const M=[...U].sort((te,K)=>te.deg-K.deg),z=M.map(te=>E(te)),W=M.map(te=>te.deg),G=W[W.length-1]-W[0],X=G/(W.length-1),le=360-G,ce=M.length>=3&&X>0&&le<=X*1.5;Z.push({key:`arc-${P}`,d:`M ${z[0].x} ${z[0].y} `+z.slice(1).map(te=>`L ${te.x} ${te.y}`).join(" ")+(ce?` L ${z[0].x} ${z[0].y}`:"")})}const O=l.useMemo(()=>new Set(o??[]),[o]),I=P=>{if(r===P.id)return"active";if(c){if(P.id===s)return"correct";if(P.id===i&&i!==s)return"wrong"}return O.has(P.id)?"played":"idle"},R=P=>r===P.id||c&&P.id===s,V=(P,U)=>{switch(P){case"played":case"correct":return a.jsx(no,{size:U});case"wrong":return a.jsx(mo,{size:U});default:return a.jsx(ho,{size:U})}};return a.jsx("div",{className:"sound-compass",children:a.jsxs("div",{className:"sound-compass__compass-wrap",style:{width:e,height:e},children:[a.jsxs("svg",{width:e,height:e,viewBox:`0 0 ${e} ${e}`,className:"sound-compass__svg",children:[m===0&&t.map(P=>{const{x:U,y:M}=E(P);return a.jsx("line",{x1:L.x,y1:L.y,x2:U,y2:M,stroke:"#dde3ec",strokeWidth:"1"},P.id)}),Z.map(P=>a.jsx("path",{d:P.d,fill:"none",stroke:"#dde3ec",strokeWidth:"1"},P.key))]}),a.jsx("div",{className:"sound-compass__center",style:{width:F,height:F,left:L.x,top:L.y},children:a.jsx(po,{size:J,color:"currentColor",strokeWidth:1.5})}),t.map((P,U)=>{const{x:M,y:z}=E(P),W=I(P),G=R(P),X={pointerEvents:d?"auto":"none",cursor:d?"pointer":"default",zIndex:W!=="idle"?10:1},le=h,ce=Math.round(Math.max(10,Math.min(56,le*.38))),te=Math.round(Math.max(7,Math.min(18,le*.2))),K=Math.round(Math.max(10,Math.min(56,le*.4)));return a.jsxs("div",{className:"sound-compass__speaker-pos",style:{...X,left:M-le/2,top:z-le/2},onClick:()=>d&&u?.(P.id),children:[G&&a.jsx("div",{className:"sound-compass__pulse",style:{width:le,height:le}}),a.jsxs("button",{type:"button",tabIndex:-1,className:`sound-compass__speaker-btn sound-compass__speaker-btn--${W}`,style:{width:le,height:le},"aria-label":P.label,children:[p&&V(W,ce),a.jsx("span",{className:"sound-compass__speaker-number",style:{fontSize:p?te:K},children:U+1})]})]},P.id)})]})})}function _y(t,{mode:e="playback",autoStart:n=!1,onPlaySpeaker:r,onComplete:o,playMs:i=1100,feedbackMs:s=1500}={}){const[c,d]=l.useState([]),[u,h]=l.useState(0),[p,m]=l.useState("idle"),[b,f]=l.useState(null),[g,y]=l.useState([]),[C,w]=l.useState(null),[x,v]=l.useState(0),T=l.useRef(0),_=l.useCallback(O=>{T.current=typeof O=="function"?O(T.current):O,v(T.current)},[]),N=l.useRef(r),B=l.useRef(o);l.useEffect(()=>{N.current=r,B.current=o},[r,o]);const S=l.useRef([]),D=()=>{S.current.forEach(clearTimeout),S.current=[]},$=(O,I)=>{S.current.push(setTimeout(I,O))};l.useEffect(()=>()=>D(),[]);const j=c[u]?.id??null,k=l.useCallback(()=>{D(),m("playing"),y([]),w(null),_(0);let O=0;t.forEach((I,R)=>{$(O,()=>{h(R),f(I.id),N.current?.(I)}),$(O+1e3,()=>{f(null),y(V=>[...V,I.id])}),O+=1300}),$(O,()=>{m("done"),B.current?.({score:0,total:t.length})})},[t,_]),E=l.useCallback((O,I)=>{if(I>=O.length){m("done"),B.current?.({score:T.current,total:O.length});return}h(I),w(null),m("playing"),f(O[I].id),N.current?.(O[I]),$(i,()=>{f(null),m("waiting")})},[i]),L=l.useCallback(()=>{D();const O=qn(t);d(O),_(0),y([]),E(O,0)},[t,E,_]),F=l.useCallback(()=>{e==="playback"?(d(t),k()):L()},[e,t,k,L]),J=l.useCallback(()=>{D(),m("idle"),f(null),y([]),w(null),h(0),_(0),d([])},[_]);l.useEffect(()=>{n?F():J()},[e,t.length,n]);const Z=l.useCallback(O=>{p!=="waiting"||e==="playback"||(w(O),O===c[u]?.id&&_(I=>I+1),e==="exam"?(m("playing"),$(400,()=>E(c,u+1))):(m("feedback"),$(s,()=>E(c,u+1))))},[p,e,c,u,E,s,_]),Q=e==="playback"?t.length:c.length;return{bind:{activeSpeakerId:b,playedIds:g,selectedId:C,answerId:j,showFeedback:p==="feedback",clickable:p==="waiting",onSelectSpeaker:Z},index:u,total:Q,score:x,phase:p,done:p==="done",start:F,reset:J}}function ky({children:t,position:e="top-left",size:n=24,className:r=""}){return a.jsx("span",{className:ye("circle-badge","circle-badge--number",`circle-badge--${n}`,`circle-badge--${e}`,r),children:t})}function Sy({keys:t,anchor:e="top-right",className:n=""}){const r=Array.isArray(t)?t:[t];return a.jsx("span",{className:ye("shortcut-badge",`shortcut-badge--${e}`,n),children:r.map((o,i)=>a.jsxs("span",{className:"shortcut-badge__group",children:[i>0&&a.jsx("span",{className:"shortcut-badge__plus",children:"+"}),a.jsx("kbd",{className:"shortcut-badge__key",children:o})]},`${o}-${i}`))})}function Ay({orientation:t="horizontal",label:e,className:n=""}){const r=ye("divider",`divider--${t}`,e&&t==="horizontal"?"divider--labeled":"",n);return t==="vertical"?a.jsx("div",{className:r,role:"separator","aria-orientation":"vertical"}):e?a.jsxs("div",{className:r,role:"separator","aria-orientation":"horizontal",children:[a.jsx("span",{className:"divider__line"}),a.jsx("span",{className:"divider__label caption-1",children:e}),a.jsx("span",{className:"divider__line"})]}):a.jsx("div",{className:r,role:"separator","aria-orientation":"horizontal"})}function Ms({checked:t,onChange:e,name:n,value:r,disabled:o=!1,label:i,className:s=""}){const c=l.useId();return a.jsxs("label",{className:`radio${o?" radio--disabled":""} ${s}`.trim(),htmlFor:c,children:[a.jsx("input",{id:c,type:"radio",name:n,value:r,checked:t,disabled:o,onChange:d=>e?.(d.target.checked)}),a.jsx("span",{className:"radio__dot"}),i&&a.jsx("span",{className:"radio__label body-2",children:i})]})}function Ny({options:t,value:e,onChange:n,name:r,disabled:o=!1,direction:i="vertical",className:s=""}){const c=l.useId(),d=r??`radio-group-${c}`;return a.jsx("div",{className:`radio-group radio-group--${i} ${s}`.trim(),role:"radiogroup",children:t.map(u=>a.jsx(Ms,{name:d,value:u.value,checked:e===u.value,disabled:o||u.disabled,label:u.label,onChange:h=>{h&&n?.(u.value)}},u.value))})}const Ty={info:"info",success:"check-circle",warning:"alert-triangle",danger:"alert-circle"};function Dy({tone:t="info",title:e,message:n,children:r,dismissible:o=!1,onDismiss:i,className:s=""}){const{t:c}=pe(),[d,u]=l.useState(!1),h=l.useCallback(()=>{u(!0),i?.()},[i]);if(d)return null;const p=ye("alert",`alert--${t}`,s),m=!!e,b=!!(n||r);return a.jsxs("div",{className:p,role:"alert",children:[a.jsxs("div",{className:"alert__body",children:[a.jsxs("div",{className:"alert__header",children:[a.jsx(Me,{icon:Ty[t],size:20,className:"alert__icon"}),m&&a.jsx("span",{className:"alert__title body-2",children:e}),!m&&b&&a.jsx("div",{className:"alert__message body-3",children:n??r})]}),m&&b&&a.jsx("div",{className:"alert__message alert__message--indented body-3",children:n??r})]}),o&&a.jsx("button",{type:"button",className:"alert__dismiss",onClick:h,"aria-label":c("common.close","\uB2EB\uAE30"),children:"\xD7"})]})}const Ey={ready:"search",guide:"info",error:"circle-alert"};function By(t,e){const n=e.filter(Boolean);if(n.length===0)return t;const r=[];let o=0,i=0;for(const s of n){const c=t.indexOf(s,o);c<0||(c>o&&r.push(t.slice(o,c)),r.push(a.jsx("strong",{className:"search-summary__em body-2",children:s},i++)),o=c+s.length)}return o<t.length&&r.push(t.slice(o)),r}function Ly({status:t="guide",label:e,children:n,emphasis:r,icon:o,className:i=""}){const s=o===!1?null:o??Ey[t],c=ye("search-summary",`search-summary--${t}`,i),d=e??n,u=typeof d=="string"&&r&&r.length>0?By(d,r):d;return a.jsxs("div",{className:c,role:"status","aria-live":"polite",children:[s!=null&&a.jsx(Me,{icon:s,size:18,className:"search-summary__icon"}),a.jsx("span",{className:"search-summary__text body-2",children:u})]})}function jy({items:t=[],value:e,onChange:n,className:r="",size:o=40}){const{t:i}=pe(),s=l.useRef(null),c=e??t[0]?.key,d=()=>Array.from(s.current?.querySelectorAll('[role="tab"]:not(:disabled)')??[]),u=(m,b=d())=>{if(b.length===0)return;const f=(m%b.length+b.length)%b.length;b[f]?.focus(),b[f]?.click()},h=m=>{if(!["ArrowRight","ArrowDown","ArrowLeft","ArrowUp","Home","End"].includes(m.key))return;m.preventDefault();const b=d(),f=b.indexOf(m.currentTarget);m.key==="ArrowRight"||m.key==="ArrowDown"?u(f+1,b):m.key==="ArrowLeft"||m.key==="ArrowUp"?u(f-1,b):m.key==="Home"?u(0,b):u(b.length-1,b)},p=t.find(m=>m.key===c);return a.jsxs("div",{className:`tabs ${r}`.trim(),children:[a.jsx("div",{ref:s,className:`tabs__list tabs__list--${o}`,role:"tablist","aria-label":i("tabs.ariaLabel","\uD0ED"),children:t.map(m=>a.jsx("button",{id:`tabs__tab-${m.key}`,type:"button",role:"tab","aria-selected":m.key===c,"aria-controls":`tabs__panel-${m.key}`,disabled:m.disabled,tabIndex:m.key===c?0:-1,className:`tabs__tab body-2${m.key===c?" tabs__tab--active":""}`,onClick:()=>n?.(m.key),onKeyDown:h,children:m.label},m.key))}),p&&a.jsx("div",{id:`tabs__panel-${p.key}`,role:"tabpanel","aria-labelledby":`tabs__tab-${p.key}`,tabIndex:0,className:"tabs__panel",children:p.panel},p.key)]})}const My={xs:12,sm:16,md:20,lg:28,xl:36};function Py(t){const e=t.trim().split(/\s+/).filter(Boolean);return e.length===0?"":e.length===1?[...e[0]].slice(0,2).join("").toUpperCase():([...e[0]][0]+[...e[e.length-1]][0]).toUpperCase()}function Ry({src:t,name:e,size:n="md",shape:r="circle",className:o=""}){const{t:i}=pe(),[s,c]=l.useState(!1),d=e?Py(e):"",u=!!t&&!s,h=!u&&!!d,p=e||i("avatar.ariaLabel","\uC0AC\uC6A9\uC790 \uC544\uBC14\uD0C0");return a.jsxs("span",{className:`avatar avatar--${n} avatar--${r} ${o}`.trim(),role:"img","aria-label":p,children:[u&&a.jsx("img",{className:"avatar__image",src:t,alt:p,onError:()=>c(!0)}),!u&&h&&a.jsx("span",{className:"avatar__initials","aria-hidden":"true",children:d}),!u&&!h&&a.jsx(Me,{icon:"user-round",size:My[n],className:"avatar__icon"})]})}function $y(t,e){if(!e)return!0;const n=e.split(",").map(i=>i.trim()).filter(Boolean);if(n.length===0)return!0;const r=t.name.toLowerCase(),o=t.type.toLowerCase();return n.some(i=>{const s=i.toLowerCase();return s.startsWith(".")?r.endsWith(s):s.endsWith("/*")?o.startsWith(s.slice(0,-1)):o===s})}function Iy({onFilesSelected:t,accept:e,multiple:n=!1,disabled:r=!1,showFileList:o=!0,files:i,onRemove:s,className:c=""}){const{t:d}=pe(),u=l.useRef(null),[h,p]=l.useState(!1),[m,b]=l.useState([]),f=i??m,g=_=>{if(!_||_.length===0)return;const N=Array.from(_).filter(S=>$y(S,e));if(N.length===0)return;const B=n?N:N.slice(0,1);if(i===void 0){const S=n?[...f,...B]:B;b(S),t?.(S)}else t?.(B)},y=_=>{_.preventDefault(),!r&&p(!0)},C=_=>{_.preventDefault(),p(!1)},w=_=>{_.preventDefault(),p(!1),!r&&g(_.dataTransfer.files)},x=_=>{g(_.target.files),_.target.value=""},v=()=>{r||u.current?.click()},T=_=>{if(s){s(_);return}if(i===void 0){const N=f.filter((B,S)=>S!==_);b(N),t?.(N)}};return a.jsxs("div",{className:`file-upload ${c}`.trim(),children:[a.jsxs("div",{className:ye("file-upload__dropzone",h&&"file-upload__dropzone--dragging",r&&"file-upload__dropzone--disabled"),role:"button",tabIndex:r?-1:0,"aria-disabled":r,onClick:v,onKeyDown:_=>{(_.key==="Enter"||_.key===" ")&&(_.preventDefault(),v())},onDragOver:y,onDragLeave:C,onDrop:w,children:[a.jsx(Me,{icon:"upload",size:24,className:"file-upload__icon"}),a.jsx("span",{className:"file-upload__prompt body-2",children:d("fileUpload.dragPrompt","\uD30C\uC77C\uC744 \uC774\uACF3\uC5D0 \uB4DC\uB798\uADF8\uD558\uC5EC \uC5C5\uB85C\uB4DC")}),a.jsx("button",{type:"button",className:"file-upload__browse-button body-3",disabled:r,onClick:_=>{_.stopPropagation(),v()},children:d("fileUpload.browseButton","\uD30C\uC77C \uC120\uD0DD")}),a.jsx("input",{ref:u,type:"file",className:"file-upload__input",accept:e,multiple:n,disabled:r,onChange:x,tabIndex:-1})]}),o&&f.length>0&&a.jsx("ul",{className:"file-upload__list",children:f.map((_,N)=>a.jsxs("li",{className:"file-upload__list-item body-3",children:[a.jsx("span",{className:"file-upload__file-name body-3",children:_.name}),a.jsx("button",{type:"button",className:"file-upload__remove-button","aria-label":d("fileUpload.removeAriaLabel",{name:_.name}),onClick:()=>T(N),children:a.jsx(Me,{icon:"x",size:14})})]},`${_.name}-${N}`))})]})}function Fy({items:t,className:e=""}){return a.jsx("nav",{className:`breadcrumb ${e}`.trim(),"aria-label":"breadcrumb",children:a.jsx("ol",{className:"breadcrumb__list",children:t.map((n,r)=>{const o=r===t.length-1;return a.jsxs("li",{className:"breadcrumb__item",children:[o?a.jsx("span",{className:"breadcrumb__current body-3","aria-current":"page",children:n.label}):a.jsx("button",{type:"button",className:"breadcrumb__link body-3",onClick:n.onClick,children:n.label}),!o&&a.jsx(Me,{icon:"chevron-right",size:14,className:"breadcrumb__separator"})]},r)})})})}const Oy={small:14,medium:20,large:28};function Hy({value:t,onChange:e,max:n=5,readOnly:r=!1,size:o="medium",ariaLabel:i,className:s=""}){const{t:c}=pe(),d=r||!e,[u,h]=l.useState(null),p=u??t,m=Oy[o],b=y=>{d||e?.(y)},f=y=>{d||h(y)},g=()=>{d||h(null)};return a.jsx("div",{className:`rating rating--${o}${d?" rating--readOnly":""} ${s}`.trim(),role:d?"img":"radiogroup","aria-label":d?c("rating.valueLabel",{value:t,max:n}):i??c("rating.groupLabel","\uBCC4\uC810"),onMouseLeave:g,children:Array.from({length:n},(y,C)=>{const w=C+1,x=Math.max(0,Math.min(1,p-C)),v=x>0&&x<1,T=a.jsxs("span",{className:"rating__star-wrap",children:[a.jsx(Me,{icon:"star",size:m,className:"rating__star rating__star--empty"}),x>0&&a.jsx("span",{className:`rating__star-fill${v?" rating__star-fill--half":""}`,children:a.jsx(Me,{icon:"star",size:m,className:"rating__star rating__star--filled"})})]});return d?a.jsx("span",{className:"rating__item","aria-hidden":"true",children:T},w):a.jsx("button",{type:"button",className:"rating__item rating__item--interactive",role:"radio","aria-checked":t===w,"aria-label":c("rating.starLabel",{n:w}),onClick:()=>b(w),onMouseEnter:()=>f(w),children:T},w)})})}const Vy=20,zy=["#499cdf","#4dcdc0","#2fae9e","#e6b94e","#d9534f","#e06b68","#bfc7d1"];function Wy({value:t,onChange:e,palette:n=zy,size:r=40,className:o=""}){const{t:i}=pe();return a.jsx("div",{className:`color-picker ${o}`.trim(),role:"group",children:n.map(s=>{const c=t?.toLowerCase()===s.toLowerCase();return a.jsx("button",{type:"button",className:`color-picker__swatch color-picker__swatch--${r}`,style:{backgroundColor:s},onClick:()=>e(s),"aria-pressed":c,"aria-label":c?`${s} ${i("colorPicker.selected","\uC120\uD0DD\uB428")}`:s,children:c&&a.jsx(Me,{icon:"check",size:Vy,className:"color-picker__check"})},s)})})}function qy({icon:t,count:e,title:n,className:r="",onClick:o,onMouseEnter:i,onMouseLeave:s}){const c=ye("count-tile",o&&"count-tile--clickable",r);return a.jsxs("div",{className:c,onClick:o,onKeyDown:o?d=>{d.key!=="Enter"&&d.key!==" "||(d.preventDefault(),d.currentTarget.click())}:void 0,onMouseEnter:i,onMouseLeave:s,role:o?"button":"img",tabIndex:o?0:void 0,"aria-label":n?`${n} ${e}`:String(e),children:[a.jsx(Me,{icon:t,size:20,className:"count-tile__icon"}),a.jsx("span",{className:"count-tile__count h5","aria-hidden":"true",children:e})]})}function Uy(){return a.jsx("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round","aria-hidden":!0,children:a.jsx("path",{d:"M6 6l12 12M18 6 6 18"})})}function Gy({open:t,onClose:e,ariaLabel:n,title:r,children:o,size:i="md",closeOnBackdrop:s=!0,closeOnEscape:c=!0,showClose:d=!0,className:u,contentClassName:h}){const{t:p}=pe(),m=l.useId(),b=l.useRef(null),f=l.useRef(null),g=l.useCallback(()=>e(),[e]);return l.useEffect(()=>{if(!t){f.current?.focus(),f.current=null;return}f.current=document.activeElement;const{overflow:y}=document.body.style;document.body.style.overflow="hidden",b.current?.focus();const C=c?ds(g):void 0;return()=>{C?.(),document.body.style.overflow=y}},[t,c,g]),!t||typeof document>"u"?null:Rt.createPortal(a.jsx("div",{className:ye("dialog",u),onClick:s?g:void 0,children:a.jsxs("div",{ref:b,role:"dialog","aria-modal":"true","aria-label":r?void 0:n,"aria-labelledby":r?m:void 0,tabIndex:-1,className:ye("dialog__surface",`dialog__surface--${i}`,h),onClick:y=>y.stopPropagation(),children:[r?a.jsx("div",{className:"dialog__header",children:a.jsx("h2",{id:m,className:"dialog__title h4b",children:r})}):null,d?a.jsx("button",{type:"button",className:"dialog__close","aria-label":p("common.close","\uB2EB\uAE30"),onClick:g,children:a.jsx(Uy,{})}):null,a.jsx("div",{className:"dialog__body",children:o})]})}),document.body)}function Yy({columns:t,rows:e,rowKey:n,title:r,toolbar:o,empty:i="\uB4F1\uB85D\uB41C \uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",loading:s,caption:c,className:d=""}){const u=!s&&e.length===0;return a.jsxs("div",{className:ye("board",d),children:[r||o?a.jsxs("div",{className:"board__head",children:[r?a.jsx("h2",{className:"board__title",children:r}):a.jsx("span",{}),o?a.jsx("div",{className:"board__toolbar",children:o}):null]}):null,a.jsxs("table",{className:"board__table",children:[c?a.jsx("caption",{className:"board__caption",children:c}):null,a.jsx("thead",{children:a.jsx("tr",{children:t.map(h=>a.jsx("th",{scope:"col",className:ye("board__th",`board__cell--${h.headerAlign??h.align??"left"}`),style:h.width?{width:h.width}:void 0,children:h.header},h.key))})}),a.jsx("tbody",{children:s?a.jsx("tr",{children:a.jsx("td",{className:"board__state",colSpan:t.length,children:s})}):u?a.jsx("tr",{children:a.jsx("td",{className:"board__state",colSpan:t.length,children:i})}):e.map((h,p)=>a.jsx("tr",{className:"board__row",children:t.map(m=>a.jsx("td",{className:ye("board__td",`board__cell--${m.align??"left"}`),children:m.render(h,p)},m.key))},n(h,p)))})]})]})}function Ky({name:t,role:e,photo:n,media:r,credentials:o,size:i=190,className:s=""}){return a.jsxs("div",{className:ye("person-card",s),children:[a.jsx("div",{className:"person-card__photo",style:{width:i,height:i},children:r??(n?a.jsx("img",{src:n,alt:e?`${t} ${e}`:t}):null)}),a.jsx("h3",{className:"person-card__name",children:t}),e?a.jsx("p",{className:"person-card__role",children:e}):null,o?.length?a.jsx("ul",{className:"person-card__credentials",children:o.map(c=>a.jsx("li",{children:c},c))}):null]})}function Zy({groups:t,className:e=""}){return a.jsx("div",{className:ye("timeline",e),children:t.map(n=>a.jsxs("section",{className:"timeline__group",children:[a.jsx("h3",{className:"timeline__title",children:n.title}),a.jsx("ul",{className:"timeline__rows",children:n.entries.map((r,o)=>a.jsxs("li",{className:"timeline__row",children:[r.label?a.jsx("span",{className:"timeline__label",children:r.label}):null,a.jsx("div",{className:"timeline__items",children:r.items.map((i,s)=>a.jsx("p",{children:i},s))})]},`${r.label??""}-${o}`))})]},n.title))})}function Xy({title:t,kind:e,body:n,badge:r,badgeSrc:o,footer:i,width:s,className:c=""}){const d=r??(o?a.jsx("img",{src:o,alt:""}):null);return a.jsxs("div",{className:ye("publication-card",c),style:s?{width:s,flexShrink:0}:void 0,children:[d?a.jsx("div",{className:"publication-card__badge","aria-hidden":"true",children:d}):null,a.jsx("h3",{className:"publication-card__title",children:t}),e?a.jsx("p",{className:"publication-card__kind",children:e}):null,a.jsx("p",{className:"publication-card__body",children:n}),i?a.jsx("div",{className:"publication-card__footer",children:i}):null]})}function Jy({logo:t,alt:e,onDone:n,durationMs:r=3e3}){return l.useEffect(()=>{if(!n)return;const o=setTimeout(n,r);return()=>clearTimeout(o)},[n,r]),a.jsx("div",{className:"splash-logo",style:{"--splash-logo-duration":`${r}ms`},"aria-hidden":"true",children:a.jsx("img",{src:t,alt:e,className:"splash-logo__image"})})}function Qy({eyebrow:t,eyebrowIndex:e,title:n,description:r,level:o=2,tone:i="dark",className:s=""}){const c=o===1?"h1":"h2";return a.jsxs("div",{className:ye("section-header",`section-header--${i}`,s),children:[t?a.jsxs("p",{className:"section-header__eyebrow",children:[e?a.jsxs(a.Fragment,{children:[a.jsx("span",{className:"section-header__index",children:e}),a.jsx("span",{"aria-hidden":!0,className:"section-header__rule"})]}):null,t]}):null,n?a.jsx(c,{className:"section-header__title",children:n}):null,r?a.jsx("div",{className:"section-header__description",children:r}):null]})}function eC({items:t,className:e=""}){return a.jsx("ul",{className:ye("company-meta",e),children:t.map((n,r)=>a.jsxs("li",{className:"company-meta__item",children:[r>0?a.jsx("span",{"aria-hidden":!0,className:"company-meta__divider",children:"|"}):null,n]},n))})}function Ps({value:t,onChange:e,suggestions:n,openOnFocus:r=!1}){const o=l.useId(),[i,s]=l.useState(!1),[c,d]=l.useState(-1),u=l.useRef(null),h=l.useMemo(()=>{if(!n.length)return[];const g=t??"";return g?n.filter(y=>y.toLowerCase().includes(g.toLowerCase())):r?n:[]},[n,t,r]);l.useEffect(()=>{i||d(-1)},[i]),l.useEffect(()=>()=>{u.current&&clearTimeout(u.current)},[]);const p=l.useCallback(g=>{e?.(g),s(!1)},[e]),m=l.useCallback(()=>s(!0),[]),b=l.useCallback(()=>{u.current=setTimeout(()=>s(!1),120)},[]),f=l.useCallback(g=>{g.key==="ArrowDown"?(g.preventDefault(),s(!0),d(y=>Math.min(h.length-1,y+1))):g.key==="ArrowUp"?(g.preventDefault(),d(y=>Math.max(-1,y-1))):g.key==="Enter"?c>=0&&!g.nativeEvent.isComposing&&p(h[c]):g.key==="Escape"&&i&&(g.preventDefault(),s(!1))},[h,c,i,p]);return{listId:o,open:i,activeIdx:c,filtered:h,handleFocus:m,handleBlur:b,handleKeyDown:f,handleSelect:p}}function vn(t){const{value:e,defaultValue:n,name:r,inputRef:o,onChange:i,label:s,ariaLabel:c,required:d,placeholder:u,type:h="text",disabled:p=!1,readOnly:m=!1,error:b,helperText:f,maxLength:g,size:y=48,variant:C="input",fullWidth:w=!1,newline:x=!1,multiline:v=!1,rows:T=3,leftIcon:_,rightIcon:N,clearable:B=!1,list:S,showCount:D=!0,className:$="",onFocus:j,onBlur:k,onKeyDown:E,onEnter:L,inputMode:F,autoComplete:J,autoFocus:Z,suggestions:Q,openOnFocus:O=!1}=t,{t:I}=pe(),R=l.useId(),V=`tf-${R}`,P=`tf-helper-${R}`,U=l.useRef(null),M=Ps({value:e??"",onChange:i,suggestions:Q??[],openOnFocus:O}),z=l.useCallback(ee=>{U.current=ee,typeof o=="function"?o(ee):o&&(o.current=ee)},[o]),W=e!==void 0,G=W&&h==="password",X=(e??"").length;l.useEffect(()=>{const ee=U.current;if(!G||!ee)return;const we=e??"";ee.value!==we&&(ee.value=we)},[G,e]),l.useEffect(()=>{if(!x||!U.current)return;const ee=U.current;ee.style.height="",ee.scrollHeight>ee.clientHeight&&(ee.style.height=`${ee.scrollHeight}px`)},[e,x]);const le=g!=null&&X>g,ce=y===32?16:20,te=ye("text-field",`text-field--s${y}`,C==="display"?"text-field--display":"",w?"text-field--full-width":"",p?"text-field--disabled":"",m?"text-field--readonly":"",b?"text-field--error":"",_?"text-field--has-left-icon":"",N||B?"text-field--has-right-icon":"",$),K={id:V,...G?{}:W?{value:e}:{defaultValue:n},ref:z,placeholder:u,name:r,disabled:p,readOnly:m,autoFocus:Z,tabIndex:m?-1:void 0,maxLength:g,list:S,inputMode:F,autoComplete:J,"aria-label":!s&&c?c:void 0,"aria-required":d,"aria-invalid":!!b,"aria-describedby":f||b?P:void 0,role:Q?"combobox":void 0,"aria-autocomplete":Q?"list":void 0,"aria-haspopup":Q?"listbox":void 0,"aria-expanded":Q?M.open:void 0,"aria-controls":Q?M.listId:void 0,"aria-activedescendant":Q&&M.activeIdx>=0?`${M.listId}-option-${M.activeIdx}`:void 0,onChange:ee=>i?.(ee.target.value),onFocus:(ee=>{j?.(ee),Q&&M.handleFocus()}),onBlur:(ee=>{k?.(ee),Q&&M.handleBlur()}),onKeyDown:(ee=>{L&&ee.key==="Enter"&&!ee.nativeEvent.isComposing&&(ee.preventDefault(),L()),E?.(ee),Q&&M.handleKeyDown(ee)})},se=B&&!p&&!m&&X>0,fe=()=>x?a.jsx("textarea",{...K,className:"text-field__input text-field__input--auto body-2",rows:1}):v?a.jsx("textarea",{...K,className:"text-field__input text-field__input--textarea body-2",rows:T}):a.jsx("input",{...K,type:h,className:"text-field__input body-2"}),Se=C==="display"&&!x&&!v&&!!u,Ae=()=>a.jsxs(a.Fragment,{children:[fe(),Se&&a.jsx("span",{className:"text-field__placeholder","aria-hidden":"true",children:u})]});return a.jsxs("div",{className:te,children:[s&&a.jsxs("label",{htmlFor:V,className:"text-field__label caption-1",children:[s,d&&a.jsx("span",{className:"text-field__required",children:"*"})]}),a.jsxs("div",{className:"text-field__wrap",children:[_&&a.jsx("span",{className:"text-field__icon text-field__icon--left",children:a.jsx(Me,{icon:_,label:"",className:"",svgClassName:"text-field__icon-svg",size:ce})}),Ae(),g!=null&&D&&a.jsxs("span",{className:`text-field__count caption-2${le?" text-field__count--over":""}`,children:[X,"/",g]}),se&&a.jsx(oe,{size:24,type:"dot",icon:"x",variant:"transparent-gray",useBorder:!1,className:"text-field__clear",ariaLabel:I("textField.clearAriaLabel","\uC785\uB825\uAC12 \uC9C0\uC6B0\uAE30"),htmlType:"button",onMouseDown:ee=>{ee.preventDefault()},onClick:()=>i?.(""),tabIndex:-1}),N&&!se&&a.jsx("span",{className:"text-field__icon text-field__icon--right",children:a.jsx(Me,{icon:N,label:"",className:"",svgClassName:"text-field__icon-svg",size:ce})})]}),Q&&M.open&&M.filtered.length>0&&a.jsx("ul",{id:M.listId,className:"text-field__suggestions",role:"listbox",children:M.filtered.map((ee,we)=>a.jsx("li",{id:`${M.listId}-option-${we}`,role:"option","aria-selected":we===M.activeIdx,className:`text-field__suggestion body-2${we===M.activeIdx?" is-active":""}`,onMouseDown:xe=>xe.preventDefault(),onClick:()=>{M.handleSelect(ee),U.current?.focus()},children:ee},`${ee}-${we}`))}),(f||b)&&a.jsx("div",{className:"text-field__footer",children:a.jsx("span",{id:P,className:"text-field__helper caption-1",role:b?"alert":void 0,children:b||f})})]})}function Ht({options:t,value:e,onChange:n,placeholder:r,disabled:o=!1,block:i=!1,size:s=48,error:c=!1,className:d="",ariaLabel:u}){const{t:h}=pe(),p=r??h("dropdown.placeholder","\uC120\uD0DD"),m=l.useId(),b=l.useRef(null),f=l.useCallback(k=>{const E=window.innerHeight-k.bottom<260&&k.top>260;return{position:"fixed",left:k.left,minWidth:k.width,...E?{bottom:window.innerHeight-k.top+6}:{top:k.bottom+6},zIndex:9999}},[]),{open:g,setOpen:y,toggle:C,style:w,triggerRef:x,menuRef:v}=Xn({computeStyle:f}),[T,_]=l.useState(-1),N=l.useCallback(()=>_(-1),[]),B=t.find(k=>k.value===e);l.useEffect(()=>{if(g){const k=t.findIndex(E=>E.value===e);_(k>=0?k:0),requestAnimationFrame(()=>{const E=v.current;if(!E)return;const L=E.querySelectorAll(".dropdown__option")[k];L&&(E.scrollTop=Math.max(0,L.offsetTop-E.clientHeight/2+L.clientHeight/2))})}},[g,t,e,v]);const S=l.useCallback(()=>{o||C()},[o,C]),D=l.useCallback(k=>{k.disabled||(n?.(k.value),y(!1))},[n,y]),$=l.useCallback(k=>{if(!o){if(!g){(k.key==="Enter"||k.key===" "||k.key==="ArrowDown")&&(k.preventDefault(),y(!0));return}if(k.key==="Escape"){k.preventDefault(),y(!1);return}k.key==="ArrowDown"?(k.preventDefault(),_(E=>{let L=E+1;for(;L<t.length&&t[L].disabled;)L++;return L<t.length?L:E})):k.key==="ArrowUp"?(k.preventDefault(),_(E=>{let L=E-1;for(;L>=0&&t[L].disabled;)L--;return L>=0?L:E})):k.key==="Enter"&&T>=0&&(k.preventDefault(),D(t[T]))}},[o,g,t,T,D,y]),j=g?a.jsx("div",{ref:v,id:m,className:"dropdown__menu",role:"listbox",style:w,onMouseLeave:N,children:t.map((k,E)=>a.jsxs("button",{id:`${m}-option-${E}`,type:"button",role:"option","aria-selected":k.value===e,className:ye("dropdown__option body-2",k.value===e?"dropdown__option--active":"",E===T?"dropdown__option--active":"",k.disabled?"dropdown__option--disabled":""),onMouseDown:L=>L.preventDefault(),onClick:()=>D(k),onMouseEnter:()=>_(E),disabled:k.disabled,children:[a.jsx("span",{className:"dropdown__option-check",children:k.value===e&&a.jsx("svg",{viewBox:"0 0 14 14",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:a.jsx("polyline",{points:"2 7 5.5 10.5 12 3.5"})})}),k.label]},k.value))}):null;return a.jsxs("div",{ref:b,className:ye("dropdown",`dropdown--s${s}`,g?"dropdown--open":"",i?"dropdown--block":"",c?"dropdown--error":"",d),onKeyDown:$,children:[a.jsxs("button",{ref:x,type:"button",className:"dropdown__trigger","aria-haspopup":"listbox","aria-expanded":g,"aria-controls":g?m:void 0,"aria-activedescendant":g&&T>=0?`${m}-option-${T}`:void 0,"aria-label":u,"aria-invalid":c||void 0,disabled:o,onClick:S,children:[a.jsx("span",{className:`dropdown__trigger-label body-2${B?"":" dropdown__trigger-label--placeholder"}`,children:B?B.label:p}),a.jsx("svg",{className:"dropdown__chevron",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:a.jsx("polyline",{points:"4 6 8 10 12 6"})})]}),typeof document<"u"&&Rt.createPortal(j,b.current?.closest(".ihabdevteam-core-scope")??document.body)]})}function Ca({page:t,totalPages:e,onChange:n,prevLabel:r,nextLabel:o,className:i=""}){const{t:s}=pe(),c=r??s("common.prevPage","\uC774\uC804 \uD398\uC774\uC9C0"),d=o??s("common.nextPage","\uB2E4\uC74C \uD398\uC774\uC9C0"),u=()=>n(Math.max(1,t-1)),h=()=>n(Math.min(e,t+1));return a.jsxs("div",{className:ye("pagination",i),children:[a.jsx(oe,{size:32,type:"dot",shape:"rounded",icon:"chevron-left",ariaLabel:c,disabled:t<=1,onClick:u}),a.jsxs("span",{className:"pagination__info body-3",children:[t," / ",e]}),a.jsx(oe,{size:32,type:"dot",shape:"rounded",icon:"chevron-right",ariaLabel:d,disabled:t>=e,onClick:h})]})}function wn(t){const{t:e}=pe(),{options:n=[],value:r=n[0]?.key,onChange:o=p=>{},className:i="",size:s=48,shape:c="pill",useBG:d=!0,fullWidth:u=!1,ariaLabel:h}=t||{};return a.jsx("div",{className:ye("segmented-control",`segmented-control--${c}`,`segmented-control--${s}`,u&&"segmented-control--full",!d&&"segmented-control--no-bg",i),role:"radiogroup","aria-label":h??e("segmentedControl.ariaLabel","\uC120\uD0DD \uD0ED"),children:n.map(p=>a.jsx(oe,{role:"radio","aria-checked":p.key===r,label:p.label,count:p.count,disabled:p.disabled,className:p.key===r?"is-selected":"",onClick:()=>{p.disabled||o(p.key)},size:s,shape:c,useBorder:!1,useBG:!1},p.key))})}function dr({count:t,search:e,segment:n,filters:r,pageSize:o,pagination:i,actions:s,className:c}){const{t:d}=pe(),u=t!=null&&a.jsxs("p",{className:"toolbar__count body-1",children:[t.prefix??d("common.totalPrefix","\uCD1D "),a.jsx("span",{className:"toolbar__count-highlight",children:t.value}),t.unit,t.suffix]}),h=!!(e||r?.length||o||i||s);return a.jsxs("div",{className:ye("toolbar",c),children:[a.jsxs("div",{className:"toolbar__row",children:[u,n&&(Array.isArray(n)?n:[n]).map((p,m)=>a.jsx(wn,{size:40,...p},p.ariaLabel??m))]}),h&&a.jsx("div",{className:"toolbar__row",children:a.jsxs("div",{className:"toolbar__row-end",children:[e&&a.jsx(vn,{className:"toolbar__search",size:40,value:e.value,onChange:e.onChange,placeholder:e.placeholder??d("common.search","\uAC80\uC0C9"),ariaLabel:e.placeholder??d("common.search","\uAC80\uC0C9"),clearable:!0}),r?.map((p,m)=>a.jsx(Ht,{size:40,options:p.options,value:p.value,onChange:p.onChange,ariaLabel:p.ariaLabel},m)),o&&a.jsx(Ht,{size:40,options:o.options,value:o.value,onChange:o.onChange,ariaLabel:o.ariaLabel??d("common.pageSizeSelect","\uD398\uC774\uC9C0\uB2F9 \uD45C\uC2DC \uAC1C\uC218")}),i&&a.jsx(Ca,{page:i.page,totalPages:i.total,onChange:i.onChange,prevLabel:i.prevLabel,nextLabel:i.nextLabel}),s]})})]})}function Rs(t){return typeof t=="string"?t:typeof t=="number"?String(t):Array.isArray(t)?t.map(Rs).join(""):""}function tC(t){let e=t.replace(/\r\n/g,`
|
|
830
|
+
`).replace(/\r/g,`
|
|
831
|
+
`);e=e.replace(/^\n+/,"").replace(/\n+$/,"");const n=e.split(`
|
|
832
|
+
`).map(i=>i.replace(/\t/g," ")),r=n.filter(i=>i.trim().length>0),o=r.length>0?Math.min(...r.map(i=>i.match(/^ */)?.[0].length??0)):0;return n.map(i=>i.slice(o)).join(`
|
|
833
|
+
`)}const nC=new Set(["pnpm","npm","yarn","node","git","curl","docker","cat","ls","cd","rm","mv","cp","echo","export"]),aC=/^(?:const|let|var|function|return|if|else|for|while|switch|case|break|import|from|export|class|new|try|catch|finally|throw|await|async|null|true|false|this|typeof|instanceof)\b/;function rC(t,e){let n=t;const r=[],o=/sh|bash/.test(e.toLowerCase()),i=(s,c)=>r.push({type:s,content:c});for(;n.length>0;){const s=n.match(/^\s+/);if(s){i("whitespace",s[0]),n=n.slice(s[0].length);continue}if(!o&&n.startsWith("//")){const f=n.indexOf(`
|
|
834
|
+
`),g=f===-1?n:n.slice(0,f);i("comment",g),n=n.slice(g.length);continue}if(o&&n.startsWith("#")){const f=n.indexOf(`
|
|
835
|
+
`),g=f===-1?n:n.slice(0,f);i("comment",g),n=n.slice(g.length);continue}const c=n.match(/^\/\*[\s\S]*?\*\//);if(c){i("comment",c[0]),n=n.slice(c[0].length);continue}const d=n.match(/^(`(?:\\.|[^`])*`|"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*')/);if(d){i("string",d[0]),n=n.slice(d[0].length);continue}const u=n.match(/^\d+(?:\.\d+)?/);if(u){i("number",u[0]),n=n.slice(u[0].length);continue}const h=n.match(aC);if(h){i("keyword",h[0]),n=n.slice(h[0].length);continue}const p=n.match(/^[A-Za-z_$][A-Za-z0-9_$-]*/);if(p){const f=p[0];i(o&&nC.has(f)?"command":"identifier",f),n=n.slice(f.length);continue}const m=n.match(/^[=+\-*/%<>!&|^~?:]+/);if(m){i("operator",m[0]),n=n.slice(m[0].length);continue}const b=n.match(/^[()[\]{};.,]/);if(b){i("punctuation",b[0]),n=n.slice(1);continue}i("other",n[0]),n=n.slice(1)}return r}function oC({children:t,language:e="bash",title:n="",showCopy:r=!0,size:o="default",className:i=""}){const{t:s}=pe(),[c,d]=l.useState(!1),u=tC(Rs(t)),h=l.useRef(null);l.useEffect(()=>()=>{h.current&&clearTimeout(h.current)},[]);const p=async()=>{try{if(!await J1(u))return;d(!0),h.current&&clearTimeout(h.current),h.current=setTimeout(()=>d(!1),2e3)}catch{}},m=rC(u,e),b=o==="small"?"caption-1":"body-3";return a.jsxs("div",{className:ye("code-box",o==="small"?"code-box--small":"",i),children:[(n||r)&&a.jsxs("div",{className:"code-box__header",role:"toolbar","aria-label":s("common.codeBlock","\uCF54\uB4DC \uBE14\uB85D"),children:[a.jsx("div",{className:"code-box__title caption-1",children:n}),r&&a.jsx(oe,{className:"code-box__copy",size:40,type:"dot",variant:"transparent-gray",useBorder:!1,icon:c?"check":"copy",onClick:p,ariaLabel:c?s("common.copied","\uBCF5\uC0AC\uB428"):s("common.copyCode","\uCF54\uB4DC \uBCF5\uC0AC")})]}),a.jsx("pre",{className:"code-box__inner","data-lang":e,children:a.jsx("code",{children:m.map((f,g)=>a.jsx("span",{className:`code-token ${f.type} ${b}`,children:f.content},g))})})]})}function Qn(t){const{variant:e="spinner",size:n=24,progress:r=null,label:o}=t||{};if(e==="bar"){const s=Math.max(0,Math.min(100,Number(r)||0));return a.jsx("div",{className:"loader-bar",role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":s,"aria-label":o||"Loading",children:a.jsx("div",{className:"loader-bar__inner",style:{width:`${s}%`}})})}const i=typeof n=="number"?`${n}px`:n;return a.jsx("div",{className:"loader-spinner",style:{width:i,height:i},role:"status","aria-label":o||"Loading",children:a.jsxs("svg",{className:"loader-spinner__svg",viewBox:"0 0 50 50",width:n,height:n,children:[a.jsx("circle",{className:"loader-spinner__bg",cx:"25",cy:"25",r:"20",fill:"none",strokeWidth:"4"}),a.jsx("circle",{className:"loader-spinner__fg",cx:"25",cy:"25",r:"20",fill:"none",strokeWidth:"4",strokeLinecap:"round"})]})})}function $s({checked:t,onChange:e,disabled:n=!1,label:r,ariaLabel:o,labelPosition:i="right",className:s="",id:c}){const d=r&&a.jsx("span",{className:"toggle__label body-3",children:r});return a.jsxs("label",{className:`toggle${n?" toggle--disabled":""} ${s}`.trim(),children:[i==="left"&&d,a.jsx("input",{id:c,type:"checkbox",checked:t,disabled:n,onChange:u=>e?.(u.target.checked),"aria-label":!r&&o?o:void 0}),a.jsx("span",{className:"toggle__slider"}),i==="right"&&d]})}function Is({checked:t=!1,onChange:e,disabled:n,indeterminate:r,label:o,size:i="medium",className:s,title:c,ariaLabel:d}){const u=l.useRef(null),h=l.useId();return l.useEffect(()=>{u.current&&(u.current.indeterminate=!!r)},[r]),a.jsxs("label",{className:ye("checkbox",i==="small"&&"checkbox--small",i==="large"&&"checkbox--large",n&&"checkbox--disabled",s),htmlFor:h,title:c,children:[a.jsx("input",{ref:u,id:h,type:"checkbox",className:"checkbox__input",checked:t,onChange:p=>e?.(p.target.checked),disabled:n,"aria-label":!o&&d?d:void 0}),a.jsx("span",{className:"checkbox__box"}),o&&a.jsx("span",{className:"checkbox__label body-3",children:o})]})}function iC({count:t,actions:e,onClear:n,clearLabel:r="\uC120\uD0DD \uD574\uC81C",visible:o,content:i,max:s}){const{t:c}=pe(),d=o!==void 0?o:t>0,u=l.useRef(null),[h,p]=l.useState(!1);return l.useEffect(()=>{const m=u.current;if(!m)return;const b=()=>{const g=m.firstElementChild??m,y=Array.from(g.children);if(y.length<2){p(!1);return}const C=y[0].offsetTop;p(y.some(w=>w.offsetTop!==C))};if(b(),typeof ResizeObserver>"u")return;const f=new ResizeObserver(b);return f.observe(m),()=>f.disconnect()},[i,t]),a.jsxs("div",{className:`bulk-bar ${d?"bulk-bar--visible":""}`,children:[a.jsx("span",{ref:u,className:"bulk-bar__count body-2",children:i??a.jsx("b",{children:c("common.selectedCount",{count:t})})}),s!==void 0&&a.jsx(pt,{size:"small",fill:"soft",variant:"main",label:`${t} / ${s}`}),a.jsxs("div",{className:`bulk-bar__actions${h?" bulk-bar__actions--stacked":""}`,children:[a.jsx(oe,{size:40,label:r,onClick:n}),e.map((m,b)=>a.jsx(oe,{size:40,variant:m.variant??"default",icon:m.icon,label:m.label,onClick:m.onClick},b))]})]})}function Fs(t){const e=()=>{if(t){const[p,m]=t.split("-");return{y:+p,m:+m-1}}const h=new Date;return{y:h.getFullYear(),m:h.getMonth()}},[n,r]=l.useState(()=>e().y),[o,i]=l.useState(()=>e().m),s=l.useRef(t);l.useEffect(()=>{if(t===s.current)return;s.current=t;const h=e();r(h.y),i(h.m)},[t]);const c=l.useCallback(()=>{o===0?(r(h=>h-1),i(11)):i(h=>h-1)},[o]),d=l.useCallback(()=>{o===11?(r(h=>h+1),i(0)):i(h=>h+1)},[o]),u=l.useCallback((h,p)=>{r(h),i(p)},[]);return{viewY:n,viewM:o,prevMonth:c,nextMonth:d,setViewYM:u}}const sC=["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"];function lC(t,e){return new Date(t,e+1,0).getDate()}function cC(t,e){return new Date(t,e,1).getDay()}function va(t,e,n){return`${t}-${String(e+1).padStart(2,"0")}-${String(n).padStart(2,"0")}`}function uC(t){if(!t)return"";const[e,n,r]=t.split("-");return`${e}. ${n}. ${r}.`}function dC(t,e,n){const r=e?+e.split("-")[0]:t-10,o=n?+n.split("-")[0]:t+10,i=[];for(let s=r;s<=o;s++)for(let c=0;c<12;c++){const d=`${s}-${String(c+1).padStart(2,"0")}`;e&&d<e.slice(0,7)||n&&d>n.slice(0,7)||i.push({value:d,label:`${s}\uB144 ${c+1}\uC6D4`})}return i}function pC({value:t,onChange:e,size:n=48,min:r,max:o,disabled:i,placeholder:s="\uB0A0\uC9DC \uC120\uD0DD",className:c}){const{t:d}=pe(),u=new Date,{viewY:h,viewM:p,prevMonth:m,nextMonth:b,setViewYM:f}=Fs(t),g=l.useCallback(k=>{const E=window.innerHeight-k.bottom,L=300,F=E<L&&k.top>L;return{position:"fixed",left:k.left,width:k.width,minWidth:260,...F?{bottom:window.innerHeight-k.top+6}:{top:k.bottom+6},zIndex:9999}},[]),{open:y,setOpen:C,toggle:w,style:x,triggerRef:v,menuRef:T}=Xn({computeStyle:g,onScroll:"reposition",onResize:"reposition",ignoreOutsideClickSelector:".dropdown__menu"}),_=l.useCallback(k=>{e(va(h,p,k)),C(!1)},[h,p,e,C]),N=k=>{const E=va(h,p,k);return!!(r&&E<r||o&&E>o)},B=[];for(let k=0;k<cC(h,p);k++)B.push(null);for(let k=1;k<=lC(h,p);k++)B.push(k);const S=n===64?20:n===40?16:18,D=dC(h,r,o),$=`${h}-${String(p+1).padStart(2,"0")}`,j=y?Rt.createPortal(a.jsxs("div",{ref:T,className:"date-picker__dropdown",style:x,children:[a.jsxs("div",{className:"date-picker__nav",children:[a.jsx("button",{type:"button",className:"date-picker__nav-btn",onClick:m,"aria-label":d("calendar.prevMonth","\uC774\uC804 \uB2EC"),children:a.jsx(ao,{size:16,strokeWidth:2})}),a.jsx(Ht,{className:"date-picker__nav-dropdown",ariaLabel:d("datePicker.selectYearMonth","\uC5F0\uC6D4 \uC120\uD0DD"),options:D,value:$,onChange:k=>{const[E,L]=k.split("-");f(+E,+L-1)},block:!0,size:40}),a.jsx("button",{type:"button",className:"date-picker__nav-btn",onClick:b,"aria-label":d("calendar.nextMonth","\uB2E4\uC74C \uB2EC"),children:a.jsx(ro,{size:16,strokeWidth:2})})]}),a.jsxs("div",{className:"date-picker__grid",children:[sC.map(k=>a.jsx("div",{className:"date-picker__dow caption-1",children:k},k)),B.map((k,E)=>{if(k===null)return a.jsx("div",{},`e${E}`);const L=va(h,p,k),F=L===t,J=L===va(u.getFullYear(),u.getMonth(),u.getDate()),Z=N(k),Q=E%7;return a.jsx("button",{type:"button",disabled:Z,onClick:()=>!Z&&_(k),className:ye("date-picker__day caption-1",F&&"date-picker__day--selected",J&&!F&&"date-picker__day--today",Z&&"date-picker__day--disabled",Q===0&&"date-picker__day--sun",Q===6&&"date-picker__day--sat"),children:k},k)})]})]}),document.body):null;return a.jsxs("div",{className:ye("date-picker",`date-picker--s${n}`,y&&"date-picker--open",c),children:[a.jsxs("button",{ref:v,type:"button",className:"date-picker__trigger body-2",onClick:()=>!i&&w(),disabled:i,"aria-haspopup":"true","aria-expanded":y,children:[a.jsx("span",{className:t?"date-picker__value":"date-picker__placeholder",children:t?uC(t):s}),a.jsx(go,{size:S,className:"date-picker__icon",strokeWidth:1.5})]}),j]})}function pr({items:t,className:e}){return a.jsx("div",{className:e?`manager-bar-chart-legend ${e}`:"manager-bar-chart-legend",children:t.map((n,r)=>a.jsxs("span",{className:"manager-bar-chart-legend-item",children:[a.jsx("span",{className:"manager-bar-chart-legend-dot",style:{background:n.color}}),n.label]},r))})}function wa({label:t,children:e}){return t?a.jsxs("div",{className:"barchart-total barchart-total--stacked",children:[a.jsx("span",{className:"barchart-total__label body-3",children:t}),a.jsx("span",{className:"barchart-total__value",children:e})]}):a.jsx("div",{className:"barchart-total",children:e})}function hr({title:t,titleClassName:e="h3",headRight:n,subRow:r,className:o,children:i}){return a.jsxs("section",{className:o?`manager-section ${o}`:"manager-section",children:[a.jsxs("div",{className:"manager-section__head",children:[a.jsx("div",{className:e,children:t}),n]}),r&&a.jsx("div",{className:"barchart-sub-row",children:r}),i]})}function xn(t,e){const n=new Date(t,e,1).getDay();return 1+(8-(n===0?7:n))%7}function hC(){const t=new Date;let e=t.getFullYear(),n=t.getMonth(),r=t.getDate();if(r<xn(e,n)){const s=new Date(e,n,0);e=s.getFullYear(),n=s.getMonth(),r=s.getDate()}const o=Math.floor((r-xn(e,n))/7),i=`${e}\uB144 ${n+1}\uC6D4`;return{monthKey:i,value:`${i}#${o}`}}function mC(t){const e=new Date,n=`${e.getFullYear()}\uB144 ${e.getMonth()+1}\uC6D4`,r=new Map;r.set(n,[]);for(const i of t){if(isNaN(i.date.getTime()))continue;const s=`${i.date.getFullYear()}\uB144 ${i.date.getMonth()+1}\uC6D4`;r.has(s)||r.set(s,[]),r.get(s).push(i)}const o={};for(const[i,s]of r){const c=i.match(/^(\d+)년 (\d+)월$/);if(!c)continue;const d=Number(c[1]),u=Number(c[2])-1,h=new Date(d,u+1,0).getDate(),p=d===e.getFullYear()&&u===e.getMonth(),m=e.getDate(),b=s.reduce((x,v)=>Math.max(x,v.parts?.length??0),0),f=new Array(h+1).fill(0),g=new Array(h+1).fill(0),y=Array.from({length:h+1},()=>new Array(b).fill(0));for(const x of s){const v=x.date.getDate();if(f[v]+=x.a,g[v]+=x.b,x.parts)for(let T=0;T<b;T++)y[v][T]+=x.parts[T]??0}const C=[];for(let x=1;x<=h;x++){const v=p&&x>m;C.push({label:String(x),a:v&&f[x]===0&&g[x]===0?-1:f[x],b:g[x],...b?{parts:y[x]}:{}})}const w=[];for(let x=xn(d,u);x<=h;x+=7){const v=Math.min(x+6,h);let T=0,_=0;const N=new Array(b).fill(0);for(let B=x;B<=v;B++){T+=f[B],_+=g[B];for(let S=0;S<b;S++)N[S]+=y[B][S]}w.push({label:`${w.length+1}\uC8FC`,sublabel:`[${x}\uC77C~${v}\uC77C]`,a:T,b:_,...b?{parts:N}:{}})}o[i]={weekly:w,daily:C}}return o}function gC(){const t=new Date,e=t.getFullYear(),n=t.getMonth()+1,r=[];for(let o=2024;o<=e;o++){const i=o===e?n:12;for(let s=1;s<=i;s++){const c=`${o}\uB144 ${s}\uC6D4`;r.push({value:c,label:c,year:o,month:s})}}return r.reverse()}const fC=gC(),Os=["\uCCAB\uC9F8","\uB458\uC9F8","\uC14B\uC9F8","\uB137\uC9F8","\uB2E4\uC12F\uC9F8","\uC5EC\uC12F\uC9F8","\uC77C\uACF1\uC9F8"];function Hs(t){const{t:e,i18n:n}=pe(),[r,o]=l.useState("week"),i=l.useMemo(()=>fC.filter(S=>S.value in t),[t]),s=l.useMemo(()=>{const S=[];for(const D of i){const $=new Date(D.year,D.month,0).getDate(),j=xn(D.year,D.month-1),k=Math.ceil(($-j+1)/7);for(let E=k-1;E>=0;E--)S.push({value:`${D.value}#${E}`,monthKey:D.value,year:D.year,month:D.month,week:E})}return S},[i]),c=l.useCallback(S=>{const D=e("calendar.yearMonth",{year:S.year,month:S.month});return n.language?.startsWith("ko")?`${D} ${Os[S.week]??`${S.week+1}`}\uC8FC`:`${D} Week ${S.week+1}`},[e,n.language]),d=l.useMemo(()=>i.map(S=>({value:S.value,label:e("calendar.yearMonth",{year:S.year,month:S.month})})),[e,i]),u=l.useMemo(()=>s.map(S=>({value:S.value,label:c(S)})),[s,c]),h=l.useMemo(()=>hC(),[]),p=l.useMemo(()=>i.find(S=>S.value===h.monthKey)?.value??i[0]?.value??"",[i,h]),m=l.useMemo(()=>s.find(S=>S.value===h.value)?.value??s[0]?.value??"",[s,h]),[b,f]=l.useState(""),[g,y]=l.useState("");l.useEffect(()=>{i.find(S=>S.value===b)||f(p)},[i,b,p]),l.useEffect(()=>{s.find(S=>S.value===g)||y(m)},[s,g,m]);const C=r==="month"?d:u,w=r==="month"?b:g,x=r==="month"?f:y,v=l.useMemo(()=>{const S=e("calendar.dow",{returnObjects:!0});return Array.isArray(S)?S:["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"]},[e]),T=C.findIndex(S=>S.value===w),_=l.useCallback(()=>{const S=C.findIndex(D=>D.value===w);S<C.length-1&&x(C[S+1].value)},[C,w,x]),N=l.useCallback(()=>{const S=C.findIndex(D=>D.value===w);S>0&&x(C[S-1].value)},[C,w,x]),B=l.useMemo(()=>[{key:"week",label:e("manager.chart.periodWeek","\uC8FC")},{key:"month",label:e("manager.chart.periodMonth","\uC6D4")}],[e]);return{period:r,setPeriod:o,range:w,setRange:x,activeOptions:C,activeIdx:T,handlePrev:_,handleNext:N,periodOptions:B,monthRange:b,weekRange:g,weekRanges:s,DOW:v}}function bC({data:t,colorA:e,colorB:n,labelA:r,labelB:o,barWidth:i=10,height:s=140,maxOverride:c,tightMax:d,seriesColors:u,seriesLabels:h,rateLabels:p}){const m=!n,b=!!(u&&u.length>0),f=l.useMemo(()=>b?Math.max(0,...t.filter(N=>N.a!==-1).map(N=>(N.parts??[]).reduce((B,S)=>B+Math.max(0,S),0))):Math.max(0,...t.filter(N=>N.a!==-1).flatMap(N=>m?[N.a]:[N.a,N.b])),[t,m,b]),g=l.useMemo(()=>c??(d?f>0?f:10:Math.ceil(f/10)*10||10),[f,c,d]),y=s,C=b||m?1:2,w=l.useMemo(()=>{const N=Math.max(1,t.length);return Math.max(8,Math.min(i,Math.round(120/(N*C)+6)))},[t.length,C,i]),x=l.useMemo(()=>{const N=Math.round(g/2);return N!==g?[g,N,0]:[g,0]},[g]),[v,T]=l.useState(null),_=l.useCallback(()=>T(null),[]);return a.jsxs("div",{className:"manager-bar-chart-wrap",children:[a.jsx("div",{className:"manager-bar-chart-inner",children:a.jsx("div",{className:"manager-bar-chart-scroll",children:a.jsxs("div",{className:"manager-bar-chart-area",children:[a.jsxs("div",{className:"manager-bar-chart-plot",style:{height:y},children:[x.slice(0,-1).map((N,B)=>a.jsx("div",{className:"manager-bar-chart-gridline",style:{top:B*(y/(x.length-1))},children:a.jsx("span",{className:"manager-bar-chart-gridline__label caption-1",children:N})},B)),t.map((N,B)=>{const S=N.a===-1,D=S?0:N.a/g*y,$=S?0:N.b/g*y,j=N.parts??[];return a.jsx("div",{className:"manager-bar-chart-col",style:{cursor:S?"default":"pointer"},onMouseEnter:S?void 0:k=>{const E=k.currentTarget.getBoundingClientRect(),L=b?(h??[]).map((F,J)=>`${F}: ${j[J]??0}`).filter((F,J)=>(j[J]??0)>0).join(" / ")||`${(h??[]).join(" / ")}: 0`:p&&!m?`${r} ${N.a}% / ${o} ${N.b}%`:p&&N.rawB!==void 0?`${p.total} ${N.rawB} / ${p.done} ${N.rawA??0}`:m?`${r}: ${N.a}`:`${r}: ${N.a} / ${o}: ${N.b}`;T({rect:{left:E.left,top:E.top,right:E.right,bottom:E.bottom,width:E.width,height:E.height},text:L})},onMouseLeave:_,children:!S&&(b?a.jsx("div",{className:"manager-bar-chart-stack",style:{flex:`0 1 ${w}px`,maxWidth:w},children:(()=>{const k=j.reduce((E,L,F)=>L>0?F:E,-1);return j.map((E,L)=>E>0?a.jsx("div",{className:"manager-bar-chart-stack-segment",style:{height:E/g*y,background:(u??[])[L],borderRadius:L===k?"6px 6px 0 0":void 0}},L):null)})()}):a.jsxs(a.Fragment,{children:[a.jsx("div",{className:"manager-bar-chart-bar",style:{flex:`0 1 ${w}px`,maxWidth:w,height:D,background:e}}),!m&&a.jsx("div",{className:"manager-bar-chart-bar",style:{flex:`0 1 ${w}px`,maxWidth:w,height:$,background:n}})]}))},B)})]}),a.jsx("div",{className:"manager-bar-chart-x-axis",children:t.map((N,B)=>{const S=N.a===-1;return a.jsxs("span",{className:`manager-bar-chart-x-axis__label${S?" manager-bar-chart-x-axis__label--future":""}`,children:[a.jsxs("span",{className:"caption-1 manager-bar-chart-x-axis__main",children:[N.isToday&&a.jsx("span",{className:"manager-bar-chart-x-axis__today-dot",style:{background:e}}),N.label]}),N.sublabel&&a.jsx("span",{className:"caption-1",children:N.sublabel})]},B)})})]})})}),v&&a.jsx(ln,{anchorRect:v.rect,text:v.text})]})}function Vs({control:t}){const{t:e}=pe(),n=e("calendar.prevMonth","\uC774\uC804 \uB2EC"),r=e("calendar.nextMonth","\uB2E4\uC74C \uB2EC"),{activeOptions:o,activeIdx:i,range:s,setRange:c,handlePrev:d,handleNext:u,periodOptions:h,period:p,setPeriod:m}=t;return a.jsxs("div",{className:"manager-section-controls",children:[a.jsx(oe,{size:32,type:"dot",icon:"chevron-left",ariaLabel:n,showTooltipInfo:n,disabled:i===o.length-1,onClick:d}),a.jsx(Ht,{value:s,onChange:c,options:o,size:40,className:"month-dropdown",ariaLabel:e("calendar.rangeSelect","\uAE30\uAC04 \uC120\uD0DD")}),a.jsx(oe,{size:32,type:"dot",icon:"chevron-right",ariaLabel:r,showTooltipInfo:r,disabled:i<=0,onClick:u}),a.jsx(wn,{ariaLabel:e("calendar.periodSelect","\uAE30\uAC04 \uB2E8\uC704"),options:h,value:p,onChange:b=>m(b),size:32})]})}function yC(t,e,n,r){const{period:o,monthRange:i,weekRange:s,weekRanges:c,DOW:d}=e,u=r?.startsWith("ko"),h=new Date,p=h.getFullYear(),m=h.getMonth()+1,b=h.getDate();if(o==="month"){const y=t[i]??{weekly:[],daily:[]},C=i.match(/^(\d+)년 (\d+)월$/),w=C?Number(C[1]):null,x=C?Number(C[2]):null,v=w&&x?xn(w,x-1):1;return y.weekly.map((T,_)=>{const N=_+1;let B=T.label,S=!1,D=!1;if(w&&x){const $=v+_*7,j=new Date(w,x-1,$+6),k=j.getMonth()+1,E=j.getDate(),L=k===x?`${E}`:`${k}/${E}`;B=n("manager.chart.weekRange",{start:$,end:L}),S=p===w&&m===x&&b>=$&&b<=$+6,D=w>p||w===p&&(x>m||x===m&&$>b)}return{...T,label:B,sublabel:u?`${Os[N-1]??N}\uC8FC`:`Week ${N}`,isToday:S,a:D?-1:T.a,b:D?0:T.b}})}const f=c.find(y=>y.value===s);if(!f)return[];const g=new Date(f.year,f.month-1,xn(f.year,f.month-1)+f.week*7);return Array.from({length:7},(y,C)=>{const w=new Date(g);w.setDate(g.getDate()+C);const x=w.getMonth()+1,v=w.getDate(),T=w.getFullYear(),_=(t[`${T}\uB144 ${x}\uC6D4`]?.daily??[])[v-1],N=x===f.month&&T===f.year,B=_?.a===-1||w>new Date(p,h.getMonth(),b);return{label:N?`${v}`:`${x}/${v}`,sublabel:d[w.getDay()]??"",a:B?-1:_&&_.a>0?_.a:0,b:B?0:_&&_.b>0?_.b:0,isToday:T===p&&x===m&&v===b,..._?.parts?{parts:B?_.parts.map(()=>0):_.parts}:{}}})}const CC={small:{height:100,barWidth:16},medium:{height:140,barWidth:20},large:{height:180,barWidth:24}};function vC({size:t="medium",titleKey:e,data:n,colorA:r,colorB:o,labelAKey:i,labelBKey:s,showTotal:c=!1,totalUnitKey:d,totalLabelKey:u,control:h,hideControls:p=!1,rate:m=!1,tightMax:b=!1,avgMode:f=!1,totalFormat:g,series:y,loading:C=!1,onDetail:w}){const{t:x,i18n:v}=pe(),T=CC[t],_=Hs(n),N=h??_,B=l.useMemo(()=>yC(n,N,x,v.language),[n,N,x,v.language]),S=l.useMemo(()=>m?B.map(k=>({...k,a:k.a===-1?-1:k.b>0?Math.round(k.a/k.b*100):0,b:k.a===-1?0:s&&k.parts&&k.parts[1]>0?Math.round(k.parts[0]/k.parts[1]*100):0,rawA:k.a===-1?-1:k.a,rawB:k.b})):B,[B,m,s]),D=l.useMemo(()=>{if(m||f){const k=(N.period==="week"?B:n[N.monthRange]?.daily??[]).filter(L=>L.a!==-1);if(k.length===0)return 0;const E=m?k.reduce((L,F)=>L+(F.b>0?F.a/F.b*100:0),0):k.reduce((L,F)=>L+(F.a>0?F.a:0),0);return Math.round(E/k.length)}return S.reduce((k,E)=>k+(E.a>0?E.a:0)+(s&&E.b>0?E.b:0),0)},[S,B,m,f,s,N.period,N.monthRange,n]),$=y&&y.length>0?y.map(k=>({color:k.color,label:k.label})):[{color:r,label:x(i)},...s?[{color:o,label:x(s)}]:[]],j=t==="small";return a.jsx(hr,{className:j?"manager-section--compact":t==="large"?"manager-section--full":void 0,title:x(e),titleClassName:j?"h5 chart-section-title--small":void 0,headRight:j?void 0:a.jsxs(a.Fragment,{children:[!p&&a.jsx(Vs,{control:N}),w&&a.jsx("span",{className:"manager-bar-chart-detail-btn",children:a.jsx(oe,{size:32,type:"dot",icon:"list",ariaLabel:x("trainingStatus.detail","\uC0C1\uC138\uBCF4\uAE30"),onClick:w})})]}),subRow:a.jsxs(a.Fragment,{children:[c?m||f||u&&g?a.jsx(wa,{label:j?void 0:`${x(N.period==="week"?"manager.chart.weeklyPrefix":"manager.chart.monthlyPrefix")} ${x(u??i)}`,children:g?(g(D).match(/(\d+|[^\d]+)/g)??[]).map((k,E)=>/\d/.test(k)?a.jsx("span",{className:"barchart-total__num h0",children:k},E):a.jsx("span",{className:"barchart-total__unit h5",children:k},E)):a.jsxs(a.Fragment,{children:[a.jsx("span",{className:"barchart-total__num h0",children:D}),d&&a.jsx("span",{className:"barchart-total__unit h5",children:x(d)})]})}):a.jsxs(wa,{children:[a.jsx("span",{className:"barchart-total__num h0",children:D}),a.jsx("span",{className:"barchart-total__unit h5",children:x(i)}),d&&a.jsx("span",{className:"barchart-total__unit h5",children:x(d)})]}):a.jsx("span",{}),a.jsx(pr,{items:$,className:"caption-1"})]}),children:C?a.jsx("div",{className:"manager-bar-chart-loading",children:a.jsx(Qn,{size:32})}):a.jsx(bC,{data:S,colorA:r,colorB:s?o:void 0,labelA:x(i),labelB:s?x(s):void 0,barWidth:T.barWidth,height:T.height,maxOverride:m?100:void 0,tightMax:b,seriesColors:y?.map(k=>k.color),seriesLabels:y?.map(k=>k.label),rateLabels:m?{total:x("trainingStatus.today.tooltipTotal","\uC804\uCCB4"),done:x("trainingStatus.today.tooltipDone","\uC644\uB8CC")}:void 0})})}function wC(t){if(t.period==="month"){const i=t.monthRange.match(/^(\d+)년 (\d+)월$/),s=new Date,c=i?Number(i[1]):s.getFullYear(),d=i?Number(i[2]):s.getMonth()+1;return{from:new Date(c,d-1,1,0,0,0),to:new Date(c,d,0,23,59,59)}}const e=t.weekRanges.find(i=>i.value===t.weekRange);if(!e){const i=new Date;return{from:i,to:i}}const n=xn(e.year,e.month-1),r=new Date(e.year,e.month-1,n+e.week*7,0,0,0),o=new Date(r);return o.setDate(r.getDate()+6),o.setHours(23,59,59),{from:r,to:o}}const zs={small:{diameter:96,strokeWidth:16},medium:{diameter:120,strokeWidth:18},large:{diameter:160,strokeWidth:22}};function Ws({done:t,total:e,segments:n,color:r="var(--color-main)",size:o="medium",strokeWidth:i,label:s="%",hideCenter:c=!1,hideLabel:d=!1}){const u=typeof o=="number"?o:zs[o].diameter,h=i??(typeof o=="number"?12:zs[o].strokeWidth),p=u/2,m=(u-h)/2,b=2*Math.PI*m;if(n&&n.length>0){const C=n.reduce((w,x)=>{const v=w.length>0?w[w.length-1].acc:0,T=Math.max(0,Math.min(x.ratio,1-v));return w.push({color:x.color,rotate:-90+v*360,dash:b*T,acc:v+T}),w},[]);return a.jsx("div",{className:"ring-chart",style:{width:u,height:u},children:a.jsxs("svg",{width:u,height:u,viewBox:`0 0 ${u} ${u}`,"aria-hidden":"true",children:[a.jsx("circle",{cx:p,cy:p,r:m,fill:"none",stroke:"var(--color-whiteLine)",strokeWidth:h}),C.map((w,x)=>w.dash>0&&a.jsx("circle",{cx:p,cy:p,r:m,fill:"none",stroke:w.color,strokeWidth:h,strokeDasharray:`${w.dash} ${b}`,strokeLinecap:"round",transform:`rotate(${w.rotate} ${p} ${p})`},x))]})})}const f=(e??0)>0?Math.min((t??0)/e,1):0,g=b*f,y=b-g;return a.jsxs("div",{className:"ring-chart",style:{width:u,height:u},children:[a.jsxs("svg",{width:u,height:u,viewBox:`0 0 ${u} ${u}`,"aria-hidden":"true",children:[a.jsx("circle",{cx:p,cy:p,r:m,fill:"none",stroke:"var(--color-whiteLine)",strokeWidth:h}),f>0&&a.jsx("circle",{cx:p,cy:p,r:m,fill:"none",stroke:r,strokeWidth:h,strokeDasharray:`${g} ${y}`,strokeLinecap:f<.02||f>.98?"butt":"round",transform:`rotate(-90 ${p} ${p})`})]}),!c&&a.jsxs("div",{className:`ring-chart__center${d?"":` ${u<=96?"ring-chart__center--small":o==="medium"?"ring-chart__center--medium":"ring-chart__center--large"}`}`,children:[a.jsx("span",{className:`ring-chart__pct ${u<=96?"h2":"h1"}`,children:Math.round(f*100)}),!d&&a.jsx("span",{className:`ring-chart__label ${u<=96?"caption-2":"caption-1"}${u<=96||o==="medium"?" ring-chart__label--tight":""}`,children:s})]})]})}function xC({titleKey:t,headRight:e,icon:n,showTotal:r,totalLabelKey:o,legend:i,loading:s,className:c,...d}){const{t:u}=pe();if(!t)return a.jsx(Ws,{...d});const h=(d.total??0)>0?Math.round(Math.min((d.done??0)/d.total,1)*100):0,p=d.size==="small",m=d.size==="large",b=[c,p?"manager-section--compact":m?"manager-section--full":""].filter(Boolean).join(" ")||void 0,f=n&&a.jsx("span",{className:"chart-section-icon",children:a.jsx(Me,{icon:n,className:"chart-section-icon-inner"})});return a.jsx(hr,{className:b,title:u(t),titleClassName:p?"h5 chart-section-title--small":void 0,headRight:f||(p?void 0:e),subRow:(r||i)&&a.jsxs(a.Fragment,{children:[r?a.jsxs(wa,{label:!p&&o?u(o):void 0,children:[a.jsx("span",{className:"barchart-total__num h0",children:h}),a.jsx("span",{className:"barchart-total__unit h5",children:"%"})]}):a.jsx("span",{}),i&&a.jsx(pr,{items:i})]}),children:s?a.jsx("div",{className:"manager-bar-chart-loading",children:a.jsx(Qn,{size:32})}):a.jsx("div",{className:"ring-chart-section-body ring-chart-section-body--offset",children:a.jsx(Ws,{...d,hideCenter:p||d.hideCenter})})})}function _C({label:t,value:e,change:n,changeType:r,icon:o,tooltip:i,onClick:s}){const c=l.useRef(null),{anchorRect:d,openAt:u,close:h}=ga(),p=l.useCallback(()=>{i&&c.current&&u(c.current)},[i,u]),m=r??(n===void 0?void 0:n>0?"up":n<0?"down":"neutral"),b=n===void 0?void 0:n>0?`+${n}`:`${n}`,f=l.useCallback(g=>{s&&(g.key==="Enter"||g.key===" ")&&(g.preventDefault(),s())},[s]);return a.jsxs("div",{ref:c,className:`manager-stat-card${s?" manager-stat-card--clickable":""}`,onClick:s,onKeyDown:s?f:void 0,onPointerEnter:p,onPointerLeave:h,onFocus:p,onBlur:h,role:s?"button":void 0,tabIndex:s?0:void 0,"aria-label":s?`${t} ${e}`:void 0,children:[i&&d&&a.jsx(ln,{anchorRect:{left:d.left,top:d.top+21,right:d.right,bottom:d.bottom,width:d.width,height:d.height},text:i}),a.jsxs("div",{className:"manager-stat-card__label-row",children:[a.jsx("span",{className:"manager-stat-card__label h5",children:t}),o&&a.jsx("span",{className:"manager-stat-card__icon",children:a.jsx(Me,{icon:o,className:"manager-stat-card__icon-inner"})})]}),a.jsx("div",{className:"manager-stat-card__content",children:a.jsxs("div",{className:"manager-stat-card__left",children:[a.jsx("div",{className:"manager-stat-card__value h2",children:e}),b&&a.jsx("div",{className:`manager-stat-card__change manager-stat-card__change--${m??"neutral"} caption-1`,children:b})]})})]})}function qs({value:t,onChange:e,min:n=0,max:r=100,step:o=1,orientation:i="horizontal",size:s=24,disabled:c=!1,ariaLabel:d,length:u,className:h,label:p,formatValue:m,labelPos:b,labelAlign:f="right",showMinMax:g=!1,minLabel:y,maxLabel:C,showBgTick:w=!1,showFillTick:x=!1,tickStep:v,tickShape:T="dot"}){const _=Math.min(r,Math.max(n,t)),N=r>n?(_-n)/(r-n):0,B=i==="vertical",S=!e,D=V=>e?.(Number(V.target.value)),$=typeof u=="number"?`${u}px`:u,j={"--slider-ratio":String(N),"--slider-thumb":`${s}px`,...$?B?{height:$}:{width:$}:{}},k=v??o,E=(w||x)&&k>0&&r>n?Math.floor((r-n)/k+1e-6):0;if(E>0&&E<=100){const V=T!=="dash",P=G=>V?`radial-gradient(circle, ${G} 0.5px, transparent 1px)`:B?`linear-gradient(to bottom, transparent calc(50% - 2px), ${G} calc(50% - 2px), ${G} calc(50% + 2px), transparent calc(50% + 2px))`:`linear-gradient(to right, transparent calc(50% - 2px), ${G} calc(50% - 2px), ${G} calc(50% + 2px), transparent calc(50% + 2px))`,U=V?"2px":"4px",M=[],z=[],W=[];for(let G=0;G<=E;G++){const X=G*k/(r-n);if(X>1+1e-6)break;const le=`${((B?1-X:X)*100).toFixed(4)}%`,ce=X<=N+1e-6;if(ce?!x:!w)continue;const te=ce?"var(--slider-tick-color-on-fill, var(--color-deepWhite))":"var(--slider-tick-color, var(--color-lightGray))";M.push(P(te)),z.push(B?`${U} var(--slider-thumb)`:`var(--slider-thumb) ${U}`),W.push(B?`center ${le}`:`${le} center`)}M.push(B?"linear-gradient(to top, var(--slider-fill-color) var(--slider-fill), var(--color-darkWhite) var(--slider-fill))":"linear-gradient(to right, var(--slider-fill-color) var(--slider-fill), var(--color-darkWhite) var(--slider-fill))"),z.push("100% 100%"),W.push("0 0"),j.backgroundImage=M.join(", "),j.backgroundSize=z.join(", "),j.backgroundPosition=W.join(", "),j.backgroundRepeat="no-repeat"}const L=a.jsx("input",{type:"range",className:ye("slider",`slider--${i}`,S&&"slider--static",!p&&!g&&h),min:n,max:r,step:o,value:_,disabled:c,readOnly:S,tabIndex:S?-1:void 0,"aria-label":d,"aria-orientation":i,onChange:D,style:j});if(!p&&!g)return L;const F=a.jsx("span",{className:"slider-wrap__minmax caption-1",children:y??n}),J=a.jsx("span",{className:"slider-wrap__minmax caption-1",children:C??r}),Z=g?a.jsxs("div",{className:ye("slider-track-group",`slider-track-group--${i}`,!p&&h),children:[B?J:F,L,B?F:J]}):L;if(!p)return Z;const Q=b??(B?"bottom":"right"),O=`${Math.round(r>n?(_-n)/(r-n)*100:0)}%`,I=m?m(_):p==="percent"?O:p==="count"?`${_} / ${r}`:String(_),R=a.jsx("span",{className:"slider-wrap__value body-3b",children:I});return a.jsxs("div",{className:ye("slider-wrap",`slider-wrap--${i}`,`slider-wrap--label-${Q}`,`slider-wrap--align-${f}`,h),children:[Z,R]})}const kC=.86,SC=250,mr=(t,e,n,r)=>{const o=Math.round(Math.min(r,Math.max(n,t-e)));return`${o<0?"-":"+"}${Math.abs(o)} dB`};function gr({analyser:t,audioElement:e,orientation:n="horizontal",length:r,label:o,labelPos:i,labelAlign:s="right",floorDb:c=-60,refDb:d=-35,displayMin:u=-5,displayMax:h=25,className:p,ariaLabel:m}){const b=l.useRef(null),f=l.useRef(null),g=l.useRef(null);l.useEffect(()=>{const x=t??Wa(e),v=b.current;if(!x||!v){v?.style.setProperty("--meter-level","0"),f.current&&(f.current.textContent=mr(c,d,u,h));return}za();const T=new Float32Array(x.fftSize);let _=0,N=0,B=0,S=0,D=null;const $=j=>{const k=k1(x,T);_=k>_?k:_*kC;const E=_>1e-5?20*Math.log10(_):-1/0,L=Math.max(c,E),F=L-d,J=Math.min(1,Math.max(0,(F-u)/(h-u)));if(v.style.setProperty("--meter-level",J.toFixed(3)),f.current&&(N+=L,B+=1,j-S>=SC)){const Z=N/B;D=D==null?Z:D*.6+Z*.4,f.current.textContent=mr(D,d,u,h),N=0,B=0,S=j}g.current=requestAnimationFrame($)};return g.current=requestAnimationFrame($),()=>{g.current!=null&&cancelAnimationFrame(g.current),g.current=null}},[t,e,c,d,u,h]);const y=typeof r=="number"?`${r}px`:r,C=a.jsx("div",{className:"audio-meter__track",style:y?n==="vertical"?{height:y}:{width:y}:{},children:a.jsx("div",{ref:b,className:"audio-meter__fill"})}),w=i??(n==="vertical"?"bottom":"right");return a.jsxs("div",{className:ye("audio-meter",`audio-meter--${n}`,o&&`audio-meter--label-${w}`,o&&`audio-meter--align-${s}`,p),role:"meter","aria-label":m,children:[C,o&&a.jsx("span",{ref:f,className:"audio-meter__value caption-2",children:mr(c,d,u,h)})]})}const fr=500;function Us({message:t,position:e,duration:n,onClose:r}){const[o,i]=l.useState(!1),[s,c]=l.useState(!1),d=l.useRef(s),u=l.useRef(o);l.useEffect(()=>{d.current=s},[s]),l.useEffect(()=>{u.current=o},[o]);const h=l.useRef(null),p=l.useRef(""),m=l.useRef(r);l.useEffect(()=>{m.current=r});const b=n,f=l.useRef(null),g=l.useRef(null),y=l.useRef(null),C=l.useRef(null),w=l.useRef(null);return l.useEffect(()=>{if(t!==p.current&&(f.current&&(clearTimeout(f.current),f.current=null),g.current&&(clearTimeout(g.current),g.current=null)),t){if(u.current)return b>0&&!f.current&&(f.current=setTimeout(()=>{i(!1),g.current=setTimeout(()=>{c(!1);try{m.current()}catch{}},fr)},b)),p.current=t,()=>{};const x=()=>{const v=h.current;if(v)try{v.classList.remove("is-visible"),v.style.transition="none",e==="top"?v.style.transform="translateX(-50%) translateY(-16px)":v.style.transform="translateX(-50%) translateY(16px)",v.style.opacity="0",v.offsetWidth,v.style.transition="",v.classList.add("is-visible"),w.current&&clearTimeout(w.current),w.current=setTimeout(()=>{w.current=null;try{v.style.opacity="",v.style.transform="",v.style.transition=""}catch{}},60)}catch{}};d.current?(x(),i(!0)):(c(!0),y.current=requestAnimationFrame(()=>{C.current=requestAnimationFrame(()=>{x(),i(!0)})})),b>0&&(f.current=setTimeout(()=>{i(!1),g.current=setTimeout(()=>{c(!1);try{m.current()}catch{}},fr)},b))}else i(!1),g.current=setTimeout(()=>c(!1),fr);return p.current=t,()=>{f.current&&clearTimeout(f.current),g.current&&clearTimeout(g.current),y.current&&cancelAnimationFrame(y.current),C.current&&cancelAnimationFrame(C.current),w.current&&clearTimeout(w.current),f.current=null,g.current=null,y.current=null,C.current=null,w.current=null}},[t,b,e]),{mounted:s,showing:o,popupRef:h}}function Bn({message:t="",position:e="top",type:n="normal",onClose:r=()=>{},duration:o=2e3}){const{mounted:i,showing:s,popupRef:c}=Us({message:t,position:e,duration:o,onClose:r});if(!i)return null;const d=n==="notice"||n==="warning"?n:"normal",u=a.jsx("div",{ref:c,className:`toast toast--${e} ${s?"is-visible":""}`,role:"status","aria-live":"polite",children:a.jsx("div",{className:`toast__inner toast__inner--${d} body-2`,children:t})});return typeof document<"u"?Rt.createPortal(u,document.body):u}const AC=24;function NC({value:t,max:e=100,size:n=8,color:r,trackColor:o,label:i,formatValue:s,labelPos:c,labelAlign:d="right",ariaLabel:u,className:h}){const p=Number.isFinite(e)&&e>0?e:1,m=Math.max(0,Math.min(Number.isFinite(t)?t:0,p)),b=m/p*100,f=c??(n>=AC?"inside":"bottom"),g=f==="center"?"inside":f,y=g==="inside"&&(d==="left"?b>=15:d==="center"?b>=50:b>=85),C={};return r&&(C["--progress-bar-fill"]=r),o&&(C["--progress-bar-track"]=o),a.jsxs("div",{className:ye("progress-bar",`progress-bar--${n}`,`progress-bar--label-${g}`,i&&`progress-bar--align-${d}`,i&&y&&"progress-bar--label-on-fill",h),style:C,children:[a.jsx("div",{className:"progress-bar__track",role:"progressbar","aria-valuenow":m,"aria-valuemin":0,"aria-valuemax":p,"aria-label":u,children:a.jsx("div",{className:"progress-bar__fill",style:{width:`${b}%`}})}),i&&a.jsx("span",{className:"progress-bar__label caption-1b",children:s?s(m):i==="percent"?`${Math.round(b)}%`:i==="raw"?String(m):`${m} / ${p}`})]})}const TC="rgba(255, 255, 255, 0.16)";function Gs({max:t,index:e,inactiveBg:n,inactiveColor:r,transparent:o}){const{t:i}=pe(),s=Xt("(max-width: 767px)");if(!Number.isInteger(t)||t<=0)return null;const c=Number.isInteger(e)?Math.max(0,Math.min(e,t-1)):0,d=i("progress.steps",{current:c+1,total:t,defaultValue:"\uC9C4\uD589 \uB2E8\uACC4 {{current}} / {{total}}"}),u={};return n&&(u["--pi-inactive-bg"]=n),r&&(u["--pi-inactive-color"]=r),o&&(n||(u["--pi-inactive-bg"]=TC),r||(u["--pi-inactive-color"]="var(--color-white)")),s?a.jsx("div",{className:"progress-indicator progress-indicator--mobile",style:u,role:"list","aria-label":d,children:a.jsxs("span",{role:"listitem",className:"progress-indicator-dot active body-3",children:[c+1," / ",t]})}):a.jsx("div",{className:"progress-indicator",style:u,role:"list","aria-label":d,children:Array.from({length:t}).map((h,p)=>a.jsx("span",{role:"listitem","aria-current":p===c?"step":void 0,className:`progress-indicator-dot ${p<c?" done":p===c?" active":""} body-3`,children:p+1},p))})}function DC(t){if(!t)return[];const e=[];let n=0,r="";for(const o of t.trim()){if(o==="("?n++:o===")"&&n--,/\s/.test(o)&&n===0){r&&(e.push(r),r="");continue}r+=o}return r&&e.push(r),e}function EC({children:t,className:e,style:n}){return a.jsx("div",{className:e?`table-cell ${e}`:"table-cell",style:n,children:t})}function br({variant:t="default",children:e,className:n,draggable:r,onClick:o,onMouseEnter:i,onMouseLeave:s,onDragStart:c,onDragEnd:d,expandedContent:u}){const h=l.useCallback(p=>{o&&p.target===p.currentTarget&&(p.key==="Enter"||p.key===" ")&&(p.preventDefault(),o())},[o]);return t==="loading"?a.jsx("div",{className:"table-row-wrap",children:a.jsx("div",{className:"table-row table-row--loading",children:a.jsx(Qn,{size:28})})}):t==="empty"?a.jsx("div",{className:"table-row-wrap",children:a.jsx("div",{className:"table-row table-row--empty body-3",children:e})}):a.jsxs("div",{className:"table-row-wrap",children:[a.jsx("div",{className:n?`table-row ${n}`:"table-row",draggable:r,onClick:o,onKeyDown:o?h:void 0,onMouseEnter:i,onMouseLeave:s,onDragStart:c,onDragEnd:d,role:o?"button":void 0,tabIndex:o?0:void 0,children:e}),u&&a.jsx("div",{className:"table-row-expand",children:u})]})}function BC({dir:t}){return a.jsx(t==="asc"?bo:fo,{className:"table-field__sort-arrow",size:16,strokeWidth:2})}function LC({children:t,onClick:e,className:n,sortDir:r,onResizeStart:o}){const i=l.useCallback(s=>{e&&s.target===s.currentTarget&&(s.key==="Enter"||s.key===" ")&&(s.preventDefault(),e())},[e]);return a.jsxs("div",{onClick:e,onKeyDown:e?i:void 0,role:e?"button":void 0,tabIndex:e?0:void 0,"aria-sort":r?r==="asc"?"ascending":"descending":void 0,className:ye("table-field body-3",n,r?"table-field--sorted":"",o?"table-field--resizable":""),children:[t,r&&a.jsx(BC,{dir:r}),o&&a.jsx("span",{className:"table-field__resizer",onPointerDown:o,onClick:s=>s.stopPropagation(),"aria-hidden":"true"})]})}function yr({fields:t=[],headerGroups:e,items:n=[],renderRow:r,onRowClick:o,onRowMouseEnter:i,onRowMouseLeave:s,onRowDragStart:c,onRowDragEnd:d,draggingId:u,gridTemplateColumns:h,resizable:p=!1,resizeMode:m="grow",resizeStorageKey:b,size:f="small",title:g,count:y,collapsed:C=!1,onToggleCollapse:w,headerActions:x,empty:v,loading:T,dragOver:_=!1,onDragOver:N,onDragLeave:B,onDrop:S,renderExpandedRow:D,expandedId:$}){const{t:j}=pe(),k=48,E=b?`table-cols:${b}`:null,L=l.useRef(null),F=l.useRef(null),[J,Z]=l.useState(()=>{if(!E||typeof window>"u")return null;try{const G=JSON.parse(window.localStorage.getItem(E)??"null");return Array.isArray(G)&&G.every(X=>typeof X=="number")?G:null}catch{return null}}),Q=l.useRef(J);l.useEffect(()=>{Q.current=J},[J]);const O=l.useCallback(G=>{const X=F.current;X&&Z(le=>{if(!le)return le;const ce=[...le];if(X.next!=null&&X.startWNext!=null){const te=G.clientX-X.startX,K=Math.max(k-X.startW,Math.min(X.startWNext-k,te));ce[X.index]=X.startW+K,ce[X.next]=X.startWNext-K}else ce[X.index]=Math.max(k,X.startW+(G.clientX-X.startX));return ce})},[]),I=l.useCallback(()=>{if(F.current=null,window.removeEventListener("pointermove",O),window.removeEventListener("pointerup",I),document.body.style.cursor="",document.body.style.userSelect="",E&&Q.current)try{window.localStorage.setItem(E,JSON.stringify(Q.current))}catch{}},[O,E]),R=l.useCallback((G,X)=>{X.preventDefault(),X.stopPropagation();const le=L.current;if(!le)return;const ce=Array.from(le.children).map(K=>K.getBoundingClientRect().width),te=m==="fit"?t.findIndex((K,se)=>se>G&&K.resizable!==!1):-1;F.current=te>=0?{index:G,startX:X.clientX,startW:ce[G],next:te,startWNext:ce[te]}:{index:G,startX:X.clientX,startW:ce[G]},Z(ce),window.addEventListener("pointermove",O),window.addEventListener("pointerup",I),document.body.style.cursor="col-resize",document.body.style.userSelect="none"},[O,I,m,t]);l.useEffect(()=>()=>{F.current&&(window.removeEventListener("pointermove",O),window.removeEventListener("pointerup",I),document.body.style.cursor="",document.body.style.userSelect="")},[O,I]);const V=DC(h),P=G=>/^\d+(\.\d+)?px$/.test(V[G]??""),U=G=>m==="fit"&&!P(G)?"fr":"px",M=J&&J.length===t.length&&(m==="fit"||n.length>0)?t.map((G,X)=>G.resizable===!1&&V[X]?V[X]:`${J[X]}${U(X)}`).join(" "):h,z=M?{"--table-grid-cols":M}:void 0,W=g!==void 0;return a.jsx("div",{className:`table-wrap table-wrap--${f}${_?" table-wrap--dragover":""}${C?" table-wrap--collapsed":""}`,style:z,onDragOver:N,onDragLeave:B,onDrop:S,children:a.jsxs("div",{className:"table body-2",children:[W&&a.jsxs("div",{className:"table-header",onClick:w,role:w?"button":void 0,tabIndex:w?0:void 0,"aria-expanded":w?!C:void 0,onKeyDown:w?G=>{(G.key==="Enter"||G.key===" ")&&(G.preventDefault(),w())}:void 0,children:[w&&a.jsx(oe,{size:40,type:"dot",variant:"transparent-gray",useBorder:!1,icon:C?"chevron-right":"chevron-down",ariaLabel:C?j("common.expand","\uD3BC\uCE58\uAE30"):j("common.collapse","\uC811\uAE30"),className:"table-header__chevron"}),a.jsx("span",{className:"table-header__title h5b",children:g}),y!==void 0&&a.jsx("span",{className:"table-header__count body-3b",children:y}),x&&a.jsx("span",{className:"table-header__actions",onClick:G=>G.stopPropagation(),children:x})]}),!C&&a.jsxs(a.Fragment,{children:[e&&e.length>0&&a.jsx("div",{className:"table-fields table-fields--groups",children:e.map((G,X)=>a.jsx("div",{className:ye("table-field body-3",G.className),style:{gridColumn:`span ${G.span}`},children:G.label},X))}),a.jsx("div",{className:"table-fields",ref:L,children:t.map((G,X)=>a.jsx(LC,{onClick:G.onClick,className:G.className,sortDir:G.sortDir,onResizeStart:p&&X<t.length-1&&G.resizable!==!1&&(m!=="fit"||t.some((le,ce)=>ce>X&&le.resizable!==!1))?le=>R(X,le):void 0,children:G.label},X))}),a.jsx("div",{className:"table-body",children:T?a.jsx(br,{variant:"loading"}):n.length===0&&v?a.jsx(br,{variant:"empty",children:v}):n.map((G,X)=>{const le=u!=null&&G.id===u,ce=$!=null&&($ instanceof Set?$.has(G.id):G.id===$);return a.jsx(br,{className:`${o?" table-row--clickable":""}${c?" table-row--draggable":""}${le?" table-row--dragging":""}`.trim(),draggable:!!c,onClick:o?()=>o(G):void 0,onMouseEnter:i?te=>i(G,te):void 0,onMouseLeave:s?te=>s(G,te):void 0,onDragStart:c?te=>c(G,te):void 0,onDragEnd:d?te=>d(G,te):void 0,expandedContent:ce&&D?D(G):void 0,children:r(G).map((te,K)=>a.jsx(EC,{className:te.className,style:te.style,children:te.content},K))},String(G.id??X))})})]})]})})}function Ys(t){switch(t){case"\uBCF4\uCCAD\uAE30":return"main";case"\uC778\uACF5\uC640\uC6B0":return"sub";default:return"default"}}function Ks(t,e){return e!=="wornAt"?String(t[e]??""):t.wornYear?`${t.wornYear}-${t.wornMonth.padStart(2,"0")}-${t.wornDay.padStart(2,"0")}`:""}function jC({rows:t,onSelect:e,onDelete:n,onWear:r,onRelease:o,onAdd:i}){const{t:s}=pe(),c=f=>f==="\uC88C"?s("device.direction.left","\uC88C"):s("device.direction.right","\uC6B0"),{\uC815\uB82C:d,\uCE78:u}=u0(),h=l.useMemo(()=>{if(!d)return t;const{key:f,asc:g}=d;return[...t].sort((y,C)=>{const w=f==="worn"?Number(C.worn)-Number(y.worn):Ks(y,f).localeCompare(Ks(C,f),"ko");return g?w:-w})},[t,d]),{pageRows:p,pageSizeProps:m,paginationProps:b}=c0(h,d);return a.jsxs("div",{className:"dlp-side-table",children:[a.jsx(dr,{count:{value:t.length,unit:s("customers.device.unit","\uAC1C")},pageSize:m,pagination:b,actions:i&&a.jsx(oe,{size:40,type:"bar",variant:"main",icon:"plus",label:s("customers.device.addButton","\uAE30\uAE30 \uCD94\uAC00"),onClick:i})}),a.jsx(yr,{resizable:!0,resizeMode:"fit",resizeStorageKey:"customer-device-history-v2",fields:[{...u(s("customers.device.wearingNow","\uCC29\uC6A9"),"worn"),resizable:!1},u(s("device.direction.label","\uBC29\uD5A5"),"side"),u(s("device.deviceType","\uC885\uB958"),"device"),u(s("device.brand","\uBE0C\uB79C\uB4DC"),"brand"),u(s("device.fitType","\uCC29\uC6A9\uD615\uD0DC"),"fitType"),u(s("device.productName","\uC81C\uD488\uBA85"),"productName"),u(s("device.wornDate","\uCC29\uC6A9\uC77C"),"wornAt"),...n?[{label:"",resizable:!1}]:[]],items:p.map((f,g)=>({id:f.id??`${f.side}-${g}`,row:f})),gridTemplateColumns:`56px 110px 110px minmax(120px, 1fr) 100px minmax(120px, 1fr) 110px${n?" 80px":""}`,renderRow:({row:f})=>[{content:a.jsx("span",{className:"dlp-worn-check",onClick:g=>g.stopPropagation(),children:a.jsx(Is,{checked:f.worn,disabled:!r||!o,ariaLabel:f.worn?s("customers.device.unwear","\uCC29\uC6A9 \uD574\uC81C"):s("customers.device.wear","\uCC29\uC6A9"),onChange:g=>{g?r?.(f):o?.(f)}})})},{content:a.jsx("span",{children:c(f.side)})},{content:f.device?a.jsx(pt,{size:"small",variant:Ys(f.device),fill:"soft",label:f.device}):a.jsx("span",{})},{content:a.jsx("span",{children:f.brand})},{content:a.jsx("span",{children:f.fitType||"-"})},{content:a.jsx("span",{children:f.productName||"-"})},{content:a.jsx("span",{className:"dlp-date",children:f.wornYear?`${f.wornYear}.${f.wornMonth}.${f.wornDay}`:"-"})},...n?[{content:a.jsx("span",{className:"dlp-row-actions",children:a.jsx(oe,{size:28,type:"bar",variant:"transparent-gray",label:s("common.delete","\uC0AD\uC81C"),onClick:g=>{g?.stopPropagation(),n(f)}})})}]:[]],onRowClick:({row:f})=>e(f),empty:s("customers.device.historyEmpty","\uB4F1\uB85D\uB41C \uAE30\uAE30 \uC774\uB825\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.")})]})}function MC(t,e){return new Date(t,e+1,0).getDate()}function PC(t,e){return new Date(t,e,1).getDay()}function RC({visits:t=[],onVisitClick:e,onVisitMove:n,onDayClick:r}){const{t:o}=pe(),i=l.useMemo(()=>o("calendar.dow",{returnObjects:!0}),[o]),[s,c]=l.useState(new Date().getFullYear()),[d,u]=l.useState(new Date().getMonth()),[h,p]=l.useState(null),m=l.useRef(null),b=new Date,f=l.useMemo(()=>{const v={};return t.forEach(T=>{v[T.date]||(v[T.date]=[]),v[T.date].push(T)}),v},[t]),g=l.useMemo(()=>{const v=MC(s,d),T=PC(s,d),_=[];for(let N=0;N<T;N++)_.push(null);for(let N=1;N<=v;N++)_.push(N);for(;_.length<35;)_.push(null);return _},[s,d]),y=l.useCallback(()=>{d===0?(c(v=>v-1),u(11)):u(v=>v-1)},[d]),C=l.useCallback(()=>{d===11?(c(v=>v+1),u(0)):u(v=>v+1)},[d]),w=v=>`${s}-${String(d+1).padStart(2,"0")}-${String(v).padStart(2,"0")}`,x=v=>b.getFullYear()===s&&b.getMonth()===d&&b.getDate()===v;return a.jsxs("div",{children:[a.jsxs("div",{className:"calendar-nav",children:[a.jsx("button",{className:"calendar-nav__button",onClick:y,"aria-label":o("calendar.prevMonth","\uC774\uC804 \uB2EC"),children:a.jsx(Me,{icon:"chevron-left",label:"",className:"",svgClassName:"calendar-nav__button-icon",size:18})}),a.jsx("span",{className:"calendar-nav__title h5",children:o("calendar.yearMonth",{year:s,month:d+1})}),a.jsx("button",{className:"calendar-nav__button",onClick:C,"aria-label":o("calendar.nextMonth","\uB2E4\uC74C \uB2EC"),children:a.jsx(Me,{icon:"chevron-right",label:"",className:"",svgClassName:"calendar-nav__button-icon",size:18})}),a.jsxs("div",{className:"calendar-nav__legend",children:[a.jsx("span",{className:"calendar-nav__legend-dot calendar-nav__legend-dot--main"}),a.jsx("span",{className:"caption-1",children:o("calendar.legend.visited","\uBC29\uBB38")}),a.jsx("span",{className:"calendar-nav__legend-dot calendar-nav__legend-dot--sub"}),a.jsx("span",{className:"caption-1",children:o("calendar.legend.scheduled","\uC608\uC57D")}),a.jsx("span",{className:"calendar-nav__legend-dot calendar-nav__legend-dot--disabled"}),a.jsx("span",{className:"caption-1",children:o("calendar.legend.noVisit","\uBBF8\uBC29\uBB38")})]})]}),a.jsxs("div",{className:"calendar-grid",children:[i.map(v=>a.jsx("div",{className:"calendar-day-header body-3",children:v},v)),g.map((v,T)=>{if(v===null)return a.jsx("div",{className:"calendar-cell empty"},`empty-${T}`);const _=v,N=w(_),B=f[N]??[],S=h===N;return a.jsxs("div",{className:`calendar-cell${x(_)?" today":""}${S?" drag-over":""}${r?" calendar-cell--clickable":""}`,role:r?"button":void 0,tabIndex:r?0:void 0,"aria-label":r?o("calendar.addOnDate",{date:N}):void 0,onClick:r?()=>r(N):void 0,onKeyDown:r?D=>{D.key!=="Enter"&&D.key!==" "||(D.preventDefault(),r(N))}:void 0,onDragOver:n?D=>{D.preventDefault(),p(N)}:void 0,onDragLeave:n?D=>{D.currentTarget.contains(D.relatedTarget)||p(null)}:void 0,onDrop:n?D=>{D.preventDefault(),m.current!=null&&(n(m.current,N),m.current=null),p(null)}:void 0,children:[a.jsx("div",{className:"calendar-cell__number body-3",children:_}),a.jsx("div",{className:"calendar-cell__badges",children:B.map((D,$)=>a.jsxs("div",{draggable:!!n,className:`calendar-visit-badge${D.status==="noVisit"?" calendar-visit-badge--no-visit":D.status==="scheduled"?" calendar-visit-badge--scheduled":""}${e?" calendar-visit-badge--clickable":""}${n?" calendar-visit-badge--draggable":""}`,onDragStart:n?j=>{m.current=D.id,j.dataTransfer.effectAllowed="move"}:void 0,onDragEnd:n?()=>{m.current=null,p(null)}:void 0,onClick:e?j=>{j.stopPropagation(),e(D)}:void 0,"aria-label":[D.time?ri(D.time,o):null,D.customer,o(D.status==="noVisit"?"calendar.legend.noVisit":D.status==="scheduled"?"calendar.legend.scheduled":"calendar.legend.visited")].filter(Boolean).join(" "),children:[D.time&&a.jsx("span",{className:"calendar-visit-badge__time body-3",children:ri(D.time,o)}),a.jsx("span",{className:"calendar-visit-badge__name body-3",children:D.customer}),D.status==="noVisit"&&a.jsx("span",{className:"calendar-visit-badge__no-visit caption-1",children:o("calendar.legend.noVisit","\uBBF8\uBC29\uBB38")})]},D.id??$))})]},_)})]})]})}const $C={page:"h3",pagePopup:"h4",popup:"h5"};function Ln({type:t="page",title:e,icon:n,action:r,disc:o,children:i,className:s,style:c}){const d=$C[t],u=e||o;return a.jsxs("div",{className:ye("section",`section--${t}`,s),style:c,children:[u&&a.jsxs("div",{className:"section__header",children:[a.jsxs("div",{className:"section__title-row",children:[n&&a.jsx(Me,{icon:n,label:typeof e=="string"?e:void 0,className:"section__icon"}),a.jsxs("div",{className:"section__title-group",children:[e&&a.jsx("div",{className:`section__title ${d}`,children:e}),o&&a.jsx("div",{className:"section__disc body-3",children:o})]})]}),r&&a.jsx("div",{className:"section__action",children:r})]}),i]})}function Zs({icon:t,label:e,tooltip:n,wrapperStyle:r,color:o,bgColor:i,useHover:s=!0,iconSize:c="medium"}){const d=c==="small",u=ye("category-icon",d?"category-icon--small":""),h=d?16:20,p=l.useRef(null),[m,b]=l.useState(!1),f=l.useMemo(()=>{const _=r&&typeof r=="object"?{...r}:{};return!o&&!i?_:{..._,...o?{color:o,"--t-item-fg":o}:{},...i?{"--t-item-bg":i}:{}}},[r,o,i]),g=n||e,[y,C]=l.useState(null);l.useLayoutEffect(()=>{m&&C(p.current?.getBoundingClientRect()??null)},[m]),l.useEffect(()=>{if(!s&&m)try{b(!1)}catch{}},[s,m]),l.useEffect(()=>{if(!m)return;const _=N=>{const B=p.current;if(!B)return;const S=N.target;S&&!B.contains(S)&&b(!1)};return document.addEventListener("pointerdown",_,!0),()=>document.removeEventListener("pointerdown",_,!0)},[m]);const w=l.useCallback(()=>{s&&b(!0)},[s]),x=l.useCallback(()=>{s&&b(!1)},[s]),v=l.useCallback(()=>b(!1),[]),T=l.useCallback(_=>{if(_.key==="Escape"){b(!1);return}(_.key==="Enter"||_.key===" ")&&(_.preventDefault(),b(N=>!N))},[]);return a.jsxs("span",{ref:p,className:"category-icon__wrap",onPointerEnter:w,onPointerLeave:x,onFocus:w,onBlur:x,onKeyDown:T,role:"button",tabIndex:0,"aria-label":typeof g=="string"?g:void 0,"aria-haspopup":!!g,"aria-expanded":m,"data-tooltip-ignore":!0,children:[a.jsx(Me,{icon:t,label:e,className:u,imgClassName:"category-icon__image",maskClassName:"category-icon__mask",svgClassName:"category-icon__svg",wrapperStyle:f,size:h}),m&&g&&a.jsx(ln,{anchorRect:y,text:typeof g=="string"?g:void 0,offset:8,onClose:v,className:"category-icon__tooltip",ariaLabel:typeof g=="string"?g:void 0})]})}function IC(t,e){if(!t)return{previewCodes:[],previewBucket:null};const n=t,r=s=>s.map(c=>c?.contextCode||c?.context_code).filter(Boolean).map(String);if(e==="LISTEN_IN_NOISE"){const s=n.sentences||n.items||[],c=Array.isArray(s)&&s.length>0?r(s):[];return c.length===0&&(n.contextCode||n.context_code)&&c.push(String(n.contextCode||n.context_code)),{previewCodes:c,previewBucket:"LIN_D"}}if(e==="SHORT_STORY"){const s=n.items||n.sentences||[],c=Array.isArray(s)&&s.length>0?r(s):[];return c.length===0&&(n.contextCode||n.context_code)&&c.push(String(n.contextCode||n.context_code)),{previewCodes:c,previewBucket:"SHORT_S"}}if(e==="LONG_STORY"){const s=n.items||n.sentences||[],c=Array.isArray(s)&&s.length>0?r(s):[];return c.length===0&&(n.contextCode||n.context_code)&&c.push(String(n.contextCode||n.context_code)),{previewCodes:c,previewBucket:"LONG"}}if(e==="ORDERING_SENTENCE"){const s=n.sentences||n.items||[],c=Array.isArray(s)&&s.length>0?r(s):[];return c.length===0&&(n.contextCode||n.context_code)&&c.push(String(n.contextCode||n.context_code)),{previewCodes:c,previewBucket:"LIN_D"}}const o=n.sentences||n.items||[],i=r(Array.isArray(o)?o:[]);return i.length===0&&(n.contextCode||n.context_code)&&i.push(String(n.contextCode||n.context_code)),{previewCodes:i,previewBucket:null}}function FC(t,e){const[n,r]=l.useState(!1),[o,i]=l.useState(-1),[s,c]=l.useState([]),d=l.useRef(null),u=l.useRef(!1),h=l.useRef(null),[p,m]=l.useState(!1),b=l.useRef([]),{previewCodes:f,previewBucket:g}=IC(t,e);l.useEffect(()=>{if(!f.length)return;let C=!1;return(async()=>{const w=[],x=[];for(const v of f)try{const T=Vo(v,g);if(!T){w.push("");continue}let _=null;try{_=await zo(T)}catch{}if(!_)try{const N=await Wo(T);N&&(_=URL.createObjectURL(N),x.push(_))}catch{}w.push(_??"")}catch{w.push("")}C?x.forEach(v=>{try{URL.revokeObjectURL(v)}catch{}}):(b.current.forEach(v=>{try{URL.revokeObjectURL(v)}catch{}}),b.current=x,c(w))})(),()=>{C=!0}},[f.join(","),g]),l.useEffect(()=>()=>{b.current.forEach(C=>{try{URL.revokeObjectURL(C)}catch{}}),b.current=[]},[]);const y=l.useCallback(async C=>{if(C.stopPropagation(),C.preventDefault(),u.current){u.current=!1;try{d.current?.pause()}catch{}r(!1),i(-1);return}if(s.filter(Boolean).length){u.current=!0,r(!0);for(let w=0;w<s.length&&u.current;w++){const x=s[w];if(x){i(w);try{await new Promise((v,T)=>{const _=new Audio(x);d.current=_,_.onended=()=>v(),_.onerror=()=>T(),_.play().catch(T)})}catch{break}}}u.current=!1,r(!1),i(-1)}},[s]);return l.useEffect(()=>()=>{u.current=!1;try{d.current?.pause()}catch{}d.current=null},[]),{playing:n,playingIndex:o,previewUrls:s,previewHover:p,setPreviewHover:m,previewBtnRef:h,handlePreview:y}}const OC=t=>{if(!t)return[];const e=typeof t.context=="string"&&t.context.trim()||typeof t.sentence=="string"&&t.sentence.trim()||typeof t.text=="string"&&t.text.trim()||"";if(e)return[String(e)];const n=t.sentences||t.items||t.questions||[];return Array.isArray(n)&&n.length>0?n.map(r=>{if(typeof r=="string")return r;if(r&&typeof r=="object"){const o=r;return o.sentence||o.text||o.context||o.question||o.title||""}return""}).filter(r=>typeof r=="string"&&r.trim().length>0).map(r=>r.trim()):[]};function Cr(t){const{index:e,type:n,trainingData:r,ariaLabel:o,depth:i,renderPopup:s,completed:c,completedIds:d,selectedIds:u,tooltipText:h,useDescriptionTooltip:p=!1,onRemove:m,hideCheckBadge:b=!1,showTypeLabel:f=!1,onComplete:g,onSelect:y,onMore:C,countLabelOverride:w,size:x="square"}=t||{},{t:v}=pe(),[T,_]=l.useState(!1),N=l.useRef(null),[B,S]=l.useState(!1);l.useEffect(()=>{N.current?.matches(":hover")&&S(!0)},[]);const{playing:D,playingIndex:$,previewUrls:j,previewHover:k,setPreviewHover:E,previewBtnRef:L,handlePreview:F}=FC(r,n?.key),J=l.useCallback(()=>{y?y():_(!0)},[y]),Z=l.useCallback(()=>_(!1),[]),Q=l.useCallback(()=>S(!0),[]),O=l.useCallback(()=>S(!1),[]),I=l.useCallback(()=>E(!0),[E]),R=l.useCallback(()=>E(!1),[E]),[V,P]=l.useState(null);l.useLayoutEffect(()=>{k&&P(L.current?.getBoundingClientRect()??null)},[k,L]);const[U,M]=l.useState(null);l.useLayoutEffect(()=>{B&&!T&&p&&M(N.current?.getBoundingClientRect()??null)},[B,T,p]);const z=l.useCallback(me=>{(me.key==="Enter"||me.key===" ")&&(me.preventDefault(),J())},[J]),W=r||null,G=l.useMemo(()=>{if(!p)return null;const me=h?(Array.isArray(h)?h:[h]).filter(Boolean):null,rt=me&&me.length>0?me:OC(W);return rt&&rt.length>0?rt:null},[p,h,W]),X=l.useCallback(me=>{me.stopPropagation(),m?.()},[m]),le=l.useCallback(me=>me.stopPropagation(),[]),ce=l.useCallback(me=>{typeof g=="function"&&g(me)},[g]),te=c||(d&&r?.id!=null?d.has(String(r.id)):!1),K=!te&&(u!=null&&r?.id!=null?u.has(String(r.id)):!1);ss("speechear.popup.close",Z);const se=oi(),fe=`${n?.label||""} ${e+1}`,Se=W?.title||W?.name||fe;let Ae=n?.icon,ee,we="",xe="";try{const me=W?.category_0||W?.category_main_code||W?.category_main,rt=W?.category_1||W?.category_sub_code||W?.category_sub,$e=se.find(Le=>Le.key===me);$e?.icon&&(Ae=$e.icon),!ee&&$e?.color&&(ee={"--t-item-fg":$e.color}),!ee&&W?.iconColor&&(ee={"--t-item-fg":W.iconColor}),we=$e?.label||"";try{xe=$e?.subs?.find(Le=>Le.key===rt)?.label||""}catch{}}catch{}const Be=xe?`${we} / ${xe}`:we||n?.label||Se,Oe=me=>v("training.countQuestions",{n:me}),ze=me=>v("training.countSentences",{n:me});let We="";try{if(W)if(n?.key==="LISTEN_IN_NOISE"){let me=0;Array.isArray(W.items)&&W.items.length>0?me=W.items.length:Array.isArray(W.sentences)&&W.sentences.length>0?me=W.sentences.length:W.sentences&&(me=1),We=ze(me)}else if(n?.key==="SHORT_STORY"){let me=1;Array.isArray(r?.items)?me=r.items.length:Array.isArray(r?.raw&&r.raw?.items)?me=r.raw.items.length:Array.isArray(W?.questions)?me=W.questions.length:Array.isArray(W?.sentences)&&(me=W.sentences.length),We=Oe(me)}else if(n?.key==="LONG_STORY"){let me=1;if(Array.isArray(W.items)&&W.items.length>0){const rt=W.items.reduce(($e,Le)=>{const qe=Le.questionItems;return Array.isArray(qe)?$e+qe.length:Array.isArray(Le.questions)?$e+Le.questions.length:$e},0);me=rt>0?rt:W.items.length}else Array.isArray(W.questions)&&W.questions.length>0?me=W.questions.length:Array.isArray(W.sentences)&&W.sentences.length>0&&(me=W.sentences.length);We=Oe(me)}else if(n?.key==="ORDERING_SENTENCE"){let me=1;Array.isArray(W.items)&&W.items.length>0?me=W.items.length:Array.isArray(W.sentences)&&W.sentences.length>0&&(me=W.sentences.length),We=ze(me)}else Array.isArray(W.items)&&(We=W.items.length>0?Oe(W.items.length):"")}catch{}const Fe=x==="list",at=x==="compact",Re=x==="small",He=Re&&n?.key?ng().find(me=>me.key===n.key)?.label??"":"",Ie=!!f&&!!n?.label&&n.label!==String(Se)||Re&&!!He&&He!==String(Se);return a.jsxs(a.Fragment,{children:[a.jsxs("div",{ref:N,className:`training-block-button${Fe?" training-block-button--list":""}${at?" training-block-button--compact":""}${Re?" training-block-button--small":""}${te?" training-block-button--completed":""}${K?" training-block-button--selected":""}${Ie&&!Re?" training-block-button--withType":""}${Re&&!Ie?" training-block-button--no-type-label":""}`,onClick:J,onPointerEnter:Q,onPointerLeave:O,role:"button",tabIndex:0,onKeyDown:z,"aria-label":typeof o=="string"?o:typeof Se=="string"?Se:void 0,children:[a.jsxs("div",{className:"training-block-button__left",children:[f&&n?.label&&n.label!==String(Se)&&a.jsx("span",{className:"training-block-button__type-label caption-1",children:n.label}),Re&&He&&He!==String(Se)&&a.jsx("span",{className:"training-block-button__type-label caption-2",children:He}),a.jsx(Zs,{icon:Ae,label:Se,tooltip:Be,wrapperStyle:ee,iconSize:Re||at?"small":"medium"}),!b&&(te||K)&&!(m&&B)&&a.jsx(pt,{type:"dot",icon:"check",position:"top-left",size:"medium","aria-label":te?v("training.completed","\uD6C8\uB828 \uC644\uB8CC"):v("training.selected","\uC120\uD0DD\uB428")}),m&&B&&a.jsx(pt,{type:"dot",icon:"remove",position:"top-left",size:"medium","aria-label":v("common.remove","\uC81C\uAC70"),onClick:X}),a.jsx("div",{className:`training-block-button__title ${at?"body-3":Re?"body-3b":"h3"}`,children:String(Se)}),a.jsxs("div",{className:"training-block-button__description",children:[(()=>{const me=w!==void 0?w:We;return me?a.jsx("div",{className:`training-block-button__count ${Re?"caption-2":"caption-1"}`,children:me}):null})(),a.jsx("div",{className:"training-block-button__chevron",children:a.jsx(Me,{icon:"chevron-right",label:v("training.next","\uB2E4\uC74C"),className:"training-block-button__chevron-icon",imgClassName:"training-block-button__chevron-icon-image",maskClassName:"training-block-button__chevron-icon-mask",svgClassName:"training-block-button__chevron-icon-svg",size:Re?12:20})})]}),(Fe||Re)&&j.length>0&&a.jsx("div",{ref:L,className:"training-block-button__preview","data-tooltip-ignore":!0,onClick:le,onPointerEnter:I,onPointerLeave:R,children:a.jsx(oe,{size:Re?28:32,type:"dot",icon:D?"pause":"play",variant:Re?"transparent-lightGray":"default",useBorder:!1,selected:D,ariaLabel:D?v("training.stop","\uC815\uC9C0"):v("training.preview","\uBBF8\uB9AC \uB4E3\uAE30"),onClick:F})})]}),C&&a.jsx("div",{className:"training-block-button__more","data-tooltip-ignore":!0,onClick:me=>{me.stopPropagation(),C(me)},children:a.jsx(oe,{size:40,type:"dot",icon:"more-horizontal",variant:"transparent-lightGray",useBorder:!1,ariaLabel:v("common.more","\uB354\uBCF4\uAE30")})})]}),k&&a.jsx(ln,{anchorRect:V,text:D?v("training.stop","\uC815\uC9C0"):v("training.preview","\uBBF8\uB9AC \uB4E3\uAE30"),offset:8,onClose:R}),B&&!T&&p&&(G?a.jsx(Dn,{anchorRect:U,items:G,activeIndex:$,onClose:O}):W?.subTitle?a.jsx(ln,{anchorRect:U,text:W.subTitle,offset:8,onClose:O}):null),T&&s&&s({trainingData:W,typeKey:n?.key??"",onClose:Z,onComplete:ce,popupTitle:String(Se),popupSubTitle:n?.subTitle,depth:i!=null?String(i):void 0,popupIcon:Ae,popupIconTooltip:String(Be),popupWrapperStyle:ee})]})}const xa=20;function HC(t){const{t:e}=pe(),{type:n,trainingDatas:r,depth:o,renderPopup:i,completedIds:s,selectedIds:c,onItemComplete:d,size:u,useDescriptionTooltip:h,onRemove:p,onMore:m,sectionType:b="page"}=t||{},[,f]=l.useState(0),g=typeof r<"u"?Array.isArray(r)?r:[]:[],y=g.length,[C,w]=l.useState(Math.min(y,xa)),x=l.useMemo(()=>Array.isArray(o)?[...o,n?.label].filter(Boolean).join(" \xB7 "):[o||"",n?.label].filter(Boolean).join(" \xB7 "),[o,n?.label]);l.useEffect(()=>{w(Math.min(y,xa))},[y]),ss("speechear.data.updated",()=>f(T=>T+1));function v(){w(T=>Math.min(y,T+xa))}return a.jsxs(Ln,{type:b,title:n?.label,icon:n?.icon,disc:n?.desc,className:"training-block",children:[a.jsx("div",{className:"training-list",children:(g||[]).slice(0,C).map((T,_)=>{const N=T;return a.jsx(Cr,{index:_,type:n,trainingData:N,depth:x,renderPopup:i,completedIds:s,selectedIds:c,size:u,useDescriptionTooltip:h,onRemove:typeof p=="function"&&c!=null&&N?.id!=null&&c.has(String(N.id))?()=>p(N):void 0,onComplete:typeof d=="function"&&N?.id!=null?()=>d(String(N.id)):void 0,onMore:typeof m=="function"?B=>m(N,B):void 0},N?.id!=null?`${n?.key||"t"}-${String(N.id)}`:`${n?.key||"t"}-${_}`)})}),y>xa&&C<y&&a.jsx("div",{className:"training-block__more",children:a.jsx(oe,{size:48,type:"bar",icon:"plus",onClick:v,ariaLabel:e("common.loadMore","\uB354\uBCF4\uAE30"),label:e("common.loadMore","\uB354\uBCF4\uAE30"),variant:"main"})})]})}function vr(t){const e=l.useRef(null),[n,r]=l.useState(!!t),[o,i]=l.useState(!1);l.useEffect(()=>{i(!1);const d=e.current;r(!!t&&!(d?.complete&&d.naturalWidth>0))},[t]);const s=l.useCallback(()=>r(!1),[]),c=l.useCallback(()=>{r(!1),i(!0)},[]);return{imgRef:e,loading:n,failed:o,hasImage:!!t&&!o,onLoad:s,onError:c}}let jn=null;function VC(t){if(jn&&jn!==t)try{jn()}catch{}return jn=t,()=>{jn===t&&(jn=null)}}var zC='data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2256_7437)">%0A<g opacity="0.1">%0A<path d="M35.7143 25C29.7964 25 25 29.7964 25 35.7143V64.2857C25 67.3786 25.7893 70.2893 27.1714 72.8286C29.7071 74.2143 32.6179 75 35.7143 75H64.2857C70.2036 75 75 70.2036 75 64.2857V35.7143C75 32.6214 74.2107 29.7107 72.8286 27.1714C70.2929 25.7857 67.3821 25 64.2857 25H35.7143Z" fill="%23111111"/>%0A</g>%0A<path d="M57.1426 17.8571H35.7141C25.8533 17.8571 17.8569 25.8536 17.8569 35.7143V44.0643L10.9926 51.6179C10.5819 52.0679 10.6283 52.775 11.0998 53.1643C13.1783 54.8929 15.4641 56.2214 17.8569 57.1679C17.8676 63.925 21.6283 69.8 27.1712 72.825C25.7855 70.2893 24.9998 67.3786 24.9998 64.2821V35.7107C24.9998 29.7929 29.7962 24.9964 35.7141 24.9964H64.2855C67.3783 24.9964 70.2891 25.7857 72.8283 27.1679C69.7998 21.6179 63.9105 17.8536 57.1426 17.8536V17.8571Z" fill="%23111111"/>%0A<path d="M72.8285 27.1714C74.2142 29.7072 75 32.6179 75 35.7143V64.2857C75 70.2036 70.2035 75 64.2857 75H35.7142C32.6214 75 29.7107 74.2107 27.1714 72.8286C30.2 78.3786 36.0892 82.1429 42.8571 82.1429H58.9678C59.9321 82.1429 60.7142 82.925 60.7142 83.8893C60.7142 84.9107 61.5892 85.7215 62.6071 85.6322C73.5535 84.675 82.1428 75.4822 82.1428 64.2857V42.8572C82.1428 36.0893 78.3785 30.2 72.8285 27.1714Z" fill="%23111111"/>%0A<path d="M36.0714 40.7143C36.0714 39.5308 35.112 38.5714 33.9285 38.5714C32.745 38.5714 31.7856 39.5308 31.7856 40.7143V45C31.7856 46.1834 32.745 47.1428 33.9285 47.1428C35.112 47.1428 36.0714 46.1834 36.0714 45V40.7143Z" fill="%23111111"/>%0A<path d="M46.7859 57.1429C45.743 57.1429 44.6966 56.875 43.7502 56.3286C42.8966 55.8357 42.6037 54.7429 43.1002 53.8893C43.593 53.0357 44.6859 52.7429 45.5395 53.2393C46.518 53.8036 47.7573 53.6429 48.5537 52.8464C48.9395 52.4607 49.1823 51.9714 49.2573 51.4357C49.5787 49.1607 50.5823 47 52.1645 45.1857C53.1073 44.1071 53.6037 42.7214 53.568 41.2857C53.493 38.3536 51.1466 35.9107 48.2216 35.7286C47.2323 35.6679 46.2859 35.8464 45.4073 36.2679C44.518 36.6929 43.4502 36.3107 43.0287 35.4214C42.6037 34.5321 42.9859 33.4643 43.8752 33.0429C45.2895 32.3714 46.868 32.0679 48.4466 32.1643C53.2037 32.4607 57.0216 36.4286 57.1395 41.1964C57.1966 43.5286 56.3859 45.7786 54.8573 47.5357C53.7323 48.825 53.018 50.3464 52.7966 51.9357C52.6109 53.2464 52.018 54.4357 51.0823 55.375C49.9145 56.5429 48.3609 57.15 46.7895 57.15L46.7859 57.1429Z" fill="%23111111"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2256_7437">%0A<rect width="100" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A';const WC=zC,wr=l.forwardRef(function({item:t,disabled:e=!1,onPlayDone:n,selectable:r=!1,selected:o=!1,onSelect:i,flipDelay:s=0,hideLabel:c=!1,hideAudio:d=!1,orderRank:u=null},h){const{t:p}=pe(),m=t.word||t.title||"",b=e||!m,f=t.audio??t.sound??t.audioKey,g=t.subLabel||t.pronunciation||"",y=t.colloquialLabel||"",[C,w]=l.useState({label:m,subLabel:g,colloquialLabel:y,homonum:t.homonum});m&&C.label!==m&&w({label:m,subLabel:g,colloquialLabel:y,homonum:t.homonum});const x=l.useRef(null),v=Xt("(max-width: 767px)"),[T,_]=l.useState(!1),[N,B]=l.useState(""),S=Nn()?.(C.label,C.homonum)??t.image??"",{imgRef:D,loading:$,hasImage:j,onLoad:k,onError:E}=vr(S);l.useEffect(()=>{let I=!1;return(async()=>{if(f){if(typeof f=="string"){if(f.startsWith("http")||f.includes("/")){B(f);return}}else if(typeof f=="object"&&!Array.isArray(f)){const V=f.src;if(V){B(V);return}}}const R=Va();if(R&&m)try{const V=await Promise.resolve(R(m));!I&&V&&B(V)}catch{}})(),()=>{I=!0}},[f,m]),l.useEffect(()=>()=>{try{x.current?.pause()}catch{}x.current=null},[]);const L=l.useCallback(()=>new Promise(I=>{if(typeof window<"u"&&window.speechSynthesis&&m){_(!0),window.speechSynthesis.cancel();const R=new SpeechSynthesisUtterance(m);R.lang="ko-KR",R.onend=()=>{_(!1);try{n?.()}catch{}I()},R.onerror=()=>{_(!1),I()},window.speechSynthesis.speak(R)}else I()}),[m,n]),F=l.useCallback(I=>new Promise(R=>{let V=!1;const P=()=>{V||(V=!0,_(!1),R(!1))};try{const U=new Audio(I);x.current=U,U.onended=()=>{if(!V){V=!0,_(!1);try{n?.()}catch{}R(!0)}},U.onerror=P,U.play().catch(P)}catch{P()}}),[n]),J=l.useCallback(async()=>{if(e)return;const I=VC(()=>{try{x.current?.pause()}catch{}try{window.speechSynthesis?.cancel()}catch{}_(!1)});try{window.speechSynthesis?.cancel()}catch{}try{if(N&&(_(!0),await F(N)))return;const R=v1();if(R&&m)try{const V=await Promise.resolve(R(m));if(V&&(_(!0),await F(V)))return}catch{}await L()}finally{I()}},[e,N,m,F,L]);l.useImperativeHandle(h,()=>({play:()=>J()}),[J]);const Z=I=>I.stopPropagation(),Q=l.useCallback(I=>{if(I.stopPropagation(),!e){if(T){try{x.current?.pause()}catch{}try{window.speechSynthesis?.cancel()}catch{}_(!1);return}J()}},[e,T,J]),O=ye("training-word-card",e?"training-word-card--disabled":"",b?"training-word-card--flipped":"",r?"training-word-card--selectable":"",o?"training-word-card--selected":"");return a.jsx("div",{className:O,onClick:r&&!e?i:void 0,role:r?"button":void 0,"aria-pressed":r?o:void 0,tabIndex:r&&!e?0:void 0,"aria-disabled":r&&e?!0:void 0,onKeyDown:r&&!e?I=>{(I.key==="Enter"||I.key===" "||I.key==="Spacebar")&&(I.preventDefault(),i?.())}:void 0,children:a.jsxs("div",{className:"training-word-card__flipper",style:{transitionDelay:b?"0ms":`${s}ms`},children:[a.jsxs("div",{className:"training-word-card__front",children:[o&&a.jsx("div",{className:"training-word-card__selected-badge",onClick:Z,children:a.jsx(pt,{type:"dot",size:40,position:"inline",animate:!0,icon:u!=null?void 0:"check",number:u??void 0,"aria-label":u!=null?p("training.nthSelected",{n:u}):p("training.selected","\uC120\uD0DD\uB428")})}),a.jsx("div",{className:"training-word-card__image-wrap",children:j?a.jsxs(a.Fragment,{children:[$&&a.jsx("div",{className:"training-word-card__spinner"}),a.jsx("img",{ref:D,className:"training-word-card__image",src:S,alt:C.label||p("common.image","\uC774\uBBF8\uC9C0"),style:{opacity:$?0:1},onLoad:k,onError:E})]}):a.jsx("div",{className:"training-word-card__placeholder"})}),!c&&a.jsxs("div",{className:"training-word-card__body",children:[a.jsx("div",{className:"training-word-card__word",children:C.label}),C.subLabel&&a.jsxs("div",{className:"training-word-card__pronunciation",children:["[",C.subLabel,"]"]}),C.colloquialLabel&&a.jsxs("div",{className:"training-word-card__colloquial caption-1",children:["[",C.colloquialLabel,"]"]})]}),!d&&a.jsx("div",{className:"training-word-card__bottom",onClick:r?Z:void 0,children:a.jsx(oe,{size:v?40:48,type:v?"dot":"bar",icon:T?"pause":"play",label:v?void 0:p("training.playSound","\uC18C\uB9AC \uB4E3\uAE30"),selected:T,onClick:Q,disabled:e,ariaLabel:p("training.playSound","\uC18C\uB9AC \uB4E3\uAE30")})})]}),a.jsx("div",{className:"training-word-card__back","aria-hidden":"true",children:a.jsx("img",{src:WC,className:"training-word-card__disabled-symbol",alt:"",draggable:!1})})]})})});let ea=0,Xs="",Js="",ta=0;function qC(){return Qs(!1)}function UC(){return Qs(!0)}function Qs(t){const e=typeof document<"u";ea===0&&e&&(Xs=document.body.style.overflow,document.body.style.overflow="hidden"),t&&e&&(ta===0&&(Js=document.body.style.paddingRight),ta++,document.body.style.paddingRight="0px"),ea++;let n=!1;return()=>{n||(n=!0,ea=Math.max(0,ea-1),t&&e&&(ta=Math.max(0,ta-1),ta===0&&(document.body.style.paddingRight=Js)),ea===0&&e&&(document.body.style.overflow=Xs))}}function GC(t,e=!0){l.useEffect(()=>{if(!e)return;const n=t.current;if(!n)return;const r=o=>{if(o.key!=="Tab")return;const i=Array.from(n.querySelectorAll(el));if(!i.length){o.preventDefault();return}const s=i[0],c=i[i.length-1];o.shiftKey&&document.activeElement===s?(o.preventDefault(),c.focus()):!o.shiftKey&&document.activeElement===c&&(o.preventDefault(),s.focus())};return n.addEventListener("keydown",r),()=>n.removeEventListener("keydown",r)},[t,e])}const el='a[href], button:not([disabled]), input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex="-1"])',YC=260;function un(t){const{t:e}=pe(),{title:n,subtitle:r,headerActions:o,children:i,buttons:s,footer:c,footerClassName:d="",onClose:u,closeDisabled:h=!1,beforeClose:p,className:m="",ariaLabel:b,useTitle:f=!0,inline:g=!1,size:y,resetScrollKey:C}=t||{},[w,x]=l.useState(!1),v=l.useRef(!1),T=l.useRef(null),_=l.useId(),N=l.useRef(null);l.useEffect(()=>{},[g,n,b,m]),l.useEffect(()=>{C!==void 0&&N.current&&(N.current.scrollTop=0)},[C]);const[B,S]=l.useState(!1);l.useEffect(()=>{const L=N.current;if(!L)return;const F=()=>S(L.scrollHeight>L.clientHeight+1);if(F(),typeof ResizeObserver>"u")return;const J=new ResizeObserver(F);J.observe(L);const Z=L.firstElementChild;return Z&&J.observe(Z),()=>J.disconnect()},[i,C]),l.useEffect(()=>{if(!g)return qC()},[g]),l.useEffect(()=>{if(g)return;const L=document.activeElement,F=T.current;return F&&!F.contains(document.activeElement)&&(F.querySelector(el)??F).focus(),()=>{L?.focus?.()}},[g]),GC(T,!g);const D=l.useCallback(L=>{v.current||(v.current=!0,x(!0),setTimeout(()=>{try{L&&L()}catch{}},YC))},[]),$=l.useCallback(()=>{h||p&&p()===!1||D(u)},[D,u,h,p]),j=l.useRef($);l.useEffect(()=>{j.current=$});const k=!g&&!!u;l.useEffect(()=>{if(k)return ds(()=>j.current())},[k]);const E=a.jsx("div",{className:`popup ${g?"popup--inline":""} ${w?"popup--closing":""} ${m}`,children:a.jsxs("div",{ref:T,className:`popup-panel${y?` popup-panel--${y}`:""}`,tabIndex:-1,role:g?void 0:"dialog","aria-modal":g?void 0:!0,"aria-labelledby":!g&&n?_:void 0,"aria-label":!g&&!n&&b?b:void 0,children:[!f&&(o||u)?a.jsxs("div",{className:"popup-close-float",children:[o,u&&a.jsx(oe,{size:40,type:"dot",icon:"x",variant:"transparent-gray",useBorder:!1,onClick:$,disabled:h,ariaLabel:e("common.close","\uB2EB\uAE30")})]}):n||o||u?a.jsxs("div",{className:`popup-header${r?" popup-header--with-subtitle":""}`,children:[a.jsxs("div",{className:"popup-header-main",children:[a.jsx("span",{id:_,className:"popup-title popup-title--left h2",children:n}),r&&a.jsx("span",{className:"popup-subtitle body-3",children:r})]}),a.jsxs("div",{className:"popup-header-actions",children:[o,u&&a.jsx(oe,{size:40,type:"dot",icon:"x",variant:"transparent-gray",useBorder:!1,onClick:$,disabled:h,ariaLabel:e("common.close","\uB2EB\uAE30")})]})]}):null,a.jsx("div",{className:"popup-content",ref:N,tabIndex:B?0:void 0,children:a.jsx("div",{className:"popup-content__inner",children:typeof i=="function"?i({animateThen:D,closeWithAnimation:$}):i})}),s?.length?a.jsx("div",{className:"popup-footer popup-footer--buttons",children:s.map((L,F)=>a.jsx(oe,{size:48,variant:L.variant??"default",label:L.label,disabled:L.disabled,onClick:()=>L.onClick?.({animateThen:D,closeWithAnimation:$})},F))}):c?a.jsx("div",{className:`popup-footer${d?` ${d}`:""}`,children:typeof c=="function"?c({animateThen:D,closeWithAnimation:$}):c}):null]})});return g||typeof document>"u"?E:Rt.createPortal(E,document.body)}function _a(t){return String(t)}const tl=["o","triangle","x"];function nl(t,e){return t===e?null:e}const al={o:"circle",triangle:"triangle",x:"x"},rl={o:"main",triangle:"warn",x:"danger"};function KC(t){let e=0,n=0,r=0;for(const i of Object.values(t))i==="o"?e++:i==="triangle"?n++:i==="x"&&r++;const o=e+n+r;return{marked:o,o:e,triangle:n,x:r,rate:o===0?null:(e+n*.5)/o}}function xr(t){const e={};for(const[n,r]of Object.entries(t))(r==="o"||r==="triangle"||r==="x")&&(e[n]=r);return e}function ol(t){const e=[];let n=0;for(const r of t)e.push(n),n+=r;return e}function ZC(t,e){return!e&&t>0}const Mn={landscape:{width:1123,height:794,printSize:"A4 landscape",printW:"297mm",printH:"210mm"},portrait:{width:794,height:1123,printSize:"A4 portrait",printW:"210mm",printH:"297mm"}};function XC(t="landscape"){const{printSize:e,printW:n,printH:r}=Mn[t],o=document.createElement("style");o.textContent=`@page { size: ${e}; margin: 0; } .word-table { width: ${n} !important; height: ${r} !important; }`,document.head.appendChild(o);const i=()=>{document.head.removeChild(o),window.removeEventListener("afterprint",i)};window.addEventListener("afterprint",i),window.print()}function il(t,e){if(t.length===0)return[[]];const n=Math.max(1,Math.floor(e)),r=[];for(let o=0;o<t.length;o+=n)r.push(t.slice(o,o+n));return r}const JC={landscape:{1:{cols:1,rows:1},2:{cols:2,rows:1},3:{cols:3,rows:1},4:{cols:2,rows:2},5:{cols:3,rows:2},6:{cols:3,rows:2},7:{cols:4,rows:2},8:{cols:4,rows:2},9:{cols:5,rows:2},10:{cols:5,rows:2},11:{cols:4,rows:3},12:{cols:4,rows:3}},portrait:{1:{cols:1,rows:1},2:{cols:1,rows:2},3:{cols:1,rows:3},4:{cols:1,rows:4},5:{cols:1,rows:5},6:{cols:2,rows:3},7:{cols:2,rows:4},8:{cols:2,rows:4},9:{cols:2,rows:5},10:{cols:2,rows:5},11:{cols:3,rows:4},12:{cols:3,rows:4}}};function QC(t,e){const n=JC[t][e];if(n)return n;const r=Math.max(1,Math.ceil(e)),o=Math.max(1,Math.ceil(Math.sqrt(r*.707)));let i,s;return t==="landscape"?(s=o,i=Math.ceil(r/s)):(i=o,s=Math.ceil(r/i)),(t==="landscape"?i<s:s<i)&&([i,s]=[s,i]),{cols:i,rows:s}}const e4={\uD45C\uC2DC:"word-table-block__content--cut-show",\uC810\uC120:"",\uCF54\uB108:"word-table-block__content--cut-corner",\uBBF8\uD45C\uC2DC:""},sl={\uBA85:"\uBA85\uC0AC",\uB3D9:"\uB3D9\uC0AC",\uD615:"\uD615\uC6A9\uC0AC",\uBD80:"\uBD80\uC0AC",\uC218:"\uC218\uC0AC",\uAD00:"\uAD00\uD615\uC0AC",\uAC10:"\uAC10\uD0C4\uC0AC",\uC870:"\uC870\uC0AC",\uC811:"\uC811\uC0AC",\uC758:"\uC758\uC874\uBA85\uC0AC",\uB300:"\uB300\uBA85\uC0AC",\uBCF4\uB3D9:"\uBCF4\uC870\uB3D9\uC0AC",\uBCF4\uD615:"\uBCF4\uC870\uD615\uC6A9\uC0AC"},ll={\uACE0\uC720:"\uACE0\uC720\uC5B4",\uD55C\uC790:"\uD55C\uC790\uC5B4",\uC678\uB798:"\uC678\uB798\uC5B4",\uD63C\uC885:"\uD63C\uC885\uC5B4"};function _r(t,e){return t?t.split("/").map(n=>e[n]??n).join("/"):""}function cl(t,e,n,r){if(r!=="\uC810\uC120")return{};const o=t%e,i=Math.floor(t/e),s=o<e-1,c=i<n-1;if(!s&&!c)return{};const d="#ddd",u=b=>`repeating-linear-gradient(to ${b}, ${d} 0, ${d} 5px, transparent 5px, transparent 10px)`,h=[],p=[],m=[];return s&&(h.push(u("bottom")),p.push("1px 100%"),m.push("right center")),c&&(h.push(u("right")),p.push("100% 1px"),m.push("center bottom")),{backgroundImage:h.join(", "),backgroundSize:p.join(", "),backgroundPosition:m.join(", "),backgroundRepeat:"no-repeat",printColorAdjust:"exact",WebkitPrintColorAdjust:"exact"}}const t4=280,n4=240,a4=280,r4=400,o4=120,i4=280;function ul(t,e){const n=l.useRef(null),[r,o]=l.useState(1),[i,s]=l.useState(0),c=l.useCallback((d,u)=>{const h=d/t,p=e?u/e:1/0,m=Math.min(1,h,p);o(m),s(Math.max(0,(d-t*m)/2))},[t,e]);return l.useEffect(()=>{const d=n.current;if(!d)return;const u=e?d.parentElement??d:d;if(c(u.clientWidth,u.clientHeight),typeof ResizeObserver>"u")return;const h=new ResizeObserver(([p])=>c(p.contentRect.width,p.contentRect.height));return h.observe(u),()=>h.disconnect()},[c,e]),{scalerRef:n,scale:r,offset:i}}let tn=null;function dl({label:t,subLabel:e,colloquialLabel:n,homonum:r,showWord:o=!0,showImage:i=!0,showPronunciation:s=!0,showColloquial:c=!0,buttonSize:d=40,wordInfo:u}){const{t:h}=pe(),p=l.useRef(null),m=l.useRef(null),b=l.useRef(null),[f,g]=l.useState(1),[y,C]=l.useState(!1),[w,x]=l.useState(""),[v,T]=l.useState(null),_=e&&e.length>0?e:x1()?.(t,r)??"",N=Nn()?.(t,r)??"",{imgRef:B,loading:S,failed:D,onLoad:$,onError:j}=vr(N),k=l.useCallback(()=>T(m.current?.getBoundingClientRect()??null),[]),E=l.useCallback(()=>T(null),[]),L=l.useMemo(()=>{if(!u)return null;const O=[];return u.grade&&O.push(`\uB09C\uC774\uB3C4: ${u.grade}\uB4F1\uAE09`),u.syllables&&O.push(`\uC74C\uC808 \uC218: ${u.syllables}\uC74C\uC808`),u.pos&&O.push(`\uD488\uC0AC: ${_r(u.pos,sl)}`),u.wordType&&O.push(`\uC720\uD615: ${_r(u.wordType,ll)}`),O.length?O:null},[u]);l.useEffect(()=>{const O=Va(),I=_||t;if(!O||!I)return;let R=!1;return Promise.resolve(O(I)).then(V=>{!R&&V&&x(V)}),()=>{R=!0}},[_,t]),l.useEffect(()=>()=>{b.current?.pause(),tn?.audio===b.current&&(tn=null)},[]);const F=l.useCallback(async O=>{if(O.stopPropagation(),y){b.current?.pause(),C(!1),tn=null;return}if(w){tn?.stop(),C(!0);try{const I=new Audio(w);b.current=I;const R=()=>{C(!1),tn?.audio===I&&(tn=null)};tn={audio:I,stop:()=>{I.pause(),R()}},I.onended=R,I.onerror=R,await I.play()}catch{C(!1),tn?.audio===b.current&&(tn=null)}}},[y,w]),J=i&&!!N&&!D,Z=J&&o?t4:J?a4:n4,Q=J&&o?r4:J?i4:o4;return l.useEffect(()=>{const O=p.current;if(!O||typeof ResizeObserver>"u")return;const I=new ResizeObserver(([R])=>{const{width:V,height:P}=R.contentRect;g(Math.min(V/Z,P/Q))});return I.observe(O),()=>I.disconnect()},[Z,Q]),a.jsxs("div",{ref:p,className:"word-table-cell",children:[a.jsxs("div",{className:"word-table-cell__inner",style:{transform:`scale(${f})`},children:[J&&a.jsxs("div",{className:"word-table-cell__image-wrap",children:[S&&a.jsx("div",{className:"word-table-cell__spinner"}),a.jsx("img",{ref:B,className:"word-table-cell__image",src:N,alt:t,draggable:!1,style:{opacity:S?0:1},onLoad:$,onError:j})]}),o&&a.jsx("span",{className:"word-table-cell__word h0",children:t}),s&&_&&a.jsxs("span",{className:"word-table-cell__sub h3",children:["[",_,"]"]}),c&&n&&a.jsxs("span",{className:"word-table-cell__colloquial h5",children:["[",n,"]"]})]}),a.jsxs("div",{className:"word-table-cell__play-button","data-audio-src":w,children:[a.jsx("span",{"data-play-state":"play",style:{display:y?"none":void 0},children:a.jsx(oe,{size:d,type:"dot",icon:"play",variant:"transparent-lightGray",useBorder:!1,showTooltipInfo:h("common.play","\uC7AC\uC0DD"),onClick:F})}),a.jsx("span",{"data-play-state":"pause",style:{display:y?void 0:"none"},children:a.jsx(oe,{size:d,type:"dot",icon:"pause",useBorder:!1,selected:!0,showTooltipInfo:h("common.pause","\uBA48\uCDA4"),onClick:F})})]}),u&&a.jsxs("div",{ref:m,className:"word-table-cell__info-button",onPointerEnter:k,onPointerLeave:E,onFocus:k,onBlur:E,children:[a.jsx(oe,{size:d,type:"dot",icon:"info",variant:"transparent-lightGray",useBorder:!1,showTooltipInfo:!1,ariaLabel:h("wordTable.wordInfo","{{word}} \uB0B1\uB9D0 \uC815\uBCF4",{word:t}),onClick:O=>O.stopPropagation()}),v&&L&&a.jsx(Dn,{anchorRect:v,items:L,showIndex:!1})]})]})}function Pn({title:t,titleIcon:e,disc:n,className:r,orientation:o="landscape",contentTypes:i=["\uC774\uBBF8\uC9C0","\uB2E8\uC5B4","\uD45C\uC900 \uBC1C\uC74C"],cutLine:s="\uD45C\uC2DC",showOutline:c=!0,showDivLine:d=!0,items:u,editCells:h,count:p,activeCell:m=null,onActivateCell:b,onRemoveCell:f,onRemoveItem:g,onReorder:y,showFillerAdd:C=!1,contentRef:w,buttonSize:x=40,pageNumber:v,pageNumberPosition:T="right",fitHeight:_=!1,scoring:N=!1,marks:B,onMarkClick:S,scoreIndexOffset:D=0}){const $=l.useCallback((ce,te)=>{S?.(D+ce,te)},[S,D]),j=(ce,te)=>{const K=B?.[_a(D+ce)]??null;return a.jsx("div",{className:ye("word-table-cell__score",K?"word-table-cell__score--marked":""),children:tl.map(se=>a.jsx("span",{className:ye("word-table-cell__score-slot",K===se?"word-table-cell__score-slot--on":""),children:a.jsx(oe,{size:x,type:"dot",icon:al[se],variant:K===se?rl[se]:"default",selected:K===se,useBorder:!1,showTooltipInfo:!1,ariaLabel:k(`wordTable.scoring.${se}`,{word:te,defaultValue:`${te} ${se}`}),onClick:fe=>{fe.stopPropagation(),$(ce,se)}})},se))})},{t:k}=pe(),E=h!==void 0,L=l.useRef(null),[F,J]=l.useState(null),{width:Z,height:Q}=Mn[o],{scalerRef:O,scale:I,offset:R}=ul(Z,_?Q:void 0),V=E?h?.length??0:u?.length??0,P=Math.max(p??V,1),{cols:U,rows:M}=QC(o,P),z={word:i.length===0||i.includes("\uB2E8\uC5B4"),image:i.length===0||i.includes("\uC774\uBBF8\uC9C0"),pron:i.length===0||i.includes("\uD45C\uC900 \uBC1C\uC74C"),colloq:i.length===0||i.includes("\uAD6C\uC5B4\uCCB4 \uBC1C\uC74C")},W=E?(h??[]).some(ce=>ce!==null&&ce.length>1):(u??[]).some(ce=>ce.words.length>1),G=ye("word-table-block__content",e4[s],c&&"word-table-block__content--outline",d&&W&&"word-table-block__content--div-line"),X={transform:`scale(${1/I})`,transformOrigin:"center center"},le=a.jsx("div",{ref:O,className:"word-table__scaler",style:{height:Q*I},children:a.jsx("div",{className:ye("word-table",r),style:{width:Z,height:Q,transform:`scale(${I})`,transformOrigin:"top left",marginLeft:R},children:a.jsxs("div",{ref:w,className:G,style:{gridTemplateColumns:`repeat(${U}, 1fr)`,gridTemplateRows:`repeat(${M}, 1fr)`},children:[E?a.jsx(a.Fragment,{children:(h??[]).map((ce,te)=>a.jsx("div",{className:ye("word-table-block__edit-cell",ce?"word-table-block__edit-cell--filled":"word-table-block__edit-cell--empty",m===te?"word-table-block__edit-cell--active":""),style:cl(te,U,M,s),children:ce?a.jsxs(a.Fragment,{children:[ce.map((K,se)=>a.jsxs(l.Fragment,{children:[se>0&&a.jsx("div",{className:"word-table-block__pair-divider"}),a.jsx(dl,{label:K.word,subLabel:K.pronunciation,homonum:K.homonum,showWord:z.word,showImage:z.image,showPronunciation:z.pron,showColloquial:z.colloq,buttonSize:x})]},se)),N&&j(te,ce.map(K=>K.word).join(" / ")),f&&a.jsx("div",{className:"word-table-block__card-close",children:a.jsx(oe,{size:x,type:"dot",icon:"x",variant:"transparent-lightGray",useBorder:!1,showTooltipInfo:ce.length>1?k("wordPrint.removePair","\uB300\uB9BD\uC30D \uBE7C\uAE30"):k("wordPrint.removeWord","\uB2E8\uC5B4 \uBE7C\uAE30"),ariaLabel:ce.length>1?k("wordPrint.removePair","\uB300\uB9BD\uC30D \uBE7C\uAE30"):k("wordPrint.removeWord","\uB2E8\uC5B4 \uBE7C\uAE30"),onClick:()=>f(te)})})]}):b&&a.jsx("div",{style:X,children:a.jsx(oe,{size:"48",type:"bar",icon:"plus",label:k("wordTable.addWord","\uCD94\uAC00\uD558\uAE30"),onClick:()=>b(te)})})},te))}):a.jsxs(a.Fragment,{children:[(u??[]).map((ce,te)=>a.jsxs("div",{className:`word-table-block__card${y?" word-table-block__card--draggable":""}${F===te?" word-table-block__card--drag-over":""}`,style:cl(te,U,M,s),draggable:!!y,onDragStart:y?()=>{L.current=te}:void 0,onDragOver:y?K=>{K.preventDefault(),J(te)}:void 0,onDragLeave:y?()=>J(null):void 0,onDrop:y?K=>{K.preventDefault(),L.current!==null&&L.current!==te&&y(L.current,te),L.current=null,J(null)}:void 0,onDragEnd:y?()=>{L.current=null,J(null)}:void 0,children:[ce.words.map((K,se)=>a.jsxs(l.Fragment,{children:[se>0&&a.jsx("div",{className:"word-table-block__pair-divider"}),a.jsx(dl,{label:K.label,subLabel:K.subLabel,colloquialLabel:K.colloquialLabel,homonum:K.homonum,showWord:z.word,showImage:z.image,showPronunciation:z.pron,showColloquial:z.colloq,buttonSize:x,wordInfo:K.grade||K.syllables!=null||K.pos||K.wordType?{grade:K.grade,syllables:K.syllables,pos:K.pos,wordType:K.wordType}:void 0})]},se)),N&&j(te,ce.words.map(K=>K.label).join(" / ")),g&&a.jsx("div",{className:"word-table-block__card-close",children:a.jsx(oe,{size:x,type:"dot",icon:"x",variant:"transparent-lightGray",useBorder:!1,showTooltipInfo:ce.words.length>1?k("wordPrint.removePair","\uB300\uB9BD\uC30D \uBE7C\uAE30"):k("wordPrint.removeWord","\uB2E8\uC5B4 \uBE7C\uAE30"),ariaLabel:ce.words.length>1?k("wordPrint.removePair","\uB300\uB9BD\uC30D \uBE7C\uAE30"):k("wordPrint.removeWord","\uB2E8\uC5B4 \uBE7C\uAE30"),onClick:()=>g(ce.id)})})]},ce.id)),Array.from({length:Math.max(0,U*M-(u?.length??0))}).map((ce,te)=>{const K=(u?.length??0)+te<P;return a.jsx("div",{className:"word-table-block__card word-table-block__card--filler",children:C&&b&&K&&a.jsx("div",{style:X,children:a.jsx(oe,{size:x,type:"bar",icon:"plus",label:k("wordTable.addWord","\uCD94\uAC00\uD558\uAE30"),onClick:()=>b((u?.length??0)+te)})})},`filler-${te}`)})]}),v&&T!=="none"&&a.jsx("span",{className:`word-table__page-number body-3 word-table__page-number--${T}`,children:k("wordTable.filter.pageIndicator",{current:v.current,total:v.total})})]})})});return t!=null||e||n?a.jsx(Ln,{type:"page",icon:e,title:t,disc:n,className:ye("word-table-block",r),children:le}):le}function nn({title:t,headerAction:e,collapsible:n=!1,defaultCollapsed:r=!1,collapsed:o,onCollapsedChange:i,footer:s,sections:c,selected:d={},onSelect:u,align:h,sectionAlign:p,className:m}){const b=(h??(p==="vertical"?"newline":"inline"))==="inline",{t:f}=pe(),[g,y]=l.useState(r),C=o??g,w=()=>{const v=!C;y(v),i?.(v)},x=t||e||n;return a.jsxs("div",{className:ye("filter-panel",n?"filter-panel--collapsible":"",C?"filter-panel--collapsed":"",m),children:[x&&a.jsxs("div",{className:"filter-panel__header",children:[a.jsxs("div",{className:"filter-panel__title-row",children:[n&&a.jsx(oe,{size:40,type:"dot",variant:"transparent-gray",useBorder:!1,icon:C?"chevron-down":"chevron-up",ariaLabel:C?f("common.expand","\uD3BC\uCE58\uAE30"):f("common.collapse","\uC811\uAE30"),"aria-expanded":!C,onClick:w}),t&&a.jsx("span",{className:"filter-panel__title h4",children:t})]}),a.jsx("div",{className:"filter-panel__header-actions",children:!C&&e})]}),!C&&a.jsxs(a.Fragment,{children:[a.jsx("div",{className:ye("filter-panel__sections",b?"filter-panel__sections--row":""),children:c.map(v=>{const T=d[v.label],_=T===void 0||(Array.isArray(T)?T.length===0:!1),N=(v.items??[]).filter(S=>S!=null),B=S=>{const D=typeof S=="string"?S:S.value,$=typeof S!="string"&&!!S.disabled,j=typeof S!="string"?S.labels:void 0,k=typeof S!="string"?S.displayLabel:void 0,E=typeof S!="string"?S.tooltip:void 0,L=typeof S!="string"?S.descriptionTooltip:void 0,F=typeof S!="string"?S.shape:void 0,J=Array.isArray(T)?T.includes(D):T===D;return a.jsx(oe,{size:"keyboard",label:j??k??D,type:v.itemType??(j?"bar":D.length===1?"dot":void 0),selected:J,disabled:$,shape:F,showTooltipInfo:!!E,tooltipInfoText:E,tooltipDescription:L,onClick:()=>u?.(D,v.label)},D)};return a.jsxs(l.Fragment,{children:[v.groupLabel&&a.jsxs("div",{className:"filter-panel__group-label-row",children:[a.jsx("div",{className:"filter-panel__group-label body-2",children:v.groupLabel}),v.groupAction]}),a.jsxs("div",{className:ye("filter-panel__section",v.layout==="row"?"filter-panel__section--row":"",v.block?"filter-panel__section--block":""),children:[a.jsxs("div",{className:"filter-panel__section-label-row",children:[a.jsx("span",{className:"filter-panel__section-label body-3",children:v.displayLabel??v.label}),v.labelAction]}),v.type==="note"?a.jsx("div",{className:"filter-panel__note body-3",children:v.content}):v.type==="input"?a.jsx(vn,{className:"filter-panel__textfield",placeholder:v.placeholder,ariaLabel:v.displayLabel??v.label,value:d[v.label]??"",onChange:S=>u?.(S,v.label),error:v.error}):!v.multiple&&v.display==="segmented"?a.jsx(wn,{ariaLabel:v.displayLabel??v.label,options:[...v.allOption?[{key:cn,label:v.allLabel??f("common.all","\uC804\uCCB4")}]:[],...N.map(S=>{const D=typeof S=="string"?S:S.value,$=typeof S!="string"?S.displayLabel:void 0,j=typeof S!="string"?S.disabled:void 0;return{key:D,label:$??D,disabled:j}})],value:_&&v.allOption?cn:d[v.label],onChange:S=>u?.(S,v.label),size:32}):!v.multiple&&v.display==="dropdown"?a.jsx(Ht,{className:"filter-panel__dropdown",size:40,options:[...v.allOption?[{value:cn,label:v.allLabel??f("common.all","\uC804\uCCB4")}]:[],...N.map(S=>{const D=typeof S=="string"?S:S.value,$=typeof S!="string"?S.displayLabel:void 0,j=typeof S!="string"?S.disabled:void 0;return{value:D,label:$??D,disabled:j}})],value:_&&v.allOption?cn:d[v.label],onChange:S=>u?.(S,v.label)}):a.jsxs("div",{className:v.groups?"filter-panel__item-groups":"filter-panel__items",children:[v.allOption&&!v.groups&&a.jsx(oe,{size:"keyboard",label:v.allLabel??f("common.all","\uC804\uCCB4"),selected:_,disabled:v.allOptionDisabled,onClick:()=>u?.(cn,v.label)}),v.groups?v.groups.map((S,D)=>a.jsxs("div",{className:"filter-panel__item-group",children:[D===0&&v.allOption&&a.jsx(oe,{size:"keyboard",label:v.allLabel??f("common.all","\uC804\uCCB4"),selected:_,disabled:v.allOptionDisabled,onClick:()=>u?.(cn,v.label)}),S.filter($=>$!=null).map(B)]},D)):N.map(B)]})]})]},v.label)})}),s!=null&&s!==!1&&a.jsx("div",{className:"filter-panel__footer body-3",children:s})]})]})}const s4=[1,2,3,4,5,6,7,8,9,10,11,12],l4=[8,4,2,1];function pl(t,e){return{label:t("wordTable.filter.composition","\uAD6C\uC131"),items:[{value:"\uC774\uBBF8\uC9C0",disabled:!e.hasImage,displayLabel:t("wordTable.filter.image","\uC774\uBBF8\uC9C0")},{value:"\uB2E8\uC5B4",displayLabel:t("wordTable.filter.word","\uB2E8\uC5B4")},{value:"\uD45C\uC900 \uBC1C\uC74C",displayLabel:t("wordTable.filter.standardPron","\uD45C\uC900 \uBC1C\uC74C")},{value:"\uAD6C\uC5B4\uCCB4 \uBC1C\uC74C",disabled:!e.hasColloquial,displayLabel:t("wordTable.filter.colloquialPron","\uAD6C\uC5B4\uCCB4 \uBC1C\uC74C")}],multiple:!0,allOption:!0}}function hl(t){return{label:t("wordTable.filter.paperOrientation","\uC6A9\uC9C0 \uBC29\uD5A5"),items:[{value:"\uAC00\uB85C",displayLabel:t("wordTable.filter.landscape","\uAC00\uB85C")},{value:"\uC138\uB85C",displayLabel:t("wordTable.filter.portrait","\uC138\uB85C")}],display:"segmented"}}function ml(t){return{label:t("wordTable.filter.border","\uC678\uACFD\uC120"),items:[{value:"\uD45C\uC2DC",displayLabel:t("wordTable.filter.show","\uD45C\uC2DC")},{value:"\uBBF8\uD45C\uC2DC",displayLabel:t("wordTable.filter.hide","\uBBF8\uD45C\uC2DC")}],display:"segmented"}}function gl(t){return{label:t("wordTable.filter.cutLine","\uC808\uCDE8\uC120"),items:[{value:"\uD45C\uC2DC",displayLabel:t("wordTable.filter.show","\uD45C\uC2DC")},{value:"\uC810\uC120",displayLabel:t("wordTable.filter.dotted","\uC810\uC120")},{value:"\uCF54\uB108",displayLabel:t("wordTable.filter.corner","\uCF54\uB108")},{value:"\uBBF8\uD45C\uC2DC",displayLabel:t("wordTable.filter.hide","\uBBF8\uD45C\uC2DC")}],display:"segmented"}}function fl(t){return{label:t("wordPrint.divLine","\uB300\uB9BD\uC120"),items:[{value:"\uD45C\uC2DC",displayLabel:t("wordTable.filter.show","\uD45C\uC2DC")},{value:"\uBBF8\uD45C\uC2DC",displayLabel:t("wordTable.filter.hide","\uBBF8\uD45C\uC2DC")}],display:"segmented"}}function bl(t,e){return{label:t(e.hasPairs?"wordTable.filter.itemsPerPagePair":"wordTable.filter.itemsPerPageWord"),items:[e.itemCount,...l4.filter(n=>n<e.itemCount)].map(n=>({value:`${n}\uAC1C`,displayLabel:t("wordTable.filter.itemsPerPageOption",{count:n})})),display:"segmented"}}function yl(t){return{label:t("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638"),items:[{value:"\uC67C\uCABD",displayLabel:t("wordTable.filter.pageNumberLeft","\uC67C\uCABD")},{value:"\uC911\uC559",displayLabel:t("wordTable.filter.pageNumberCenter","\uC911\uC559")},{value:"\uC624\uB978\uCABD",displayLabel:t("wordTable.filter.pageNumberRight","\uC624\uB978\uCABD")},{value:"\uBBF8\uD45C\uC2DC",displayLabel:t("wordTable.filter.hide","\uBBF8\uD45C\uC2DC")}],display:"segmented"}}const Cl={left:"\uC67C\uCABD",center:"\uC911\uC559",right:"\uC624\uB978\uCABD",none:"\uBBF8\uD45C\uC2DC"};function vl(t){return t==="\uC67C\uCABD"?"left":t==="\uC911\uC559"?"center":t==="\uC624\uB978\uCABD"?"right":"none"}function wl(t,e){return{[t("wordTable.filter.composition","\uAD6C\uC131")]:e.contentTypes,[t("wordTable.filter.paperOrientation","\uC6A9\uC9C0 \uBC29\uD5A5")]:e.orientation==="landscape"?"\uAC00\uB85C":"\uC138\uB85C",[t("wordTable.filter.border","\uC678\uACFD\uC120")]:e.showOutline?"\uD45C\uC2DC":"\uBBF8\uD45C\uC2DC",[t("wordTable.filter.cutLine","\uC808\uCDE8\uC120")]:e.cutLine,[t("wordPrint.divLine","\uB300\uB9BD\uC120")]:e.showDivLine?"\uD45C\uC2DC":"\uBBF8\uD45C\uC2DC"}}function xl(t,e,n,r){return n===t("wordTable.filter.composition","\uAD6C\uC131")?e===cn?(r.setContentTypes(()=>[]),!0):(r.setContentTypes(o=>o.includes(e)?o.filter(i=>i!==e):[...o,e]),!0):n===t("wordTable.filter.paperOrientation","\uC6A9\uC9C0 \uBC29\uD5A5")?(r.setOrientation(e==="\uAC00\uB85C"?"landscape":"portrait"),!0):n===t("wordTable.filter.border","\uC678\uACFD\uC120")?(r.setShowOutline(e==="\uD45C\uC2DC"),!0):n===t("wordTable.filter.cutLine","\uC808\uCDE8\uC120")?(r.setCutLine(e),!0):n===t("wordPrint.divLine","\uB300\uB9BD\uC120")?(r.setShowDivLine(e==="\uD45C\uC2DC"),!0):!1}function c4(t){return"sections"in t}function kr(t){const{t:e}=pe(),{title:n,className:r}=t;if(c4(t))return a.jsx(nn,{className:r,title:n??e("wordTable.filterTitle","\uD45C \uC124\uC815"),sections:t.sections,selected:t.selected,onSelect:t.onSelect,align:"inline"});const{hasImage:o,hasColloquial:i,contentTypes:s,orientation:c,showOutline:d,cutLine:u,showDivLine:h,setters:p,showCutLine:m=!1,showDivLine2:b=!1,middleSections:f=[],extraSelected:g={},onExtraSelect:y}=t,C=[pl(e,{hasImage:o,hasColloquial:i}),hl(e),...f,ml(e),...m?[gl(e)]:[],...b?[fl(e)]:[]],w={...wl(e,{contentTypes:s,orientation:c,showOutline:d,cutLine:u,showDivLine:h}),...g},x=(v,T)=>{xl(e,v,T,p)||y?.(v,T)};return a.jsx(nn,{className:r,title:n??e("wordTable.filterTitle","\uD45C \uC124\uC815"),sections:C,selected:w,onSelect:x,sectionAlign:"horizontal"})}function _l(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function Sr(t){return t.replace(/[\\/:*?"<>|]/g,"_").trim()}function u4(t,e,n,r="",o=""){if(t.length===0)return;const i=r?Sr(r):"";if(i){const d=document.title;document.title=i;const u=()=>{document.title=d,window.removeEventListener("afterprint",u)};window.addEventListener("afterprint",u)}const s=document.createElement("iframe");s.style.cssText="position:fixed;left:-10000px;top:0;width:1200px;height:900px;border:0;",document.body.appendChild(s);const c=s.contentDocument;if(!c){s.remove();return}c.open(),c.write(Ar(t,e,n,!0,i,o)),c.close(),s.contentWindow?.addEventListener("afterprint",()=>setTimeout(()=>s.remove(),0))}function Ar(t,e,n,r=!1,o="",i=""){o=o?Sr(o):"";const s=Array.from(document.styleSheets).flatMap(h=>{try{return Array.from(h.cssRules).map(p=>p.cssText)}catch{return[]}}).join(`
|
|
836
|
+
`),c=document.documentElement.getAttribute("data-theme")||"light",d=i?`<div class="paper-head">${_l(i)}</div>`:"",u=t.map(h=>{const p=h.cloneNode(!0);return p.querySelectorAll('[data-play-state="play"]').forEach(m=>m.style.display=""),p.querySelectorAll('[data-play-state="pause"]').forEach(m=>m.style.display="none"),p.querySelectorAll(".word-table-cell__score-slot:not(.word-table-cell__score-slot--on)").forEach(m=>m.remove()),`<div class="paper-wrap">${d}${p.outerHTML}</div>`}).join(`
|
|
837
|
+
`);return`<!DOCTYPE html>
|
|
838
|
+
<html data-theme="${c}">
|
|
839
|
+
<head>
|
|
840
|
+
<meta charset="utf-8">
|
|
841
|
+
${o?`<title>${_l(o)}</title>`:""}
|
|
842
|
+
<style>${s}</style>
|
|
843
|
+
<style>
|
|
844
|
+
* { box-sizing: border-box; }
|
|
845
|
+
html, body { margin: 0; padding: 24px 0; width: 100%; min-height: 100%; background: #f0f0f0; overflow: auto; }
|
|
846
|
+
body { display: flex; flex-direction: column; align-items: center; gap: 24px; }
|
|
847
|
+
.paper-wrap {
|
|
848
|
+
width: ${e}px; height: ${n}px;
|
|
849
|
+
padding: 57px;
|
|
850
|
+
background: #fff;
|
|
851
|
+
box-shadow: 0 4px 24px rgba(0,0,0,.14);
|
|
852
|
+
border: 1px solid #ccc;
|
|
853
|
+
flex-shrink: 0;
|
|
854
|
+
transform-origin: top center;
|
|
855
|
+
}
|
|
856
|
+
.word-table-block__card-close { display: none; }
|
|
857
|
+
/* \uBA38\uB9AC\uAE00\uC740 \uACA9\uC790 \uC704\uC5D0 \uC5B9\uD78C\uB2E4. \uC6A9\uC9C0 \uC548\uCABD \uC5EC\uBC31(57px)\uC744 \uC774\uBBF8 .paper-wrap \uC774 \uAC16\uACE0 \uC788\uC5B4
|
|
858
|
+
\uC5EC\uAE30\uC11C\uB294 \uC544\uB798 \uAC04\uACA9\uB9CC \uC900\uB2E4. \uACA9\uC790\uB294 \uC81C \uB192\uC774\uB97C \uC2A4\uC2A4\uB85C \uC7A1\uC73C\uBBC0\uB85C \uBC00\uB824\uB3C4 \uC798\uB9AC\uC9C0 \uC54A\uB294\uB2E4. */
|
|
859
|
+
.paper-head {
|
|
860
|
+
font-size: 13px;
|
|
861
|
+
line-height: 1.4;
|
|
862
|
+
color: #444;
|
|
863
|
+
margin-bottom: 10px;
|
|
864
|
+
white-space: nowrap;
|
|
865
|
+
overflow: hidden;
|
|
866
|
+
text-overflow: ellipsis;
|
|
867
|
+
}
|
|
868
|
+
.new-window-close {
|
|
869
|
+
position: fixed; top: 16px; right: 16px;
|
|
870
|
+
box-shadow: 0 2px 8px rgba(0,0,0,.12);
|
|
871
|
+
}
|
|
872
|
+
@media print {
|
|
873
|
+
/* \uC6A9\uC9C0 \uBC29\uD5A5\uC744 \uB2E8\uC5B4\uD45C \uC124\uC815\uACFC \uC77C\uCE58\uC2DC\uCF1C \uC778\uC1C4 \uB300\uD654\uC0C1\uC790 \uAE30\uBCF8\uAC12\uC73C\uB85C \uBC18\uC601 */
|
|
874
|
+
@page { size: A4 ${e>n?"landscape":"portrait"}; margin: 0; }
|
|
875
|
+
/* \uBCF8 \uBB38\uC11C\uC5D0\uC11C \uBCF5\uC0AC\uD574\uC628 WordTable.css\uC758 print \uADDC\uCE59\uC740 body * \uB97C \uC804\uBD80 \uC228\uAE30\uACE0
|
|
876
|
+
.word-table \uB9CC \uB2E4\uC2DC \uBCF4\uC5EC\uC8FC\uB294\uB370, \uC774 \uD31D\uC5C5\uC5D4 .word-table \uB798\uD37C\uAC00 \uC5C6\uC5B4(\uB0B4\uC6A9\uC740
|
|
877
|
+
.word-table-block__content \uD074\uB860) \uC804\uBD80 \uC228\uACA8\uC9C4 \uCC44 \uC778\uC1C4\uB41C\uB2E4. \uC5EC\uAE30\uC11C \uBCF5\uC6D0\uD55C\uB2E4. */
|
|
878
|
+
body * { visibility: visible; }
|
|
879
|
+
html, body { background: #fff; overflow: visible; padding: 0; gap: 0; }
|
|
880
|
+
.paper-wrap {
|
|
881
|
+
box-shadow: none; border: none; transform: none !important; width: 100% !important; height: 100% !important;
|
|
882
|
+
page-break-after: always; break-after: page;
|
|
883
|
+
}
|
|
884
|
+
.paper-wrap:last-child { page-break-after: auto; break-after: auto; }
|
|
885
|
+
.word-table-cell__play-button { display: none; }
|
|
886
|
+
.new-window-close { display: none; }
|
|
887
|
+
}
|
|
888
|
+
</style>
|
|
889
|
+
</head>
|
|
890
|
+
<body>
|
|
891
|
+
${u}
|
|
892
|
+
<button class="button button48 button48--dot button--variant-default button--align-center new-window-close" onclick="window.close()"><span class="button__icon button__icon--medium"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="button__icon-svg"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg></span></button>
|
|
893
|
+
<script>
|
|
894
|
+
function scale() {
|
|
895
|
+
var pad = 40;
|
|
896
|
+
var sw = (window.innerWidth - pad) / ${e};
|
|
897
|
+
var sh = (window.innerHeight - pad) / ${n};
|
|
898
|
+
var s = Math.min(sw, sh, 1);
|
|
899
|
+
document.querySelectorAll('.paper-wrap').forEach(function(paper) {
|
|
900
|
+
paper.style.transform = 'scale(' + s + ')';
|
|
901
|
+
});
|
|
902
|
+
}
|
|
903
|
+
scale();
|
|
904
|
+
window.addEventListener('resize', scale);
|
|
905
|
+
|
|
906
|
+
function resetWrap(w) {
|
|
907
|
+
var pp = w.querySelector('[data-play-state="play"]');
|
|
908
|
+
var pa = w.querySelector('[data-play-state="pause"]');
|
|
909
|
+
if (pp) pp.style.display = '';
|
|
910
|
+
if (pa) pa.style.display = 'none';
|
|
911
|
+
}
|
|
912
|
+
document.querySelectorAll('.word-table-cell__play-button').forEach(function(wrap) {
|
|
913
|
+
var src = wrap.getAttribute('data-audio-src');
|
|
914
|
+
if (!src) return;
|
|
915
|
+
var playSpan = wrap.querySelector('[data-play-state="play"]');
|
|
916
|
+
var pauseSpan = wrap.querySelector('[data-play-state="pause"]');
|
|
917
|
+
var audio = null;
|
|
918
|
+
function setPlaying(on) {
|
|
919
|
+
if (playSpan) playSpan.style.display = on ? 'none' : '';
|
|
920
|
+
if (pauseSpan) pauseSpan.style.display = on ? '' : 'none';
|
|
921
|
+
wrap._playing = on;
|
|
922
|
+
}
|
|
923
|
+
wrap.addEventListener('click', function() {
|
|
924
|
+
if (audio && !audio.paused) { audio.pause(); setPlaying(false); return; }
|
|
925
|
+
document.querySelectorAll('.word-table-cell__play-button').forEach(function(w) {
|
|
926
|
+
if (w !== wrap && w._audio) { w._audio.pause(); resetWrap(w); }
|
|
927
|
+
});
|
|
928
|
+
audio = new Audio(src);
|
|
929
|
+
wrap._audio = audio;
|
|
930
|
+
setPlaying(true);
|
|
931
|
+
audio.onended = function() { setPlaying(false); };
|
|
932
|
+
audio.onerror = function() { setPlaying(false); };
|
|
933
|
+
audio.play().catch(function() { setPlaying(false); });
|
|
934
|
+
});
|
|
935
|
+
});
|
|
936
|
+
${r?`
|
|
937
|
+
// document.write \uC9C1\uD6C4 \uBC14\uB85C window.print()\uB97C \uBD80\uB974\uBA74 \uC774\uBBF8\uC9C0(\uBE44\uB3D9\uAE30 \uB85C\uB4DC)\uC640
|
|
938
|
+
// \uB808\uC774\uC544\uC6C3\uC774 \uC544\uC9C1 \uBC18\uC601\uB418\uAE30 \uC804\uC774\uB77C \uBE48 \uD398\uC774\uC9C0\uB85C \uC778\uC1C4\uB418\uB294 \uACBD\uC6B0\uAC00 \uC788\uC5B4,
|
|
939
|
+
// \uBAA8\uB4E0 <img> \uB85C\uB4DC \uC644\uB8CC + rAF 2\uD2F1(\uB808\uC774\uC544\uC6C3/\uD398\uC778\uD2B8 \uD655\uC815) \uC774\uD6C4\uC5D0 \uC778\uC1C4\uD55C\uB2E4.
|
|
940
|
+
(function () {
|
|
941
|
+
var MAX_WAIT_MS = 3000;
|
|
942
|
+
var timedOut = false;
|
|
943
|
+
var timer = setTimeout(function () { timedOut = true; afterReady(); }, MAX_WAIT_MS);
|
|
944
|
+
var pending = Array.prototype.filter.call(document.images, function (img) { return !img.complete; });
|
|
945
|
+
var remaining = pending.length;
|
|
946
|
+
function afterReady() {
|
|
947
|
+
if (timer) { clearTimeout(timer); timer = null; }
|
|
948
|
+
requestAnimationFrame(function () {
|
|
949
|
+
requestAnimationFrame(function () { window.print(); });
|
|
950
|
+
});
|
|
951
|
+
}
|
|
952
|
+
if (remaining === 0) { afterReady(); return; }
|
|
953
|
+
pending.forEach(function (img) {
|
|
954
|
+
function done() { if (timedOut) return; remaining--; if (remaining <= 0) afterReady(); }
|
|
955
|
+
img.addEventListener('load', done, { once: true });
|
|
956
|
+
img.addEventListener('error', done, { once: true });
|
|
957
|
+
});
|
|
958
|
+
})();
|
|
959
|
+
`:""}
|
|
960
|
+
<\/script>
|
|
961
|
+
</body>
|
|
962
|
+
</html>`}function Nr({getElements:t,paperW:e,paperH:n,fileName:r="",onPopupBlocked:o,header:i=""}){const s=l.useCallback(()=>{u4(t(),e,n,r,i)},[t,e,n,r,i]),c=l.useCallback(()=>{const u=t();if(u.length===0)return;const h=window.open("","_blank");if(!h){o?.();return}h.document.write(Ar(u,e,n,!1,r,i)),h.document.close()},[t,e,n,r,o,i]),d=l.useCallback(()=>{const u=t();if(u.length===0)return;const h=Ar(u,e,n,!1,r,i),p=new Blob([h],{type:"text/html;charset=utf-8"}),m=URL.createObjectURL(p),b=r&&Sr(r),f=Object.assign(document.createElement("a"),{href:m,download:`${b}.html`});document.body.appendChild(f),f.click(),document.body.removeChild(f),URL.revokeObjectURL(m)},[t,e,n,r,i]);return{print:s,openNewWindow:c,downloadHtml:d}}function kl(t){const{t:e}=pe(),[n,r]=l.useState("landscape"),[o,i]=l.useState(["\uC774\uBBF8\uC9C0","\uB2E8\uC5B4","\uD45C\uC900 \uBC1C\uC74C"]),[s,c]=l.useState("\uD45C\uC2DC"),[d,u]=l.useState(!0),[h,p]=l.useState(!0),[m,b]=l.useState(8),[f,g]=l.useState("right"),y=t.length,C=t.some(j=>j.words.length>1),w=t.some(j=>j.words.some(k=>!!k.colloquialLabel)),x=Math.min(m,Math.max(y,1)),v=l.useMemo(()=>il(t,x),[t,x]),T=v.length>1,_=x,[N,B]=l.useState(!1);l.useEffect(()=>{let j=!1;if(!Nn()){B(!1);return}return Promise.all(t.flatMap(k=>k.words.map(E=>Yo(E.label,E.homonum)))).then(k=>{j||B(k.some(Boolean))}),()=>{j=!0}},[t]);const S=l.useMemo(()=>[pl(e,{hasImage:N,hasColloquial:w}),hl(e),...y>0?[bl(e,{hasPairs:C,itemCount:y})]:[],...T?[yl(e)]:[],ml(e),..._>1?[gl(e)]:[],...C?[fl(e)]:[]],[e,N,w,y,C,T,_]),D={...wl(e,{contentTypes:o,orientation:n,showOutline:d,cutLine:s,showDivLine:h}),...y>0?{[e(C?"wordTable.filter.itemsPerPagePair":"wordTable.filter.itemsPerPageWord")]:`${x}\uAC1C`}:{},...T?{[e("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638")]:Cl[f]}:{}},$=l.useCallback((j,k)=>{xl(e,j,k,{setContentTypes:i,setOrientation:r,setShowOutline:u,setCutLine:c,setShowDivLine:p})||(k===e("wordTable.filter.itemsPerPagePair","\uD398\uC774\uC9C0\uB2F9 \uB300\uB9BD\uC30D \uC218")||k===e("wordTable.filter.itemsPerPageWord","\uD398\uC774\uC9C0\uB2F9 \uB2E8\uC5B4 \uC218")?b(parseInt(j)):k===e("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638")&&g(vl(j)))},[e]);return{settings:{orientation:n,contentTypes:o,cutLine:s,showOutline:d,showDivLine:h,count:_},filterSections:S,filterSelected:D,handleSelect:$,pages:v,isPaginated:T,pageNumberPosition:f}}function d4({items:t,words:e,title:n,subtitle:r,emptyText:o,buttons:i,renderButtons:s,renderFooter:c,footerClassName:d,printFileName:u,showSettings:h,autoPrint:p,className:m,onClose:b,scoring:f=!1,onScoreChange:g,printHeader:y,beforeClose:C}){const{t:w}=pe(),x=l.useMemo(()=>Array.isArray(t)?t:(Array.isArray(e)?e:[]).filter(G=>typeof G=="string"&&G.length>0).map((G,X)=>({id:`${G}-${X}`,words:[{label:G}]})),[t,e]),{settings:v,filterSections:T,filterSelected:_,handleSelect:N,pages:B,isPaginated:S,pageNumberPosition:D}=kl(x),$=l.useMemo(()=>ol(B.map(G=>G.length)),[B]),[j,k]=l.useState({}),E=l.useCallback((G,X)=>{k(le=>({...le,[_a(G)]:nl(le[_a(G)]??null,X)}))},[]),L=l.useRef(g);l.useEffect(()=>{L.current=g}),l.useEffect(()=>{L.current?.(xr(j))},[j]);const F=l.useMemo(()=>xr(j),[j]),J=l.useRef(null),{toastMessage:Z,toastKey:Q,showWarning:O,clearToast:I}=ps("warning"),R=l.useRef([]),V=l.useCallback(()=>S?R.current.filter(G=>G!==null):J.current?[J.current]:[],[S]),{print:P,openNewWindow:U}=Nr({getElements:V,paperW:Mn[v.orientation].width,paperH:Mn[v.orientation].height,fileName:u??"",header:y??"",onPopupBlocked:()=>O(w("wordTable.popupBlocked","\uD31D\uC5C5\uC774 \uCC28\uB2E8\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uBE0C\uB77C\uC6B0\uC800 \uC124\uC815\uC5D0\uC11C \uD31D\uC5C5\uC744 \uD5C8\uC6A9\uD574 \uC8FC\uC138\uC694."))}),M=l.useMemo(()=>c?void 0:s?s({print:P,openNewWindow:U}):u?[{label:w("wordTable.openNewWindow","\uC0C8 \uCC3D\uC73C\uB85C \uBCF4\uAE30"),variant:"default",onClick:()=>U()},{label:w("wordTable.print","\uC778\uC1C4\uD558\uAE30"),variant:"default",onClick:()=>P()},...i??[]]:i,[c,s,u,i,w,P,U]),z=l.useMemo(()=>c?c({print:P,openNewWindow:U}):void 0,[c,P,U]),W=l.useRef(!1);return l.useEffect(()=>{if(!p||W.current)return;W.current=!0;const G=window.setTimeout(()=>P(),100);return()=>window.clearTimeout(G)},[p,P]),a.jsxs(un,{title:n??w("keyWords.title","\uC8FC\uC694 \uB2E8\uC5B4"),subtitle:r,size:"large",className:ye("word-table-popup",m),buttons:M,footer:z,footerClassName:d,beforeClose:C,onClose:b,children:[x.length>0?a.jsxs("div",{className:"word-table-popup__body",children:[h&&a.jsx(kr,{sections:T,selected:_,onSelect:N}),S?a.jsx("div",{className:"word-table-popup__pages",children:B.map((G,X)=>a.jsx(Pn,{items:G,orientation:v.orientation,contentTypes:v.contentTypes,cutLine:v.cutLine,showOutline:v.showOutline,showDivLine:v.showDivLine,count:v.count,contentRef:le=>{R.current[X]=le},pageNumber:{current:X+1,total:B.length},pageNumberPosition:D,scoring:f,scoreIndexOffset:$[X],marks:F,onMarkClick:E},X))}):a.jsx("div",{className:"word-table-popup__table",children:a.jsx(Pn,{items:x,orientation:v.orientation,contentTypes:v.contentTypes,cutLine:v.cutLine,showOutline:v.showOutline,showDivLine:v.showDivLine,count:v.count,contentRef:J,fitHeight:!0,scoring:f,marks:F,onMarkClick:E})})]}):a.jsx("p",{className:"word-table-popup__empty body-3",children:o??w("keyWords.empty","\uCD94\uCD9C\uB41C \uC8FC\uC694 \uB2E8\uC5B4\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.")}),a.jsx(Bn,{message:Z,position:"top",onClose:I},Q)]})}const p4=new Set(["x","triangle"]);function h4(t,e){const n=[];for(let r=0;r<t.length;r++){const o=e[String(r)];o&&p4.has(o)&&n.push(t[r])}return n}function m4(t,e){const[,n,r]=Ga(e).split("-"),o=`${n}.${r}`,i=/\s*(?:(\d+)차\s*)?복습\s*\d{2}\.\d{2}$/;let s=t.trim(),c=1;for(;;){const u=i.exec(s);if(!u)break;c=Math.max(c,(u[1]?Number(u[1]):1)+1),s=s.slice(0,u.index).trim()}const d=c>=2?`${c}\uCC28 `:"";return`${s||"\uB2E8\uC5B4\uD45C"} ${d}\uBCF5\uC2B5 ${o}`}function g4(t,e){const n={};for(const[r,o]of Object.entries(e)){if(o!=="o"&&o!=="triangle"&&o!=="x")continue;const i=Number(r),s=t[i];s&&(n[r]=s)}return n}function f4(t){return t.map(e=>e.label).join(" / ")}function b4(t,e,n){const r=ai(n);return[t.trim(),r,e.trim()].filter(Boolean).join(" \xB7 ")}function Sl(t,e,n){return n===0?0:(t+e*.5)/n}function y4(t){const e=new Map,n=[...t].sort((o,i)=>o.scoredAt.localeCompare(i.scoredAt));for(const o of n)for(const[i,s]of Object.entries(o.marks)){const c=o.labels?.[i];if(!c)continue;const d=e.get(c)??{o:0,triangle:0,x:0,latest:s,latestAt:o.scoredAt};if(s==="o")d.o++;else if(s==="triangle")d.triangle++;else if(s==="x")d.x++;else continue;d.latest=s,d.latestAt=o.scoredAt,e.set(c,d)}const r=[];for(const[o,i]of e){const s=i.o+i.triangle+i.x;r.push({label:o,tried:s,o:i.o,triangle:i.triangle,x:i.x,rate:Sl(i.o,i.triangle,s),latest:i.latest,latestAt:i.latestAt})}return r.sort((o,i)=>o.rate-i.rate||i.tried-o.tried||o.label.localeCompare(i.label)),r}function C4(t){const e=new Map;for(const r of t){const o=r.tableId??`name:${r.tableName}`,i=e.get(o)??{tableName:r.tableName,tableId:r.tableId,rows:[]};i.rows.push(r),e.set(o,i)}const n=[];for(const r of e.values()){const o=[...r.rows].sort((s,c)=>s.scoredAt.localeCompare(c.scoredAt)),i=o.map(s=>{const c=Object.values(s.marks),d=c.filter(h=>h==="o").length,u=c.filter(h=>h==="triangle").length;return Sl(d,u,c.filter(h=>h==="o"||h==="triangle"||h==="x").length)});n.push({tableName:r.tableName,tableId:r.tableId,rates:i,times:o.map(s=>s.scoredAt),delta:i.length>=2?i[i.length-1]-i[0]:null})}return n.sort((r,o)=>(o.times[o.times.length-1]??"").localeCompare(r.times[r.times.length-1]??"")),n}function v4(t,e=8){return t.filter(n=>n.latest!=="o").slice(0,e)}function w4(t){const e=new Map;let n=0,r=0;const o=[...t].sort((s,c)=>s.answeredAt.localeCompare(c.answeredAt));for(const s of o){if(s.isCorrect==null)continue;const c=s.itemTitle?.trim();if(!c){r++;continue}n++;const d=s.itemId?.trim()||c,u=`${s.trainingType}|${d}`,h=e.get(u)??{trainingType:s.trainingType,itemId:d,title:c,tried:0,wrong:0,latestCorrect:s.isCorrect,latestAt:s.answeredAt,lastSelected:s.selected,setIds:[]};h.tried++,s.isCorrect||h.wrong++,h.title=c,h.latestCorrect=s.isCorrect,h.latestAt=s.answeredAt,h.lastSelected=s.selected,s.setId&&!h.setIds.includes(s.setId)&&h.setIds.unshift(s.setId),e.set(u,h)}const i=[...e.entries()].map(([s,c])=>({key:s,trainingType:c.trainingType,itemId:c.itemId,title:c.title,tried:c.tried,wrong:c.wrong,rate:c.tried===0?0:(c.tried-c.wrong)/c.tried,latestCorrect:c.latestCorrect,latestAt:c.latestAt,lastSelected:c.lastSelected,setIds:c.setIds}));return i.sort((s,c)=>s.rate-c.rate||c.tried-s.tried||s.title.localeCompare(c.title)),{items:i,counted:n,skippedNoTitle:r}}function x4(t,e=8){return t.filter(n=>!n.latestCorrect).slice(0,e)}function _4(t){const e=new Map;for(const r of t){const o=e.get(r.trainingType)??[];o.push(r),e.set(r.trainingType,o)}const n=[...e.entries()].map(([r,o])=>({trainingType:r,items:o,pending:o.filter(i=>!i.latestCorrect).length}));return n.sort((r,o)=>o.pending-r.pending||r.trainingType.localeCompare(o.trainingType)),n}const Tr=["LISTEN_IN_NOISE","SHORT_STORY","LONG_STORY","ORDERING_SENTENCE"];function k4(t){const e=new Map;let n=0;for(const i of t){if(i.latestCorrect)continue;const s=i.setIds[0];if(!s){n++;continue}const c=`${i.trainingType}|${s}`,d=e.get(c)??{setId:s,trainingType:i.trainingType,pending:0};d.pending++,e.set(c,d)}const r=(i,s)=>s.pending-i.pending||i.trainingType.localeCompare(s.trainingType)||i.setId.localeCompare(s.setId),o=[...e.values()];return{sentence:o.filter(i=>Tr.includes(i.trainingType)).sort(r),word:o.filter(i=>!Tr.includes(i.trainingType)).sort(r),noSet:n}}function S4(t,e,n=5){const r=new Set(e);if(r.size===0)return[];const o=[];for(const i of t){const s=new Set,c=[];for(const d of i.cellLabels)r.has(d)&&!s.has(d)&&(s.add(d),c.push(d));c.length!==0&&o.push({id:i.id,name:i.name,kind:i.kind,covered:c,totalCells:i.cellLabels.length})}return o.sort((i,s)=>s.covered.length-i.covered.length||i.totalCells-s.totalCells||i.name.localeCompare(s.name)),o.slice(0,Math.max(0,n))}function A4(t,e){const n=new Set(t.flatMap(r=>r.covered));return e.filter(r=>!n.has(r))}function N4(t,e){const n=new Map;for(const o of t)for(const i of o.cells){const s=o.labelOf(i);n.has(s)||n.set(s,i)}const r=[];for(const o of e){const i=n.get(o);i!==void 0&&r.push(i)}return r}function T4(t){if(!t||t<=0)return"-";const e=Math.floor(t/60),n=t%60;return e>0?`${e}\uBD84${n>0?` ${n}\uCD08`:""}`:`${n}\uCD08`}function D4(t,e){const n=[],r=new Set;for(const o of t){const i=e(o);r.has(i)||(r.add(i),n.push({key:i,value:o,pinned:!1}))}return n}function E4(t,e){return t.map(n=>n.key===e?{...n,pinned:!n.pinned}:n)}function B4(t,e){return t.filter(n=>n.key!==e)}function L4(t,e,n){const r=t.filter(u=>u.pinned),o=new Set(r.map(u=>u.key)),i=t.length-r.length,s=[],c=new Set(o);for(const u of e){if(s.length>=i)break;const h=n(u);c.has(h)||(c.add(h),s.push({key:h,value:u,pinned:!1}))}const d=[...s];return t.map(u=>u.pinned?u:d.shift()).filter(u=>u!==void 0)}function j4(t){return t.map(e=>e.value)}function M4(t){const{category:e={},isSelected:n=!1,onClick:r}=t||{},o=e?.key?` icon-grid-menu__button--${e.key}`:"",i=l.useId();return a.jsxs("div",{className:`icon-grid-menu__button-wrapper${o}`,children:[a.jsx("button",{className:`icon-grid-menu__button${n?" icon-grid-menu__button--selected":""}`,"data-key":e?.key,onClick:n?void 0:r,"aria-pressed":n,"aria-labelledby":i,disabled:n,children:a.jsx(Me,{icon:e.icon,label:e.label,className:"icon-grid-menu__button-icon",imgClassName:"icon-grid-menu__button-icon-image",maskClassName:"icon-grid-menu__button-icon-mask",svgClassName:"icon-grid-menu__button-icon-svg"})}),a.jsx("span",{id:i,className:"icon-grid-menu__button-label button-1",children:e.label})]})}function P4(t){const{categories:e=[],selected:n,onSelect:r,size:o="medium"}=t||{},i=n??(e&&e[0]?.key)??null,[s,c]=l.useState(i??null);l.useEffect(()=>{n!=null&&c(n)},[n]);const d=l.useRef(r),u=l.useRef(s),h=l.useRef(n!==void 0);l.useEffect(()=>{!h.current&&u.current&&typeof d.current=="function"&&d.current(u.current)},[]);const p=l.useCallback(m=>{const b=s===m?null:m;c(b),r?.(b)},[s,r]);return a.jsx("div",{className:`icon-grid-menu icon-grid-menu--${o}`,children:(e||[]).map(m=>a.jsx(M4,{category:m,isSelected:s===m.key,onClick:()=>p(m.key)},m.key))})}function R4({subs:t=[],selected:e,onSelect:n,size:r="medium"}){const o=r==="small"?32:40;return a.jsx("div",{className:`choice-chips choice-chips--${r}`,children:a.jsx("div",{className:"choice-chips__list",children:t.map(i=>a.jsx(oe,{size:o,type:"bar",label:i.label,selected:e===i.key,className:"choice-chips__button",onClick:()=>n?.(i.key)},i.key))})})}function $4({onTermsClick:t,onPrivacyClick:e,contact:n}={}){const r=n?.email??"support@ihab.co.kr",o=n?.tel??"031-380-3724",{t:i}=pe();return a.jsx("footer",{className:"site-footer",children:a.jsxs("div",{className:"safearea",children:[a.jsxs("div",{className:"site-footer__top",children:[a.jsx("div",{className:"site-footer__brand",children:a.jsx("div",{className:"site-footer__lead h3",children:i("footer.lead",`\uC544\uC774\uD574\uBE0C\uB294 \uC18C\uB9AC\uB97C \uD1B5\uD574
|
|
963
|
+
\uC2E0\uB8B0\uB97C \uC313\uACE0
|
|
964
|
+
\uD68C\uBCF5\uC744 \uB3D5\uC2B5\uB2C8\uB2E4.`).split(`
|
|
965
|
+
`).map((s,c,d)=>a.jsxs(l.Fragment,{children:[s,c<d.length-1&&a.jsx("br",{})]},c))})}),a.jsxs("div",{className:"site-footer__links",children:[a.jsxs("div",{className:"site-footer__column",children:[a.jsx("div",{className:"site-footer__column-title footer-title",children:i("footer.site.title","\uC0AC\uC774\uD2B8")}),a.jsxs("ul",{children:[a.jsx("li",{children:a.jsx("a",{className:"footer-link",href:"https://www.ihab.co.kr/",target:"_blank",rel:"noopener noreferrer",children:"IHAB"})}),a.jsx("li",{children:a.jsx("a",{className:"footer-link",href:"https://speechear.ihab.co.kr/",target:"_blank",rel:"noopener noreferrer",children:i("footer.site.malgwi","\uB9D0\uADC0")})}),a.jsx("li",{children:a.jsx("a",{className:"footer-link",href:"https://ihab-offcial-web.vercel.app/product/sound-localization",target:"_blank",rel:"noopener noreferrer",children:i("footer.site.soundDirection","\uC18C\uB9AC\uBC29\uD5A5\uC131\uC2DC\uC2A4\uD15C")})}),a.jsx("li",{children:a.jsx("a",{className:"footer-link",href:"https://ihab-offcial-web.vercel.app/product/vr-sound-localization",target:"_blank",rel:"noopener noreferrer",children:i("footer.site.vrSoundDirection","VR\uC18C\uB9AC\uBC29\uD5A5\uC131\uC2DC\uC2A4\uD15C")})}),a.jsx("li",{children:a.jsx("a",{className:"footer-link",href:"https://ihab-offcial-web.vercel.app/product/hearing-test-pro",target:"_blank",rel:"noopener noreferrer",children:i("footer.site.hearingTest","\uCCAD\uB825\uD14C\uC2A4\uD2B8 \uD504\uB85C")})})]})]}),a.jsxs("div",{className:"site-footer__column",children:[a.jsx("div",{className:"site-footer__column-title footer-title",children:i("footer.sns.title","SNS")}),a.jsxs("ul",{children:[a.jsx("li",{children:a.jsx("a",{className:"footer-link",href:"https://blog.naver.com/ihab_official",target:"_blank",rel:"noopener noreferrer",children:i("footer.sns.naverBlog","\uB124\uC774\uBC84 \uBE14\uB85C\uADF8")})}),a.jsx("li",{children:a.jsx("a",{className:"footer-link",href:"https://www.instagram.com/ihab.official.yt/",target:"_blank",rel:"noopener noreferrer",children:"Instagram"})}),a.jsx("li",{children:a.jsx("a",{className:"footer-link",href:"https://www.youtube.com/@%EC%95%84%EC%9D%B4%ED%95%B4%EB%B8%8C-%EA%B3%B5%EC%8B%9D%EC%B1%84%EB%84%90",target:"_blank",rel:"noopener noreferrer",children:"Youtube"})})]})]}),a.jsxs("div",{className:"site-footer__column",children:[a.jsx("div",{className:"site-footer__column-title footer-title",children:i("footer.policy.title","\uC815\uCC45")}),a.jsxs("ul",{children:[a.jsx("li",{children:a.jsx("a",{className:"footer-link",href:"#",onClick:s=>{t&&(s.preventDefault(),t())},children:i("footer.policy.terms","\uC774\uC6A9\uC57D\uAD00")})}),a.jsx("li",{children:a.jsx("a",{className:"footer-link",href:"#",onClick:s=>{e&&(s.preventDefault(),e())},children:i("footer.policy.privacy","\uAC1C\uC778\uC815\uBCF4 \uCC98\uB9AC\uBC29\uCE68")})})]})]})]})]}),a.jsx("hr",{className:"site-footer__rule"}),a.jsxs("div",{className:"site-footer__bottom",children:[a.jsx("div",{className:"site-footer__brand",children:a.jsx("img",{src:Bs,alt:"IHAB",className:"site-footer__logo"})}),a.jsxs("div",{className:"site-footer__meta",children:[a.jsxs("div",{children:[a.jsx("span",{className:"footer-title",children:i("footer.ceo","\uB300\uD45C")}),a.jsx("span",{className:"footer-meta caption-1",children:i("footer.ceoName","\uD55C\uC9C0\uD61C")})]}),a.jsxs("div",{children:[a.jsx("span",{className:"footer-title",children:i("footer.address","\uC8FC\uC18C")}),a.jsx("span",{className:"footer-meta caption-1",children:i("footer.addressValue","\uAC15\uC6D0\uB3C4 \uCD98\uCC9C\uC2DC \uC2DC\uCCAD\uAE38 32 \uD574\uCC2C\uBE4C\uB529 3\uCE35 302\uD638")})]}),a.jsxs("div",{children:[a.jsx("span",{className:"footer-title",children:i("footer.support","\uACE0\uAC1D\uC13C\uD130")}),a.jsxs("span",{className:"footer-meta caption-1",children:[r," \xA0 ",o]})]})]})]}),a.jsx("div",{className:"site-footer__copyright footer-copyright caption-1",children:"\xA9 IHAB, Inc. All rights reserved."})]})})}function I4({logo:t,logoAlt:e="",logoHref:n,links:r=[],actions:o,className:i,containerClassName:s,renderLink:c,menuLabel:d={open:"\uBA54\uB274 \uC5F4\uAE30",close:"\uBA54\uB274 \uB2EB\uAE30"}}){const[u,h]=l.useState(!1),p=s?`${s} landing-header__inner`:"landing-header__inner",m=(b,f)=>c?c(b,{onClick:f}):a.jsx("a",{href:b.href,onClick:f,"aria-current":b.current?"page":void 0,children:b.label});return a.jsxs("header",{className:i?`landing-header ${i}`:"landing-header",children:[a.jsxs("div",{className:p,children:[t!=null&&(()=>{const b=typeof t=="string"?a.jsx("img",{src:t,alt:e,className:"landing-header__logo"}):t;return n?a.jsx("a",{href:n,className:"landing-header__brand",children:b}):a.jsx("div",{className:"landing-header__brand",children:b})})(),r.length>0&&a.jsx("nav",{className:"landing-header__links",children:r.map(b=>a.jsx("span",{children:m(b)},b.href))}),a.jsxs("div",{className:"landing-header__actions",children:[o,r.length>0&&a.jsx("button",{type:"button",onClick:()=>h(b=>!b),"aria-expanded":u,"aria-controls":"landing-header-drawer","aria-label":u?d.close:d.open,className:u?"landing-header__toggle landing-header__toggle--open":"landing-header__toggle",children:a.jsxs("span",{className:"landing-header__burger",children:[a.jsx("span",{}),a.jsx("span",{}),a.jsx("span",{})]})})]})]}),r.length>0&&a.jsx("nav",{id:"landing-header-drawer",hidden:!u,className:"landing-header__drawer",children:a.jsx("div",{className:s??void 0,children:r.map(b=>a.jsx("span",{className:"landing-header__drawer-item",children:m(b,()=>h(!1))},b.href))})})]})}function F4({children:t,action:e,onClick:n,className:r}){const o=n?"bottom-sticky__inner bottom-sticky__inner--clickable":"bottom-sticky__inner";return a.jsx("div",{className:r?`bottom-sticky ${r}`:"bottom-sticky",children:a.jsxs("div",{className:o,onClick:n,children:[a.jsx("div",{className:"bottom-sticky__content",children:t}),e]})})}const Dr=9,O4=t=>Math.round(Math.min(Dr,Math.max(0,t))/Dr*100),H4=t=>t/100*Dr,Al={enabled:!0,type:"defaultNoise",level:4.5,speed:1,mainVolume:1,mainSpeed:1},Nl=l.createContext(null);function Er(){return l.useContext(Nl)}const Br=t=>`${C1()}/${t}`,Tl=t=>Array.from({length:10},(e,n)=>Br(`${t}-${String(n+1).padStart(2,"0")}.mp3`)),ka={get defaultNoise(){return Br("noise1.mp3")},get street(){return Tl("noise2")},get restaurant(){return Tl("noise3")},get buzz(){return Br("noise4.mp3")}};function V4(t){const e=Math.floor(Math.random()*10);switch(t){case"defaultNoise":return ka.defaultNoise;case"street":return ka.street[e];case"restaurant":return ka.restaurant[e];case"buzz":return ka.buzz;default:return null}}function z4({noisePlayer:t,audioRef:e,playbackStateRef:n}){const r=l.useRef(t?.registerAnalyser);r.current=t?.registerAnalyser;const o=l.useRef(null),[i,s]=l.useState(null),c=l.useRef(null),d=l.useRef(null),u=l.useRef(null),h=l.useRef(0),p=l.useRef(null),m=l.useCallback(()=>{u.current!==null&&(cancelAnimationFrame(u.current),u.current=null),p.current!==null&&(clearTimeout(p.current),p.current=null)},[]),b=l.useCallback((y,C=250)=>{const w=o.current;if(!w||!w.src)return;h.current+=1,m();try{za(),r.current?.("noise",Wa(w))}catch{}const x=w.paused?0:w.volume;w.paused&&(w.volume=0),w.play().catch(()=>{});const v=performance.now(),T=()=>{const _=Math.min(1,(performance.now()-v)/C);try{w.volume=Math.max(0,Math.min(1,x+(y-x)*_))}catch{}_<1?u.current=requestAnimationFrame(T):u.current=null};u.current=requestAnimationFrame(T)},[m]),f=l.useCallback((y=250,C)=>{const w=o.current;if(!w||w.paused){C?.();return}const x=++h.current;m();const v=performance.now(),T=w.volume,_=()=>{const N=Math.min(1,(performance.now()-v)/y);try{w.volume=Math.max(0,T*(1-N))}catch{}if(N<1)u.current=requestAnimationFrame(_);else{u.current=null,p.current!==null&&(clearTimeout(p.current),p.current=null);try{w.pause()}catch{}C?.()}};u.current=requestAnimationFrame(_),p.current=setTimeout(()=>{if(p.current=null,h.current===x){u.current!==null&&(cancelAnimationFrame(u.current),u.current=null);try{w.paused||(w.volume=0,w.pause(),C?.())}catch{}}},y+150)},[m]);l.useEffect(()=>{const y=document.createElement("audio");return y.loop=!0,y.crossOrigin="anonymous",o.current=y,()=>{m();try{y.pause(),y.src=""}catch{}o.current=null}},[m]);const g=!!t?.settings.enabled&&(t?.settings.level??0)>0;return l.useEffect(()=>{if(!g)return;let y=0;const C=setInterval(()=>{const w=o.current;if(!w||w.paused){y=0;return}const x=e.current;if(x&&!x.paused&&!x.ended||n.current==="playing"){y=0;return}y+=1,y>=2&&(y=0,f())},400);return()=>clearInterval(C)},[f,g,e,n]),l.useEffect(()=>{const y=()=>{if(!document.hidden)return;const C=o.current;if(C&&!C.paused){m();try{C.pause()}catch{}}};return document.addEventListener("visibilitychange",y),()=>document.removeEventListener("visibilitychange",y)},[m]),l.useEffect(()=>{d.current=t?{enabled:t.settings.enabled,level:t.settings.level,type:t.settings.type}:null},[t,t?.settings.enabled,t?.settings.level,t?.settings.type]),l.useEffect(()=>{const y=t?.settings,C=o.current;if(!C)return;if(!y||!y.enabled||y.level===0){f();return}const w=Math.min(1,y.level/9);if(c.current!==y.type){const x=V4(y.type);x&&(c.current=y.type,s(x),f(150,()=>{C.src=x,C.load();const v=e.current;v&&!v.paused&&C.addEventListener("canplay",function T(){C.removeEventListener("canplay",T);const _=e.current;_&&!_.paused&&!_.ended&&b(w)})}))}else{const x=e.current,v=!!x&&!x.paused&&!x.ended;if(v&&C.paused&&C.src)b(w);else if(!C.paused)if(!v)f();else{m();const T=C.volume,_=performance.now(),N=()=>{const B=Math.min(1,(performance.now()-_)/150);try{C.volume=T+(w-T)*B}catch{}B<1?u.current=requestAnimationFrame(N):u.current=null};u.current=requestAnimationFrame(N)}}},[t?.settings,t?.settings.enabled,t?.settings.level,t?.settings.type,m,b,f,e]),l.useEffect(()=>{const y=o.current;if(y)try{y.playbackRate=Math.min(1.25,Math.max(.75,t?.settings.speed??1))}catch{}},[t?.settings.speed]),{noiseAudioRef:o,activeNoiseUrl:i,noiseSettingsRef:d,cancelNoiseFade:m,fadeInNoise:b,fadeOutNoise:f}}function W4({ttsText:t,playbackRate:e,mainVolume:n,fillRef:r,waveProgressRef:o,setProgress:i,setPlaybackState:s,setStateLocal:c,fadeInNoise:d,fadeOutNoise:u,noiseSettingsRef:h,onDoneRef:p,handleEndRef:m}){const b=l.useRef(null),f=l.useRef(0),g=l.useRef(null);l.useEffect(()=>()=>{try{if(g.current&&(cancelAnimationFrame(g.current),g.current=null),window.speechSynthesis)try{window.speechSynthesis.cancel()}catch{}}catch{}},[]);const y=(x,v=1)=>{try{const T=(x||"").trim().split(/\s+/).filter(Boolean).length||Math.max(1,(x||"").length);return Math.max(700,Math.round(T*300/Math.max(.25,v)))}catch{return 1200}},C=l.useCallback(x=>{if(typeof window>"u"||!window.speechSynthesis){try{typeof p.current=="function"&&p.current(!0)}catch{}return}const v=window.speechSynthesis;try{try{v.cancel()}catch{}const T=x??t,_=(Array.isArray(T)?T[0]??"":T)||"",N=new SpeechSynthesisUtterance(_);try{N.rate=Math.max(.3,Math.min(3,e))}catch{}try{N.volume=Math.max(0,Math.min(1,n))}catch{}f.current=y(_,N.rate||1),b.current=performance.now(),i(0),s("playing"),c("playMode");const B=h.current;B?.enabled&&(B?.level??0)>0&&d(B.level/9);const S=()=>{try{const D=b.current||performance.now(),$=performance.now()-D,j=f.current||1200,k=Math.min(1,$/j);i(k);try{r.current&&(r.current.style.left=`${k*100}%`),o.current&&o.current.style.setProperty("--progress",String(k))}catch{}k<1&&(g.current=requestAnimationFrame(S))}catch{}};N.onend=()=>{try{g.current&&(cancelAnimationFrame(g.current),g.current=null),i(1),s("stopped");try{m.current?.()}catch{try{typeof p.current=="function"&&p.current(!0)}catch{}}}catch{}},N.onstart=()=>{try{g.current&&(cancelAnimationFrame(g.current),g.current=null),g.current=requestAnimationFrame(S)}catch{}};try{v.speak(N)}catch{try{typeof p.current=="function"&&p.current(!0)}catch{}}}catch{try{typeof p.current=="function"&&p.current(!0)}catch{}}},[t,e,n,d,r,o,i,s,c,h,p,m]),w=l.useCallback(()=>{try{if(window.speechSynthesis)try{window.speechSynthesis.cancel()}catch{}g.current&&(cancelAnimationFrame(g.current),g.current=null),u(),b.current=null}catch{}s("stopped"),c("active"),i(0)},[u,s,c,i]);return{startTTS:C,stopTTS:w}}const Dl=4;async function q4(t,e,n){try{const r=window.AudioContext||window.webkitAudioContext,o=new r,i=await o.decodeAudioData(t.slice(0)),s=i.numberOfChannels>0?i.getChannelData(0):null;if(!s)return null;const c=n&&n>0?Math.min(s.length,Math.floor(n*i.sampleRate)):s.length,d=Math.max(e,c),u=Math.floor(d/e)||1,h=new Array(e).fill(0).map((p,m)=>{const b=m*u,f=Math.min(b+u,d);let g=0;for(let y=b;y<f;y++){const C=Math.abs(s[y]);C>g&&(g=C)}return g});try{o.close&&o.close()}catch{}return h}catch{return null}}async function El(t,e,n){try{const r=await(await fetch(t)).arrayBuffer();return await q4(r,e,n)}catch(r){try{const o=Jo(r)}catch{}return null}}function U4(t){const{src:e,segments:n,progress:r=0,waveProgressRef:o,noiseSrc:i,noiseLevel:s=0,noiseSpeed:c=1,totalDuration:d=0,mainVolume:u=1,onReadyChange:h,showSoundWaveForm:p=!0}=t,m=l.useRef(null),b=l.useRef(null),[f,g]=l.useState(null),[y,C]=l.useState(!1),[w,x]=l.useState(null),[v,T]=l.useState(2),[_,N]=l.useState(0),[B,S]=l.useState(null),[D,$]=l.useState(!1),j=3,k=3,E=1,L=300,F=l.useRef(0),J=l.useCallback(async(G,X)=>{const le=++F.current,ce=()=>F.current===le;try{if(C(!1),!G){ce()&&g(null);return}let te=X;if(!te)try{for(let Oe=0;Oe<4&&!(m.current||b.current);Oe++)await new Promise(ze=>requestAnimationFrame(ze));await new Promise(Oe=>requestAnimationFrame(Oe));const se=m.current,fe=b&&b.current?b.current:se?se.closest(".audio-player__wave"):null,Se=fe?fe.getBoundingClientRect():se?se.getBoundingClientRect():null,Ae=Se?Math.max(100,Se.width):320,ee=Se?Se.height:0;ee>0&&N(ee),te=Math.max(E,Math.min(L,Math.floor((Ae+k)/(j+k))));const we=te*j,xe=Math.max(0,te-1),Be=xe>0?(Ae-we)/xe:k;T(Math.max(0,Be))}catch{te=120}const K=await El(G,te);if(!ce())return;if(!K){g(null),C(!1);return}g(K),x(te),C(!0)}catch{if(!ce())return;g(null),C(!1)}},[C,g,N,T,x]);l.useEffect(()=>{const G=n&&n[0]&&n[0].src||e||n&&n.length===1&&n[0]&&n[0].src;J(typeof G=="string"?G:void 0).catch(()=>{}),$(!1)},[e,n,J]),l.useEffect(()=>{let G=!1;if(!i||!w){S(null);return}const X=d>0?d*(c||1):void 0;return El(i,w,X).then(le=>{G||S(le)}).catch(()=>{G||S(null)}),()=>{G=!0}},[i,w,d,c]);const Z=Math.max(0,Math.min(1,u)),Q=l.useMemo(()=>f&&f.length&&Math.max(...f)||1,[f]),O=w||40,I=l.useMemo(()=>Array.from({length:O}).map((G,X)=>{const le=f&&f[X]!=null?f[X]:null,ce=le==null?null:Math.min(1,le/Q*Z),te=ce!=null&&_>0&&ce*_<=Dl,K=ce==null?.15:te?0:ce,se=O>1?X/(O-1):0;return a.jsx("div",{className:te?"audio-player__bar audio-player__bar--hidden":"audio-player__bar",style:{"--val":K,"--i":X,"--mix":se}},X)}),[O,f,Q,Z,_]),R={"--progress":String(Math.max(0,Math.min(1,r)))},V={"--bar-gap":`${v}px`},P=Math.max(0,Math.min(9,s))/9,U=y&&(i?!!B:!0);l.useEffect(()=>{U&&$(!0)},[U]);const M=D?y:U;l.useEffect(()=>{h?.(M)},[M,h]);const z=w||40,W=l.useMemo(()=>Array.from({length:z}).map((G,X)=>{const le=B&&B[X]!=null?B[X]:null,ce=le==null?0:Math.min(1,le/Q*P),te=_>0&&ce*_<=Dl,K=te?0:ce,se=z>1?X/(z-1):0;return a.jsx("div",{className:te?"audio-player__bar audio-player__bar--hidden":"audio-player__bar",style:{"--val":K,"--i":X,"--mix":se}},X)}),[z,B,Q,P,_]);return a.jsxs("div",{className:"audio-player__wave",ref:b,style:V,children:[i&&a.jsx("div",{className:`audio-player__wave-noise ${U?"is-ready":""}`,"aria-hidden":"true",children:W}),p&&a.jsxs(a.Fragment,{children:[a.jsx("div",{className:`audio-player__wave-inner audio-player__wave-unplayed ${M?"is-ready":""}`,ref:m,children:I}),a.jsx("div",{className:`audio-player__wave-inner audio-player__wave-played ${M?"is-ready":""}`,ref:o,style:R,children:I})]})]})}const G4={idle:"\uB300\uAE30",resolving:"\uB9AC\uC18C\uC2A4 \uB9E4\uD551 \uC911\u2026",checking_exists:"\uD30C\uC77C \uC874\uC7AC \uD655\uC778\u2026",getting_signed_url:"\uC11C\uBA85 URL \uC870\uD68C\u2026",downloading:"\uB2E4\uC6B4\uB85C\uB4DC \uC911\u2026",measuring_duration:"\uC624\uB514\uC624 \uAE38\uC774 \uCE21\uC815\u2026",ready:"\uC900\uBE44 \uC644\uB8CC",error:"\uC624\uB958 \uBC1C\uC0DD"};function Lr(t,e){return new Promise((n,r)=>{const o=document.createElement("audio");let i=!1;const s=()=>{try{o.src=""}catch{}},c=()=>{if(i)return;i=!0;const u=isFinite(o.duration)&&o.duration||0;s(),n(u)},d=u=>{i||(i=!0,s(),e.rejectOnError?r(new Error(u)):n(0))};o.addEventListener("loadedmetadata",c),o.addEventListener("error",()=>d("audio load failed")),setTimeout(()=>d("audio load timeout"),e.timeoutMs),o.src=t})}const Y4=2e3;function Bl(t,e=Y4){return new Promise(n=>{let r=!1;const o=()=>{r||(r=!0,n())};t.addEventListener("canplay",o,{once:!0}),t.addEventListener("error",o,{once:!0}),setTimeout(o,e)})}function K4({showSoundWaveForm:t,showNoiseWaveForm:e,timeoutMs:n=2500}){const r=l.useRef(!1),o=l.useRef([]),i=l.useCallback(d=>{if(r.current=d,!d||!o.current.length)return;const u=o.current;o.current=[];for(const h of u)h()},[]),s=l.useCallback(()=>{r.current=!1},[]),c=l.useCallback(()=>!t&&!e||r.current?Promise.resolve():new Promise(d=>{const u=setTimeout(d,n);o.current.push(()=>{clearTimeout(u),d()})}),[t,e,n]);return l.useEffect(()=>()=>{const d=o.current;o.current=[];for(const u of d)u()},[]),{onReadyChange:i,waitForReady:c,markNotReady:s}}function Z4(){const t=l.useRef([]),e=l.useCallback(o=>(t.current.push(o),o),[]),n=l.useCallback(o=>{const i=new Set([...o].filter(Boolean));t.current=t.current.filter(s=>{if(i.has(s))return!0;try{URL.revokeObjectURL(s)}catch{}return!1})},[]),r=l.useCallback(()=>{n([])},[n]);return l.useEffect(()=>()=>{for(const o of t.current)try{URL.revokeObjectURL(o)}catch{}t.current=[]},[]),{track:e,keepOnly:n,revokeAll:r}}function X4({offsetY:t=8}={}){const e=l.useRef(null),[n,r]=l.useState(null),o=l.useCallback(()=>r(null),[]),i=l.useCallback(()=>{try{const s=e.current?.getBoundingClientRect();if(!s)return;r({left:s.left,right:s.right,width:s.width,height:s.height,x:s.x,top:s.top+t,bottom:s.bottom+t,y:s.y+t,toJSON:s.toJSON.bind(s)})}catch{}},[t]);return l.useEffect(()=>{if(n)return document.addEventListener("mousedown",o),()=>document.removeEventListener("mousedown",o)},[n,o]),{ref:e,rect:n,show:i,hide:o}}function J4({currentTime:t,sources:e,index:n,audioDuration:r}){const o=n||0,i=Array.isArray(e)&&e.length>0?e[o]:void 0,s=i?i.duration||r||0:r||0;if(!(s>0))return 0;const c=Number.isFinite(t)?t:0;return Math.max(0,Math.min(1,c/s))}function Q4(t,e){if(!Array.isArray(t))return null;const n=e||0;return n<t.length-1?n+1:null}function e3({ended:t,completedByEnd:e}){return!!t||!!e}function t3(t){return t.map((e,n)=>({src:e.src,label:String(n+1),color:void 0,duration:e.duration||0}))}function n3(t){return t.reduce((e,n)=>e+(n.duration||0),0)}function a3(t,e,n){const r=Array.isArray(t)?t:t?[t]:[],o=[];for(const i of r)if(i){if(typeof i=="object"&&i!==null&&"src"in i&&i.src){const s=i;o.push({code:s.code??null,src:s.src});continue}if(typeof i=="string"&&(i.startsWith("http")||i.includes("/"))){o.push({code:null,src:i});continue}if(typeof i=="string"||typeof i=="number"){const s=String(i),c=n(s,e);c&&o.push({code:s,resolvedPath:c})}}return o}function r3({audioRef:t,fillRef:e,waveProgressRef:n,sourcesRef:r,currentIndexRef:o}){const i=l.useRef(null),s=l.useCallback(()=>{i.current!==null&&(cancelAnimationFrame(i.current),i.current=null)},[]),c=l.useCallback(()=>{if(i.current!==null)return;const u=()=>{try{const h=t.current,p=J4({currentTime:h&&typeof h.currentTime=="number"?h.currentTime:0,sources:r.current,index:o.current,audioDuration:h&&h.duration?h.duration:0});try{e.current&&(e.current.style.left=`${p*100}%`)}catch{}try{n.current?.style.setProperty("--progress",String(p))}catch{}}catch{}i.current=requestAnimationFrame(u)};i.current=requestAnimationFrame(u)},[t,e,n,r,o]),d=l.useCallback(u=>{s();try{e.current&&(e.current.style.left=`${u*100}%`)}catch{}try{n.current?.style.setProperty("--progress",String(u))}catch{}},[s,e,n]);return l.useEffect(()=>s,[s]),{start:c,stop:s,settleTo:d}}function jr({btnLabel:t,soundSrc:e,bucketPath:n,onDone:r,disabled:o=!1,ttsText:i=null,className:s,showSoundWaveForm:c=!0,showNoiseWaveForm:d=!0}){const{t:u}=pe(),h=t,p=Er(),m=l.useRef(p?.registerAnalyser);l.useEffect(()=>{m.current=p?.registerAnalyser});const b=l.useRef(null),f=l.useRef(null),g=l.useRef(null),y=Z4(),C=l.useRef(null),w=l.useRef(!1),x=l.useRef(0),v=l.useRef(null),{ref:T,rect:_,show:N,hide:B}=X4();l.useEffect(()=>()=>{m.current?.("main",null),m.current?.("noise",null)},[]);const[S,D]=l.useState(!1),[$,j]=l.useState("idle"),[k,E]=l.useState("stopped"),L=l.useRef("stopped");l.useEffect(()=>{L.current=k},[k]);const[F,J]=l.useState(0),[Z,Q]=l.useState("active"),[O,I]=l.useState(null),[R,V]=l.useState(null),[P,U]=l.useState(0),[M,z]=l.useState(!1),[W,G]=l.useState(0),X=p?.playbackRate??1,le=p?.mainVolume??1,[ce,te]=l.useState("idle"),[K,se]=l.useState(""),[fe]=l.useState("top"),Se=l.useRef(null),Ae=l.useRef(0),ee=l.useRef(null),{start:we,stop:xe,settleTo:Be}=r3({audioRef:b,fillRef:f,waveProgressRef:ee,sourcesRef:Se,currentIndexRef:Ae}),{onReadyChange:Oe,waitForReady:ze,markNotReady:We}=K4({showSoundWaveForm:c,showNoiseWaveForm:d}),Fe=l.useRef(null),at=l.useRef(o),Re=l.useRef(r),He=l.useRef(null),Ie=l.useRef(!1),[me,rt]=l.useState(!1),$e=l.useCallback(q=>{Ie.current=q,rt(q)},[]),Le=l.useRef(null),{activeNoiseUrl:qe,noiseSettingsRef:vt,fadeInNoise:Ue,fadeOutNoise:Ve}=z4({noisePlayer:p,audioRef:b,playbackStateRef:L}),{startTTS:lt,stopTTS:De}=W4({ttsText:i,playbackRate:X,mainVolume:le,fillRef:f,waveProgressRef:ee,setProgress:J,setPlaybackState:E,setStateLocal:Q,fadeInNoise:Ue,fadeOutNoise:Ve,noiseSettingsRef:vt,onDoneRef:Re,handleEndRef:Le}),Qe=Array.isArray(e)?e.filter(Boolean):e?[e]:[],Ke=(!Qe||Qe.length===0)&&!!i,je=Array.isArray(O)&&O.length>0?O:Array.isArray(R)&&R.length>0?R:null,Ge=Math.max(Array.isArray(je)?je.length:0,Qe.length),Ze=l.useCallback(async(q,ae=3,ge=50)=>{for(let Ce=0;Ce<ae;Ce++)try{return await q.play(),!0}catch(ve){if((ve instanceof Error||typeof ve=="object"&&ve&&"name"in ve?ve.name:void 0)==="AbortError"){await new Promise(Ee=>setTimeout(Ee,ge));continue}try{se(u("training.audioFetchError","\uC0AC\uC6B4\uB4DC \uC18C\uC2A4\uB97C \uAC00\uC838\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."))}catch{}return!1}try{se(u("training.audioFetchError","\uC0AC\uC6B4\uB4DC \uC18C\uC2A4\uB97C \uAC00\uC838\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."))}catch{}return!1},[u]),mt=l.useCallback(()=>{const q=b.current;if(!q)return;const ae=()=>{E("playing"),Q("playMode"),z(!0),we();try{za(),m.current?.("main",Wa(q))}catch{}const ve=vt.current;ve?.enabled&&(ve?.level??0)>0&&Ue(ve.level/9)},ge=()=>{e3({ended:!!q?.ended,completedByEnd:Ie.current})||(E("paused"),xe(),Ve())},Ce=()=>{try{const ve=Se.current,Ee=Q4(ve,Ae.current);if(Ee!==null){Ae.current=Ee,U(Ee),z(!0);const et=ve?.[Ee]&&ve[Ee].src;if(et&&q){q.src=et,q.load(),Ze(q).catch(()=>{});return}}}catch{}E("stopped"),J(1);try{if(q)try{q.currentTime=0}catch{}}catch{}xe(),z(!1),Ve();try{!at.current&&Le.current&&Le.current()}catch{}};return q.addEventListener("play",ae),q.addEventListener("pause",ge),q.addEventListener("ended",Ce),()=>{try{q.removeEventListener("play",ae),q.removeEventListener("pause",ge),q.removeEventListener("ended",Ce),xe()}catch{}}},[Ue,Ve,Ze,vt,we,xe]);l.useEffect(()=>mt(),[mt]),l.useEffect(()=>{at.current=o},[o]),l.useEffect(()=>{Re.current=r},[r]),l.useEffect(()=>{if(o||Z!=="active")return;const q=v.current;if(!q)return;let ae=null;const ge=requestAnimationFrame(()=>{try{const Ce=q.getTotalLength();if(!Ce)return;const ve=Ce*.2;q.style.strokeDasharray=`${Ce-ve} ${ve}`;const Ee="triFlow_"+Math.random().toString(36).slice(2);ae=document.createElement("style"),ae.textContent=`@keyframes ${Ee}{from{stroke-dashoffset:0}to{stroke-dashoffset:-${Ce}}}`,document.head.appendChild(ae),q.style.animation=`${Ee} 2.4s linear infinite`}catch{}});return()=>{cancelAnimationFrame(ge),ae?.remove()}},[Z,o]),l.useEffect(()=>{Se.current=O},[O]),l.useEffect(()=>{Ae.current=P},[P]),l.useEffect(()=>{const q=g.current,ae=C.current;if(!q||!ae)return;let ge=null;const Ce=32,ve=60,Ee=()=>{try{const it=Array.from(q.querySelectorAll(":scope > .button"));let ie=0;it.forEach(It=>{if(It===ae)return;const $n=It.getBoundingClientRect();ie+=$n.width});const _e=q.getBoundingClientRect().width,Xe=Math.max(0,Math.floor(_e-ie-8)),gt=Ge;if(!gt||Xe<=0){Array.from(ae.children).forEach(It=>{try{It.style.width=""}catch{}});return}let ft=Math.floor(Xe/gt);ft>ve&&(ft=ve),ft<Ce&&(ft=Math.max(Ce,Math.floor(Xe/gt))),Array.from(ae.querySelectorAll(".button")).forEach(It=>{try{It.style.width=`${ft}px`}catch{}})}catch{}},et=requestAnimationFrame(Ee);try{ge=new ResizeObserver(()=>{requestAnimationFrame(Ee)}),ge.observe(q),ge.observe(ae),window.addEventListener("resize",Ee)}catch{}return()=>{try{cancelAnimationFrame(et)}catch{}try{ge&&(ge.disconnect(),ge=null)}catch{}try{window.removeEventListener("resize",Ee)}catch{}}},[O,R,Ge]),l.useEffect(()=>()=>{try{Fe.current&&(clearTimeout(Fe.current),Fe.current=null),He.current&&(clearTimeout(He.current),He.current=null)}catch{}},[]);const wt=(q,ae)=>{I(q),G(ae),We(),V(t3(q)),Se.current=q},tt=async(q,ae)=>{$e(!1),w.current=!1,q.src=ae,q.load(),await Bl(q),await ze(),D(!1),await Ze(q),Q("playMode"),U(0),z(!0)},jt=async(q,ae=!1)=>{const ge=b.current;D(!0),j("measuring_duration");try{const Ce=await Lr(q,{timeoutMs:1e4,rejectOnError:!0});wt([{src:q,objectUrl:null,duration:Ce}],Ce),j("ready"),ae&&ge&&await tt(ge,q)}finally{w.current=!1,D(!1)}},ut=async(q,ae=!1)=>{const ge=b.current;D(!0),j("measuring_duration");try{const Ce=await Promise.all(q.map(Ee=>Lr(Ee,{timeoutMs:1e4}))),ve=q.map((Ee,et)=>({src:Ee,objectUrl:null,duration:Ce[et]||0}));wt(ve,n3(ve)),j("ready"),ae&&ge&&ve.length>0&&await tt(ge,ve[0].src)}finally{w.current=!1,D(!1)}},Mt=async(q=!1,ae=!0)=>{const ge=b.current,Ce=e?Array.isArray(e)?e:[e]:[];if(!(!Ce||Ce.length===0||!Ce.some(Boolean))&&!w.current){w.current=!0,ae&&D(!0),j("resolving");try{const ve=a3(e,n,Vo),Ee=[];let et=0;for(const it of ve){let ie=it.src??null,_e=null;if(!ie&&it.resolvedPath){try{j("getting_signed_url"),ie=await zo(it.resolvedPath)}catch{ie=null}if(!ie)try{j("downloading");const gt=await Wo(it.resolvedPath);if(gt){const ft=gt instanceof Blob?gt:new Blob([gt]);_e=y.track(URL.createObjectURL(ft)),ie=_e}}catch{j("error");try{se(u("training.audioFetchError","\uC0AC\uC6B4\uB4DC \uC18C\uC2A4\uB97C \uAC00\uC838\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.")),Q("active")}catch{}}}if(!ie)continue;let Xe=0;try{j("measuring_duration"),Xe=await Lr(ie,{timeoutMs:3e3})}catch{Xe=0}et+=Xe||0,Ee.push({...it,src:ie,objectUrl:_e,duration:Xe})}if(wt(Ee,et),Ee.length>0&&q&&ge){const it=Ee[0];$e(!1);try{y.keepOnly(Ee.map(ie=>ie.objectUrl))}catch{}if(j("ready"),w.current=!1,it.src&&ge)try{ge.src=it.src,ge.load(),await Bl(ge),await ze(),ae&&D(!1),ge&&await Ze(ge)}catch{ae&&D(!1)}else ae&&D(!1);Q("playMode"),U(0),z(!0)}}finally{w.current=!1,ae&&D(!1),j(ve=>ve==="ready"?"ready":"idle")}}},Vt=async()=>{const q=b.current;if(!(!q&&!Ke)){if(Ke){const ae=window.speechSynthesis;if(Z==="active"){const ge=Va(),Ce=Array.isArray(i)?i.filter(Boolean):i?[i]:[];if(ge&&Ce.length>0){Q("load"),D(!0),j("resolving"),w.current=!0;try{const ve=await Promise.all(Ce.map(Ee=>Promise.resolve(ge(Ee))));ve.length>1?await ut(ve,!0):await jt(ve[0],!0)}catch{w.current=!1,D(!1),Q("active"),lt(Ce[0]||void 0)}return}lt(Ce[0]||void 0);return}if(Z==="playMode"){if(q){if(q.paused){if(Ie.current){await Pt();return}await Ze(q),E("playing")}else q.pause(),E("paused");return}try{if(ae&&ae.paused)try{ae.resume(),E("playing")}catch{}else try{ae.pause(),E("paused")}catch{}}catch{}}return}if(Z==="active"){if(o&&Array.isArray(Se.current)&&Se.current.length>0){const ae=Se.current[0];try{if(ae.src&&q)try{q.src=ae.src,q.load(),q&&await Ze(q)}catch{}Q("playMode"),U(0),z(!0);return}catch{}}Q("load"),await Mt(!0);return}if(Z!=="load"&&(Z==="playMode"||Z==="active"))try{if(q&&q.paused){if(Ie.current){await Pt();return}q&&await Ze(q),E("playing")}else q&&(q.pause(),E("paused"))}catch(ae){(ae instanceof Error||typeof ae=="object"&&ae&&"name"in ae)&&ae.name}}},Pt=async()=>{const q=b.current;if(q)try{const ae=Se.current;if(Array.isArray(ae)&&ae.length>1){await Dt(0);return}$e(!1);try{q.currentTime=0}catch{}q&&await Ze(q),E("playing"),Q("playMode")}catch{}},an=()=>{if(Ke){De();return}const q=b.current;try{if(q){try{q.pause()}catch{}try{q.currentTime=0}catch{}}}catch{}Ve(),E("stopped"),Q("active"),J(0),z(!1)},zt=async(q,{sameSegment:ae=!1}={})=>{const ge=++x.current,Ce=b.current,ve=Se.current?.[q]?.src;try{if($e(!1),U(q),z(!0),Ae.current=q,!ve||!Ce||(ae||We(),Ce.src=ve,Ce.load(),ae||await ze(),ge!==x.current)||(await Ze(Ce),ge!==x.current))return;E("playing"),Q("playMode")}catch{}},$t=async()=>{const q=Se.current,ae=Ae.current||0;if(!q||ae<=0){await Pt();return}await zt(ae-1)},rn=async()=>{const q=Se.current,ae=Ae.current||0;if(!q||ae>=q.length-1){an();return}await zt(ae+1)},xt=()=>{if(Ie.current)return;const q=200,ae=340;$e(!0);try{J(1)}catch{}Be(1);try{te("hold")}catch{}try{const ge=b.current,Ce=Ke&&!!ge?.src;if(!Ke||Ce){if(ge){ge.pause();try{ge.currentTime=0}catch{}}}else De();Ve()}catch{}try{E("stopped")}catch{}if(z(!1),!at.current)try{He.current&&(clearTimeout(He.current),He.current=null),He.current=setTimeout(()=>{try{te("out")}catch{}He.current=setTimeout(()=>{try{typeof Re.current=="function"&&Re.current(!0)}catch{}try{te("idle")}catch{}He.current=null},ae)},q)}catch{}};l.useEffect(()=>{Le.current=xt});const hn=l.useCallback(()=>se(""),[]),Dt=async q=>{(Se.current||[])[q]&&await zt(q,{sameSegment:q===Ae.current})},Gt=k==="playing",mn=l.useMemo(()=>{if(!R||R.length<=1)return R;const q=R[P];return q?[q]:R},[R,P]),Ye=o===!0;l.useEffect(()=>{try{const q=b.current;q&&typeof q.playbackRate=="number"&&(q.playbackRate=X||1)}catch{}},[X]),l.useEffect(()=>{try{const q=b.current;q&&(q.volume=Math.max(0,Math.min(1,le)))}catch{}},[le]);const Et=ce==="hold",yt=ce==="out",Yt=Z==="playMode"&&!S&&!me||Et||yt,Wt=k!=="stopped"||Et||yt,ne=k==="paused",de=Math.max(0,Math.min(100,(F||0)*100)),he=ye("audio-player__fill",Yt?"is-visible":"",Wt?"is-expanded":"",ne?"is-paused":"",yt?"is-out":"");return a.jsxs("div",{className:`audio-player ${Ye?"is-disabled":""}${s?` ${s}`:""}`,role:"group","aria-label":typeof h=="string"?h:void 0,children:[a.jsxs("div",{className:`audio-player__panel ${Gt?"is-playing":""} ${S?"is-loading":""} ${Z!=="default"?"is-revealed":""}`,children:[S?a.jsxs("div",{className:"audio-player__loading",role:"status","aria-live":"polite",children:[a.jsx("span",{className:"audio-player__loading-spinner","aria-hidden":"true"}),a.jsx("span",{className:"audio-player__loading-text",children:G4[$]})]}):null,Z==="active"?a.jsx("button",{className:"audio-player__button",type:"button",onClick:()=>{B(),Vt()},"aria-label":typeof h=="string"?h:u("training.listen","\uB4E3\uAE30"),onMouseEnter:N,onMouseLeave:B,onFocus:N,onBlur:B,children:a.jsx("span",{ref:T,className:"audio-player__button-triangle-wrap",children:a.jsx("svg",{className:"audio-player__button-triangle",viewBox:"0 0 24 24","aria-hidden":"true",children:a.jsx("path",{ref:v,d:"M13.2 7.7 L16.5 9.85 Q20.2 12 16.5 14.15 L10 18.3 Q7 19.7 7 16.3 L7 7.7 Q7 4.3 10 5.7 L13.2 7.7"})})})}):null,_&&a.jsx(ln,{anchorRect:_,text:typeof h=="string"&&h?h:u("training.listenLabel","\uBB38\uC7A5 \uB4E3\uAE30"),offset:8}),a.jsxs("div",{className:`audio-player__play ${Z==="playMode"||Gt?"is-visible":""}`,children:[a.jsxs("div",{ref:g,className:"audio-player__buttons",children:[a.jsx(oe,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"skip-back",onClick:$t,ariaLabel:u("training.prev","\uC774\uC804"),width:"60px",variant:"transparent-white","aria-hidden":"true",tabIndex:-1,disabled:Z!=="playMode"}),a.jsx(oe,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:Gt?"pause":"play",onClick:Vt,ariaLabel:u("common.playPause","\uC7AC\uC0DD / \uBA48\uCDA4"),width:"60px",variant:"transparent-white",disabled:Z!=="playMode"}),a.jsx(oe,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"square",onClick:an,ariaLabel:u("training.stop","\uC815\uC9C0"),width:"60px",variant:"transparent-white","aria-hidden":"true",tabIndex:-1,disabled:Z!=="playMode"}),Ge>1?a.jsx("div",{ref:C,className:"audio-player__source-buttons",children:Array.from({length:Ge}).map((q,ae)=>a.jsx(oe,{size:32,type:"dot",shape:"pill",useBorder:!1,label:String(ae+1),onClick:()=>{try{Dt(ae)}catch{}},ariaLabel:u("training.sourcePlay",{n:ae+1}),variant:"transparent-white",selected:M&&P===ae,disabled:Z!=="playMode"||!(Array.isArray(O)&&O[ae]),showTooltipInfo:!0},ae))}):null,!Array.isArray(O)||O.length<=1?a.jsx(oe,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"repeat",onClick:Pt,ariaLabel:u("common.replay","\uB2E4\uC2DC\uB4E3\uAE30"),width:"60px",variant:"transparent-white",disabled:Z!=="playMode"}):null,a.jsx(oe,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"skip-forward",onClick:rn,ariaLabel:u("training.next","\uB2E4\uC74C"),width:"60px",variant:"transparent-white","aria-hidden":!0,tabIndex:-1,disabled:Z!=="playMode"}),a.jsx(oe,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"check",onClick:xt,ariaLabel:u("common.done","\uC644\uB8CC"),width:"60px",variant:"transparent-white",disabled:Z!=="playMode"})]}),a.jsxs("div",{className:"audio-player__slider",children:[a.jsx("div",{className:he,ref:f,style:{left:`${de}%`},"aria-hidden":"true"}),(c||d)&&a.jsx(U4,{segments:mn,progress:F,totalDuration:W,onSegmentClick:Dt,waveProgressRef:ee,showSoundWaveForm:c,noiseSrc:d&&p?.settings.enabled&&(p?.settings.level??0)>0?qe:null,noiseLevel:p?.settings.level??0,noiseSpeed:p?.settings.speed??1,mainVolume:le,onReadyChange:Oe})]})]}),a.jsx("audio",{ref:b,crossOrigin:"anonymous",preload:"auto"})]}),!c&&a.jsxs("p",{className:"audio-player__no-waveform caption-1",children:[a.jsx(Me,{icon:"triangle-alert",size:14}),u("training.noSoundWaveform","\uC18C\uB9AC \uBE44\uAD50 \uBB38\uC81C\uB294 \uC6E8\uC774\uBE0C\uD3FC\uC744 \uD45C\uD604\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.")]}),a.jsx(Bn,{message:K,position:fe,onClose:hn})]})}function Mr(t){const{t:e}=pe(),{text:n,label:r,anchorRect:o=null,onClose:i,closeOnOutsideClick:s=!0,isMobilePopup:c=!1}=t||{},[d,u]=l.useState(()=>{try{return localStorage.getItem("tooltip-theme")||"light"}catch{return"light"}});l.useEffect(()=>{try{localStorage.setItem("tooltip-theme",d)}catch{}},[d]);const{increase:h,decrease:p,canIncrease:m,canDecrease:b,fontSize:f,lineHeight:g}=os({storageKey:"tooltip-fontScale"}),y=l.useCallback(()=>u(T=>T==="dark"?"light":"dark"),[]),C=l.useCallback(T=>{try{T.stopPropagation()}catch{}try{typeof i=="function"&&i()}catch{}},[i]),w=Array.isArray(n)?n:typeof n>"u"||n===null?[]:[n],x={fontSize:`${f}px`,lineHeight:`${g}px`,"--tt-line-height":`${g}px`,"--tt-marker-size":"28px"},v=a.jsxs("div",{className:`tooltip-textbox__root ${d==="dark"?"is-dark":""}`,children:[a.jsxs("div",{className:"tooltip-textbox__box",children:[r&&a.jsx("div",{className:"tooltip-textbox__label body-2b",children:r}),a.jsx("div",{className:"tooltip-textbox__text body-1",style:x,children:w.map((T,_)=>a.jsxs("div",{className:"tooltip-textbox__line",children:[w.length>1?a.jsx("div",{className:"tooltip-textbox__marker",children:a.jsx("span",{className:"tooltip-textbox__line-number button-1",children:_+1})}):null,a.jsx("span",{className:"tooltip-textbox__line-text",children:T})]},_))})]}),a.jsxs("div",{className:"tooltip-textbox__buttons",children:[a.jsx(oe,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:"minus",onClick:p,ariaLabel:e("training.fontSizeDecrease","\uAE00\uC790 \uD06C\uAE30 \uAC10\uC18C"),variant:d==="dark"?"transparent-white":"transparent-gray",disabled:!b}),a.jsx(oe,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:"plus",onClick:h,ariaLabel:e("training.fontSizeIncrease","\uAE00\uC790 \uD06C\uAE30 \uC99D\uAC00"),variant:d==="dark"?"transparent-white":"transparent-gray",disabled:!m}),a.jsx(oe,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:d==="dark"?"moon":"sun-medium",onClick:y,ariaLabel:e("training.toggleBackground","\uBC30\uACBD \uC804\uD658"),variant:d==="dark"?"transparent-white":"transparent-gray"}),a.jsx(oe,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:"x",onClick:C,ariaLabel:e("common.close","\uB2EB\uAE30"),variant:d==="dark"?"transparent-white":"transparent-gray"})]})]});return o?a.jsx(sn,{anchorRect:o,className:`tooltip-textbox ${d==="dark"?"is-dark":""}`,onClose:i,closeOnOutsideClick:s,isMobilePopup:c,children:v}):a.jsx("div",{className:`tooltip-textbox ${d==="dark"?"is-dark":""}`,children:v})}function Ll({state:t="disabled"}){const{t:e}=pe();return a.jsxs("div",{className:`ts-bullet ts-bullet--${t}`,"aria-hidden":!0,children:[a.jsx("div",{className:"bullet__dot",children:a.jsx(Me,{icon:"chevron-right",label:e("training.next","\uB2E4\uC74C"),className:"bullet__icon",imgClassName:"bullet__icon-img",maskClassName:"bullet__icon-mask",svgClassName:"bullet__icon-svg",wrapperStyle:{},size:20})}),a.jsx("div",{className:"ts-bullet__line"})]})}function jl({title:t,children:e,className:n="",state:r="disabled",usePreviewTextBtn:o=!1,onPreviewTextBtn:i,previewText:s=null,useFaded:c,usePlayAllBtn:d=!1,onPlayAll:u,playAllActive:h=!1}){const{t:p}=pe(),m=Xt("(max-width: 767px)"),b=`training-step__title h4 ${c&&r==="disabled"?"training-step__title--faded":""} ${n}`.trim(),f=`training-step__title-row training-step__title-row--${r}`.trim(),g=l.useRef(null),[y,C]=l.useState(!1),[w,x]=l.useState(null),[v,T]=l.useState(null),_=l.useRef(i);l.useEffect(()=>{_.current=i});const N=l.useMemo(()=>s==null?"":typeof s=="string"||typeof s=="number"?String(s):Array.isArray(s)&&s.every(D=>typeof D=="string"||typeof D=="number")?s.join(""):"",[s]),B=l.useCallback(()=>{C(!1),x(null),T(null)},[]);l.useEffect(()=>{if(!y)return;let D;try{typeof _.current=="function"&&(D=_.current())}catch{}if(D===!1){B();return}T(typeof D<"u"&&D!==null?D:null)},[N]);const S=l.useCallback(()=>{let D;try{typeof i=="function"&&(D=i())}catch{}if(D!==!1){if(T(typeof D<"u"&&D!==null?D:s),!g.current){C($=>!$);return}if(y)C(!1),x(null),T(null);else{const $=g.current.getBoundingClientRect();x($),C(!0)}}},[i,s,y]);return a.jsxs("div",{className:f,children:[a.jsx("p",{className:b,children:a.jsx("span",{className:"training-step__title-text",children:t??e})}),o||d?a.jsxs("div",{className:"title-controls",children:[a.jsxs("div",{className:"title-buttons",children:[d&&a.jsx(oe,{size:32,type:m?"dot":"bar",icon:"play-circle",label:m?void 0:p("training.playAll","\uBAA8\uB450 \uB4E3\uAE30"),ariaLabel:p("training.playAll","\uBAA8\uB450 \uB4E3\uAE30"),selected:h,onClick:u,variant:r==="disabled"?"disabled":"default",disabled:r==="disabled"||h}),o&&a.jsx("div",{ref:g,children:a.jsx(oe,{size:32,type:m?"dot":"bar",icon:"eye",label:m?void 0:p("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),ariaLabel:p("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),selected:y,onClick:S,variant:r==="disabled"?"disabled":"default",disabled:!s&&typeof i!="function"})})]}),y&&a.jsx(Mr,{text:v??s,label:p("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),anchorRect:w,onClose:B,closeOnOutsideClick:!1,isMobilePopup:!0})]}):null]})}function Pr(t,e){return typeof e!="number"||typeof t!="number"?"disabled":t<e?"done":t===e?"active":"disabled"}function _n({index:t,stepIndex:e,isLast:n=!1,title:r="",titleProps:o={},children:i,className:s="",onDone:c=void 0,useTitleFaded:d=void 0}){const[u,h]=l.useState(()=>Pr(t,e));l.useEffect(()=>{const v=Pr(t,e);if(v!==u){const T=setTimeout(()=>h(v),0);return()=>clearTimeout(T)}},[t,e,u]);const p=l.useCallback((...v)=>{Pr(t,e)==="done"||u==="done"||typeof c=="function"&&c(...v)},[t,e,u,c]),[m,b]=l.useState(!1),[f,g]=l.useState({text:"",label:"\uBB38\uC7A5 \uB4E3\uAE30",anchorRect:null,backdrop:!1,alignX:null,alignY:null}),y=l.useCallback(v=>{if(!v)return null;try{const T=v;if(typeof v=="object"&&(T.currentTarget||T.target)&&(T.nativeEvent||T.type)){const B=T.currentTarget??T.target;if(B&&typeof B.getBoundingClientRect=="function")return B.getBoundingClientRect()}if(v instanceof DOMRect)return v;const _=v;if(_&&typeof _.getBoundingClientRect=="function")return _.getBoundingClientRect();const N=v?.current;return N&&typeof N.getBoundingClientRect=="function"?N.getBoundingClientRect():null}catch{return null}},[]),C=l.useCallback((v,{text:T="",label:_="\uBB38\uC7A5 \uB4E3\uAE30",backdrop:N=!1,alignX:B="center",alignY:S="top"}={})=>{const D=y(v);g({text:T,label:_,anchorRect:D,backdrop:N,alignX:B,alignY:S}),b(!0)},[y]),w=l.useCallback(()=>{b(!1),g(v=>({...v,anchorRect:null}))},[]),x=l.Children.map(i,v=>{if(l.isValidElement(v)){const T=v;if(typeof T.type=="string")return T;const _=T.props??{},N=typeof _.onDone=="function"?_.onDone:p,B=typeof _.disabled=="boolean";let S=u==="disabled";return B&&(S=!!_.disabled),l.cloneElement(T,{onDone:N,disabled:S,showTooltip:C,hideTooltip:w})}return v});return a.jsxs("div",{className:`training-step training-step--${u} ${n?"training-step--last":""} ${s}`,"aria-current":u==="active",children:[a.jsx(Ll,{state:u}),a.jsxs("div",{className:"training-step__content",children:[a.jsx(jl,{state:u,title:r,...o,useFaded:d}),x]}),m?a.jsx(sn,{anchorRect:f.anchorRect,backdrop:f.backdrop,onClose:w,children:a.jsx(Mr,{text:f.text,onClose:w})}):null]})}function Ml({context:t,state:e="disabled",theme:n="light"}){const{t:r}=pe(),[o,i]=l.useState("disabled"),[s,c]=l.useState(()=>{try{return localStorage.getItem("tooltip-theme")||n}catch{return n}});l.useEffect(()=>{try{localStorage.setItem("tooltip-theme",s)}catch{}},[s]);const d=()=>c(S=>S==="dark"?"light":"dark"),{increase:u,decrease:h,canIncrease:p,canDecrease:m,fontSize:b,lineHeight:f}=os({storageKey:"textbox_fontScale"}),[g,y]=l.useState(""),C=l.useCallback(()=>i("active"),[]),w=l.useCallback(()=>y(""),[]),x=S=>{try{y(S)}catch{}},v=typeof navigator<"u"&&/Mobi|Android/i.test(navigator.userAgent||"");l.useEffect(()=>{if(e!=="disabled"){const S=setTimeout(()=>i(e),0);return()=>clearTimeout(S)}},[e]);const T=l.useMemo(()=>t&&typeof t=="object"?String(t.sentence??t.text??""):typeof t=="string"?t:"",[t]);l.useEffect(()=>{const S=setTimeout(()=>i("disabled"),0);return()=>clearTimeout(S)},[T]);const _=e==="disabled"?o:e,N=_==="disabled"?"training-text-box--disabled":_==="active"?"training-text-box--active":_==="done"?"training-text-box--done":"",B=l.useMemo(()=>({fontSize:`${b}px`,lineHeight:`${f}px`}),[b,f]);return a.jsxs("div",{className:`training-text-box ${N} ${_!=="disabled"&&s==="dark"?"is-dark":""}`,children:[_==="disabled"&&a.jsx("div",{className:"training-text-box__preview",children:a.jsx(oe,{size:48,type:"bar",onClick:C,icon:"eye",ariaLabel:r("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),label:r("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),useBorder:!1})}),a.jsx("div",{className:"training-text-box__area","aria-hidden":_==="disabled",children:a.jsx("span",{className:"training-text-box__inner h3",style:B,children:T})}),_!=="disabled"&&a.jsxs("div",{className:"training-text-box__buttons","aria-hidden":_==="disabled",children:[a.jsx(oe,{size:32,type:"dot",onClick:h,onDisabledClick:()=>x(r("training.fontSizeMin","\uAE00\uC528 \uD06C\uAE30\uAC00 \uCD5C\uC18C\uC785\uB2C8\uB2E4.")),ariaLabel:r("training.fontSizeDecrease","\uAE00\uC790 \uD06C\uAE30 \uAC10\uC18C"),icon:"minus",variant:s==="dark"?"transparent-white":"transparent-gray",disabled:!m,useBorder:!1,showTooltipInfo:!0,...!v&&{width:"60px"}}),a.jsx(oe,{size:32,type:"dot",onClick:u,onDisabledClick:()=>x(r("training.fontSizeMax","\uAE00\uC528 \uD06C\uAE30\uAC00 \uCD5C\uB300\uC785\uB2C8\uB2E4.")),ariaLabel:r("training.fontSizeIncrease","\uAE00\uC790 \uD06C\uAE30 \uC99D\uAC00"),icon:"plus",variant:s==="dark"?"transparent-white":"transparent-gray",disabled:!p,useBorder:!1,showTooltipInfo:!0,...!v&&{width:"60px"}}),a.jsx(oe,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:s==="dark"?"moon":"sun-medium",onClick:d,ariaLabel:r("training.toggleBackground","\uBC30\uACBD \uC804\uD658"),variant:s==="dark"?"transparent-white":"transparent-gray"})]}),a.jsx(Bn,{message:g,position:"top",onClose:w})]})}function Rr({index:t,stepIndex:e,isLast:n=!1,title:r,useTitleFaded:o,onDone:i,onChange:s,answer:c,wrongAnswers:d,choices:u,multiSelect:h=!1,correctCount:p=0,useDisabledCovered:m=!1,choiceIcons:b,shuffleChoices:f=!0}){const{t:g}=pe(),y=r??g("training.selectConfirm","\uBB38\uC81C\uB97C \uBCF4\uACE0 \uD574\uB2F9\uD558\uB294 \uB0B4\uC6A9\uC744 \uC120\uD0DD\uD558\uC138\uC694."),C=typeof t=="number"?t:-1,w=typeof e!="number"?"disabled":C<e?"done":C===e?"active":"disabled",x=Array.isArray(u)&&u.length?u:typeof c<"u"?[c].concat(Array.isArray(d)?d:[]):void 0,v=d?d.join("||"):"",T=u?u.join("||"):"",[_,N]=l.useState(()=>Array.isArray(x)?f?qn(x):x.slice():void 0);l.useEffect(()=>{Array.isArray(x)&&x.length?N(f?qn(x):x.slice()):N(void 0)},[c,v,T,f]);const[B,S]=l.useState(null),[D,$]=l.useState(()=>new Set);l.useEffect(()=>{S(null),$(new Set)},[T]);const j=l.useRef(void 0);l.useEffect(()=>{const L=j.current;typeof L=="number"&&typeof e=="number"&&typeof t=="number"&&L>=t&&e<t&&(S(null),$(new Set)),j.current=e},[e,t]);const k=l.useCallback(L=>{if(w!=="active")return;const F=_?.[L];if(F==null)return;const J=F,Z=w==="active"||w==="done";h?$(Q=>{const O=new Set(Q),I=O.has(J);return I?O.delete(J):O.add(J),typeof s=="function"&&s({selectedValues:[...O],__ts:Date.now()}),Z&&(typeof p=="number"&&p>0?O.size>=p:!I)&&typeof i=="function"&&w==="active"&&i({selectedValues:[...O],__ts:Date.now()}),O}):(S(J),typeof s=="function"&&s({selectedIndex:L,selectedValue:J,__ts:Date.now()}),Z&&typeof i=="function"&&w==="active"&&i({selectedIndex:L,selectedValue:J,__ts:Date.now()}))},[_,w,h,s,i,p]);l.useEffect(()=>{!h||D.size===0||(typeof s=="function"&&s({selectedValues:[...D],__ts:Date.now()}),typeof p=="number"&&p>0&&D.size>=p&&w==="active"&&typeof i=="function"&&i({selectedValues:[...D],__ts:Date.now()}))},[D,h,s,p,w,i]);const E=`training-step__buttons${Array.isArray(_)&&_.length>3?" training-step__buttons--wrap-3":""}`;return a.jsx(_n,{index:t,stepIndex:e,isLast:n,title:y,useTitleFaded:o,children:a.jsx("div",{className:E,children:Array.isArray(_)&&_.length>0?_.map((L,F)=>a.jsx(oe,{size:56,type:"bar",onClick:()=>k(F),ariaLabel:String(L),label:L,useLabel:!0,icon:b?b[String(L)]:void 0,variant:"default",disabled:w==="disabled",selected:h?D.has(L):B===L,useDisabledCovered:m,minWidth:0},String(L))):null})})}function $r({index:t,stepIndex:e,isLast:n=!1,title:r,onDone:o,onChange:i,context:s,demoSelected:c}){const{t:d}=pe(),u=r??d("training.confirmTitle","\uBB38\uC7A5\uC744 \uD655\uC778\uD558\uACE0 \uC798 \uB4E4\uB838\uB294\uC9C0 \uC120\uD0DD\uD558\uC138\uC694."),h=typeof t=="number"?t:-1,p=typeof e!="number"?"disabled":h<e?"done":h===e?"active":"disabled",m=s&&typeof s=="object"?s.sentence||"":typeof s=="string"?s:"",b=s&&typeof s=="object"?s.choices:void 0,[f,g]=l.useState(c??null);l.useEffect(()=>{if(c==null&&f!==null){const x=setTimeout(()=>g(null),0);return()=>clearTimeout(x)}},[m,c,f]);const y=l.useCallback(x=>{const v=typeof x=="object"&&x!==null?Object.assign({},x,{__ts:Date.now()}):{value:x,__ts:Date.now()};typeof i=="function"&&i(v),p==="active"&&typeof o=="function"&&o(v)},[i,p,o]),C=l.useCallback(()=>{p==="active"&&(g(!1),y(!1))},[y,p]),w=l.useCallback(()=>{p==="active"&&(g(!0),y(!0))},[y,p]);return a.jsxs(_n,{index:t,stepIndex:e,isLast:n,title:u,onDone:o,useTitleFaded:!1,children:[a.jsx(Ml,{context:s,state:p}),a.jsx("div",{className:"training-step__buttons",children:Array.isArray(b)&&b.length>0?b.slice(0,6).map((x,v)=>a.jsx(oe,{size:56,type:"bar",onClick:()=>{p==="active"&&(g(v),y&&y(v))},disabled:p==="disabled",ariaLabel:String(x),label:x,variant:p,selected:f===v},v)):a.jsxs(a.Fragment,{children:[a.jsx(oe,{size:56,type:"bar",onClick:C,disabled:p==="disabled",icon:"x",ariaLabel:d("training.notHeard","\uC548 \uB4E4\uB838\uC5B4\uC694."),label:d("training.notHeard","\uC548 \uB4E4\uB838\uC5B4\uC694."),variant:"default",selected:f===!1}),a.jsx(oe,{size:56,type:"bar",onClick:w,disabled:p==="disabled",icon:"circle",ariaLabel:d("training.heardWell","\uC798 \uB4E4\uB838\uC5B4\uC694."),label:d("training.heardWell","\uC798 \uB4E4\uB838\uC5B4\uC694."),variant:"default",selected:f===!0})]})})]})}function Ir({index:t,stepIndex:e,isLast:n=!1,title:r,onDone:o,btnLabel:i,soundSrc:s,bucketPath:c,usePreviewTextBtn:d,previewText:u=null,onPreviewTextBtn:h,disabled:p,_pageIndex:m,showSoundWaveForm:b,showNoiseWaveForm:f}){const{t:g}=pe(),y=r??g("training.listenTitle","\uC81C\uC2DC\uD558\uB294 \uBB38\uC7A5\uC744 \uB4E4\uC5B4\uC8FC\uC138\uC694."),C=p??(typeof e=="number"&&typeof t=="number"?t>e:!1);return a.jsx(_n,{index:t,stepIndex:e,isLast:n,title:y,onDone:o,titleProps:{usePreviewTextBtn:d,previewText:u,onPreviewTextBtn:h},children:a.jsx(jr,{soundSrc:s,ttsText:s?null:u??y,bucketPath:c,btnLabel:i||g("training.listenButton","\uBB38\uC7A5 \uB4E3\uAE30"),disabled:C,className:"training-step__listen-sticky",showSoundWaveForm:b,showNoiseWaveForm:f},`audio-p${m??0}-s${t}`)})}function Fr({index:t,stepIndex:e,isLast:n=!1,title:r,onDone:o,onChange:i,context:s=[]}){const{t:c}=pe(),d=r??c("training.orderListDefault","\uBB38\uC7A5\uC744 \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uBC30\uCE58\uD558\uC138\uC694."),u=I=>typeof I=="string"?I:I&&(I.context||I.sentence||I.question||"")||"",[h,p]=l.useState(Array.isArray(s)?s:[]),[m,b]=l.useState(()=>(h||[]).map((I,R)=>({id:R,text:u(I)}))),f=l.useMemo(()=>typeof e!="number"||typeof t!="number"?"disabled":t<e?"done":t===e?"active":"disabled",[e,t]);l.useEffect(()=>{const I=Array.isArray(s)?s:[];p(I);const R=(V=>{const P=(V||[]).map((W,G)=>({id:G,text:u(W)}));if(P.length<=1)return P;const U=(W,G)=>{if(W.length!==G.length)return!1;for(let X=0;X<W.length;X++)if(W[X].text!==G[X].text)return!1;return!0};let M=qn(P),z=0;for(;U(M,P)&&z<20;)M=qn(P),z+=1;return M})(I);b(R);try{if(typeof i=="function"){const V=R.filter((P,U)=>P.text===u(I[U])).length;i({shuffled:R,score:V,total:(I||[]).length,initial:!0,__ts:Date.now()})}if(typeof o=="function"&&f==="active"){const V=R.filter((P,U)=>P.text===u(I[U])).length;o({shuffled:R,score:V,total:(I||[]).length,initial:!0,__ts:Date.now()})}}catch{}},[s]);const g=(I,R)=>{const V=[...m],P=I+R;if(P<0||P>=V.length)return;const U=V[P];V[P]=V[I],V[I]=U,E(V);try{if(typeof o=="function"&&f==="active"){const M=V.filter((z,W)=>z.text===u(h[W])).length;o({shuffled:V,score:M,total:(h||[]).length,__ts:Date.now()})}}catch{}},[y,C]=l.useState(null),w=l.useRef(null),x=l.useRef(null),v=l.useRef(null),T=l.useRef(null),_=l.useRef(null),N=l.useRef({x:0,y:0}),B=l.useRef(null),S=l.useRef({dx:0,dy:0}),D=()=>{if(B.current!==null)return;const I=()=>{B.current=requestAnimationFrame(I);const R=N.current,V=S.current||{dx:0,dy:0};w.current&&(w.current.style.transform=`translate3d(${R.x-V.dx}px, ${R.y-V.dy}px, 0)`)};B.current=requestAnimationFrame(I)},$=l.useRef(new Map),j=l.useRef(new Map),k=()=>{const I=new Map;return $.current.forEach((R,V)=>{R&&R.getBoundingClientRect&&I.set(V,R.getBoundingClientRect())}),I},E=I=>{const R=k();b(I);try{if(typeof i=="function"){const V=I.filter((P,U)=>P.text===u(h[U])).length;i({shuffled:I,score:V,total:(h||[]).length,__ts:Date.now()})}}catch{}requestAnimationFrame(()=>{const V=k();I.forEach(P=>{const U=R.get(P.id),M=V.get(P.id),z=$.current.get(P.id);if(!z||!U||!M)return;const W=U.top-M.top;W&&(z.style.transition="none",z.style.transform=`translateY(${W}px)`,requestAnimationFrame(()=>{z.style.transition="transform 420ms cubic-bezier(.22,.9,.39,1)",z.style.transform="";const G=()=>{z.style.transition="",z.removeEventListener("transitionend",G)};z.addEventListener("transitionend",G)}))})})},L=(I,R)=>{try{try{R.dataTransfer?.setData("text/plain",String(I))}catch{}try{R.dataTransfer&&(R.dataTransfer.effectAllowed="move")}catch{}try{const V=document.createElement("div");V.style.cssText="position:absolute;top:-9999px;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none;",document.body.appendChild(V),R.dataTransfer?.setDragImage(V,0,0),requestAnimationFrame(()=>{try{document.body.removeChild(V)}catch{}})}catch{}}catch{}C(I);try{const V=m[I],P=document.createElement("div");P.className="order-list__dragging-object order-list__dragging-object--visible",P.textContent=V&&V.text?V.text:"",document.body.appendChild(P),w.current=P;const U=$.current.get(V.id);let M=R.clientX||0,z=R.clientY||0;try{if(U&&U.getBoundingClientRect){const te=U.getBoundingClientRect();M=te.left+te.width/2,z=te.top+te.height/2}}catch{}const W=P.getBoundingClientRect(),G=W.width/2,X=W.height/2;S.current={dx:G,dy:X},P.style.transition="none",N.current={x:M,y:z},P.style.transform=`translate3d(${M-G}px, ${z-X}px, 0)`,requestAnimationFrame(()=>{try{P.style.transition=""}catch{}D()});const le=te=>{const K=te;N.current={x:K.clientX,y:K.clientY},D()};v.current=le,document.addEventListener("mousemove",le);const ce=te=>{const K=te;N.current={x:K.clientX,y:K.clientY},D()};x.current=ce,document.addEventListener("dragover",ce);try{R.dataTransfer?.setData("text/plain",String(I));try{R.dataTransfer?.setData("application/json",JSON.stringify({idx:I}))}catch{}}catch{}}catch{}},F=(I,R)=>{R.preventDefault();try{R.dataTransfer&&(R.dataTransfer.dropEffect="move")}catch{}try{_.current!==null&&(clearTimeout(_.current),_.current=null);const V=R.currentTarget&&R.currentTarget.closest?R.currentTarget.closest(".order-list__item"):null;if(V&&T.current!==V){if(T.current)try{T.current.classList.remove("drag-over")}catch{}try{V.classList.add("drag-over")}catch{}T.current=V}}catch{}},J=(I,R)=>{R.preventDefault();const V=R.dataTransfer?.getData("text/plain")||"",P=V?parseInt(V,10):y,U=I;if(typeof P!="number"||isNaN(P)||P===U){C(null),O(),Z();return}const M=z1(m,P,U);E(M),C(null),Z();try{if(typeof o=="function"&&f==="active"){const z=M.filter((W,G)=>W.text===u(h[G])).length;o({shuffled:M,score:z,total:(h||[]).length,__ts:Date.now()})}}catch{}try{requestAnimationFrame(()=>{const z=document.querySelectorAll(".order-list .order-list__item")[U];if(!z)return;const W=z.querySelector(".order-list__slot")||z;try{W.classList.add("pulse"),W.offsetHeight,W.classList.add("to-dark");const G=()=>{W.classList.remove("pulse","to-dark"),W.removeEventListener("transitionend",G)};W.addEventListener("transitionend",G)}catch{}})}catch{}O()},Z=()=>{if(w.current){try{document.body.removeChild(w.current)}catch{}w.current=null}x.current&&(document.removeEventListener("dragover",x.current),x.current=null),v.current&&(document.removeEventListener("mousemove",v.current),v.current=null),B.current!==null&&(cancelAnimationFrame(B.current),B.current=null)},Q=()=>{C(null),O(),Z()};l.useEffect(()=>()=>Z(),[]);const O=()=>{try{if(_.current!==null&&(clearTimeout(_.current),_.current=null),T.current){try{T.current.classList.remove("drag-over")}catch{}T.current=null}document.querySelectorAll(".order-list .order-list__item").forEach(I=>I.classList.remove("drag-over"))}catch{}};return l.useEffect(()=>{try{const I=Math.max(1,(m||[]).length);m.forEach((R,V)=>{const P=j.current.get(R.id);if(!P)return;let U=50;I>1&&(U=Math.round(V/(I-1)*100));try{P.style.setProperty("--marker-pos",U+"%")}catch{}})}catch{}},[m]),l.useEffect(()=>()=>{Z(),_.current!==null&&(clearTimeout(_.current),_.current=null)},[]),a.jsx(_n,{index:t,stepIndex:e,isLast:n,title:d,children:a.jsx("div",{className:"order-list",children:m.map((I,R)=>{const V=Math.max(1,(m||[]).length),P=V>1?Math.round(R/(V-1)*100):50;return a.jsx("div",{className:"order-list__item",children:a.jsxs("div",{className:"order-list__slot","data-disabled":f==="disabled","aria-disabled":f==="disabled",children:[f!=="disabled"?a.jsx("div",{className:"order-list__marker caption-1",style:{"--marker-pos":P+"%"},ref:U=>{const M=j.current;U?M.set(I.id,U):M.delete(I.id)},children:a.jsx("span",{className:"order-list__slot-number button-1",children:R+1})}):null,a.jsxs("div",{ref:U=>{const M=$.current;U?M.set(I.id,U):M.delete(I.id)},className:`order-list__draggable ${y===R?"dragging":""}`,"data-disabled":f==="disabled","aria-disabled":f==="disabled",tabIndex:f==="disabled"?-1:0,draggable:f==="active",onDragStart:f==="active"?U=>L(R,U):void 0,onDragEnter:f==="active"?U=>F(R,U):void 0,onDragOver:f==="active"?U=>F(R,U):void 0,onDragLeave:f==="active"?()=>{try{_.current!==null&&clearTimeout(_.current),_.current=setTimeout(()=>{try{const U=document.querySelectorAll(".order-list .order-list__item");U&&U[R]&&(U[R].classList.remove("drag-over"),T.current===U[R]&&(T.current=null))}catch{}},80)}catch{}}:void 0,onDrop:f==="active"?U=>J(R,U):void 0,onDragEnd:f==="active"?Q:void 0,children:[a.jsx("span",{className:"order-list__item-text body-2",children:I.text}),f==="active"?a.jsxs("span",{className:"order-list__item-buttons",children:[a.jsx(oe,{size:32,type:"dot",onClick:()=>g(R,-1),ariaLabel:c("training.up"),icon:"chevron-up",variant:"transparent-gray",width:48,useFaded:"true",disabled:R===0,useBorder:!1,useDisabledInvisible:!0}),a.jsx(oe,{size:32,type:"dot",onClick:()=>g(R,1),ariaLabel:c("training.down"),icon:"chevron-down",variant:"transparent-gray",width:48,useFaded:"true",disabled:R===m.length-1,useBorder:!1,useDisabledInvisible:!0})]}):null]})]})},I.id)})})})}const o3=8e3;function i3(t,e){return new Promise(n=>{let r=!1;const o=()=>{r||(r=!0,n())};t.then(o,o),setTimeout(o,e)})}function Pl({index:t,stepIndex:e,isLast:n=!1,title:r,onDone:o,onChange:i,context:s=[],selectable:c=!1,hideLabel:d=!1,hideAudio:u=!1,maxCards:h}){const{t:p}=pe(),m=r??p("training.cardInstructions","\uB0B1\uB9D0 \uCE74\uB4DC\uB97C \uBCF4\uACE0 \uC18C\uB9AC\uB97C \uB4E3\uACE0 \uD655\uC778\uD558\uC138\uC694."),b=l.useMemo(()=>Array.isArray(s)?s:s&&s.items||[],[s]),f=h??3,g=(b||[]).slice(0,f);(b||[]).length>f&&console.warn(`TrainingStepCard: ${b.length} items passed but only ${f} shown`);const y=typeof t=="number"?t:-1,C=typeof e!="number"?"disabled":y<e?"done":y===e?"active":"disabled",[w,x]=l.useState(null),v=l.useRef([]),[T,_]=l.useState(!1),N=l.useMemo(()=>b.map($=>$?.id??$?.word??"").join("|"),[b]);l.useEffect(()=>{x(null),v.current=[]},[N]);const B=l.useCallback(($,j)=>{if(c)return;const k={item:$,index:j,__ts:Date.now()};try{typeof i=="function"&&i(k)}catch{}if(C==="active"&&typeof o=="function")try{o(k)}catch{}},[c,i,C,o]),S=l.useCallback(async()=>{if(!(T||C==="disabled")){_(!0);try{for(const $ of v.current)$&&await i3($.play(),o3)}finally{_(!1)}}},[T,C]),D=l.useCallback(($,j)=>{if(C!=="active")return;x(j);const k={selectedValue:$.word||$.title||"",selectedIndex:j,item:$,__ts:Date.now()};try{typeof i=="function"&&i(k)}catch{}if(C==="active"&&typeof o=="function")try{o(k)}catch{}},[i,C,o]);return a.jsx(_n,{index:t,stepIndex:e,isLast:n,title:m,onDone:o,titleProps:{usePlayAllBtn:!u&&g.length>0,onPlayAll:S,playAllActive:T},children:a.jsx("div",{className:"training-step__cards",children:g.length===0?a.jsx("div",{className:"training-step__empty",children:p("training.noCards","\uCE74\uB4DC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.")}):g.map(($,j)=>a.jsx(wr,{ref:k=>{v.current[j]=k},item:$,disabled:C==="disabled",onPlayDone:()=>B($,j),selectable:c,selected:c&&w===j,onSelect:c?()=>D($,j):void 0,flipDelay:j*120,hideLabel:d,hideAudio:u},$&&$.id||j))})})}const s3=160,Rl=()=>{};function Sa({title:t,actions:e,size:n="medium",minHeight:r,maxWidth:o,className:i,scrollable:s,useBorder:c=!0,useBg:d=!0,useRowBorder:u=!0,labelWidth:h,form:p=!1,loading:m,empty:b,children:f}){const g=ye("panel",`panel--${n}`,p?"panel--form":"",r!==void 0?"panel--fill":"",c?"":"panel--no-border",d?"":"panel--no-bg",u?"":"panel--no-row-border",i),y={};return r!==void 0&&(y.minHeight=r),o!==void 0&&(y.maxWidth=typeof o=="number"?`${o}px`:o),h!==void 0&&(y["--panel-label-width"]=typeof h=="number"?`${h}px`:h),a.jsxs("div",{className:g,style:Object.keys(y).length?y:void 0,children:[t!=null&&a.jsxs("div",{className:"panel__header",children:[a.jsx("h2",{className:"panel__title h5b",children:t}),e&&a.jsx("div",{className:"panel__actions",children:e})]}),m?a.jsx(dn,{variant:"loading"}):b!=null&&(f==null||Array.isArray(f)&&f.length===0)?a.jsx(dn,{variant:"empty",children:b}):s?a.jsx("div",{className:"panel__body--scroll",children:f}):f]})}function l3({cols:t=2,children:e}){return a.jsx("div",{className:"panel-grid",style:{"--panel-grid-cols":t},children:e})}function dn(t){const e=l.useId();if(!("variant"in t)){const{label:g,sub:y,onClick:C,children:w,align:x="horizontal",icon:v}=t,T=_=>{C&&_.target===_.currentTarget&&(_.key==="Enter"||_.key===" ")&&(_.preventDefault(),C())};return a.jsxs("div",{className:ye("panel-row",x==="vertical"?"panel-row--vertical":"",C?"panel-row--clickable":""),onClick:C,onKeyDown:C?T:void 0,role:C?"button":void 0,tabIndex:C?0:void 0,children:[v!=null&&a.jsx("div",{className:"panel-row__icon",children:v}),g!=null&&a.jsxs("div",{className:"panel-row__left",children:[a.jsx("div",{className:"panel-row__label body-3",children:g}),y&&a.jsx("div",{className:"panel-row__sub caption-1",children:y})]}),a.jsx("div",{className:"panel-row__right",children:w})]})}if(t.variant==="description")return a.jsx("div",{className:"panel-row panel-row--block",children:a.jsx("p",{className:"panel-row__description body-3",children:t.children})});if(t.variant==="empty")return a.jsx("div",{className:"panel-row panel-row--empty body-3",children:t.children});if(t.variant==="loading")return a.jsx("div",{className:"panel-row panel-row--loading",children:a.jsx(Qn,{size:28})});if(t.variant==="custom"&&!t.label)return a.jsx("div",{className:"panel-row panel-row--block",children:t.children});const{variant:n,label:r,sub:o,onClick:i,required:s,error:c,align:d="horizontal",useFullWidth:u=!1,icon:h}=t;let p=null;const m=n==="toggle"?`panel-toggle-${e}`:void 0;if(n==="toggle"){const g=t;p=a.jsx($s,{checked:g.checked,onChange:g.onChange,id:m})}else if(n==="segmented"){const g=t;p=a.jsx(wn,{options:g.options,value:g.value,onChange:g.onChange,size:g.size??40,ariaLabel:r})}else if(n==="dropdown"){const g=t,y=g.dropdowns?.length?a.jsx("div",{className:`panel-row__dropdown-group${u?" panel-row__dropdown-group--full":""}`,children:g.dropdowns.map((C,w)=>a.jsx("div",{className:u?"panel-row__dropdown-item--full":void 0,children:a.jsx(Ht,{options:C.options,value:C.value,onChange:C.onChange,placeholder:C.placeholder,block:u,error:!!c,ariaLabel:C.ariaLabel??([r,C.placeholder].filter(Boolean).join(" ")||void 0)})},w))}):a.jsx(Ht,{options:g.options??[],value:g.value??"",onChange:g.onChange??Rl,block:u,error:!!c,ariaLabel:r});p=c?a.jsxs("div",{className:`panel-row__dropdown-error-wrap${u?" panel-row__dropdown-error-wrap--full":""}`,children:[y,a.jsx("span",{className:"caption-1 panel-row__error",role:"alert",children:c})]}):y}else if(n==="button"){const g=t;g.buttons?.length?p=a.jsx("div",{className:"panel-row__button-group",children:g.buttons.map((y,C)=>a.jsx(oe,{size:y.btnSize??40,variant:y.btnVariant??"default",disabled:y.disabled,onClick:y.onClick,children:y.label},C))}):p=a.jsx(oe,{size:g.btnSize??40,variant:g.btnVariant??"default",disabled:g.disabled,onClick:g.onClick,children:g.buttonLabel})}else if(n==="text"){const g=t;p=a.jsx("span",{className:`panel-row__text body-2${u?" panel-row__text--full":""}`,style:g.valueColor?{color:g.valueColor}:void 0,children:g.value})}else if(n==="input"){const g=t;p=a.jsxs("div",{className:`panel-row__input-wrap${u?" panel-row__input-wrap--full":""}`,children:[a.jsx(vn,{value:g.value,onChange:g.onChange??Rl,onKeyDown:g.onKeyDown,onEnter:g.onEnter,placeholder:g.placeholder,inputMode:g.inputMode,readOnly:g.readOnly,disabled:g.disabled,type:g.type,autoComplete:g.autoComplete,maxLength:g.maxLength,showCount:g.showCount,multiline:g.multiline,rows:g.rows,fullWidth:u,error:c,ariaLabel:r,required:s}),g.helperText&&a.jsx("div",{className:"panel-row__helper caption-1",children:g.helperText})]})}else n==="custom"&&(p=t.children);const b=n==="input"||n==="dropdown"||(n==="text"||n==="custom")&&u,f=g=>{i&&g.target===g.currentTarget&&(g.key==="Enter"||g.key===" ")&&(g.preventDefault(),i())};return a.jsxs("div",{className:ye("panel-row",d==="vertical"?"panel-row--vertical":"",b?"panel-row--label-fixed":"",n==="text"?"panel-row--text":"",i?"panel-row--clickable":""),onClick:i,onKeyDown:i?f:void 0,role:i?"button":void 0,tabIndex:i?0:void 0,children:[h!=null&&a.jsx("div",{className:"panel-row__icon",children:h}),a.jsxs("div",{className:"panel-row__left",children:[m?a.jsxs("label",{htmlFor:m,className:"panel-row__label body-3",children:[r,s&&a.jsx("span",{className:"required-mark",children:"*"})]}):a.jsxs("div",{className:"panel-row__label body-3",children:[r,s&&a.jsx("span",{className:"required-mark",children:"*"})]}),o&&a.jsx("div",{className:"panel-row__sub caption-1",children:o})]}),a.jsx("div",{className:"panel-row__right",children:p})]})}function $l(t){const e=t.productName||t.brand,n=[t.brand,t.fitType].filter(r=>!!r&&r!==e);return[...new Set(n)].join(" \xB7 ")}function c3({devices:t,onRelease:e}){const{t:n}=pe();return a.jsx("div",{className:"panel-row panel-row--device",children:["\uC88C","\uC6B0"].map(r=>{const o=t[r],i=r==="\uC88C"?n("device.direction.left","\uC88C"):n("device.direction.right","\uC6B0");return a.jsxs("div",{className:"panel-row__device-column",children:[a.jsxs("div",{className:"panel-row__device-head",children:[a.jsx("span",{className:"panel-row__device-side body-2b",children:i}),o&&e&&a.jsx(oe,{size:32,type:"dot",icon:"x",ariaLabel:n("customers.device.unwear","\uCC29\uC6A9 \uD574\uC81C"),showTooltipInfo:n("customers.device.unwear","\uCC29\uC6A9 \uD574\uC81C"),onClick:()=>e(r)})]}),o?a.jsxs("div",{className:"panel-row__device-info",children:[a.jsxs("span",{className:"panel-row__device-kind",children:[o.device&&a.jsx(pt,{size:"small",variant:Ys(o.device),fill:"soft",label:o.device}),$l(o)&&a.jsx("span",{className:"panel-row__device-detail body-3",children:$l(o)})]}),a.jsx("span",{className:"panel-row__device-name body-2b",children:o.productName||o.brand}),a.jsx("span",{className:"panel-row__device-date caption-1",children:n("customers.device.wornSince",{date:`${o.wornYear}.${o.wornMonth}.${o.wornDay}`})})]}):a.jsx("span",{className:"panel-row__device-empty body-3",children:n("customers.device.notRegistered","\uBBF8\uB4F1\uB85D")})]},r)})})}function u3(t){return[{label:t("training.noise.level.none","\uC5C6\uC74C"),value:0},{label:t("training.noise.level.weak","\uC57D\uD568"),value:1},{label:t("training.noise.level.medium","\uBCF4\uD1B5"),value:2},{label:t("training.noise.level.strong","\uAC15\uD568"),value:3},{label:t("training.noise.level.veryStrong","\uB9E4\uC6B0 \uAC15\uD568"),value:4}]}function Il(t){return[{label:t("training.noise.type.default","\uAE30\uBCF8"),value:"defaultNoise",icon:"party-popper"},{label:t("training.noise.type.street","\uAE38\uAC70\uB9AC"),value:"street",icon:"car"},{label:t("training.noise.type.buzz","\uC640\uAE00\uC640\uAE00"),value:"buzz",icon:"message-square-more"},{label:t("training.noise.type.restaurant","\uC2DD\uB2F9"),value:"restaurant",icon:"coffee"}]}u3(st.t.bind(st)),Il(st.t.bind(st));const Or="none",d3=.5,p3=1.5,h3=.25;function Hr({title:t,valueLabel:e,value:n,min:r,max:o,step:i,tickStep:s,size:c,onChange:d}){return a.jsxs(dn,{variant:"custom",label:t,useFullWidth:!0,children:[a.jsx(qs,{value:n,onChange:d,min:r,max:o,step:i,size:c,showBgTick:!0,tickStep:s,ariaLabel:t,className:"noise-settings__slider-input"}),a.jsx("div",{className:"noise-settings__value button-1",children:e})]})}function Fl({anchorRect:t,onClose:e}){const{t:n}=pe(),r=Xt("(max-width: 767px)")?40:24,o=Er(),i=o?.settings.level??0,s=o?.settings.type??"defaultNoise",c=o?.settings.enabled??!0,d=O4(i),u=o?.playbackRate??1,h=o?.mainVolume??1,p=Math.round(h*100),m=l.useCallback(y=>{try{o?.setMainVolume(Math.max(0,Math.min(1,y/100)))}catch{}},[o]),b=l.useCallback(y=>{try{o?.setPlaybackRate(y)}catch{}},[o]),f=l.useCallback(y=>{const C=H4(y);try{o?.setSettings({level:C})}catch{}},[o]),g=l.useCallback(y=>{try{y===Or?o?.setSettings({enabled:!1}):o?.setSettings({type:y,enabled:!0})}catch{}},[o]);return a.jsx(sn,{anchorRect:t,offset:12,onClose:e,ariaLabel:n("training.trainingSettingsTitle","\uD6C8\uB828 \uC124\uC815"),isMobilePopup:!1,closeOnOutsideClick:!1,header:a.jsxs("div",{className:"noise-settings__header",children:[a.jsx("span",{children:n("training.trainingSettingsTitle","\uD6C8\uB828 \uC124\uC815")}),a.jsx(oe,{size:40,type:"dot",icon:"x",variant:"transparent-gray",useBorder:!1,ariaLabel:n("common.close","\uB2EB\uAE30"),onClick:e})]}),children:a.jsxs(Sa,{className:"noise-settings",useBorder:!1,labelWidth:72,children:[a.jsx(Hr,{title:n("training.playVolumeTitle","\uC7AC\uC0DD \uC18C\uB9AC"),valueLabel:`${p}%`,value:p,min:0,max:100,step:10,size:r,onChange:m}),a.jsx(Hr,{title:n("training.playSpeedTitle","\uC7AC\uC0DD \uC18D\uB3C4"),valueLabel:`${u.toFixed(2)}x`,value:u,min:d3,max:p3,step:h3,size:r,onChange:b}),a.jsx(Hr,{title:n("training.noiseLevelTitle","\uC18C\uC74C \uD06C\uAE30"),valueLabel:`${d}%`,value:d,min:0,max:100,step:10,size:r,onChange:f}),a.jsx(dn,{variant:"custom",label:n("training.noiseTypeTitle","\uC18C\uC74C \uC885\uB958"),useFullWidth:!0,children:a.jsx(wn,{ariaLabel:n("training.noiseTypeTitle","\uC18C\uC74C \uC885\uB958"),size:40,shape:"rounded",options:[{key:Or,label:n("training.noise.type.none","\uC5C6\uC74C")},...Il(n).map(y=>({key:y.value,label:y.label}))],value:c?s:Or,onChange:g})})]})})}function Ol({useNoiseSettingBtn:t=!1,onSettings:e,onNext:n,onResult:r,stepIndex:o=0,stepCount:i=0,pageIndex:s=0,pageCount:c=1}){const{t:d}=pe(),[u,h]=l.useState(!1),[p,m]=l.useState(null),[b,f]=l.useState(!1),g=l.useRef(null),y=l.useRef(null),C=Er(),w=s<c-1,x=s===c-1,v=o===Math.max(0,i);l.useEffect(()=>{t||(h(!1),m(null))},[t]);const T=l.useCallback(()=>{h(!1),m(null)},[]),_=l.useCallback(()=>{if(u){h(!1),m(null);return}const S=g?.current?.getBoundingClientRect();S&&m(S),e?.(),h(!0)},[u,e]),N=l.useCallback(()=>{if(u){h(!1),m(null);return}const S=y?.current?.getBoundingClientRect();S&&m(S),e?.(),h(!0)},[u,e]),B=l.useCallback(()=>f(S=>!S),[]);return a.jsxs("div",{className:"pp-bottom",children:[a.jsxs("div",{className:"pp-bottom__left",children:[t?a.jsxs(a.Fragment,{children:[a.jsx("div",{className:"pp-bottom__settings--desktop",children:a.jsx("div",{ref:g,className:"pp-bottom__tooltip-trigger","data-tooltip-ignore":!0,children:a.jsx(oe,{size:56,type:"bar",icon:"settings",onClick:_,selected:u,ariaLabel:d("training.trainingSettingsTitle","\uD6C8\uB828 \uC124\uC815"),label:d("training.trainingSettingsTitle","\uD6C8\uB828 \uC124\uC815"),minWidth:140})})}),a.jsx("div",{className:"pp-bottom__settings--mobile",children:a.jsx("div",{ref:y,className:"pp-bottom__tooltip-trigger","data-tooltip-ignore":!0,children:a.jsx(oe,{size:56,type:"dot",icon:"settings",onClick:N,selected:u,ariaLabel:d("training.settings","\uC124\uC815"),minWidth:52})})})]}):null,t&&a.jsx(oe,{size:40,type:"dot",shape:"pill",icon:"audio-lines",onClick:B,selected:b,ariaLabel:d("training.meter.toggle","\uC624\uB514\uC624 \uBBF8\uD130 \uD45C\uC2DC")}),t&&b&&a.jsxs("div",{className:"pp-bottom__meters",children:[a.jsxs("div",{className:"pp-bottom__meter",children:[a.jsx("span",{className:"pp-bottom__meter-label caption-1",children:d("training.meter.sentence","\uC7AC\uC0DD")}),a.jsx(gr,{analyser:C?.mainAnalyser??null,orientation:"horizontal",length:112,label:"db",labelPos:"left",ariaLabel:d("training.meter.sentence","\uC7AC\uC0DD")})]}),a.jsxs("div",{className:"pp-bottom__meter",children:[a.jsx("span",{className:"pp-bottom__meter-label caption-1",children:d("training.meter.noise","\uC18C\uC74C")}),a.jsx(gr,{analyser:C?.noiseAnalyser??null,orientation:"horizontal",length:112,label:"db",labelPos:"left",ariaLabel:d("training.meter.noise","\uC18C\uC74C")})]})]})]}),a.jsxs("div",{className:"pp-bottom__right",children:[x&&a.jsx(oe,{size:56,type:"bar",icon:"check",onClick:typeof r=="function"?r:n,ariaLabel:d("training.viewResult","\uACB0\uACFC\uBCF4\uAE30"),label:d("training.viewResult","\uACB0\uACFC\uBCF4\uAE30"),variant:"main",disabled:!v}),w&&a.jsx(oe,{size:56,type:"bar",rightIcon:"chevron-right",align:"right",onClick:n,ariaLabel:d("training.nextQuestion","\uB2E4\uC74C \uBB38\uC81C"),label:d("training.nextQuestion","\uB2E4\uC74C \uBB38\uC81C"),variant:"main",disabled:!v})]}),t&&u&&a.jsx(Fl,{anchorRect:p,onClose:T})]})}function Hl({title:t,subtitle:e,desc:n,depth:r,icon:o,wrapperStyle:i,iconTooltip:s,pageIndex:c,pageCount:d,progressMax:u,progressIndex:h,onBack:p,onClose:m}){const{t:b}=pe(),f=Xt("(max-width: 767px)"),g=Number.isInteger(h)?h:c||0,y=Number.isInteger(u)?u:d||0,C=p||m,w=Array.isArray(r)?f?r[r.length-1]:r.join(" / "):r,x=typeof t=="string"?t.trim():t,v=typeof e=="string"?e.trim():e,T=!!(x||v),_=T?x||v:b("common.emptyTrainingName","\uD6C8\uB828 \uC774\uB984\uC774 \uBE44\uC5B4 \uC788\uC2B5\uB2C8\uB2E4."),N=w||e,B=f&&typeof N=="string"&&(N.includes(" \xB7 ")||N.includes(" / "))?N.split(/\s[·/]\s/).pop():N,S=l.useMemo(()=>{const D=i&&typeof i=="object"?{...i}:{};return!("width"in D)&&!("height"in D)&&(D.width="40px",D.height="40px"),D},[i]);return a.jsxs("header",{className:"pp-title training-popup-title",children:[a.jsxs("div",{className:"pp-title__left",children:[C?a.jsx(oe,{size:48,type:"dot",icon:"chevron-left",ariaLabel:b("common.back","\uB4A4\uB85C"),onClick:C,useBorder:!1,iconSize:"large",iconColor:"--color-black",variant:"transparent-gray"}):null,a.jsx("div",{children:o?a.jsx(Zs,{icon:o,label:t,tooltip:s,wrapperStyle:S}):null}),a.jsxs("div",{className:"pp-title__text",children:[B?a.jsx("span",{className:"pp-title__depth caption-1",children:B}):null,a.jsx("span",{className:`pp-title__title h2${T?"":" pp-title__title--empty"}`,children:_}),n?a.jsx("span",{className:"pp-title__description caption-1",children:n}):null]})]}),a.jsx(Gs,{max:Math.max(0,y??0),index:Math.max(0,g??0)})]})}function m3(){typeof window<"u"&&window.dispatchEvent(new CustomEvent("speechear.popup.close"))}function g3(t){return!t&&t!==0?[]:Array.isArray(t)?t.flatMap(e=>typeof e=="string"?e.split("|").map(n=>n.trim()).filter(Boolean):e||e===0?[String(e)]:[]):typeof t=="string"?t.split("|").map(e=>e.trim()).filter(Boolean):[String(t)]}function Vl(t,e,n){const r=t,o=r?.title||r?.name||(Array.isArray(e)?e[e.length-1]:void 0)||n||"\uD6C8\uB828",i=oi().find(c=>c.key===(r?.category_0||r?.category_main_code)),s=i?.subs?.find(c=>c.key===(r?.category_1||r?.category_sub_code));return{title:o,label:r?.title||o,depth:e,icon:i?.icon,wrapperStyle:i?.color?{"--t-item-fg":i.color}:void 0,iconTooltip:[i?.label,s?.label].filter(Boolean).join(" / ")||void 0}}function Vr(t){return t&&typeof t=="object"&&typeof t.__ts=="number"?t.__ts:0}function f3(t){const e=t;return Array.isArray(e?.items)?e.items:Array.isArray(t)?t:t?[t]:[]}function b3({idPrefix:t,trainingData:e,depth:n,fallbackTitle:r="\uD6C8\uB828",pages:o=[],emptyMessage:i,buildResults:s,metaPatch:c}){const d=Vl(e,n,r),u=typeof c=="function"?c(d)||{}:c||{},h=e?.id||e?.title||o.length;return{id:`${t}:${h}`,meta:{...d,...u},pages:o,emptyMessage:i,buildResults:s}}function y3(t){if(typeof t=="string")return t;if(t&&typeof t=="object"){const e=t;return e.context||e.sentence||e.question||""||""}return""}function C3(t){if(t&&typeof t=="object"){const e=t;if(Array.isArray(e.selectedValues))return e.selectedValues;if(e.selectedValue!==void 0)return e.selectedValue;if(e.selectedIndex!==void 0)return e.selectedIndex;if(e.value!==void 0)return e.value}return t}function v3(t,e=[]){if(Array.isArray(t))return t.join(", ");if(typeof t=="number"&&Array.isArray(e))return String(e[t]??"");if(typeof t=="string")return t}function zl(t,e){if(!(!t||typeof t!="object"))return t[`step-${e}`]}function w3(t,e,n,r){return zl(t,e*n+r)}function x3({payload:t,selected:e,choices:n=[],correctAnswers:r=[]}){if(t&&typeof t=="object"){const o=t;if(Array.isArray(o.selectedValues))return r.every(i=>o.selectedValues.includes(i))&&o.selectedValues.every(i=>r.includes(i));if(typeof o.correct=="boolean")return o.correct}if(r.length){if(typeof e=="number"&&Array.isArray(n)&&n.length)return r.some(o=>String(o)===String(n[e]));if(typeof e<"u")return r.some(o=>String(o)===String(e))}}function _3(t){return t?Array.isArray(t.items)?t.items.map(e=>{const n=e;return typeof e=="string"?{sentence:e}:{sentence:n.context||n.sentence||"",contextCode:n.contextCode||n.context_code}}):Array.isArray(t.sentences)?t.sentences.map(e=>{const n=e;return typeof e=="string"?{sentence:e}:{sentence:n.sentence||n.context||"",contextCode:n.contextCode}}):Array.isArray(t.contexts)?t.contexts:t.contextCode?[{contextCode:t.contextCode}]:[]:[]}const Wl=l.createContext(null);function k3(){const t=l.useContext(Wl);if(!t)throw new Error("useTrainingPagePopupContext must be used inside TrainingPagePopup");return t}function S3({index:t,stepIndex:e,isLast:n=!1,title:r="\uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uCE74\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694.",choices:o=[],onDone:i,onChange:s}){const c=typeof t=="number"?t:-1,d=typeof e!="number"?"disabled":c<e?"done":c===e?"active":"disabled",[u,h]=l.useState(()=>o.map(()=>null)),p=o.join("|");l.useEffect(()=>{h(p?p.split("|").map(()=>null):[])},[p]);const m=l.useMemo(()=>u.filter(f=>f!==null).length+1,[u]),b=l.useCallback(f=>{d==="active"&&h(g=>{const y=[...g];if(y[f]!==null){const w=y[f];return y.map(x=>x!==null&&x>=w?null:x)}y[f]=m;const C={selectedOrder:y,words:o,__ts:Date.now()};try{typeof s=="function"&&s(C)}catch{}if(y.every(w=>w!==null))try{typeof i=="function"&&i(C)}catch{}return y})},[d,m,s,i,o]);return a.jsx(_n,{index:t,stepIndex:e,isLast:n,title:r,onDone:i,children:a.jsx("div",{className:"training-step__cards",children:o.map((f,g)=>a.jsx(wr,{item:{word:f},disabled:d==="disabled",selectable:!0,selected:u[g]!==null,orderRank:u[g],onSelect:()=>b(g),flipDelay:g*120,hideLabel:!1,hideAudio:!0},`${f}-${g}`))})})}function Aa(t){return null}Aa.__isTrainingPage=!0;function Rn(t,e){const n=k3();return{ctx:n,index:t,stepIndex:n.currentStepIndex,isLast:typeof t=="number"&&typeof e=="number"?t===e-1:!1,onDone:r=>n.handleStepDone(r,t),onChange:r=>n.handleStepChange(r,t)}}function ql({_stepIndex:t,_totalSteps:e,...n}){const{index:r,stepIndex:o,isLast:i,onDone:s}=Rn(t,e);return a.jsx(Ir,{...n,index:r,stepIndex:o,isLast:i,onDone:s})}function Ul({_stepIndex:t,_totalSteps:e,...n}){const{index:r,stepIndex:o,isLast:i,onDone:s,onChange:c}=Rn(t,e);return a.jsx(Rr,{...n,index:r,stepIndex:o,isLast:i,onDone:s,onChange:c})}function Gl({_stepIndex:t,_totalSteps:e,...n}){const{index:r,stepIndex:o,isLast:i,onDone:s,onChange:c}=Rn(t,e);return a.jsx($r,{...n,index:r,stepIndex:o,isLast:i,onDone:s,onChange:c})}function Yl({_stepIndex:t,_totalSteps:e,...n}){const{index:r,stepIndex:o,isLast:i,onDone:s,onChange:c}=Rn(t,e);return a.jsx(Fr,{...n,index:r,stepIndex:o,isLast:i,onDone:s,onChange:c})}function Kl({_stepIndex:t,_totalSteps:e,...n}){const{index:r,stepIndex:o,isLast:i,onDone:s,onChange:c}=Rn(t,e);return a.jsx(Pl,{...n,index:r,stepIndex:o,isLast:i,onDone:s,onChange:c})}function A3({_stepIndex:t,_totalSteps:e,...n}){const{index:r,stepIndex:o,isLast:i,onDone:s,onChange:c}=Rn(t,e);return a.jsx(S3,{...n,index:r,stepIndex:o,isLast:i,onDone:s,onChange:c})}function zr(...t){for(const e of t)if(typeof e=="string"){const n=e.trim();if(n.length)return n}else{if(typeof e=="number"||typeof e=="boolean")return String(e);if(Array.isArray(e)&&e.length)return e.join(", ");if(e&&typeof e=="object"){const n=e,r=[n.text,n.label,n.value];for(const o of r){if(typeof o=="string"&&o.trim().length)return o.trim();if(typeof o=="number"||typeof o=="boolean")return String(o)}}}return null}function N3(t){return zr(t?.question,t?.q,t?.sentence,t?.text,t?.prompt,t?.wording)}function Zl(t){if(!t)return;if(typeof t.decision=="boolean")return t.decision;if(typeof t.correct=="boolean")return t.correct;if(typeof t.heard=="boolean")return t.heard;if(typeof t.judgement=="boolean")return t.judgement;const e=zr(t?.status,t?.result,t?.judge,t?.note);if(e){const n=e.toLowerCase();if(["ok","true","\uB9DE\uC74C","\uC815\uB2F5"].some(r=>n.includes(r)))return!0;if(["ng","false","\uD2C0\uB9BC","\uC624\uB2F5"].some(r=>n.includes(r)))return!1}}function Xl(t){const{score:e,contextsLength:n,results:r=[],subtitle:o,onReplay:i,onClose:s,inline:c=!1}=t||{},{t:d}=pe();l.useEffect(()=>{const g=n??0;e!=null&&g>0&&e/g>.5&&window.dispatchEvent(new CustomEvent("party:trigger",{detail:{count:140,strength:1.6,duration:2200}}))},[e,n]);const u=l.useCallback(g=>{const y=Zl(g),C=zr(g?.wording,g?.label);return y===!0?{variant:"main",label:C??d("training.result.heardWell","\uC798 \uB4E4\uC5C8\uC5B4\uC694")}:y===!1?{variant:"danger",label:C??d("training.result.notHeard","\uBABB \uB4E4\uC5C8\uC5B4\uC694")}:{variant:"disabled",label:C??d("training.result.notJudged","\uBBF8\uD310\uC815")}},[d]),h=n??0,p=e??0,m=l.useMemo(()=>Array.isArray(r)?r:[],[r]),b=l.useMemo(()=>m.map(g=>{const y=g??{},C=N3(y)||"(\uB0B4\uC6A9\uC5C6\uC74C)",{variant:w,label:x}=u(y),v=Array.isArray(y.corrects)?y.corrects:[],T=v.length?v.join(", "):y.answer!=null&&y.answer!==""?String(y.answer):null,_=typeof y.selectedText=="string"?y.selectedText:null,N=Zl(y)===!0;return{problem:C,variant:w,label:x,answer:T,selectedText:_,isCorrect:N}}),[m,u]),f=l.useMemo(()=>b.some(g=>g.answer!==null||g.selectedText!==null),[b]);return a.jsx(un,{onClose:s,inline:c,ariaLabel:d("training.result.title","\uD6C8\uB828\uC744 \uBAA8\uB450 \uB9C8\uCCE4\uC2B5\uB2C8\uB2E4."),className:"popup--training-result",footerClassName:"trp-result__foot",footer:({animateThen:g,closeWithAnimation:y})=>a.jsxs("div",{className:"trp-actions",children:[a.jsx(oe,{size:56,type:"bar",label:d("training.result.replay","\uB2E4\uC2DC\uD558\uAE30"),onClick:()=>g(i)}),a.jsx(oe,{size:56,type:"bar",label:d("training.result.done","\uC644\uB8CC"),variant:"main",onClick:y})]}),children:()=>a.jsxs("div",{className:"trp-result is-on",children:[a.jsxs("header",{className:"trp-result__head",children:[a.jsx("p",{className:"trp-result__eyebrow caption-1",children:d("training.result.eyebrow","\uD6C8\uB828 \uC644\uB8CC")}),a.jsx("h1",{className:"trp-result__title h2",children:d("training.result.title","\uD6C8\uB828\uC744 \uBAA8\uB450 \uB9C8\uCCE4\uC2B5\uB2C8\uB2E4.")}),o&&a.jsx("p",{className:"trp-result__subtitle body-3",children:o}),a.jsx("div",{className:"trp-score",children:a.jsxs("div",{className:"trp-score__figure","aria-label":d("training.result.scoreAria",{correct:p,total:h}),children:[a.jsx("span",{className:"trp-score__big",children:p}),a.jsx("span",{className:"trp-score__sep",children:"/"}),a.jsx("span",{className:"trp-score__total",children:h})]})})]}),b.length>0&&a.jsx("section",{className:"trp-result__body",children:a.jsxs("div",{className:`result-table${f?" result-table--answer":""}`,role:"table","aria-label":d("training.result.tableAriaLabel","\uBB38\uD56D\uBCC4 \uD310\uC815"),children:[a.jsxs("div",{className:"result-table__head caption-1",role:"row",children:[a.jsx("span",{role:"columnheader",children:d("training.result.colProblem","\uBB38\uC81C")}),f&&a.jsx("span",{role:"columnheader",children:d("training.result.colAnswerSelected","\uC815\uB2F5 \xB7 \uC120\uD0DD")}),a.jsx("span",{className:"col-right",role:"columnheader",children:d("training.result.colJudge","\uD310\uC815")})]}),b.map((g,y)=>a.jsxs("div",{className:"result-table__row",role:"row",children:[a.jsxs("div",{className:"trp-row__problem",children:[a.jsx("span",{className:"trp-row__no caption-1",children:String(y+1).padStart(2,"0")}),a.jsx("div",{className:"trp-row__q body-2",children:g.problem})]}),f&&a.jsxs("div",{className:"trp-row__answers",children:[g.answer!==null&&a.jsxs("div",{className:"trp-row__answer-line",children:[a.jsx("span",{className:"trp-row__answer-label answer-correct caption-1",children:d("training.result.colAnswer","\uC815\uB2F5")}),a.jsx("span",{className:"trp-row__answer-value body-2",children:g.answer})]}),a.jsxs("div",{className:"trp-row__answer-line",children:[a.jsx("span",{className:`trp-row__answer-label answer-selected caption-1 ${g.isCorrect?"is-correct":"is-wrong"}`,children:d("training.result.colSelected","\uC120\uD0DD")}),a.jsx("span",{className:`trp-row__answer-value body-2 ${g.isCorrect?"is-correct":"is-wrong"}`,children:g.selectedText??"\u2014"})]})]}),a.jsx("div",{className:"trp-row__judge",children:a.jsx(pt,{variant:g.variant,label:g.label,fill:"soft",minWidth:80})})]},y))]})})]})})}function T3(t){l.useEffect(()=>{if(!t)return;const e=new Date;return()=>{const n=new Date;n.getTime()-e.getTime()<5e3||U1({trainingType:t,startedAt:e.toISOString(),endedAt:n.toISOString()})}},[t])}function Wr(t,e){return t&&t.id||`page-${e??0}`}function qr(t,e){return t&&t.key||`step-${e??0}`}function Na(){return{pageIndex:0,stepIndex:0,answersByPage:{}}}function D3(t,e){return typeof t?.props=="function"?t.props(e)||{}:t?.props||{}}const Jl=new Set(["LISTEN_IN_NOISE","SHORT_STORY","LONG_STORY","ORDERING_SENTENCE"]),E3=t=>a.jsx(Xl,{score:t.score,contextsLength:t.contextsLength,results:t.results,onReplay:t.onReplay,onClose:t.onClose}),B3='a[href],button:not([disabled]),input:not([disabled]),select:not([disabled]),textarea:not([disabled]),[tabindex]:not([tabindex="-1"])';function L3(t){const{scenario:e,title:n,subTitle:r,depth:o,icon:i,wrapperStyle:s,iconTooltip:c,pageIndex:d,pageCount:u,stepIndex:h,stepCount:p,onBack:m,onComplete:b,onNext:f,onSettings:g,useNoiseSetting:y=!0,children:C,ariaLabel:w,label:x,buildResults:v,onResult:T,typeKey:_,entryPoint:N,dailyTotal:B,itemRef:S,renderResultPopup:D}=t;T3(_&&!Jl.has(_)?_:"");const $=l.useRef(0);l.useEffect(()=>{$.current=Date.now()},[]);const{t:j}=pe(),k=T,E=!!e,L=e?.id||null,F=e?.meta||{},J=Array.isArray(e?.pages)?e.pages:[],Z=Array.isArray(C)||l.isValidElement(C)&&typeof C!="function"?l.Children.toArray(C).filter(l.isValidElement):[],Q=Z.length>0,O=ne=>ne===Aa||ne?.__isTrainingPage===!0,I=Q&&Z.some(ne=>O(ne.type)),R=I?Z.filter(ne=>O(ne.type)).map((ne,de)=>{const he=ne.props||{};return{id:`children-page-${de}`,steps:l.Children.toArray(he.children).filter(l.isValidElement),pageTop:he.pageTop||he.top||null,pageBottom:he.pageBottom||he.bottom||null}}):[{id:"children-page-0",steps:Z}],V=Q&&!E&&typeof C!="function",P=V?Math.max(1,R.length):0;l.useEffect(()=>{if(!(typeof document>"u"||!document.body)&&!document.body.classList.contains("ihabdevteam-core-scope"))return document.body.classList.add("ihabdevteam-core-scope"),()=>{document.body.classList.remove("ihabdevteam-core-scope")}},[]),l.useEffect(()=>{if(typeof document>"u"||!document.body)return;const ne=document.body;return ne.dataset.ihabTrainingPopupCount=String(Number(ne.dataset.ihabTrainingPopupCount||"0")+1),ne.classList.add("ihab-training-popup-open"),()=>{const de=Number(ne.dataset.ihabTrainingPopupCount||"1")-1;de>0?ne.dataset.ihabTrainingPopupCount=String(de):(delete ne.dataset.ihabTrainingPopupCount,ne.classList.remove("ihab-training-popup-open"))}},[]),l.useEffect(()=>{if(!(typeof document>"u"||!document.body))return UC()},[]);const[U,M]=l.useState({...Al,enabled:!1}),z=l.useRef(U);l.useEffect(()=>{z.current=U},[U]),l.useEffect(()=>{let ne=!1;return Z1().then(de=>{if(ne)return;const he=de?{...z.current,...de}:{...Al};z.current=he,M(he)}),()=>{ne=!0}},[]);const[W,G]=l.useState(null),[X,le]=l.useState(null),ce=l.useCallback((ne,de)=>{ne==="main"?G(de):le(de)},[]),te=l.useCallback(ne=>{const de={...z.current,...ne};z.current=de,M(de),X1(de)},[]),K=U.mainSpeed,se=U.mainVolume,fe=l.useCallback(ne=>te({mainSpeed:ne}),[te]),Se=l.useCallback(ne=>te({mainVolume:ne}),[te]),Ae=l.useMemo(()=>({settings:U,setSettings:te,registerAnalyser:ce,mainAnalyser:W,noiseAnalyser:X,playbackRate:K,setPlaybackRate:fe,mainVolume:se,setMainVolume:Se}),[U,te,ce,W,X,K,fe,se,Se]),ee=l.useRef(null),[we,xe]=l.useState("center"),[Be,Oe]=l.useState(!1),ze=l.useRef(!1),We=l.useRef(null),Fe=l.useCallback(ne=>{ze.current||(ze.current=!0,Oe(!0),We.current=setTimeout(ne,s3))},[]);l.useEffect(()=>()=>{We.current&&clearTimeout(We.current)},[]),l.useEffect(()=>{const ne=ee.current;if(!ne)return;const de=()=>Array.from(ne.querySelectorAll(B3)).filter(ae=>!ae.closest('[aria-hidden="true"]')),he=de()[0];if(he)try{he.focus()}catch{}const q=ae=>{if(ae.key==="Escape"){ae.preventDefault(),Fe(()=>{typeof m=="function"&&m()});return}if(ae.key==="Tab"){const ge=de();if(ge.length===0)return;const Ce=ge[0],ve=ge[ge.length-1];ae.shiftKey?document.activeElement===Ce&&(ae.preventDefault(),ve.focus()):document.activeElement===ve&&(ae.preventDefault(),Ce.focus())}};return ne.addEventListener("keydown",q),()=>ne.removeEventListener("keydown",q)},[m,Fe]);const[at,Re]=l.useState(!1),He=l.useRef(!1),[Ie,me]=l.useState(null),[rt,$e]=l.useState(""),[Le,qe]=l.useState(()=>Na()),vt=l.useRef(typeof d=="number"?d:null);l.useEffect(()=>{!E&&!V||(qe(Na()),me(null))},[E,L,V]),l.useEffect(()=>{V&&qe(ne=>{const de=Math.max(0,Math.min(ne.pageIndex,Math.max(0,P-1)));return de!==ne.pageIndex?{...ne,pageIndex:de,stepIndex:0}:ne})},[V,P]);const Ue=V?Math.max(0,Math.min(Le.pageIndex,P-1)):0,Ve=V?R[Ue]:null,lt=V&&Ve&&Array.isArray(Ve.steps)?Ve.steps:[],De=E?Le.pageIndex:V?Ue:typeof d=="number"?d:0,Qe=E?J[Math.max(0,Math.min(Le.pageIndex,Math.max(0,J.length-1)))]:null,Ke=E&&Qe&&Array.isArray(Qe.steps)?Qe.steps:[],je=E?Ke.length:V?lt.length:typeof p=="number"?p:0,Ge=E||V?Math.max(0,Math.min(Le.stepIndex,Math.max(0,je))):typeof h=="number"?h:0,Ze=E?J.length:V?P:typeof u=="number"?u:0;l.useLayoutEffect(()=>{const ne=vt.current;if(typeof De=="number"&&ne!==null&&De!==ne&&De>ne)try{$e(j("training.problemNotice",{n:De+1}))}catch{}vt.current=typeof De=="number"?De:vt.current},[De,d,j]),l.useLayoutEffect(()=>{const ne=ee.current;if(!ne)return;const de=()=>ne.querySelector(".page-popup__scroll");let he=null,q=null,ae=null;const ge=it=>{const ie=de();if(!ie)return;const _e=ie.scrollHeight<=ie.clientHeight;if(xe(_e?"center":"top"),it&&!He.current){He.current=!0;try{Re(!0)}catch{}try{Ee.disconnect()}catch{}}},Ce=()=>{he!==null&&cancelAnimationFrame(he),he=requestAnimationFrame(()=>{q!==null&&clearTimeout(q),q=setTimeout(()=>ge(!0),60)})},ve=()=>{ae!==null&&cancelAnimationFrame(ae),ae=requestAnimationFrame(()=>ge(!1))};Ce(),window.addEventListener("resize",ve);const Ee=new MutationObserver(Ce);Ee.observe(ne,{childList:!0,subtree:!0,attributes:!0});const et=setTimeout(()=>{He.current||ge(!0)},400);return()=>{window.removeEventListener("resize",ve),he!==null&&cancelAnimationFrame(he),q!==null&&clearTimeout(q),ae!==null&&cancelAnimationFrame(ae),clearTimeout(et);try{Ee.disconnect()}catch{}}},[ee]);const mt=l.useCallback(ne=>{ee.current&&(ee.current._childOnNext=ne)},[]),wt=l.useCallback(ne=>{ee.current&&(ee.current._childOnResult=ne)},[]),tt=l.useCallback((ne,de,he)=>{qe(q=>{const ae=q.answersByPage[ne]||{},ge=ae[de],Ce=Vr(he),ve=Vr(ge);return ge&&ve>Ce?q:{...q,answersByPage:{...q.answersByPage,[ne]:{...ae,[de]:he}}}})},[qe]),jt=l.useCallback((ne,de,he)=>{const q=Wr(Qe,De),ae=qr(ne,de);tt(q,ae,he)},[Qe,De,tt]),ut=l.useCallback((ne,de,he)=>{const q=Wr(Qe,De),ae=qr(ne,de);tt(q,ae,he),!he?.allowChange&&ne?.autoAdvance!==!1&&qe(ge=>({...ge,stepIndex:Math.max(ge.stepIndex,de+1)}))},[Qe,De,tt,qe]),Mt=l.useCallback((ne,de)=>{const he=Ve?.id||`children-page-${De??0}`,q=typeof de=="number"?de:Ge??0,ae=`step-${q}`;tt(he,ae,ne),ne?.allowChange||qe(ge=>({...ge,stepIndex:Math.max(ge.stepIndex,q+1)}))},[Ve,De,Ge,tt,qe]),Vt=l.useCallback((ne,de)=>{const he=Ve?.id||`children-page-${De??0}`,q=`step-${typeof de=="number"?de:Ge??0}`;tt(he,q,ne)},[Ve,De,Ge,tt]),Pt=V?{currentPageIndex:De??0,currentStepIndex:Ge??0,totalStepsInPage:lt.length,handleStepDone:Mt,handleStepChange:Vt}:null,an=async()=>{const ne=typeof e?.buildResults=="function"?await Promise.resolve(e.buildResults({scenario:e,pages:J,flowState:Le,answersByPage:Le.answersByPage})):null;return typeof k=="function"&&await Promise.resolve(k(ne))||ne},zt=async()=>{const ne=Ve?.id||`children-page-${Le.pageIndex}`,de=Le.answersByPage[ne]||{},he=I?(()=>{const ge={};let Ce=0;return R.forEach(ve=>{const Ee=Le.answersByPage[ve.id]||{},et=Array.isArray(ve.steps)?ve.steps.length:0;for(let it=0;it<et;it+=1){const ie=Ee[`step-${it}`];typeof ie<"u"&&(ge[`step-${Ce+it}`]=ie)}Ce+=et}),ge})():de;if(typeof v=="function"){const ge=await Promise.resolve(v(he,{pageAnswers:de,answersByPage:Le.answersByPage,pages:R,currentPageId:ne}));return typeof k=="function"&&await Promise.resolve(k(ge))||ge}const q=Object.entries(de).map(([ge,Ce],ve)=>({index:ve,key:ge,payload:Ce})),ae={results:q,answers:q,score:0};return typeof k=="function"&&await Promise.resolve(k(ae))||ae},$t=()=>{try{if(typeof document<"u"&&document.body){try{document.dispatchEvent(new CustomEvent("speechear-close-tooltips"))}catch{}document.dispatchEvent(new PointerEvent("pointerdown",{bubbles:!0,cancelable:!0})),document.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0}))}}catch{}if(E){const he=an();me({});const q=he;Promise.resolve(q).then(ae=>{me(ae||{isEmpty:!0})}).catch(ae=>{me({isEmpty:!0})});return}if(V){const he=zt();me({});const q=he;Promise.resolve(q).then(ae=>{me(ae||{isEmpty:!0})}).catch(ae=>{me({isEmpty:!0})});return}const ne=ee.current&&ee.current._childOnResult,de=he=>{try{return he?he():void 0}catch{return}};if(typeof ne=="function"){const he=de(ne);try{typeof document>"u"?require("url").pathToFileURL(__filename).href:Kt&&Kt.tagName.toUpperCase()==="SCRIPT"&&Kt.src||new URL("components.cjs.js",document.baseURI).href}catch{}he&&typeof he.then!="function"?me(he):me(he&&typeof he.then=="function"?{}:{}),Promise.resolve(he).then(q=>{q&&me(q)}).catch(q=>{});return}if(typeof k=="function"){const he=de(k);try{typeof document>"u"?require("url").pathToFileURL(__filename).href:Kt&&Kt.tagName.toUpperCase()==="SCRIPT"&&Kt.src||new URL("components.cjs.js",document.baseURI).href}catch{}he&&typeof he.then!="function"?me(he):me(he&&typeof he.then=="function"?{}:{}),Promise.resolve(he).then(q=>{try{typeof document>"u"?require("url").pathToFileURL(__filename).href:Kt&&Kt.tagName.toUpperCase()==="SCRIPT"&&Kt.src||new URL("components.cjs.js",document.baseURI).href}catch{}q&&me(q)}).catch(q=>{console.error("viewResults external handler failed",q)});return}},rn=()=>{if(E){if(typeof De=="number"&&typeof Ze=="number"&&De<Ze-1){qe(de=>({...de,pageIndex:de.pageIndex+1,stepIndex:0}));return}return $t()}if(V){const de=lt.length;if(typeof Ge=="number"&&Ge<de-1){qe(he=>({...he,stepIndex:he.stepIndex+1}));return}if(typeof De=="number"&&typeof Ze=="number"&&De<Ze-1){qe(he=>({...he,pageIndex:he.pageIndex+1,stepIndex:0}));return}return $t()}if(typeof f=="function"){try{f()}catch{}return}const ne=ee.current&&ee.current._childOnNext;if(typeof ne=="function"){try{ne()}catch{}return}},xt=E?F.title||F.label||w||j("common.popup","\uD31D\uC5C5"):n||x||(Array.isArray(o)?o[o.length-1]:void 0)||w||j("common.popup","\uD31D\uC5C5"),hn=E?F.title??F.label??xt:n??x??xt,Dt=(ne,de)=>{const he=Wr(Qe,De),q=qr(ne,de),ae=Le.answersByPage[he]?.[q],ge=D3(ne,{page:Qe,pageIndex:De,step:ne,stepIndex:de,storedPayload:ae,answersByPage:Le.answersByPage,flowState:Le}),Ce={key:q,index:de,stepIndex:Ge,isLast:de===Ke.length-1};switch(ne?.type){case"listen":return a.jsx(Ir,{...Ce,...ge,onDone:ve=>ut(ne,de,ve)});case"confirm":return a.jsx(Rr,{...Ce,...ge,onDone:ve=>ut(ne,de,ve),onChange:ve=>jt(ne,de,ve)});case"confirmWithText":return a.jsx($r,{...Ce,...ge,onDone:ve=>ut(ne,de,ve),onChange:ve=>jt(ne,de,ve)});case"orderList":return a.jsx(Fr,{...Ce,...ge,onDone:ve=>ut(ne,de,ve),onChange:ve=>jt(ne,de,ve)});default:return null}},Gt=E?J.length>0?a.jsx("div",{className:"training-steps",children:Ke.map((ne,de)=>Dt(ne,de))}):a.jsx("div",{className:"page-popup__content page-popup__content--center",children:a.jsx("div",{className:"pp-empty",children:e?.emptyMessage||j("training.noQuestions","\uBB38\uC81C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.")})}):null,mn=V?a.jsxs(Wl.Provider,{value:Pt,children:[Ve?.pageTop?a.jsx("div",{className:"training-page-top",children:Ve.pageTop}):null,a.jsx("div",{className:"training-steps",children:lt.map((ne,de)=>{const he=ne;return l.cloneElement(he,{...he.props,_stepIndex:de,_totalSteps:lt.length,_stepKey:`step-${de}`,_pageIndex:De})})}),Ve?.pageBottom?a.jsx("div",{className:"training-page-bottom",children:Ve.pageBottom}):null]}):null,Ye=l.useCallback(()=>{let ne;if(_){const de=Ie,he=de?.results||de?.answers||[],q=Array.isArray(he)&&he.length>0?he.length:null,ae=Array.isArray(he)?he.filter(Ce=>Ce?.correct===!0||Ce?.isCorrect===!0||Ce?.score===1||Ce?.heard===!0||Ce?.judgement===!0).length:null,ge=q!=null?ae:null;G1({items:K1(he),category:Jl.has(_)?"sentence":"word",trainingType:_,entryPoint:N??"sentence",itemRef:S??null,correct:ge,total:q,score:typeof de?.score=="number"?de.score:null,durationSeconds:Math.max(0,Math.round((Date.now()-$.current)/1e3)),dailyTotal:B??null}),ne={correct:ge,total:q}}me(null),Fe(()=>{typeof b=="function"&&b(ne),typeof m=="function"&&m()})},[b,m,_,N,B,S,Ie,me,Fe]),Et=l.useCallback(()=>$e(""),[$e]),yt=l.useCallback(()=>{Fe(()=>{typeof m=="function"&&m()})},[m,Fe]),Yt=a.jsxs("div",{className:`page-popup${Be?" page-popup--closing":""}`,role:"dialog","aria-label":xt,children:[a.jsxs("div",{ref:ee,className:`page-popup__panel ${at?"":"page-popup__panel--measuring"} ${we==="center"?"page-popup__panel--center":we==="top"?"page-popup__panel--top":""}`,"aria-modal":"true",children:[a.jsx(Hl,{title:hn,subtitle:E?F.subtitle||F.label:Array.isArray(o)?o.join(" / "):void 0,desc:E?void 0:r,depth:E?F.depth:o,icon:E?F.icon:i,wrapperStyle:E?F.wrapperStyle:s,iconTooltip:E?F.iconTooltip:c,progressMax:Ze,progressIndex:De,pageIndex:De,pageCount:Ze,onBack:yt,onClose:yt}),a.jsx("div",{className:"page-popup__scroll",children:a.jsx("div",{className:`page-popup__content ${we==="center"?"page-popup__content--center":"page-popup__content--top"}`,children:V?mn:E?Gt:typeof C=="function"?C({registerOnNext:mt,registerOnResult:wt,panelRef:ee,setResultOverlay:me}):C})}),a.jsx(Ol,{onSettings:g,onNext:rn,onResult:$t,useNoiseSettingBtn:!!(E?F.useNoiseSetting??!0:y),stepIndex:Ge,stepCount:je,pageIndex:De,pageCount:Ze})]}),Ie&&!Ie.isEmpty&&(D??E3)({score:Ie.score,results:Ie.results||Ie.answers||[],contextsLength:Ie.results?Ie.results.length:Ie.answers?Ie.answers.length:0,onReplay:()=>{if(me(null),E){if(qe(Na()),typeof e?.onReplay=="function")try{e.onReplay()}catch{}return}if(V){qe(Na());return}try{const ne=ee.current&&ee.current._childOnResult;typeof ne=="function"&&ne({replay:!0})}catch{}},onClose:Ye}),Ie?.isEmpty&&a.jsx("div",{className:"page-popup page-popup--result-empty",role:"dialog","aria-label":j("training.result.eyebrow","\uD6C8\uB828 \uC644\uB8CC"),children:a.jsxs("div",{className:"page-popup__panel page-popup__panel--center","aria-modal":"true",children:[a.jsx("div",{className:"page-popup__scroll",children:a.jsx("div",{className:"page-popup__content page-popup__content--center",children:a.jsx("div",{className:"page-popup__empty",children:j("training.result.eyebrow","\uD6C8\uB828 \uC644\uB8CC")})})}),a.jsx("div",{className:"page-popup__bottom",children:a.jsx(oe,{variant:"main",size:48,onClick:Ye,label:j("training.result.done","\uC644\uB8CC")})})]})}),a.jsx(Bn,{message:rt,position:"top",onClose:Et})]}),Wt=a.jsx(Nl.Provider,{value:Ae,children:Yt});return typeof document<"u"&&document.body?Rt.createPortal(Wt,document.body):Wt}const pn=L3;pn.Page=Aa,pn.ListenStep=ql,pn.ConfirmStep=Ul,pn.ConfirmWithTextStep=Gl,pn.OrderListStep=Yl,pn.CardStep=Kl,pn.CardOrderStep=A3;function j3({label:t,homonum:e}){const n=Nn()?.(t,e)??"",{imgRef:r,loading:o,hasImage:i,onLoad:s,onError:c}=vr(n);return i?a.jsxs("div",{className:"tooltip-word-image__cell",children:[o&&a.jsx("div",{className:"tooltip-word-image__spinner"}),a.jsx("img",{ref:r,src:n,alt:t,draggable:!1,style:{opacity:o?0:1},onLoad:s,onError:c})]}):a.jsx("div",{className:"tooltip-word-image__cell tooltip-word-image__cell--text h3",children:a.jsx("span",{children:t})})}function Ql({words:t,anchorRect:e}){const n=l.useRef(null),[r,o]=l.useState(null);return l.useLayoutEffect(()=>{if(!e||!n.current)return;const{offsetWidth:i,offsetHeight:s}=n.current,c=window.innerWidth;let d=e.left+e.width/2-i/2,u=e.top-s-8;u<8&&(u=e.bottom+8),d=Math.max(8,Math.min(d,c-i-8)),o({left:d,top:u})},[e]),!e||t.length===0?null:Rt.createPortal(a.jsx("div",{ref:n,className:"tooltip-word-image",style:{visibility:r?"visible":"hidden",left:r?.left??0,top:r?.top??-9999},children:a.jsx("div",{className:"tooltip-word-image__cells",children:t.map(i=>a.jsx(j3,{label:i.label,homonum:i.homonum},`${i.label}_${i.homonum??1}`))})}),document.body)}function M3({titleIcon:t,resultCount:e,resultUnit:n,searchQuery:r,items:o,groups:i,selected:s=[],onSelect:c,maxSelect:d,onClearSelection:u,onPrint:h,onPrintEmpty:p,className:m,emptyHint:b,sectionType:f="page",disc:g,notice:y}){const{t:C,i18n:w}=pe(),x=w.language?.startsWith("ko")??!1,{anchorRect:v,openAt:T,close:_}=ga(),[N,B]=l.useState(null),S=l.useCallback(()=>{_(),B(null)},[_]),D=(r??"").trim(),$=/^[^,[\]\s]+$/.test(D)?D:"",j=$.length>0,[k,E]=l.useState("ganada"),[L,F]=l.useState("50"),[J,Z]=l.useState(1),[Q,O]=l.useState(j);Q!==j&&(O(j),E(j?"match":"ganada"));const I=k==="match"&&!j?"ganada":k,R=l.useMemo(()=>[...j?[{value:"match",label:C("wordSearch.sort.match",{defaultValue:"\uC2DC\uC791 \uC6B0\uC120"})}]:[],{value:"ganada",label:C("wordSearch.sort.ganada",{defaultValue:"\uAC00\uB098\uB2E4\uC21C \u2191"})},{value:"ganada_desc",label:C("wordSearch.sort.ganadaDesc",{defaultValue:"\uAC00\uB098\uB2E4\uC21C \u2193"})},{value:"syllable",label:C("wordSearch.sort.syllable",{defaultValue:"\uC74C\uC808 \uC218 \u2191"})},{value:"syllable_desc",label:C("wordSearch.sort.syllableDesc",{defaultValue:"\uC74C\uC808 \uC218 \u2193"})},{value:"grade",label:C("wordSearch.sort.grade",{defaultValue:"\uB4F1\uAE09\uC21C \u2191"})},{value:"grade_desc",label:C("wordSearch.sort.gradeDesc",{defaultValue:"\uB4F1\uAE09\uC21C \u2193"})}],[C,j]),V=l.useMemo(()=>["10","25","50","100"].map(ee=>({value:ee,label:C("wordSearch.pageSize",{count:Number(ee),defaultValue:`${ee}\uAC1C\uC529 \uBCF4\uAE30`})})),[C]),P=ee=>ee.words[0],U=l.useCallback((ee,we)=>{const xe=ze=>P(ze)?.label??"",Be=ze=>P(ze)?.syllables??[...xe(ze)].length,Oe=ze=>{const We=parseInt(P(ze)?.grade??"",10);return Number.isFinite(We)?We:999};switch(I){case"match":{const ze=[...$].length,We=Fe=>B1(xe(Fe).slice(0,ze),$)?0:1;return We(ee)-We(we)||xe(ee).localeCompare(xe(we),"ko")}case"ganada":return xe(ee).localeCompare(xe(we),"ko");case"ganada_desc":return xe(we).localeCompare(xe(ee),"ko");case"syllable":return Be(ee)-Be(we)||xe(ee).localeCompare(xe(we),"ko");case"syllable_desc":return Be(we)-Be(ee)||xe(ee).localeCompare(xe(we),"ko");case"grade":return Oe(ee)-Oe(we)||xe(ee).localeCompare(xe(we),"ko");case"grade_desc":return Oe(we)-Oe(ee)||xe(ee).localeCompare(xe(we),"ko");default:return 0}},[I,$]),M=l.useMemo(()=>o.slice().sort(U),[o,U]),z=Number(L)||10,W=l.useMemo(()=>(i??[]).flatMap(ee=>ee.items.slice().sort(U).map(we=>({item:we,label:ee.label}))),[i,U]),G=i?W.length:M.length,X=Math.max(1,Math.ceil(G/z)),le=Math.min(J,X),ce=l.useMemo(()=>M.slice((le-1)*z,le*z),[M,le,z]),te=l.useMemo(()=>{if(!i)return null;const ee=W.slice((le-1)*z,le*z),we=new Map;for(const{item:xe,label:Be}of ee)we.has(Be)||we.set(Be,[]),we.get(Be).push(xe);return[...we.entries()].map(([xe,Be])=>({label:xe,items:Be}))},[i,W,le,z]);l.useEffect(()=>{Z(1)},[k,L,G]);const K=G>0?a.jsxs("div",{className:"word-search-result-block__toolbar",children:[a.jsx(Ht,{size:40,options:R,value:I,onChange:E,ariaLabel:C("wordSearch.sort.aria",{defaultValue:"\uC815\uB82C"})}),a.jsx(Ht,{size:40,options:V,value:L,onChange:F,ariaLabel:C("wordSearch.pageSizeAria",{defaultValue:"\uD398\uC774\uC9C0 \uD06C\uAE30"})}),a.jsx(Ca,{page:le,totalPages:X,onChange:Z})]}):void 0,se=ee=>{c&&c(ee)},fe=e!==void 0&&n?a.jsxs(a.Fragment,{children:[C("wordSearch.resultTitlePrefix","\uCD1D "),a.jsx("span",{style:{color:"var(--color-main)"},children:e}),C("wordSearch.resultTitleSuffix",{unit:x?O1(n):n})]}):void 0,Se=e!==void 0&&e>0&&d!==void 0&&n?C("wordSearch.resultDisc",{unit:x?V1(n):n,max:d,selected:s.length}):void 0,Ae=g??(y?a.jsxs(a.Fragment,{children:[a.jsx("span",{className:"word-search-result-block__notice",children:y}),Se?a.jsx("span",{className:"word-search-result-block__disc",children:Se}):null]}):Se);return a.jsxs(Ln,{type:f,icon:t,title:fe,action:K,disc:Ae,className:ye("word-search-result-block",m),children:[a.jsxs("div",{className:"word-search-result-block__inner",children:[(i?i.length===0:o.length===0)&&a.jsxs("div",{className:"word-search-result-block__empty-wrap",children:[a.jsx("p",{className:"word-search-result-block__empty body-3",children:C("wordSearch.emptyResult","\uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.")}),b&&a.jsx("p",{className:"word-search-result-block__empty-hint body-3",children:b})]}),i?(te??[]).map(ee=>a.jsx("div",{className:"word-search-result-block__group",children:a.jsx("div",{className:"word-search-result-block__items",children:ee.items.map(we=>{const xe=s.includes(we.id);return a.jsx("div",{onMouseEnter:Be=>{T(Be.currentTarget),B(we.words)},onMouseLeave:S,children:a.jsx(oe,{size:"word",align:"grid",label:we.words.map(Be=>Be.label),subLabel:we.words.map(Be=>Be.subLabel).filter(Boolean).length>0?we.words.map(Be=>Be.subLabel):void 0,selected:xe,onClick:()=>se(we.id),minWidth:200})},we.id)})})},ee.label)):a.jsx("div",{className:"word-search-result-block__items",children:ce.map(ee=>{const we=s.includes(ee.id);return a.jsx("div",{onMouseEnter:xe=>{T(xe.currentTarget),B(ee.words)},onMouseLeave:S,children:a.jsx(oe,{size:"word",align:"grid",label:ee.words.map(xe=>xe.label),subLabel:ee.words.map(xe=>xe.subLabel).filter(Boolean).length>0?ee.words.map(xe=>xe.subLabel):void 0,selected:we,onClick:()=>se(ee.id),minWidth:200})},ee.id)})}),N&&v&&a.jsx(Ql,{words:N,anchorRect:v})]}),X>1&&a.jsx("div",{className:"word-search-result-block__pagination-bottom",children:a.jsx(Ca,{page:le,totalPages:X,onChange:Z})}),(u||h)&&a.jsxs("div",{className:"word-search-result-block__actions",children:[u&&a.jsx(oe,{size:"56",type:"bar",label:C("common.resetSelection","\uC120\uD0DD \uCD08\uAE30\uD654"),selected:!1,disabled:s.length===0,onClick:s.length===0?void 0:u}),h&&a.jsx("div",{onClick:s.length===0?p:void 0,children:a.jsx(oe,{size:"56",type:"bar",variant:"main",label:C("wordTable.title","\uB2E8\uC5B4 \uD45C \uB9CC\uB4E4\uAE30"),disabled:s.length===0,onClick:s.length===0?void 0:h})})]})]})}function P3(t,e){return e.map(n=>{const r=typeof n=="string"?n:n.label,o=typeof n=="string"?void 0:n.displayLabel;return{label:r,value:t[r]??"",displayLabel:o}})}function R3({sections:t,selectedList:e,count:n,onCountChange:r,maxCount:o=4,minCount:i=1,combinationSections:s,combinationSectionsForSlot:c,onSelect:d,placeholder:u="-",className:h,title:p,titleIcon:m,disc:b,showInfoButton:f=!1,onClearPhoneme:g,onSearch:y,onSearchEmpty:C,searchDisabled:w=!1,searchLabel:x,searchChecking:v=!1,pairMode:T=!1,sectionType:_="page",beforeSearchContent:N,beforeContent:B,afterContent:S,hideCountControl:D=!1,ordinal:$=!1}){const{t:j}=pe(),k=l.useMemo(()=>j("wordPairs.infoNotes",{returnObjects:!0}),[j]),E=l.useMemo(()=>Array.from({length:o-i+1},(M,z)=>{const W=i+z;return{key:String(W),label:j("wordPairs.count",{n:W})}}),[j,o,i]),L=l.useMemo(()=>j("wordPairs.ordinals",{returnObjects:!0}),[j]),F=l.useCallback(M=>$?j("wordPairs.phonemeOrdinalLabel",{ordinal:L[M-1]??M}):n===1?j("wordPairs.phonemeSingleLabel","\uC74C\uC808"):j("wordPairs.phonemeN",{n:M}),[$,L,n,j]),J=l.useCallback(M=>$?j("wordPairs.phonemeContrastOrdinalLabel",{ordinal:L[M-1]??M}):n===1?j("wordPairs.phonemeContrastSingleLabel","\uB300\uB9BD \uC74C\uC808"):j("wordPairs.phonemeContrast",{n:M}),[$,L,n,j]),Z=l.useCallback((M,z)=>z?a.jsxs(a.Fragment,{children:[M,a.jsx("span",{className:"phoneme-select-block__required",children:"*"})]}):M,[]),{anchorRect:Q,toggleAt:O,close:I}=ga(),R=l.useCallback(M=>r(Number(M)),[r]),V=Xt("(max-width: 767px)"),P=l.useCallback(M=>P3(M,t).map(({label:z,value:W,displayLabel:G})=>{const X=!!W&&W!=="\uC5C6\uC74C";return a.jsxs("span",{className:ye("phoneme-select-block__cell-jamo-part",W?"":"phoneme-select-block__cell-jamo-part--empty",X?"":"phoneme-select-block__cell-jamo-part--no-label"),children:[a.jsx("span",{className:`phoneme-select-block__cell-jamo-char h1${W==="\uC5C6\uC74C"?" phoneme-select-block__cell-jamo-char--excluded":""}`,children:W==="\uC5C6\uC74C"?"x":W||u}),X&&a.jsx("span",{className:"phoneme-select-block__cell-jamo-label caption-2",children:G??z})]},z)}),[t,u]),U=a.jsxs(a.Fragment,{children:[a.jsx("div",{"data-tooltip-ignore":!0,children:a.jsx(oe,{size:40,type:V?"dot":void 0,icon:"info",label:V?void 0:j("wordPairs.caution","\uC720\uC758\uC0AC\uD56D"),selected:!!Q,onClick:M=>O(M.currentTarget)})}),Q&&a.jsx(Dn,{title:j("wordPairs.caution","\uC720\uC758\uC0AC\uD56D"),items:k,anchorRect:Q,onClose:I})]});return a.jsxs(Ln,{type:_,title:p,icon:m,disc:b,action:U,className:ye("phoneme-select-block",h),children:[B,(!D||f&&!(p||b))&&a.jsxs("div",{className:"phoneme-select-block__controls",children:[!D&&a.jsx(wn,{options:E,value:String(n),onChange:R,size:40,className:"phoneme-select-block__count-control"}),f&&!(p||b)&&U]}),a.jsx("div",{className:"phoneme-select-block__cells",children:T?a.jsxs(a.Fragment,{children:[a.jsx("div",{className:"phoneme-select-block__cell-group",children:Array.from({length:n}).map((M,z)=>{const W=e[z*2]??{};return a.jsxs("div",{className:"phoneme-select-block__cell",children:[a.jsx("div",{className:"phoneme-select-block__cell-circle",children:a.jsx("div",{className:"phoneme-select-block__cell-jamo",children:P(W)})}),a.jsx("span",{className:"phoneme-select-block__cell-index caption-1",children:F(z+1)})]},z)})}),a.jsx("span",{className:"phoneme-select-block__cell-vs h3",children:j("wordPairs.phonemeSelect.vs","\uB300")}),a.jsx("div",{className:"phoneme-select-block__cell-group",children:Array.from({length:n}).map((M,z)=>{const W=e[z*2+1]??{};return a.jsxs("div",{className:"phoneme-select-block__cell",children:[a.jsx("div",{className:"phoneme-select-block__cell-circle",children:a.jsx("div",{className:"phoneme-select-block__cell-jamo",children:P(W)})}),a.jsx("span",{className:"phoneme-select-block__cell-index caption-1",children:J(z+1)})]},z)})})]}):e.map((M,z)=>a.jsxs("div",{className:"phoneme-select-block__cell",children:[a.jsx("div",{className:"phoneme-select-block__cell-circle",children:a.jsx("div",{className:"phoneme-select-block__cell-jamo",children:P(M)})}),a.jsx("span",{className:"phoneme-select-block__cell-index caption-1",children:F(z+1)})]},z))}),(s||c)&&a.jsx("div",{className:"phoneme-select-block__panels",children:a.jsx("div",{className:"phoneme-select-block__detail",children:T?a.jsxs("div",{className:"phoneme-select-block__pair-panels",children:[a.jsx("div",{className:"phoneme-select-block__panel-group",children:Array.from({length:n}).map((M,z)=>{const W=e[z*2]??{};return a.jsx(nn,{title:Z(F(z+1),z===0),sections:c?c(W,z*2):s,selected:W,onSelect:d?.(z*2),align:"newline"},z)})}),a.jsx("div",{className:"phoneme-select-block__panel-group",children:Array.from({length:n}).map((M,z)=>{const W=e[z*2+1]??{};return a.jsx(nn,{title:J(z+1),sections:c?c(W,z*2+1):s,selected:W,onSelect:d?.(z*2+1),align:"newline"},z)})})]}):e.map((M,z)=>a.jsx(nn,{title:Z(F(z+1),z===0),sections:c?c(M,z):s,selected:M,onSelect:d?.(z),align:"newline"},z))})}),N&&a.jsx("div",{className:"phoneme-select-block__before-search",children:N}),(g||y||v)&&(()=>{const M=e.every(z=>Object.entries(z).every(([W,G])=>!G||W==="\uC885\uC131"&&G==="\uC5C6\uC74C"));return a.jsxs("div",{className:"phoneme-select-block__search-row",onClick:M?C:void 0,children:[g&&a.jsx(oe,{size:"56",type:"bar",label:j("wordPairs.resetOptions","\uAC80\uC0C9 \uC635\uC158 \uCD08\uAE30\uD654"),selected:!1,disabled:M,onClick:M?void 0:g}),v?a.jsxs("div",{className:"phoneme-select-block__checking",children:[a.jsx("div",{className:"phoneme-select-block__spinner"}),a.jsx("span",{className:"button-1 phoneme-select-block__checking-label",children:x??j("wordSearch.searchButton","\uAC80\uC0C9\uD558\uAE30")})]}):y&&a.jsx(oe,{size:"56",type:"bar",variant:"main",label:x??j("wordSearch.searchButton","\uAC80\uC0C9\uD558\uAE30"),disabled:M||w,onClick:M||w?void 0:y})]})})(),S]})}function $3({title:t,sections:e,selected:n,onSelect:r,className:o}){const{t:i}=pe();return a.jsx(nn,{className:o,title:t??i("wordSearch.filterTitle","\uB2E8\uC5B4 \uAC80\uC0C9 \uC124\uC815"),sections:e,selected:n,onSelect:r,align:"inline"})}function I3({title:t,headerAction:e,sections:n,selected:r,onSelect:o,className:i}){const{t:s}=pe();return n.length===0?null:a.jsx(nn,{className:i,title:t??s("training.filter.phonemeGroup",{defaultValue:"\uD6C8\uB828 \uC74C\uC808"}),headerAction:e,sections:n,selected:r,onSelect:o,align:"newline"})}function F3({title:t,mode:e,onModeChange:n,matchMode:r,onMatchModeChange:o,positionCount:i,onPositionCountChange:s,inputMode:c,onInputModeChange:d,className:u}){const{t:h}=pe(),p={searchMode:h("wordPairs.filter.searchModeLabel","\uB300\uB9BD \uBC29\uC2DD"),phonemeOrder:h("wordPairs.filter.phonemeOrder","\uC785\uB825 \uC74C\uC808 \uC704\uCE58"),count:h("wordPairs.filter.countLabel","\uC785\uB825 \uC74C\uC808 \uAC2F\uC218"),inputMode:h("wordPairs.filter.inputModeLabel","\uC785\uB825 \uBC29\uC2DD"),orderAny:h("wordPairs.filter.orderAny","\uBB34\uAD00"),orderMatch:h("wordPairs.filter.orderMatch","\uC77C\uCE58"),include:h("wordPairs.mode.include","\uC74C\uC18C \uD3EC\uD568"),pick:h("wordPairs.mode.pick","\uC74C\uC18C \uB300\uB9BD"),explicit:h("wordPairs.mode.contrast","\uC74C\uC18C \uB300\uB9BD \uC9C0\uC815"),charInput:h("wordPairs.input.char","\uAE00\uC790 \uC120\uD0DD"),pronInput:h("wordPairs.input.pron","\uBC1C\uC74C \uC120\uD0DD")},m=y=>h("wordPairs.count",{n:y}),b=[{label:p.searchMode,items:[p.include,p.pick,p.explicit],display:"segmented",labelAction:a.jsx(fa,{title:h("wordPairs.mode.infoTitle","\uB300\uB9BD \uBC29\uC2DD"),items:[h("wordPairs.mode.infoInclude","\uC74C\uC18C \uD3EC\uD568 \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uAC00 \uBAA8\uB450 \uB4E4\uC5B4\uAC04 \uB2E8\uC5B4\uC640 \uADF8 \uB300\uB9BD\uC30D\uC744 \uCC3E\uC544\uC694."),h("wordPairs.mode.infoPick","\uC74C\uC18C \uB300\uB9BD \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uAC00 \uB300\uB9BD\uC30D \uB450 \uB2E8\uC5B4\uC758 \uC2E4\uC81C \uCC28\uC774\uC810\uC77C \uB54C\uB9CC \uB9E4\uCE6D\uB3FC\uC694."),h("wordPairs.mode.infoContrast","\uC74C\uC18C \uB300\uB9BD \uC9C0\uC815 \u2014 \uAE30\uC900 \uB2E8\uC5B4\uC640 \uB300\uB9BD \uB2E8\uC5B4\uC758 \uC74C\uC18C\uB97C \uAC01\uAC01 \uC9C1\uC811 \uC120\uD0DD\uD574 \uB300\uB9BD\uC30D\uC744 \uCC3E\uC544\uC694.")]})},{label:p.phonemeOrder,items:[p.orderAny,p.orderMatch],display:"segmented",labelAction:a.jsx(fa,{items:h("wordPairs.filter.phonemeOrderInfo",{returnObjects:!0})})},{label:p.count,items:[m(1),m(2)],display:"segmented"},{label:p.inputMode,items:[p.charInput,p.pronInput],display:"segmented",labelAction:a.jsx(fa,{title:h("wordPairs.input.infoTitle","\uC785\uB825 \uBC29\uC2DD"),items:[h("wordPairs.input.infoChar","\uAE00\uC790 \uC120\uD0DD \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uB85C \uB2E8\uC5B4(\uAE00\uC790 \uAE30\uC900)\uB97C \uCC3E\uC740 \uD6C4, \uB2E8\uC5B4\uC758 \uD45C\uC900 \uBC1C\uC74C \uB300\uB9BD\uC30D\uC744 \uCC3E\uC2B5\uB2C8\uB2E4."),h("wordPairs.input.infoPron","\uBC1C\uC74C \uC120\uD0DD \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uB85C \uD45C\uC900 \uBC1C\uC74C \uB300\uB9BD\uC30D\uC744 \uCC3E\uC2B5\uB2C8\uB2E4.")]})}],f={[p.searchMode]:e==="explicit"?p.explicit:e==="pick"?p.pick:p.include,[p.phonemeOrder]:r==="ordered"?p.orderMatch:p.orderAny,[p.count]:m(i),[p.inputMode]:c==="phoneme"?p.pronInput:p.charInput},g=(y,C)=>{C===p.searchMode?n(y===p.explicit?"explicit":y===p.pick?"pick":"include"):C===p.phonemeOrder?o(y===p.orderMatch?"ordered":"unordered"):C===p.count?s(y===m(2)?2:1):C===p.inputMode&&d(y===p.pronInput?"phoneme":"word")};return a.jsx(nn,{className:u,title:t??h("wordPairs.filter.searchOptionsTitle","\uB300\uB9BD \uC124\uC815"),sections:b,selected:f,onSelect:g,align:"inline"})}function O3(t){const{title:e,items:n,columns:r,gridTemplateColumns:o,searchPlaceholder:i,searchFn:s,defaultSortKey:c,defaultSortAsc:d=!0,selectedId:u,selectedIds:h,onSelect:p,onClose:m,pageSizeOptions:b=[10,25,50,100],initialPageSize:f,emptyText:g,countLabel:y,topContent:C,className:w=""}=t,{t:x}=pe(),v=i??x("common.search","\uAC80\uC0C9"),T=g??x("common.emptyList","\uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."),[_,N]=l.useState(""),[B,S]=l.useState(c??r[0]?.key??""),[D,$]=l.useState(d),[j,k]=l.useState(String(f??b[0]??10)),[E,L]=l.useState(1);l.useEffect(()=>{L(1)},[_,j]);const F=s!==null,J=l.useCallback((M,z)=>{if(!z)return!0;const W=z.toLowerCase();return r.some(G=>{const X=M[G.key];return X==null?!1:String(X).toLowerCase().includes(W)})},[r]),Z=s??J,Q=l.useMemo(()=>{const M=F?n.filter(z=>Z(z,_)):n;return B?[...M].sort((z,W)=>{const G=z[B]??"",X=W[B]??"";return G===X?0:D?G>X?1:-1:G<X?1:-1}):M},[n,_,B,D,F,Z]),O=Math.max(1,Math.ceil(Q.length/Number(j))),I=Q.slice((E-1)*Number(j),E*Number(j)),R=l.useCallback(M=>{B===M?$(z=>!z):(S(M),$(!0))},[B]),V=l.useMemo(()=>{if(typeof y=="string"&&y.includes("{n}")){const[M,z]=y.split("{n}");return{prefix:M,suffix:z}}return{prefix:x("common.totalCountPrefix","\uCD1D "),suffix:x("common.totalCountSuffix","\uAC1C")}},[y,x]),P=l.useMemo(()=>r.map(M=>({label:M.label,onClick:M.sortable!==!1?()=>R(M.key):void 0,className:M.className,sortDir:M.sortable!==!1&&B===M.key?D?"asc":"desc":null})),[r,B,D,R]),U=l.useMemo(()=>b.map(M=>({value:String(M),label:x("common.pageSizeLabel",{n:M})})),[b,x]);return a.jsxs(un,{className:`popup-list ${w}`,title:e,onClose:m,children:[C,a.jsx(dr,{count:{value:Q.length,prefix:V.prefix,suffix:V.suffix},search:F?{value:_,onChange:N,placeholder:v}:void 0,pageSize:{options:U,value:j,onChange:k},pagination:{page:E,total:O,onChange:L}}),a.jsx(yr,{size:"medium",gridTemplateColumns:o,resizable:!0,fields:P,items:I,onRowClick:p,renderRow:M=>{const z=h!=null?M.id!=null&&h.has(M.id):u!=null&&M.id===u;return r.map(W=>({content:W.render?W.render(M):M[W.key]??"",className:z?"popup-list__row--selected":W.className}))},empty:T})]})}function H3(t){const{title:e,message:n,topContent:r,details:o,children:i,confirmLabel:s,cancelLabel:c,hideCancel:d=!1,extraAction:u,confirmVariant:h="main",confirmDisabled:p=!1,onConfirm:m,closeOnConfirm:b=!0,onClose:f,inline:g,size:y="small",className:C}=t,{t:w}=pe(),x=l.useRef(!1),[v,T]=l.useState(!1);return a.jsxs(un,{title:e,onClose:f,closeDisabled:v,inline:g,size:y,className:ye("confirm-popup",C),buttons:[...u?[{label:u.label,variant:u.variant??"default",disabled:v,onClick:({closeWithAnimation:_})=>{u.onClick(),_()}}]:[],...d?[]:[{label:c??w("common.cancel","\uCDE8\uC18C"),variant:"default",disabled:v,onClick:({closeWithAnimation:_})=>_()}],{label:s??w("common.confirm","\uD655\uC778"),variant:h,disabled:p||v,onClick:async({closeWithAnimation:_})=>{if(!x.current){x.current=!0,T(!0);try{await m(_),b&&_()}finally{x.current=!1,T(!1)}}}}],children:[r!=null&&a.jsx("div",{className:"confirm-popup__top",children:r}),o&&o.length>0&&a.jsx(Sa,{children:o.map((_,N)=>a.jsx(dn,{label:_.label,children:a.jsx("span",{className:"panel-row__text body-2",children:_.value})},N))}),a.jsx("p",{className:"body-2 confirm-popup__message",children:n}),i]})}function V3({onApply:t,onCancel:e}){const{t:n}=pe(),[r,o]=l.useState(""),[i,s]=l.useState(!1),[c,d]=l.useState(null),u=l.useRef(null);l.useEffect(()=>{u.current?.focus()},[]);const h=l.useCallback(async b=>{const f=r.trim();if(f){s(!0),d(null);try{await t(f),b()}catch(g){d(Jo(g)),s(!1)}}},[r,t]),p=l.useCallback((b,f)=>{b.key==="Enter"&&h(f)},[h]),m=b=>{o(b.target.value),d(null)};return a.jsx(un,{className:"coupon-input-popup",title:n("usage.couponButton","\uCFE0\uD3F0 \uC785\uB825"),size:"small",onClose:e,closeDisabled:i,buttons:[{label:n("common.cancel","\uCDE8\uC18C"),variant:"default",disabled:i,onClick:({closeWithAnimation:b})=>b()},{label:n("coupons.applyButton","\uC801\uC6A9"),variant:"main",disabled:!r.trim()||i,onClick:({closeWithAnimation:b})=>{h(b)}}],children:({closeWithAnimation:b})=>a.jsxs(a.Fragment,{children:[a.jsx("input",{ref:u,className:"coupon-input-popup__input body-2","aria-label":n("coupons.input.label","\uCFE0\uD3F0 \uCF54\uB4DC"),placeholder:n("coupons.input.placeholder","\uCFE0\uD3F0 \uCF54\uB4DC \uC785\uB825"),value:r,onChange:m,onKeyDown:f=>p(f,b),disabled:i,autoComplete:"off",spellCheck:!1}),c&&a.jsx("p",{className:"coupon-input-popup__error caption-1",role:"alert",children:c})]})})}const z3=200;function W3(t){return t.itemId?(sg()[t.trainingType]??[]).find(e=>e?.id!=null&&String(e.id)===String(t.itemId))??null:null}function q3({plan:t,anchorRect:e,offset:n=12,onClose:r}){const o=l.useMemo(()=>lg.map(s=>({type:s,items:(t.items??[]).filter(c=>c.trainingType===s.key)})).filter(s=>s.items.length>0),[t.items]);if(o.length===0)return null;const i=a.jsx("div",{className:"tooltip-training__box",children:a.jsx("div",{className:"tooltip-training__groups",children:o.flatMap(({type:s,items:c},d)=>[d>0?a.jsx("div",{className:"tooltip-training__divider"},`div-${s.key}`):null,a.jsxs("div",{className:"tooltip-training__section",children:[a.jsx("div",{className:"tooltip-training__section-header",children:a.jsx("span",{className:"tooltip-training__type-label body-3b",children:s.label})}),a.jsx("div",{className:"tooltip-training__items",children:c.map((u,h)=>{const p=W3(u);return p?a.jsx(Cr,{index:h,type:s,trainingData:p,size:"compact",hideCheckBadge:!0},u.itemId??h):null})})]},s.key)])})});return e?a.jsx(sn,{anchorRect:e,offset:n,onClose:r,closeOnOutsideClick:!1,className:"tooltip-training",children:i}):i}const ec=["var(--color-main)","var(--color-sub)"];function tc({active:t=!1,count:e=40,duration:n=2e3,strength:r=1,onComplete:o,trigger:i=0}){const s=l.useMemo(()=>{const g=Math.floor(e/2),y=e-g,C=(w,x)=>Array.from({length:w}).map((v,T)=>{const _=6+Math.random()*12,N=Math.round(Math.min(18,_*Math.min(1.5,1+r*.4))),B=ec[Math.floor(Math.random()*ec.length)],S=Math.random()*300,D=(360+Math.random()*260)*r*1.2,$=(x==="left"?-95+Math.random()*40:-85-Math.random()*40)*Math.PI/180,j=Math.cos($)*D,k=Math.sin($)*D*1.35,E=Math.random()*720-360,L=(1200+Math.random()*3e3)*Math.min(1.6,1+r*.3),F=Math.random()>.7?"50%":"3px";return{id:`${x}-${T}`,side:x,size:N,color:B,delay:S,vx:j,vy:k,angularVel:E,life:L,borderRadius:F}});return[...C(g,"left"),...C(y,"right")]},[e,r]),c=l.useRef(null),d=l.useRef({}),u=l.useRef(null),h=l.useRef(o);l.useEffect(()=>{h.current=o},[o]);const p=l.useRef(null),m=l.useRef(null),b=()=>{if(typeof document>"u")return null;let g=document.querySelector("[data-ihab-effect-root]");return g||(g=document.createElement("div"),g.className="app-effect",g.dataset.ihabEffectRoot="",g.style.position="fixed",g.style.inset="0",g.style.pointerEvents="none",g.style.zIndex="99998",document.body.appendChild(g)),g};if(typeof document<"u"&&m.current==null&&(m.current=b()),l.useEffect(()=>{if(!t)return;if(typeof window<"u"&&window.matchMedia?.("(prefers-reduced-motion: reduce)").matches){h.current?.();return}const g=1200,y=performance.now(),C=m.current&&m.current!==document.body?m.current.getBoundingClientRect():null,w=Math.max(60,(window.innerHeight||800)*.05),x=O=>Math.max(40,(O||window.innerWidth)*.02),v=C?.width||window.innerWidth||375,T=C?.height||window.innerHeight||812,_=O=>{const I=[...O].sort((R,V)=>R-V);return I[Math.floor(I.length/2)]||1},N=_(s.map(O=>Math.abs(O.vy))),B=_(s.map(O=>Math.abs(O.vx))),S=Math.sqrt(2*g*(T*.72+w))/N,D=N*S/g,$=v*.5/(B*D),j=(O,I,R)=>Math.min(R,Math.max(I,O)),k=j(S,.8,2.4),E=j($,.7,2.2),L=s.map(O=>({...O,vx:O.vx*E,vy:O.vy*k,startTime:y+O.delay,ended:!1})),F=C?{x:C.left-x(C.width),y:C.top+C.height+w}:{x:-x(window.innerWidth),y:window.innerHeight+w},J=C?{x:C.left+C.width+x(C.width),y:C.top+C.height+w}:{x:window.innerWidth+x(window.innerWidth),y:window.innerHeight+w},Z=O=>{let I=!1;for(const R of L){const V=d.current[R.id];if(!V||!V)continue;if(O<R.startTime){V.style.display="none";continue}if(!R._inited){const te=R.side==="left"?F.x:J.x,K=R.side==="left"?F.y:J.y;V.style.left=`${te}px`,V.style.top=`${K}px`,V.style.transform="translate3d(0px, 0px, 0)",V.style.display="block",V.style.zIndex="100000";try{if(typeof window<"u"&&typeof R.color=="string"&&R.color.startsWith("var(")){const se=R.color.slice(4,-1).trim(),fe=getComputedStyle(document.documentElement).getPropertyValue(se).trim();fe?V.style.background=fe:V.style.background="#FF0060"}}catch{}R._inited=!0}const P=(O-R.startTime)/1e3;if(P<0)continue;const U=R.life/1e3;if(P>=U){V.style.opacity="0",V.style.display="none",R.ended=!0;continue}I=!0;const M=R.side==="left"?F.x:J.x,z=R.side==="left"?F.y:J.y,W=M+R.vx*P,G=z+R.vy*P+.5*g*P*P,X=(R.angularVel||0)*P,le=W-M,ce=G-z;V.style.transform=`translate3d(${le}px, ${ce}px, 0) rotate(${X}deg)`,V.style.opacity=`${Math.max(0,1-P/U)}`}I?u.current=requestAnimationFrame(Z):h.current?.()};u.current=requestAnimationFrame(Z);const Q=setTimeout(()=>{try{if((m.current?m.current.querySelectorAll(".confetti"):document.querySelectorAll(".confetti")).length===0&&!document.querySelector(".party-container")){const O=document.createElement("div");O.className="party-container",O.style.position="fixed",O.style.inset="0",O.style.pointerEvents="none",O.style.overflow="visible",O.style.zIndex="2147483647";for(const I of s){const R=document.createElement("span");R.className=`confetti confetti--${I.side}`,R.setAttribute("aria-hidden","true"),R.style.display="none",R.style.position="fixed",R.style.left="0px",R.style.top="0px",R.style.width=`${I.size}px`,R.style.height=`${Math.max(4,I.size*.6)}px`;let V=I.color;try{if(typeof V=="string"&&V.startsWith("var(")){const P=V.slice(4,-1).trim(),U=getComputedStyle(document.documentElement).getPropertyValue(P).trim();U&&(V=U)}}catch{}R.style.background=V,R.style.borderRadius=I.borderRadius,R.style.transform="translate3d(0,0,0)",R.style.opacity="0",O.appendChild(R),d.current[I.id]=R}(document.body||m.current).appendChild(O),p.current=O}}catch{}},300);return()=>{if(u.current&&cancelAnimationFrame(u.current),clearTimeout(Q),p.current){try{p.current.remove()}catch{}p.current=null}}},[t,n,i,s]),!t)return null;const f=a.jsx("div",{className:"party-container",ref:c,children:s.map(g=>a.jsx("span",{"aria-hidden":!0,ref:y=>{d.current[g.id]=y},className:`confetti confetti--${g.side}`,style:{width:`${g.size}px`,height:`${Math.max(4,g.size*.6)}px`,background:g.color,borderRadius:g.borderRadius}},`${g.id}-${i}`))});return typeof document<"u"?Rt.createPortal(f,m.current||document.body):f}function U3({trigger:t=0,active:e=!1}){const n=l.useRef(0);return l.useEffect(()=>{n.current=t},[t]),a.jsx(tc,{active:e,trigger:t})}function G3({title:t,sub:e,rightAction:n,titleAction:r,badge:o,badgeVariant:i="default",documentTitle:s}){return s0(typeof t=="string"?t:s??null),a.jsxs("div",{className:"page-title",children:[a.jsxs("div",{className:"page-title__main",children:[a.jsxs("div",{className:"page-title__title-row",children:[a.jsx("h1",{className:"page-title__title h1",children:t}),o&&a.jsx("div",{className:"page-title__badge",children:a.jsx(pt,{label:o,size:"small",variant:i,fill:"outline"})})]}),e&&a.jsx("p",{className:"page-title__sub body-2",children:e})]}),n?a.jsx("div",{className:"page-title__action",children:n}):null]})}function Y3(t){return t??""}const nc=l.createContext({words:[],loading:!1});function K3(){return l.useContext(nc)}function Z3({words:t,loading:e,error:n,statusMessage:r,localVersion:o,remoteVersion:i,progress:s,clearAndRefetch:c,checkRemoteVersion:d,children:u}){return a.jsx(nc.Provider,{value:{words:t,loading:e,error:n,statusMessage:r,localVersion:o,remoteVersion:i,progress:s,clearAndRefetch:c,checkRemoteVersion:d},children:u})}function X3({title:t,message:e,actionLabel:n,onAction:r,icon:o,onClose:i,className:s=""}){const{t:c}=pe(),d=n??c("common.update","\uC5C5\uB370\uC774\uD2B8");return a.jsxs("div",{className:ye("update-alert",s),role:"alert",children:[i&&a.jsx("button",{type:"button",className:"update-alert__close",onClick:i,"aria-label":c("common.close","\uB2EB\uAE30"),children:"\xD7"}),a.jsxs("div",{className:"update-alert__top",children:[a.jsx("div",{className:"update-alert__icon",children:o??a.jsx(io,{size:20,strokeWidth:2})}),a.jsxs("div",{className:"update-alert__body",children:[a.jsx("div",{className:"update-alert__title h4",children:t}),a.jsx("div",{className:"update-alert__message body-3",children:e})]})]}),r&&a.jsx(oe,{size:32,variant:"main",shape:"pill",className:"update-alert__action",onClick:r,children:d})]})}function J3({title:t,description:e,topActions:n,children:r,footerLeft:o,footerRight:i,onClick:s,draggable:c,onDragStart:d,onDragEnd:u,className:h}){const p=o!=null||i!=null,m=r!=null&&r!==!1,b=l.useCallback(f=>{s&&f.target===f.currentTarget&&(f.key==="Enter"||f.key===" ")&&(f.preventDefault(),s())},[s]);return a.jsxs("div",{className:ye("training-card",s?"training-card--clickable":"",h),onClick:s,onKeyDown:s?b:void 0,role:s?"button":void 0,tabIndex:s?0:void 0,draggable:c,onDragStart:d,onDragEnd:u,children:[a.jsxs("div",{className:"training-card__header",children:[a.jsxs("div",{className:"training-card__title-row",children:[typeof t=="string"?a.jsx("h3",{className:"training-card__title h4",children:t}):t,n!=null&&a.jsx("div",{className:"training-card__top-actions",onClick:f=>f.stopPropagation(),children:n})]}),e!=null?typeof e=="string"?a.jsx("p",{className:"training-card__description body-3",children:e}):e:a.jsx("p",{className:"training-card__description body-3","aria-hidden":"true",children:" "})]}),m&&a.jsx("div",{className:"training-card__body",children:r}),p&&a.jsxs("div",{className:"training-card__footer",children:[o!=null&&a.jsx("div",{className:"training-card__footer-left",children:o}),i!=null&&a.jsx("div",{className:"training-card__meta",children:i})]})]})}function Q3({title:t,count:e,collapsed:n=!1,onToggle:r,sort:o,actions:i,empty:s=!1,emptyContent:c,dragOver:d=!1,onDragOver:u,onDragLeave:h,onDrop:p,children:m,className:b}){const{t:f}=pe(),g=ye("training-card-group",d&&"training-card-group--dragover",n&&"training-card-group--collapsed",b);return a.jsxs("div",{className:g,onDragOver:u,onDragLeave:h,onDrop:p,children:[a.jsxs("header",{className:"training-card-group__header",children:[a.jsx(oe,{size:40,type:"dot",variant:"transparent-gray",useBorder:!1,icon:n?"chevron-right":"chevron-down",ariaLabel:n?f("common.expand","\uD3BC\uCE58\uAE30"):f("common.collapse","\uC811\uAE30"),className:"training-card-group__chevron",onClick:r}),typeof t=="string"?a.jsx("span",{className:"training-card-group__title h5b",children:t}):t,e!==void 0&&a.jsx("span",{className:"training-card-group__count body-3b",children:e}),(o||i!=null)&&a.jsxs("span",{className:"training-card-group__actions",onClick:y=>y.stopPropagation(),children:[o&&a.jsx(Ht,{size:40,options:o.options,value:o.value,placeholder:o.placeholder,onChange:o.onChange}),i]})]}),!n&&(s?a.jsx("div",{className:"training-card-group__empty body-3",children:c}):a.jsx("div",{className:"training-card-group__grid",children:m}))]})}const e5="speechear:saved_word_tables";function t5(t){if(typeof t!="object"||t===null)return!1;const e=t;return typeof e.id=="string"&&typeof e.name=="string"&&Array.isArray(e.items)}function n5(){try{const t=localStorage.getItem(e5);if(!t)return[];const e=JSON.parse(t);return Array.isArray(e)?e.filter(t5):[]}catch{return[]}}function a5({title:t,titleIcon:e,disc:n,items:r,onSaveComplete:o,onLoad:i,onRemoveItem:s,onReset:c,resetLabel:d,saveButtonLabel:u,secondarySaveButtonLabel:h,onReorder:p,showCellCount:m,onAddItem:b,className:f,renderSavePopup:g,renderWordSearch:y,hideControls:C,saveOnly:w,tableName:x,nameValue:v,onNameChange:T,descriptionValue:_,onDescriptionChange:N,namePlaceholder:B,descriptionPlaceholder:S,existingNames:D,editingName:$,onCancel:j}){const{t:k}=pe(),E=d??k("wordPrint.clearAllSelection","\uBAA8\uB450 \uC120\uD0DD \uD574\uC81C"),L=r===void 0,F=!!T,[J,Z]=l.useState([]),Q=(v??"").trim(),O=Q||(B??"").trim(),I=(_??"").trim()||(S??"").trim(),R=(D??[]).map(ie=>ie.trim().toLowerCase()),V=[$?.trim().toLowerCase(),...J].filter(ie=>!!ie),P=[...R];for(const ie of V){const _e=P.indexOf(ie);_e!==-1&&P.splice(_e,1)}const U=Q!==""&&P.includes(Q.toLowerCase()),[M,z]=l.useState(Array(4).fill(null)),[W,G]=l.useState(4),[X,le]=l.useState(null),[ce,te]=l.useState("landscape"),[K,se]=l.useState(["\uC774\uBBF8\uC9C0","\uB2E8\uC5B4","\uD45C\uC900 \uBC1C\uC74C"]),[fe,Se]=l.useState("\uD45C\uC2DC"),[Ae,ee]=l.useState(!0),[we,xe]=l.useState(!0),Be=l.useRef(null),Oe=l.useRef([]),[ze,We]=l.useState(8),[Fe,at]=l.useState("right"),[Re,He]=l.useState(!1),[Ie,me]=l.useState(!1),{toastMessage:rt,toastType:$e,showWarning:Le,clearToast:qe}=ps("warning"),vt=l.useCallback(()=>le(null),[le]),[Ue,Ve]=l.useState(()=>Math.max(r?.length??1,1));l.useEffect(()=>{L||Ve(ie=>Math.max(ie,r?.length??1))},[r?.length,L]);const lt=L?W:m?Math.max(Ue,r?.length??1):Math.max(r?.length??0,1),{width:De,height:Qe}=Mn[ce],Ke=!L&&!m,je=r?.length??0,Ge=Math.min(ze,Math.max(je,1)),Ze=Ke?Ge:lt,mt=Ke?il(r??[],Ze):null,wt=!!mt&&mt.length>1,tt=L?M.some(ie=>ie!==null&&ie.length>1):(r??[]).some(ie=>ie.words.length>1),jt=x?.trim()||`${ai(Q1())} ${tt?k("wordTable.printFileNamePair","\uB300\uB9BD\uC30D\uD45C"):k("wordTable.printFileNameSingle","\uB2E8\uC5B4\uD45C")}`,ut=l.useCallback(()=>wt?Oe.current.filter(ie=>ie!==null):Be.current?[Be.current]:[],[wt]),{print:Mt,openNewWindow:Vt,downloadHtml:Pt}=Nr({getElements:ut,paperW:De,paperH:Qe,fileName:jt,onPopupBlocked:()=>{Le(k("wordTable.popupBlocked","\uD31D\uC5C5\uC774 \uCC28\uB2E8\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uBE0C\uB77C\uC6B0\uC800 \uC124\uC815\uC5D0\uC11C \uD31D\uC5C5\uC744 \uD5C8\uC6A9\uD574 \uC8FC\uC138\uC694."))}}),an=ie=>{G(ie),z(_e=>{const Xe=Array(ie).fill(null);return _e.slice(0,ie).forEach((gt,ft)=>{Xe[ft]=gt}),Xe}),le(null)},zt=ie=>{z(_e=>{const Xe=[..._e];return Xe[ie]=null,Xe}),X===ie&&le(null)},$t=ie=>{if(X===null)return;const _e=X;z(gt=>{const ft=[...gt];return ft[_e]=ie,ft});const Xe=M.findIndex((gt,ft)=>ft>_e&>===null);le(Xe!==-1?Xe:null)},rn=L?M.some(ie=>ie?.some(_e=>!!_e.colloquialPronunciation)):(r??[]).some(ie=>ie.words.some(_e=>!!_e.colloquialLabel)),xt=l.useMemo(()=>Nn()?L?M.flatMap(ie=>(ie??[]).map(_e=>[_e.word,_e.homonum])):(r??[]).flatMap(ie=>ie.words.map(_e=>[_e.label,_e.homonum])):[],[L,M,r]),[hn,Dt]=l.useState(!1);l.useEffect(()=>{if(xt.length===0)return;let ie=!1;return Promise.all(xt.map(([_e,Xe])=>Yo(_e,Xe))).then(_e=>{ie||Dt(_e.some(Boolean))}),()=>{ie=!0}},[xt]);const Gt=xt.length>0&&hn,mn=l.useMemo(()=>[...L||m?[{label:k("wordTable.filter.columns","\uCE78 \uC218"),items:s4.map(ie=>({value:`${ie}\uCE78`,displayLabel:k("wordTable.filter.column",{count:ie})})),display:"segmented"}]:[],...Ke&&(r?.length??0)>0?[bl(k,{hasPairs:tt,itemCount:je})]:[],...wt?[yl(k)]:[]],[k,L,m,Ke,r?.length,tt,je,wt]),Ye={...L||m?{[k("wordTable.filter.columns","\uCE78 \uC218")]:`${L?W:Ue}\uCE78`}:{},...Ke&&(r?.length??0)>0?{[k(tt?"wordTable.filter.itemsPerPagePair":"wordTable.filter.itemsPerPageWord")]:`${Ge}\uAC1C`}:{},...wt?{[k("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638")]:Cl[Fe]}:{}},Et=(ie,_e)=>{_e===k("wordTable.filter.columns","\uCE78 \uC218")?L?an(parseInt(ie)):Ve(parseInt(ie)):_e===k(tt?"wordTable.filter.itemsPerPagePair":"wordTable.filter.itemsPerPageWord")?We(parseInt(ie)):_e===k("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638")&&at(vl(ie))},yt=L?M.filter(ie=>ie!==null).map(ie=>({id:ie[0].word,words:ie.map(_e=>({label:_e.word,subLabel:_e.pronunciation,homonum:_e.homonum}))})):r??[],Yt=(ie=!1)=>{if(me(ie),F&&o){const _e=O.trim().toLowerCase();_e&&Z(Xe=>Xe.includes(_e)?Xe:[...Xe,_e]),o(O,yt,I||void 0,ie);return}if(w&&o){o("",yt,void 0,ie);return}if(o){He(!0);return}Pt()},[Wt,ne]=l.useState(!1),[de,he]=l.useState(""),q=de.trim(),ae=q!==""&&R.includes(q.toLowerCase()),ge=()=>{he(O?`${O} (\uBCF5\uC0AC)`:""),ne(!0)},Ce=()=>{!q||ae||!o||(o(q,yt,I||void 0,!0),ne(!1))},ve=yt.length===0,Ee=ve||F&&(O===""||U),et=()=>{if(ve){Le(k("wordTable.emptyItems","\uB2E8\uC5B4\uB97C 1\uAC1C \uC774\uC0C1 \uCD94\uAC00\uD574\uC8FC\uC138\uC694."));return}if(F&&O===""){Le(k("wordTable.save.nameRequired","\uD45C \uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694."));return}F&&U&&Le(k("wordTable.save.duplicateName","\uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC778 \uC774\uB984\uC785\uB2C8\uB2E4."))},it=a.jsx(Pn,{items:yt,orientation:ce,contentTypes:K,cutLine:fe,showOutline:Ae,showDivLine:we,count:lt});return a.jsxs(a.Fragment,{children:[a.jsxs(Ln,{type:"page",icon:e,title:t,disc:n,className:ye("word-table-block",f),children:[Wt&&a.jsx(un,{size:"small",title:h??k("wordTable.saveAsNewButton","\uB2E4\uB978 \uC774\uB984\uC73C\uB85C \uC800\uC7A5"),onClose:()=>ne(!1),footer:({closeWithAnimation:ie})=>a.jsxs(a.Fragment,{children:[a.jsx(oe,{size:48,type:"bar",label:k("common.cancel","\uCDE8\uC18C"),onClick:ie}),a.jsx(oe,{size:48,type:"bar",variant:"main",label:k("common.save","\uC800\uC7A5"),disabled:!q||ae,onClick:Ce})]}),children:a.jsx(vn,{label:k("wordTable.save.nameLabel","\uC774\uB984"),value:de,onChange:he,placeholder:k("wordTable.save.placeholder","\uC774 \uB2E8\uC5B4\uD45C\uC5D0 \uB300\uD55C \uC81C\uBAA9\uC744 \uC785\uB825\uD558\uC138\uC694."),maxLength:40,size:48,fullWidth:!0,autoFocus:!0,onEnter:Ce,error:ae?k("wordTable.save.duplicateName","\uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC778 \uC774\uB984\uC785\uB2C8\uB2E4."):void 0})}),Re&&o&&g?.({defaultName:typeof t=="string"?t:k("wordTable.defaultName","\uB2E8\uC5B4 \uD45C"),preview:it,previewW:De,previewH:Qe,items:yt,existingNames:n5().map(ie=>ie.name),saveAsNew:Ie,onSave:(ie,_e)=>{o(ie,yt,_e,Ie),He(!1)},onCancel:()=>He(!1)}),(L||b)&&X!==null&&y?.({cellIndex:X,onConfirm:L?$t:ie=>{if(b){const _e=ie[0];_e&&b({id:_e.word,words:[{label:_e.word,subLabel:_e.pronunciation,homonum:_e.homonum}]})}le(null)},onClose:vt}),!C&&a.jsx(kr,{hasImage:Gt,hasColloquial:rn,contentTypes:K,orientation:ce,showOutline:Ae,cutLine:fe,showDivLine:we,setters:{setContentTypes:se,setOrientation:te,setShowOutline:ee,setCutLine:Se,setShowDivLine:xe},showCutLine:(Ke?Ze:lt)>1,showDivLine2:tt,middleSections:mn,extraSelected:Ye,onExtraSelect:Et}),wt&&mt?a.jsx("div",{className:"word-table-block__pages",children:mt.map((ie,_e)=>a.jsx(Pn,{orientation:ce,contentTypes:K,cutLine:fe,showOutline:Ae,showDivLine:we,count:Ze,items:ie,onRemoveItem:s,contentRef:Xe=>{Oe.current[_e]=Xe},pageNumber:{current:_e+1,total:mt.length},pageNumberPosition:Fe},_e))}):a.jsx(Pn,{orientation:ce,contentTypes:K,cutLine:fe,showOutline:Ae,showDivLine:we,count:lt,items:L?void 0:r??[],editCells:L?M:void 0,activeCell:X,onActivateCell:L||b?le:void 0,onRemoveCell:L?zt:void 0,onRemoveItem:L?void 0:s,onReorder:L?void 0:p,showFillerAdd:!!b,contentRef:Be}),F&&!C&&a.jsxs(Sa,{size:"medium",labelWidth:64,useBorder:!1,useRowBorder:!1,className:"word-table-block__meta",children:[a.jsx(dn,{variant:"custom",label:k("wordTable.save.nameLabel","\uC774\uB984"),required:!0,align:"vertical",useFullWidth:!0,children:a.jsx(vn,{required:!0,value:v??"",onChange:T,placeholder:B?B+k("wordTable.save.autoFillHint"," (Tab \uB610\uB294 space \uC785\uB825\uC2DC \uC790\uB3D9 \uC785\uB825)"):k("wordTable.save.placeholder","\uC774 \uB2E8\uC5B4\uD45C\uC5D0 \uB300\uD55C \uC81C\uBAA9\uC744 \uC785\uB825\uD558\uC138\uC694."),ariaLabel:k("wordTable.save.nameLabel","\uC774\uB984"),maxLength:40,size:48,fullWidth:!0,error:U?k("wordTable.save.duplicateName","\uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC778 \uC774\uB984\uC785\uB2C8\uB2E4."):void 0,onKeyDown:ie=>{(ie.key==="Tab"&&!ie.shiftKey||ie.key===" ")&&!(v??"").trim()&&(B??"").trim()&&(ie.preventDefault(),T?.(B??""))}})}),a.jsx(dn,{variant:"custom",label:k("wordTable.save.descriptionLabel","\uC124\uBA85"),align:"vertical",useFullWidth:!0,children:a.jsx(vn,{value:_??"",onChange:N,placeholder:S?S+k("wordTable.save.autoFillHint"," (Tab \uB610\uB294 space \uC785\uB825\uC2DC \uC790\uB3D9 \uC785\uB825)"):k("wordTable.save.descriptionPlaceholder","\uC774 \uB2E8\uC5B4\uD45C\uC5D0 \uB300\uD55C \uC124\uBA85\uC744 \uC785\uB825\uD558\uC138\uC694."),ariaLabel:k("wordTable.save.descriptionLabel","\uC124\uBA85"),maxLength:200,multiline:!0,rows:2,fullWidth:!0,onKeyDown:ie=>{(ie.key==="Tab"&&!ie.shiftKey||ie.key===" ")&&!(_??"").trim()&&(S??"").trim()&&(ie.preventDefault(),N?.(S??""))}})})]})]}),!C&&a.jsxs("div",{className:"word-table-block__actions",children:[a.jsxs("div",{className:"word-table-block__actions-left",children:[!w&&c&&a.jsx(oe,{size:40,type:"bar",label:E,onClick:c}),!w&&i&&a.jsx(oe,{size:40,type:"bar",label:k("wordTable.load","\uBD88\uB7EC\uC624\uAE30"),onClick:i}),!w&&a.jsx(oe,{size:40,type:"bar",label:k("wordTable.openNewWindow","\uC0C8 \uCC3D\uC73C\uB85C \uBCF4\uAE30"),onClick:Vt})]}),a.jsxs("div",{className:"word-table-block__actions-right",children:[j&&a.jsx(oe,{size:"56",type:"bar",label:k("common.cancel","\uCDE8\uC18C"),onClick:j}),!w&&a.jsx(oe,{size:"56",type:"bar",label:k("wordTable.print","\uC778\uC1C4\uD558\uAE30"),onClick:Mt}),h&&a.jsx(oe,{size:"56",type:"bar",label:h,onClick:()=>F?ge():Yt(!0),disabled:ve,onDisabledClick:()=>{Le(k("wordTable.emptyItems","\uB2E8\uC5B4\uB97C 1\uAC1C \uC774\uC0C1 \uCD94\uAC00\uD574\uC8FC\uC138\uC694."))}}),a.jsx(oe,{size:"56",type:"bar",variant:"main",label:u??k("wordTable.saveButton","\uC800\uC7A5\uD558\uAE30"),onClick:()=>Yt(!1),disabled:Ee,onDisabledClick:et})]})]}),a.jsx(Bn,{message:rt,type:$e,onClose:qe})]})}function ac({items:t,className:e}){const n=t.length,r=n<=3?1:2,o=Math.ceil(n/r)||1,i=r*o;return a.jsx("div",{className:ye("word-table-thumb",e),style:{gridTemplateColumns:`repeat(${r}, 1fr)`},children:Array.from({length:i},(s,c)=>{const d=t[c];return d?a.jsx("div",{className:"word-table-thumb__cell",children:(d.words.length?d.words:[{label:d.id}]).map((u,h)=>a.jsxs(l.Fragment,{children:[h>0&&a.jsx("span",{className:"word-table-thumb__divider"}),a.jsx("span",{className:"word-table-thumb__word body-3",children:u.label})]},h))},c):a.jsx("div",{className:"word-table-thumb__cell word-table-thumb__cell--empty"},c)})})}function r5({items:t,name:e,description:n,createdAt:r,published:o,publishedLabel:i,shared:s,sharedLabel:c,isNew:d,publisherName:u,publishedAt:h,likeCount:p,downloadCount:m,onPublisherClick:b,selected:f,onClick:g,onMore:y,titleNode:C,className:w}){const{t:x}=pe(),v=C!=null,T=u!=null||h!=null||p!=null||m!=null,_=N=>{!v&&(N.key==="Enter"||N.key===" ")&&(N.preventDefault(),g?.())};return a.jsxs("div",{className:ye("word-table-button",f?"word-table-button--selected":"",T?"":"word-table-button--no-footer",w),role:"button",tabIndex:0,"aria-label":e,onClick:v?void 0:g,onKeyDown:_,children:[d&&a.jsx("span",{className:"word-table-button__new-dot","aria-label":x("myWordTable.newBadge","\uC0C8\uB85C \uB9CC\uB4E0 \uD45C")}),a.jsx(ac,{items:t,className:"word-table-button__thumb"}),a.jsxs("div",{className:"word-table-button__info",children:[a.jsxs("div",{className:"word-table-button__info-text",children:[C??a.jsx("div",{className:"word-table-button__title h4",children:e}),n&&a.jsx("div",{className:"word-table-button__desc body-3",children:n})]}),y&&!v&&a.jsx(oe,{className:"word-table-button__more",size:32,type:"dot",variant:"transparent-gray",useBorder:!1,icon:"ellipsis",ariaLabel:x("common.moreFor",{name:e}),onClick:N=>{N.stopPropagation(),y(N)}})]}),(r||o||s)&&a.jsxs("div",{className:"word-table-button__meta-row",children:[a.jsx("span",{className:"word-table-button__meta caption-1",children:r?ni(r,x):""}),a.jsxs("span",{className:"word-table-button__badges",children:[o&&a.jsx(pt,{className:"word-table-button__badge",size:"small",variant:"main",fill:"soft",iconLeft:"book-marked",label:i??"\uBC1C\uD589\uB428"}),s&&a.jsx(pt,{className:"word-table-button__badge",size:"small",fill:"soft",iconLeft:"link",label:c??"\uACF5\uC720 \uC911"})]})]}),T&&a.jsxs("div",{className:"word-table-button__footer",children:[a.jsxs("span",{className:"word-table-button__store-by",children:[u&&a.jsx("button",{className:"training-card__publisher body-4",type:"button",onClick:N=>{N.stopPropagation(),b?.()},children:u}),h&&a.jsx("span",{className:"training-card__date body-4",children:ni(h,x)})]}),a.jsxs("span",{className:"word-table-button__store-stats",children:[p!=null&&a.jsx(pt,{size:"small",fill:"soft",variant:"like",iconLeft:"heart",label:String(p)}),m!=null&&a.jsx(pt,{size:"small",fill:"soft",variant:"main",iconLeft:"download",label:String(m)})]})]})]})}/**
|
|
966
|
+
* @license lucide-react v1.38.0 - ISC
|
|
967
|
+
*
|
|
968
|
+
* This source code is licensed under the ISC license.
|
|
969
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
970
|
+
*/const o5=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],i5=Y("image",o5);/**
|
|
971
|
+
* @license lucide-react v1.38.0 - ISC
|
|
972
|
+
*
|
|
973
|
+
* This source code is licensed under the ISC license.
|
|
974
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
975
|
+
*/const s5=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],l5=Y("circle-x",s5);function c5(t){return{idle:0,"word-download":1,"image-list":2,"image-match":2,"pair-build":3,done:4}[t]??0}function Ur({icon:t,label:e,state:n,pct:r,subText:o}){const{t:i}=pe(),s=n==="done",c=n==="pending",d=n==="error",u=s?100:r??0;return a.jsxs("div",{className:"wdup-phase-card",children:[a.jsx("div",{className:`wdup-phase-card__icon${s?" wdup-phase-card__icon--done":d?" wdup-phase-card__icon--error":""}`,children:s?a.jsx(uo,{size:22,color:"white",strokeWidth:2.5}):d?a.jsx(l5,{size:22,color:"white",strokeWidth:2.5}):a.jsx("span",{className:`wdup-phase-card__icon-inner${c?" wdup-phase-card__icon-inner--pending":""}`,children:t})}),a.jsxs("div",{className:"wdup-phase-card__body",children:[a.jsxs("div",{className:"wdup-phase-card__top",children:[a.jsx("span",{className:`wdup-phase-card__label body-2${c?" wdup-phase-card__label--pending":""}`,children:e}),s?a.jsx(pt,{variant:"sub",fill:"soft",size:"small",label:i("common.done","\uC644\uB8CC")}):d?a.jsx(pt,{variant:"danger",fill:"soft",size:"small",label:i("common.failed","\uC2E4\uD328")}):(o||r!==void 0)&&a.jsxs("span",{className:"wdup-phase-card__sub body-3",children:[o,o&&r!==void 0?` \xB7 ${r}%`:r!==void 0?`${r}%`:""]})]}),!c&&a.jsx("div",{className:"wdup-bar",children:a.jsx("div",{className:`wdup-bar__fill${s?" wdup-bar__fill--done":d?" wdup-bar__fill--error":""}${n==="active"&&r===void 0?" wdup-bar__fill--indeterminate":""}`,style:{width:r!==void 0||s||d?`${d?100:u}%`:void 0}})})]})]})}function u5({title:t,progress:e,onDone:n,onRetry:r,inline:o}){const{t:i}=pe(),{phase:s,error:c,wordCount:d,imagePage:u,imageDone:h,imageTotal:p,pairPercent:m}=e,b=c5(s),f=s==="done",g=!!c;function y(_){return g&&b===_?"error":b>_?"done":b===_?"active":"pending"}const C=y(1),w=y(2),x=y(3),v=s==="image-match"&&p?Math.round((h??0)/p*100):void 0,T=l.useMemo(()=>{if(w!=="done"){if(s==="image-list")return i("wordData.checkingPage",{page:u??1});if(s==="image-match"&&p)return i("wordData.imageCount",{done:Ya(h),total:Ya(p)})}},[w,s,u,p,h,i]);return a.jsx(un,{inline:o,className:"popup--word-data-update",title:t,footer:g?a.jsx(oe,{size:56,variant:"main",onClick:r,children:i("common.retry","\uB2E4\uC2DC \uC2DC\uB3C4")}):a.jsx(oe,{size:56,variant:"main",disabled:!f,onClick:n,children:i("common.done","\uC644\uB8CC")}),children:a.jsxs("div",{className:"wdup-cards",children:[a.jsx(Ur,{icon:a.jsx(oo,{size:22,color:"var(--color-main, #29b6c8)",strokeWidth:1.8}),label:i("wordData.phaseWordDownload","\uB2E8\uC5B4 \uB370\uC774\uD130 \uB2E4\uC6B4\uB85C\uB4DC"),state:C,subText:C==="active"?i("wordData.downloadingCount",{n:Ya(d)}):void 0}),a.jsx(Ur,{icon:a.jsx(i5,{size:22,color:"var(--color-main, #29b6c8)",strokeWidth:1.8}),label:i("wordData.phaseImageCheck","\uC774\uBBF8\uC9C0 \uD655\uC778"),state:w,pct:v,subText:T}),a.jsx(Ur,{icon:a.jsx(lo,{size:22,color:"var(--color-main, #29b6c8)",strokeWidth:1.8}),label:i("wordData.phasePairAnalysis","\uB2E8\uC5B4\uC30D \uBD84\uC11D"),state:x,pct:x==="active"?m??0:void 0,subText:void 0})]})})}function d5({renderResultPopup:t}={}){const[e,n]=l.useState(null),[r,o]=l.useState(null),i=s=>{let c=null;s==="noise"?c={score:3,contextsLength:5,results:[{sentence:"\uBB38\uC7A5 A",judgement:!0,wording:"\uC798 \uB4E4\uB9BC",useAnswer:!1},{sentence:"\uBB38\uC7A5 B",judgement:!1,wording:"\uC548 \uB4E4\uB9BC",useAnswer:!1},{sentence:"\uBB38\uC7A5 C",judgement:!0,wording:"\uC798 \uB4E4\uB9BC",useAnswer:!1},{sentence:"\uBB38\uC7A5 D",judgement:null,wording:"\uC548 \uD568",useAnswer:!1},{sentence:"\uBB38\uC7A5 E",judgement:!1,wording:"\uC548 \uB4E4\uB9BC",useAnswer:!1}]}:s==="short"?c={score:2,contextsLength:3,results:[{sentence:"\uBE44\uBE54\uBC25 \uC124\uBA85",answer:"\uBE44\uBE54\uBC25",selected:"\uBE44\uBE54\uBC25",selectedText:"\uBE44\uBE54\uBC25",correct:!0},{sentence:"\uBCF4\uC308 \uC124\uBA85",answer:"\uBCF4\uC308",selected:"\uC871\uBC1C",selectedText:"\uC871\uBC1C",correct:!1},{sentence:"\uCE7C\uAD6D\uC218 \uC124\uBA85",answer:"\uCE7C\uAD6D\uC218",selected:void 0,selectedText:void 0,correct:void 0}]}:s==="long"?c={score:4,contextsLength:4,results:[{sentence:"\uAE34 \uC774\uC57C\uAE30 1",answer:"\uC815\uB2F5 \uD14D\uC2A4\uD2B8 1",selectedText:"\uC815\uB2F5 \uD14D\uC2A4\uD2B8 1",correct:!0},{sentence:"\uAE34 \uC774\uC57C\uAE30 2",answer:"\uC815\uB2F5 \uD14D\uC2A4\uD2B8 2",selectedText:"\uC120\uD0DD \uD14D\uC2A4\uD2B8 2",correct:!1},{sentence:"\uAE34 \uC774\uC57C\uAE30 3",answer:"\uC815\uB2F5 \uD14D\uC2A4\uD2B8 3",selectedText:void 0,correct:void 0},{sentence:"\uAE34 \uC774\uC57C\uAE30 4",answer:"\uC815\uB2F5 \uD14D\uC2A4\uD2B8 4",selectedText:"\uC815\uB2F5 \uD14D\uC2A4\uD2B8 4",correct:!0}]}:s==="order"&&(c={score:1,contextsLength:2,results:[{sentence:"\uC21C\uC11C \uBB38\uC81C 1",answer:"1,2,3",selectedText:"1,2,3",correct:!0},{sentence:"\uC21C\uC11C \uBB38\uC81C 2",answer:"A,B,C",selectedText:"B,A,C",correct:!1}]}),o(c),n(s)};return l.useCallback(()=>{n(null),o(null)},[]),l.useCallback(()=>i("noise"),[]),l.useCallback(()=>i("short"),[]),l.useCallback(()=>i("long"),[]),l.useCallback(()=>i("order"),[]),null}exports.Accordion=f0,exports.ActionCard=e0,exports.Alert=Dy,exports.AppHeader=_0,exports.AudioMeter=gr,exports.AudioPlayer=jr,exports.Avatar=Ry,exports.Badge=pt,exports.BarChart=vC,exports.BarChartControls=Vs,exports.Board=Yy,exports.BottomNav=ms,exports.BrandIdentity=bs,exports.Breadcrumb=Fy,exports.BulkBar=iC,exports.Button=oe,exports.Calendar=RC,exports.CardStep=Kl,exports.ChartLegend=pr,exports.ChartSection=hr,exports.ChartTotal=wa,exports.Checkbox=Is,exports.ChoiceChips=R4,exports.CircleBadge=ky,exports.CodeBox=oC,exports.ColorPicker=Wy,exports.CompanyMeta=eC,exports.ConfirmPopup=H3,exports.ConfirmStep=Ul,exports.ConfirmWithTextStep=Gl,exports.ContrastFilterPanel=F3,exports.CoreScope=t0,exports.CountTile=qy,exports.CouponInputPopup=V3,exports.DatePicker=pC,exports.DebugResultLauncher=d5,exports.DescriptionTooltip=Dn,exports.DeviceSideTable=jC,exports.Dialog=Gy,exports.Divider=Ay,exports.Dropdown=Ht,exports.EffectPartyPopper=tc,exports.EffectPartyPopperHost=U3,exports.EmptyState=pg,exports.ErrorState=Qg,exports.FILTER_ALL_VALUE=cn,exports.FileUpload=Iy,exports.FilterPanel=nn,exports.FilterSectionInfo=fa,exports.Footer=$4,exports.Header=ys,exports.Icon=Me,exports.IconGridMenu=P4,exports.IconRenderer=Me,exports.LandingBottomSticky=F4,exports.LandingHeader=I4,exports.ListPopup=O3,exports.ListenStep=ql,exports.Loader=Qn,exports.MARKS=tl,exports.MARK_ICON=al,exports.MARK_VARIANT=rl,exports.MediaQueryOverrideContext=is,exports.MenuTooltip=ya,exports.NoiseSettingsTooltip=Fl,exports.NoticeBox=n0,exports.OrderListStep=Yl,exports.PASS_CARD_BG_VARS=Cn,exports.POS_LABEL=sl,exports.PROMO_BANNER_BG_COMPONENTS=rs,exports.PROMO_BANNER_BG_OPTIONS=a0,exports.PROMO_BANNER_BG_VARS=Zn,exports.Page=Aa,exports.PageTitle=G3,exports.Pagination=Ca,exports.Panel=Sa,exports.PanelGrid=l3,exports.PanelRow=dn,exports.PanelRowDevice=c3,exports.PassCard=Es,exports.PassCardBg=Cy,exports.PassCardBgIHAB=vy,exports.PassCardBgLeftColorGrid=wy,exports.PassCardBgTwoCircle=As,exports.PaymentPlan=yy,exports.PersonCard=Ky,exports.PhonemeFilterPanel=I3,exports.PhonemeSelectBlock=R3,exports.Popup=un,exports.ProgressBar=NC,exports.ProgressIndicator=Gs,exports.PromoBanner=h0,exports.PromoBannerBgDark=zi,exports.PromoBannerBgDeep=$i,exports.PromoBannerBgDiagonal=Gi,exports.PromoBannerBgDots=Ki,exports.PromoBannerBgInstagram=as,exports.PromoBannerBgMain=Bi,exports.PromoBannerBgNaver=ts,exports.PromoBannerBgOutline=Xi,exports.PromoBannerBgRadial=qi,exports.PromoBannerBgSoft=ji,exports.PromoBannerBgSoftSub=Fi,exports.PromoBannerBgSub=Pi,exports.PromoBannerBgSuccess=Qi,exports.PromoBannerBgWarm=Hi,exports.PublicationCard=Xy,exports.Radio=Ms,exports.RadioGroup=Ny,exports.Rating=Hy,exports.RingChart=xC,exports.SENTENCE_TRAINING_TYPES=Tr,exports.SearchSummary=Ly,exports.Section=Ln,exports.SectionHeader=Qy,exports.SegmentedControl=wn,exports.ShortcutBadge=Sy,exports.SideNav=fs,exports.Slider=qs,exports.SoundCompass=xy,exports.SplashLogo=Jy,exports.StatChart=_C,exports.TRAINING_TOOLTIP_HOVER_DELAY_MS=z3,exports.Table=yr,exports.TableFilterPanel=kr,exports.Tabs=jy,exports.TextField=vn,exports.Timeline=Zy,exports.Toast=Bn,exports.Toggle=$s,exports.Toolbar=dr,exports.Tooltip=sn,exports.TooltipInfo=ln,exports.TooltipTextBox=Mr,exports.TopBanner=m0,exports.TrainingBlock=HC,exports.TrainingBlockButton=Cr,exports.TrainingCard=J3,exports.TrainingCardGroup=Q3,exports.TrainingPagePopup=pn,exports.TrainingPagePopupBottom=Ol,exports.TrainingPagePopupTitle=Hl,exports.TrainingResultPopup=Xl,exports.TrainingStep=_n,exports.TrainingStepAudioPlayer=jr,exports.TrainingStepBullet=Ll,exports.TrainingStepCard=Pl,exports.TrainingStepConfirm=Rr,exports.TrainingStepConfirmWithText=$r,exports.TrainingStepListen=Ir,exports.TrainingStepOrderList=Fr,exports.TrainingStepTextBox=Ml,exports.TrainingStepTitle=jl,exports.TrainingTooltip=q3,exports.TrainingWordCard=wr,exports.UpdateAlert=X3,exports.WORD_TABLE_PAPER=Mn,exports.WORD_TYPE_LABEL=ll,exports.WordDataProvider=Z3,exports.WordDataUpdatePopup=u5,exports.WordImageTooltip=Ql,exports.WordSearchFilterPanel=$3,exports.WordSearchResultBlock=M3,exports.WordTable=Pn,exports.WordTableBlock=a5,exports.WordTableButton=r5,exports.WordTablePopup=d4,exports.WordTableThumbnail=ac,exports.buildMonthChartData=mC,exports.cellLabel=f4,exports.cellsForLabels=N4,exports.clearPassCardBgTheme=en,exports.clearPromoBannerBgTheme=St,exports.closeTrainingPopup=m3,exports.companyTypeLabel=Y3,exports.createTrainingScenario=b3,exports.cx=ye,exports.deriveNoiseContexts=_3,exports.derivePassCard=_s,exports.draftValues=j4,exports.expandSlashLabel=_r,exports.formatDuration=T4,exports.getControlDateRange=wC,exports.getPayloadTimestamp=Vr,exports.getPromoBannerBgTheme=Di,exports.getSelectedFromPayload=C3,exports.getSelectedText=v3,exports.getStepPayload=zl,exports.getSteppedPayload=w3,exports.injectPassCardBgTheme=Qt,exports.injectPromoBannerBgTheme=kt,exports.isSelectionCorrect=x3,exports.labelsForSave=g4,exports.markAfterClick=nl,exports.marksForSave=xr,exports.missesByType=_4,exports.nextFocus=v4,exports.nextMisses=x4,exports.pageStartIndexes=ol,exports.passCardBgIhabTheme=Ls,exports.passCardBgLeftColorGridTheme=js,exports.passCardBgTwoCircleTheme=Ss,exports.printWordTable=XC,exports.promoBannerBgDarkTheme=Vi,exports.promoBannerBgDeepTheme=Ri,exports.promoBannerBgDiagonalTheme=Ui,exports.promoBannerBgDotsTheme=Yi,exports.promoBannerBgInstagramTheme=ns,exports.promoBannerBgMainTheme=Ei,exports.promoBannerBgNaverTheme=es,exports.promoBannerBgOutlineTheme=Zi,exports.promoBannerBgRadialTheme=Wi,exports.promoBannerBgSoftSubTheme=Ii,exports.promoBannerBgSoftTheme=Li,exports.promoBannerBgSubTheme=Mi,exports.promoBannerBgSuccessTheme=Ji,exports.promoBannerBgWarmTheme=Oi,exports.recommendTables=S4,exports.regenerateUnpinned=L4,exports.removeItem=B4,exports.resolveTrainingItems=f3,exports.resolveTrainingPopupMeta=Vl,exports.reviewCells=h4,exports.reviewSetPlan=k4,exports.reviewTableName=m4,exports.scoreKey=_a,exports.scoreSheetHeader=b4,exports.shouldConfirmDiscard=ZC,exports.splitTrainingVariants=g3,exports.summarize=KC,exports.summarizeMisses=w4,exports.tableTrends=C4,exports.toDraft=D4,exports.toTrainingText=y3,exports.togglePin=E4,exports.uncoveredLabels=A4,exports.useAnchoredMenu=Xn,exports.useBarChartControl=Hs,exports.useCalendarMonth=Fs,exports.useComboboxSuggestions=Ps,exports.useFitScale=ul,exports.useSoundCompassExam=_y,exports.useToastLifecycle=Us,exports.useWordData=K3,exports.useWordTableDisplaySettings=kl,exports.useWordTablePrint=Nr,exports.weakItems=y4;
|