# Copyright (C) 2026 Popup Maker
# This file is distributed under the GPL2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Popup Maker 1.24.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/Popup-Maker\n"
"POT-Creation-Date: 2026-08-06T02:04:47+00:00\n"
"PO-Revision-Date: 2026-08-06 02:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ko-KR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: WP-CLI 2.12.0\n"
"X-Domain: popup-maker\n"
"Plural-Forms: nplurals=1; plural=0;\n"

#. Plugin Name of the plugin
#. Author of the plugin
#: popup-maker.php classes/Admin/BlockEditor.php:147
#: classes/Admin/Settings.php:770 classes/Admin/Templates.php:311
#: classes/Controllers/PostTypes.php:185 classes/Cookies.php:103
#: classes/Extension/Activator.php:176 classes/Extension/Activator.php:188
#: classes/Extension/Activator.php:201 classes/Privacy.php:36
#: classes/Services/License.php:915 classes/Site/Assets.php:283
#: classes/Triggers.php:226 classes/Utils/Alerts.php:497
#: includes/admin/class-pum-admin-upgrades.php:224
#: includes/integrations/class-pum-gravity-forms.php:89
#: includes/modules/reviews.php:92 dist/packages/admin-notifications.js:2
#: dist/packages/cta-admin.js:5 dist/packages/layout.js:1
msgid "Popup Maker"
msgstr "Popup Maker"

#. Plugin URI of the plugin
#: popup-maker.php
msgid ""
"https://wppopupmaker.com/?utm_campaign=plugin-info&utm_source=plugin-"
"header&utm_medium=plugin-uri"
msgstr ""
"https://wppopupmaker.com/?utm_campaign=plugin-info&utm_source=plugin-"
"header&utm_medium=plugin-uri"

#. Description of the plugin
#: popup-maker.php
msgid ""
"Easily create & style popups with any content. Theme editor to quickly style "
"your popups. Add forms, social media boxes, videos & more."
msgstr ""
"어떤 콘텐츠로도 팝업을 쉽게 만들고 스타일을 지정할 수 있습니다. 테마 편집기"
"로 팝업 스타일을 빠르게 설정하세요. 양식, 소셜 미디어 박스, 동영상 등을 추가"
"할 수 있습니다."

#. Author URI of the plugin
#: popup-maker.php
msgid ""
"https://wppopupmaker.com/?utm_campaign=plugin-info&utm_source=plugin-"
"header&utm_medium=author-uri"
msgstr ""
"https://wppopupmaker.com/?utm_campaign=plugin-info&utm_source=plugin-"
"header&utm_medium=author-uri"

#. translators: 1: Number of items processed.
#: classes/Abstract/Batch/Process.php:124
#, php-format
msgid "%s item was successfully processed."
msgid_plural "%s items were successfully processed."
msgstr[0] "%s 항목이 성공적으로 처리되었습니다."

#. translators: %1$s is the post type name, %2$d is the ID.
#: classes/Abstract/Repository/Posts.php:149
#, php-format
msgid "No %1$s found with id %2$d."
msgstr "%2$d의 ID를 가진 %1$s을(를) 찾을 수 없습니다."

#. translators: %1$s is the post type name, %2$s is the field name, %3$s is the value.
#: classes/Abstract/Repository/Posts.php:177
#, php-format
msgid "No %1$s found with %2$s %3$s."
msgstr "%2$s %3$s의 %1$s을(를) 찾을 수 없습니다."

#. translators: 1: Number of items updated. 2: Singular or plural label.
#: classes/Abstract/Upgrade/Posts.php:208
#, php-format
msgid "Updating %1$d %2$s."
msgid_plural "Updating %1$d %2$s."
msgstr[0] "%1$d개의 %2$s을(를) 업데이트하는 중입니다."

#. translators: 1: Number of items updated. 2: Singular or plural label.
#: classes/Abstract/Upgrade/Posts.php:219
#, php-format
msgid "%1$s %2$s was updated successfully."
msgid_plural "%1$s %2$s were updated successfully."
msgstr[0] "%1$s %2$s이(가) 성공적으로 업데이트되었습니다."

#. translators: 1: Version number.
#: classes/Abstract/Upgrade/Settings.php:61
#, php-format
msgid "Updating settings for v%s compatibility."
msgstr "v%s 호환성을 위해 설정을 업데이트하는 중입니다."

#: classes/Abstract/Upgrade/Settings.php:67
msgid "Settings updated successfully."
msgstr "설정이 성공적으로 업데이트되었습니다."

#: classes/Admin/Ajax.php:294 classes/Utils/Upgrades.php:514
msgid "A batch process ID must be present to continue."
msgstr "계속하려면 배치 프로세스 ID가 있어야 합니다."

#: classes/Admin/Ajax.php:303 classes/Admin/Ajax.php:313
#: classes/Utils/Upgrades.php:523 classes/Utils/Upgrades.php:533
msgid ""
"You do not have permission to initiate this request. Contact an "
"administrator for more information."
msgstr "이 요청을 시작할 권한이 없습니다. 자세한 내용은 관리자에게 문의하세요."

#. translators: %s is the batch ID.
#. translators: 1: Batch process ID.
#: classes/Admin/Ajax.php:326 classes/Utils/Upgrades.php:556
#, php-format
msgid "%s is an invalid batch process ID."
msgstr "%s은(는) 잘못된 배치 프로세스 ID입니다."

#. translators: %s is the batch ID.
#. translators: 1: Batch process ID.
#: classes/Admin/Ajax.php:341 classes/Utils/Upgrades.php:669
#, php-format
msgid "An invalid file path is registered for the %1$s batch process handler."
msgstr "%1$s 배치 프로세스 핸들러에 잘못된 파일 경로가 등록되어 있습니다."

#. translators: %1$s is the batch ID, %2$s is the batch handler class.
#. translators: 1: Class name, 2: Batch process ID.
#: classes/Admin/Ajax.php:355 classes/Utils/Upgrades.php:681
#, php-format
msgid ""
"%1$s is an invalid handler for the %2$s batch process. Please try again."
msgstr ""
"%2$s 배치 프로세스에 대해 %1$s은(는) 잘못된 핸들러입니다. 다시 시도하세요."

#: classes/Admin/Assets.php:78 dist/packages/block-library.js:1
msgid "Preview"
msgstr "미리보기"

#: classes/Admin/Assets.php:79 classes/Admin/Helpers.php:368
#: classes/Admin/Templates.php:988 classes/Admin/Templates.php:1190
msgid "Add"
msgstr "추가"

#: classes/Admin/Assets.php:80 classes/Admin/Settings.php:1010
#: classes/Admin/Tools.php:91 classes/Admin/Tools.php:214
#: includes/integrations/class-pum-gravity-forms.php:215
#: dist/packages/block-library.js:1
msgid "Save"
msgstr "저장"

#: classes/Admin/Assets.php:81
msgid "Update"
msgstr "업데이트"

#: classes/Admin/Assets.php:82 classes/Admin/Shortcode/UI.php:115
msgid "Insert"
msgstr "삽입"

#: classes/Admin/Assets.php:83 classes/Admin/Helpers.php:366
#: classes/Admin/Shortcode/UI.php:116 dist/packages/admin-bar.js:1
#: dist/packages/components.js:7 dist/packages/cta-editor.js:1
msgid "Cancel"
msgstr "취소"

#: classes/Admin/Assets.php:84
msgid "Are you sure you want to delete this trigger?"
msgstr "이 트리거를 삭제하시겠습니까?"

#: classes/Admin/Assets.php:85
msgid "Are you sure you want to delete this cookie?"
msgstr "이 쿠키를 삭제하시겠습니까?"

#: classes/Admin/Assets.php:86 classes/Admin/Popups.php:797
#: classes/Admin/Popups.php:854 classes/Admin/Settings.php:394
#: classes/Admin/Themes.php:437 classes/Shortcode/Subscribe.php:137
#: classes/Shortcode/Subscribe.php:148 classes/Shortcode/Subscribe.php:304
#: includes/legacy/input-options.php:86
msgid "None"
msgstr "없음"

#: classes/Admin/Assets.php:87
msgid "Are you sure you want to reset the open count?"
msgstr "열린 횟수를 초기화하시겠습니까?"

#: classes/Admin/Assets.php:88 classes/Admin/Shortcode/UI.php:117
msgid "Popup Maker Shortcodes"
msgstr "Popup Maker 단축코드"

#: classes/Admin/Assets.php:89 classes/Admin/Shortcode/UI.php:118
msgid "There was an error in generating the preview"
msgstr "미리보기를 생성하는 중 오류가 발생했습니다"

#: classes/Admin/Assets.php:143
msgid "Your all set, the upgrades completed successfully!"
msgstr "모든 설정이 완료되었습니다. 업그레이드가 성공적으로 완료되었습니다!"

#: classes/Admin/Assets.php:144
msgid ""
"We are sorry but your browser is not compatible with this kind of file "
"upload. Please upgrade your browser."
msgstr ""
"죄송하지만 사용 중인 브라우저는 이 종류의 파일 업로드와 호환되지 않습니다. 브"
"라우저를 업그레이드해 주세요."

#: classes/Admin/Extend.php:78 classes/Admin/Notices.php:67
#: classes/Admin/Onboarding.php:68 classes/AssetCache.php:700
#: classes/Services/Notifications/FeatureAnnouncements.php:428
#: classes/Shortcode/CallToAction.php:121 classes/Telemetry.php:289
msgid "Learn more"
msgstr "자세히 알아보기"

#: classes/Admin/Extend.php:159
msgid "Unlock every Popup Maker add-on"
msgstr "모든 Popup Maker 애드온 잠금 해제"

#: classes/Admin/Extend.php:160
msgid ""
"Add advanced targeting, integrations, ecommerce tools, and more with Popup "
"Maker Pro."
msgstr "Popup Maker Pro로 고급 타겟팅, 통합, 전자상거래 도구 등을 추가하세요."

#: classes/Admin/Extend.php:161
msgid "View Pro plans"
msgstr "Pro 요금제 보기"

#: classes/Admin/Extend.php:178
msgid "You do not have permission to manage Popup Maker add-ons."
msgstr "Popup Maker 애드온을 관리할 권한이 없습니다."

#: classes/Admin/Extend.php:179 classes/Admin/Pages.php:81
msgid "Popup Maker Add-ons"
msgstr "Popup Maker 애드온"

#: classes/Admin/Extend.php:185 dist/packages/addons-page.js:4
msgid "Loading add-ons…"
msgstr "애드온을 불러오는 중…"

#: classes/Admin/Helpers.php:209 classes/Admin/Popups.php:814
#: classes/Admin/Popups.php:1034 classes/Shortcode/Popup.php:253
#: classes/Utils/Fields.php:136 includes/legacy/class-popmake-fields.php:186
msgid "ms"
msgstr "ms"

#: classes/Admin/Helpers.php:387 classes/Admin/Popups.php:565
#: classes/Admin/Popups.php:1021 classes/Admin/Templates.php:778
#: classes/Admin/Themes.php:186 classes/Admin/Themes.php:379
#: classes/Shortcode/Popup.php:61 classes/Shortcode/Popup.php:85
#: templates/popup.php:59 dist/packages/admin-bar.js:1
#: dist/packages/admin-notifications.js:1
#: dist/packages/admin-notifications.js:2 dist/packages/cta-editor.js:1
msgid "Close"
msgstr "닫기"

#: classes/Admin/Notices.php:75 classes/Admin/Onboarding.php:74
#: classes/Admin/Settings.php:1028
#: classes/Services/Notifications/FeatureAnnouncements.php:290
#: classes/Services/Notifications/WhatsNew.php:224
#: dist/packages/admin-notifications.js:1
msgid "Dismiss"
msgstr "닫기"

#: classes/Admin/Notices.php:82
msgid "Turn off these occasional notices"
msgstr "이 간헐적 알림 끄기"

#: classes/Admin/Notices.php:299
msgid ""
"** You are seeing this notice because you are an administrator. Other users "
"of the site will see nothing."
msgstr ""
"** 이 알림이 표시되는 이유는 귀하가 관리자이기 때문입니다. 사이트의 다른 사용"
"자에게는 아무것도 표시되지 않습니다."

#: classes/Admin/Notices.php:329
#, php-format
msgid ""
"%1$sPopup Maker will soon require PHP Version %2$s.%3$s \n"
"\n"
"You're using Version %4$s. Please ask your host to upgrade your server's PHP."
msgstr ""
"%1$sPopup Maker는 곧 PHP 버전 %2$s이 필요합니다.%3$s \n"
"\n"
"현재 버전 %4$s을 사용 중입니다. 호스팅 업체에 서버의 PHP를 업그레이드해 달라"
"고 요청하세요."

#: classes/Admin/Notices.php:344
#, php-format
msgid ""
"%1$sPopup Maker will soon require WordPress Version %2$s.%3$s \n"
"\n"
"You're using Version %4$s. Please ask your host to upgrade your server's "
"WordPress."
msgstr ""
"%1$sPopup Maker는 곧 WordPress 버전 %2$s이 필요합니다.%3$s \n"
"\n"
"현재 버전 %4$s을 사용 중입니다. 호스팅 업체에 서버의 WordPress를 업그레이드"
"해 달라고 요청하세요."

#: classes/Admin/Onboarding.php:80
msgid "Turn off these occasional tips"
msgstr "이 간헐적 팁 끄기"

#: classes/Admin/Onboarding.php:203 classes/Admin/Popups.php:267
#: classes/Shortcode/Subscribe.php:437
msgid "Popup Name"
msgstr "팝업 이름"

#: classes/Admin/Onboarding.php:204
msgid ""
"Name your popup so you can find it later. Site visitors will not see this."
msgstr ""
"나중에 찾을 수 있도록 팝업에 이름을 지정하세요. 사이트 방문자는 이 내용을 보"
"지 않습니다."

#: classes/Admin/Onboarding.php:217
msgid "Popup Content"
msgstr "팝업 콘텐츠"

#: classes/Admin/Onboarding.php:218
msgid "Add content for your popup here."
msgstr "여기에 팝업 내용을 추가하세요."

#: classes/Admin/Onboarding.php:231
msgid "Popup Triggers"
msgstr "팝업 트리거"

#: classes/Admin/Onboarding.php:232
msgid "Use triggers to choose  what causes the popup to open."
msgstr "트리거를 사용하여 팝업이 열리는 원인을 선택하세요."

#: classes/Admin/Onboarding.php:245
msgid "Popup Targeting"
msgstr "팝업 타겟팅"

#: classes/Admin/Onboarding.php:246
msgid ""
"Use targeting to choose where on your site the popup should load and who to "
"show the popup to."
msgstr ""
"타겟팅을 사용하여 사이트의 어디에 팝업을 로드할지, 그리고 누구에게 팝업을 보"
"여줄지 선택하세요."

#: classes/Admin/Onboarding.php:259
msgid "Popup Display"
msgstr "팝업 표시"

#: classes/Admin/Onboarding.php:260
msgid ""
"Use display settings to choose where on the screen the popup appears and "
"what it looks like."
msgstr ""
"표시 설정을 사용하여 팝업이 화면의 어디에 나타날지와 어떤 모습일지 선택하세"
"요."

#: classes/Admin/Onboarding.php:273 classes/Admin/Popups.php:262
#: classes/Admin/Popups.php:696 classes/Controllers/PostTypes.php:271
#: classes/Controllers/PostTypes.php:277 classes/Controllers/PostTypes.php:597
#: classes/Shortcode/Popup.php:114
msgid "Popup Theme"
msgstr "팝업 테마"

#: classes/Admin/Onboarding.php:274
msgid ""
"Choose the popup theme which controls the visual appearance of your popup "
"including; colors, spacing, and fonts."
msgstr ""
"색상, 간격, 글꼴을 포함해 팝업의 시각적 모양을 제어하는 팝업 테마를 선택하세"
"요."

#: classes/Admin/Onboarding.php:304
msgid "Welcome to Popup Maker!"
msgstr "Popup Maker에 오신 것을 환영합니다!"

#: classes/Admin/Onboarding.php:305
msgid "Click the \"Create New Popup\" button to create your first popup."
msgstr "첫 번째 팝업을 만들려면 \"새 팝업 만들기\" 버튼을 클릭하세요."

#: classes/Admin/Onboarding.php:315
msgid "Enable Popups"
msgstr "팝업 사용"

#: classes/Admin/Onboarding.php:316
msgid "You can enable or disable your popups at any time using this toggle."
msgstr ""
"이 토글을 사용하여 언제든지 팝업을 활성화하거나 비활성화할 수 있습니다."

#: classes/Admin/Onboarding.php:329
msgid "Review Popup Metrics"
msgstr "팝업 메트릭 검토"

#: classes/Admin/Onboarding.php:330
msgid ""
"Popup Maker will automatically track opens and conversions so you can easily "
"see which popups convert the best."
msgstr ""
"Popup Maker는 열람 수와 전환을 자동으로 추적하므로 어떤 팝업이 가장 전환율이 "
"높은지 쉽게 확인할 수 있습니다."

#: classes/Admin/Onboarding.php:343
msgid "Adjust Columns"
msgstr "열 조정"

#: classes/Admin/Onboarding.php:344
msgid ""
"You can show or hide columns from the table on this page using the Screen "
"Options. Popup Heading and Published Date are hidden by default."
msgstr ""
"이 페이지의 표에 있는 열은 화면 옵션에서 표시하거나 숨길 수 있습니다. 팝업 제"
"목과 게시 날짜는 기본적으로 숨겨져 있습니다."

#: classes/Admin/Pages.php:71 classes/Admin/Pages.php:186
#: classes/Admin/Pages.php:253 classes/Admin/Subscribers.php:33
msgid "Subscribers"
msgstr "구독자"

#: classes/Admin/Pages.php:76 classes/Admin/Pages.php:262
#: classes/Admin/Templates.php:866 classes/Admin/Templates.php:1139
#: classes/Controllers/Admin/Toolbar.php:264
#: classes/Controllers/Admin/WP/PluginsPage.php:65 classes/Site/Assets.php:298
msgid "Settings"
msgstr "설정"

#: classes/Admin/Pages.php:82 classes/Admin/Pages.php:187
#: classes/Controllers/Admin.php:73 dist/packages/addons-page.js:5
msgid "Extend"
msgstr "확장"

#: classes/Admin/Pages.php:88 classes/Admin/Pages.php:267
#: classes/Admin/Support.php:58
msgid "Help & Support"
msgstr "도움말 및 지원"

#: classes/Admin/Pages.php:93 classes/Admin/Pages.php:263
#: classes/Controllers/Admin/Toolbar.php:231
msgid "Tools"
msgstr "도구"

#: classes/Admin/Pages.php:137 classes/Admin/Pages.php:249
#: classes/Controllers/PostTypes.php:272 classes/Controllers/PostTypes.php:279
msgid "Popup Themes"
msgstr "팝업 테마"

#: classes/Admin/Pages.php:188 classes/Admin/Pages.php:260
#: classes/Admin/Settings.php:1135 classes/Admin/Settings.php:1176
#: classes/Upsell.php:1115
msgid "Go Pro"
msgstr "프로로 업그레이드"

#: classes/Admin/Pages.php:189 classes/Admin/Pages.php:261
#: classes/Upsell.php:1131
msgid "Go Pro+"
msgstr "Pro+로 업그레이드"

#: classes/Admin/Pages.php:245
msgid "All Popups"
msgstr "모든 팝업"

#: classes/Admin/Pages.php:246
msgid "Add New"
msgstr "새로 추가"

#: classes/Admin/Pages.php:247
msgid "Add New Popup"
msgstr "새 팝업 추가"

#: classes/Admin/Pages.php:248
msgid "All Themes"
msgstr "모든 테마"

#: classes/Admin/Pages.php:250 classes/Controllers/Admin.php:61
#: classes/Controllers/Admin/CallToActions.php:43
#: classes/Controllers/Admin/CallToActions.php:44
#: classes/Controllers/PostTypes.php:346 classes/Controllers/PostTypes.php:353
#: dist/packages/cta-admin.js:4 dist/packages/cta-admin.js:5
msgid "Calls to Action"
msgstr "행동 유도"

#: classes/Admin/Pages.php:251 classes/Admin/Popups.php:1385
#: classes/Conditions.php:112
msgid "Categories"
msgstr "카테고리"

#: classes/Admin/Pages.php:252 classes/Admin/Popups.php:1381
#: classes/Conditions.php:113
msgid "Tags"
msgstr "태그"

#: classes/Admin/Pages.php:264
msgid "Support Forum"
msgstr "지원 포럼"

#: classes/Admin/Pages.php:265
msgid "Account"
msgstr "계정"

#: classes/Admin/Pages.php:266
msgid "Contact Us"
msgstr "문의하기"

#: classes/Admin/Popups.php:103 dist/packages/cta-admin.js:5
msgid "Enable"
msgstr "활성화"

#: classes/Admin/Popups.php:104 dist/packages/cta-admin.js:8
msgid "Disable"
msgstr "비활성화"

#. translators: %d: Number of popups enabled.
#: classes/Admin/Popups.php:190
#, php-format
msgid "%d popup enabled."
msgid_plural "%d popups enabled."
msgstr[0] "%d개의 팝업이 활성화되었습니다."

#. translators: %d: Number of popups disabled.
#: classes/Admin/Popups.php:201
#, php-format
msgid "%d popup disabled."
msgid_plural "%d popups disabled."
msgstr[0] "%d개의 팝업이 비활성화되었습니다."

#. translators: %d: Number of popups skipped.
#: classes/Admin/Popups.php:217
#, php-format
msgid "%d popup skipped (not published)."
msgid_plural "%d popups skipped (not published)."
msgstr[0] "%d개의 팝업이 건너뛰어졌습니다(게시되지 않음)."

#: classes/Admin/Popups.php:262 classes/Admin/Subscribers/Table.php:106
#: classes/Controllers/PostTypes.php:177 classes/Controllers/PostTypes.php:183
#: classes/Controllers/PostTypes.php:596
#: classes/Integration/Builder/BeaverBuilder.php:98
#: classes/Shortcode/Popup.php:34 classes/Shortcode/Popup.php:414
#: classes/Shortcode/Subscribe.php:98
#: includes/integrations/class-pum-cf7.php:175
#: includes/integrations/class-pum-gravity-forms.php:200
#: includes/modules/menus.php:62
msgid "Popup"
msgstr "팝업"

#: classes/Admin/Popups.php:297 classes/Admin/Popups.php:299
#: classes/Shortcode/Popup.php:103 dist/packages/block-editor.js:2
msgid "Popup Title"
msgstr "팝업 제목"

#: classes/Admin/Popups.php:300
msgid "Optional"
msgstr "선택 사항"

#: classes/Admin/Popups.php:300
msgid "Shown as headline inside the popup. Can be left blank."
msgstr "팝업 내부의 제목으로 표시됩니다. 비워 둘 수 있습니다."

#: classes/Admin/Popups.php:325
msgid "Required"
msgstr "필수"

#: classes/Admin/Popups.php:325
msgid ""
"Enter a name to help you remember what this popup is about. Only you will "
"see this."
msgstr ""
"이 팝업이 무엇인지 기억하는 데 도움이 되도록 이름을 입력하세요. 이 이름은 본"
"인에게만 표시됩니다."

#: classes/Admin/Popups.php:334 includes/integrations/class-pum-cf7.php:124
#: includes/integrations/class-pum-cf7.php:139
#: includes/integrations/class-pum-gravity-forms.php:159
msgid "Popup Settings"
msgstr "팝업 설정"

#: classes/Admin/Popups.php:335 classes/Privacy.php:116
msgid "Analytics"
msgstr "분석"

#. translators: 1. URL to view troubleshooting guide. 2. Closing HTML tag.
#. translators: 1. URL to troubleshooting guide. 2. Closing tag.
#: classes/Admin/Popups.php:413 classes/Admin/Settings.php:971
#: classes/Admin/Themes.php:151
#, php-format
msgid ""
"If you are seeing this, the page is still loading or there are Javascript "
"errors on this page. %1$sView troubleshooting guide%2$s"
msgstr ""
"이 메시지가 표시된다면, 페이지가 아직 로드 중이거나 이 페이지에 JavaScript 오"
"류가 있는 것입니다. %1$s문제 해결 가이드 보기%2$s"

#: classes/Admin/Popups.php:563 classes/Admin/Settings.php:1129
#: classes/Admin/Settings.php:1156 classes/Admin/Settings.php:1159
#: classes/Admin/Settings.php:1168 classes/Admin/Themes.php:374
#: classes/Admin/Themes.php:395 classes/Admin/Themes.php:414
#: classes/Conditions.php:109 classes/Conditions.php:535
#: classes/Conditions.php:549 classes/Conditions.php:555
#: classes/Cookies.php:213 classes/Shortcode.php:152 classes/Shortcode.php:166
#: classes/Shortcode.php:181 classes/Shortcode/Popup.php:57
#: classes/Shortcode/Popup.php:73 classes/Shortcode/Subscribe.php:63
#: classes/Shortcode/Subscribe.php:85 classes/Shortcode/Subscribe.php:88
#: classes/Triggers.php:367 includes/legacy/class-popmake-fields.php:63
#: dist/packages/cta-editor.js:1
msgid "General"
msgstr "일반"

#: classes/Admin/Popups.php:564 classes/Shortcode/Popup.php:58
#: classes/Shortcode/Popup.php:76
msgid "Display"
msgstr "표시"

#: classes/Admin/Popups.php:566 classes/Admin/Templates.php:852
#: classes/Site/Assets.php:299
msgid "Triggers"
msgstr "트리거"

#: classes/Admin/Popups.php:567
msgid "Targeting"
msgstr "타겟팅"

#: classes/Admin/Popups.php:568 classes/Admin/Popups.php:598
#: classes/Admin/Popups.php:606 classes/Admin/Themes.php:380
#: classes/Admin/Themes.php:424 classes/Cookies.php:214
#: classes/Triggers.php:369
msgid "Advanced"
msgstr "고급"

#: classes/Admin/Popups.php:583
msgid "General Settings"
msgstr "일반 설정"

#: classes/Admin/Popups.php:586
msgid "Triggers & Cookies"
msgstr "트리거 및 쿠키"

#: classes/Admin/Popups.php:589 classes/Site/Assets.php:302
msgid "Conditions"
msgstr "조건"

#: classes/Admin/Popups.php:592
msgid "Display Presets"
msgstr "표시 프리셋"

#: classes/Admin/Popups.php:593 classes/Shortcode.php:154
#: classes/Shortcode.php:168 classes/Shortcode.php:187
#: classes/Shortcode/Subscribe.php:91
msgid "Appearance"
msgstr "모양"

#: classes/Admin/Popups.php:594 classes/Admin/Popups.php:705
#: classes/Admin/Themes.php:415 classes/Shortcode/Popup.php:131
msgid "Size"
msgstr "크기"

#: classes/Admin/Popups.php:595 classes/Shortcode/Popup.php:60
#: classes/Shortcode/Popup.php:82
msgid "Animation"
msgstr "애니메이션"

#: classes/Admin/Popups.php:596
msgid "Sounds"
msgstr "소리"

#: classes/Admin/Popups.php:597 classes/Admin/Themes.php:416
#: classes/Shortcode/Popup.php:59 classes/Shortcode/Popup.php:79
msgid "Position"
msgstr "위치"

#: classes/Admin/Popups.php:601
msgid "Button"
msgstr "버튼"

#: classes/Admin/Popups.php:602 classes/Cookies.php:92 classes/Triggers.php:216
msgid "Form Submission"
msgstr "양식 제출"

#: classes/Admin/Popups.php:603
msgid "Alternate Methods"
msgstr "대체 방법"

#: classes/Admin/Popups.php:663
msgid "Disable this popup on mobile devices."
msgstr "모바일 기기에서 이 팝업을 비활성화합니다."

#: classes/Admin/Popups.php:668
msgid "Disable this popup on tablet devices."
msgstr "태블릿 기기에서 이 팝업을 비활성화합니다."

#: classes/Admin/Popups.php:687
msgid "Center Popup"
msgstr "팝업을 중앙에 표시"

#: classes/Admin/Popups.php:688
msgid "Right Bottom Slide-in"
msgstr "오른쪽 하단 슬라이드인"

#: classes/Admin/Popups.php:689
msgid "Top Bar"
msgstr "상단 바"

#: classes/Admin/Popups.php:690
msgid "Left Bottom Notice"
msgstr "왼쪽 하단 알림"

#: classes/Admin/Popups.php:697
msgid "Choose a theme for this popup."
msgstr "이 팝업의 테마를 선택하세요."

#: classes/Admin/Popups.php:697 classes/Admin/Settings.php:352
msgid "Customize This Theme"
msgstr "이 테마 사용자 지정"

#: classes/Admin/Popups.php:706 classes/Shortcode/Popup.php:132
msgid "Select the size of the popup."
msgstr "팝업의 크기를 선택하세요."

#: classes/Admin/Popups.php:711
msgid "Responsive Sizes"
msgstr "반응형 크기"

#: classes/Admin/Popups.php:712 includes/legacy/input-options.php:64
msgid "Nano - 10%"
msgstr "나노 - 10%"

#: classes/Admin/Popups.php:713 includes/legacy/input-options.php:65
msgid "Micro - 20%"
msgstr "마이크로 - 20%"

#: classes/Admin/Popups.php:714 includes/legacy/input-options.php:66
msgid "Tiny - 30%"
msgstr "아주 작게 - 30%"

#: classes/Admin/Popups.php:715 includes/legacy/input-options.php:67
msgid "Small - 40%"
msgstr "작게 - 40%"

#: classes/Admin/Popups.php:716 includes/legacy/input-options.php:68
msgid "Medium - 60%"
msgstr "중간 - 60%"

#: classes/Admin/Popups.php:717 includes/legacy/input-options.php:69
msgid "Normal - 70%"
msgstr "보통 - 70%"

#: classes/Admin/Popups.php:718 includes/legacy/input-options.php:70
msgid "Large - 80%"
msgstr "크게 - 80%"

#: classes/Admin/Popups.php:719 includes/legacy/input-options.php:71
msgid "X Large - 95%"
msgstr "매우 크게 - 95%"

#: classes/Admin/Popups.php:721
msgid "Other Sizes"
msgstr "기타 크기"

#: classes/Admin/Popups.php:722 includes/legacy/input-options.php:73
msgid "Auto"
msgstr "자동"

#: classes/Admin/Popups.php:723 classes/Shortcode/PopupTrigger.php:97
#: includes/legacy/input-options.php:74
msgid "Custom"
msgstr "사용자 지정"

#: classes/Admin/Popups.php:728
msgid "Min Width"
msgstr "최소 너비"

#: classes/Admin/Popups.php:729
msgid "Set a minimum width for the popup."
msgstr "팝업의 최소 너비를 설정하세요."

#: classes/Admin/Popups.php:738
msgid "Max Width"
msgstr "최대 너비"

#: classes/Admin/Popups.php:739
msgid "Set a maximum width for the popup."
msgstr "팝업의 최대 너비를 설정하세요."

#: classes/Admin/Popups.php:748 classes/Admin/Themes.php:970
#: classes/Shortcode/Popup.php:139
msgid "Width"
msgstr "너비"

#: classes/Admin/Popups.php:749
msgid "Set a custom width for the popup."
msgstr "팝업의 사용자 지정 너비를 설정합니다."

#: classes/Admin/Popups.php:758
msgid "Auto Adjusted Height"
msgstr "높이 자동 조정"

#: classes/Admin/Popups.php:759
msgid "Checking this option will set height to fit the content."
msgstr "이 옵션을 선택하면 콘텐츠에 맞게 높이가 설정됩니다."

#: classes/Admin/Popups.php:767 classes/Admin/Themes.php:960
#: classes/Shortcode/Popup.php:150
msgid "Height"
msgstr "높이"

#: classes/Admin/Popups.php:768
msgid "Set a custom height for the popup."
msgstr "팝업의 사용자 지정 높이를 설정합니다."

#: classes/Admin/Popups.php:778
msgid "Scrollable Content"
msgstr "스크롤 가능한 콘텐츠"

#: classes/Admin/Popups.php:779
msgid "Checking this option will add a scroll bar to your content."
msgstr "이 옵션을 선택하면 콘텐츠에 스크롤 바가 추가됩니다."

#: classes/Admin/Popups.php:791 classes/Shortcode/Popup.php:237
msgid "Animation Type"
msgstr "애니메이션 유형"

#: classes/Admin/Popups.php:792 classes/Shortcode/Popup.php:238
msgid "Select an animation type for your popup."
msgstr "팝업에 사용할 애니메이션 유형을 선택합니다."

#: classes/Admin/Popups.php:798 includes/legacy/input-options.php:87
msgid "Slide"
msgstr "슬라이드"

#: classes/Admin/Popups.php:799 includes/legacy/input-options.php:88
msgid "Fade"
msgstr "페이드"

#: classes/Admin/Popups.php:800 includes/legacy/input-options.php:89
msgid "Fade and Slide"
msgstr "페이드 및 슬라이드"

#: classes/Admin/Popups.php:806 classes/Shortcode/Popup.php:245
msgid "Animation Speed"
msgstr "애니메이션 속도"

#: classes/Admin/Popups.php:807 classes/Shortcode/Popup.php:246
msgid "Set the animation speed for the popup."
msgstr "팝업의 애니메이션 속도를 설정합니다."

#: classes/Admin/Popups.php:821 classes/Shortcode/Popup.php:256
msgid "Animation Origin"
msgstr "애니메이션 시작 위치"

#: classes/Admin/Popups.php:822 classes/Shortcode/Popup.php:257
msgid "Choose where the animation will begin."
msgstr "애니메이션이 시작될 위치를 선택합니다."

#: classes/Admin/Popups.php:826 classes/Admin/Popups.php:894
#: classes/Admin/Popups.php:898 classes/Admin/Themes.php:894
#: classes/Shortcode/Popup.php:173 classes/Shortcode/Popup.php:177
#: includes/legacy/input-options.php:103
msgid "Top"
msgstr "위"

#: classes/Admin/Popups.php:827 classes/Admin/Popups.php:930
#: classes/Admin/Popups.php:934 classes/Admin/Themes.php:764
#: classes/Admin/Themes.php:921 classes/Shortcode/CallToAction.php:143
#: classes/Shortcode/Popup.php:203 classes/Shortcode/Popup.php:207
#: classes/Shortcode/Subscribe.php:292 includes/legacy/input-options.php:50
#: includes/legacy/input-options.php:104
msgid "Left"
msgstr "왼쪽"

#: classes/Admin/Popups.php:828 classes/Admin/Popups.php:912
#: classes/Admin/Popups.php:916 classes/Admin/Themes.php:908
#: classes/Shortcode/Popup.php:188 classes/Shortcode/Popup.php:192
#: includes/legacy/input-options.php:105
msgid "Bottom"
msgstr "아래"

#: classes/Admin/Popups.php:829 classes/Admin/Popups.php:948
#: classes/Admin/Popups.php:952 classes/Admin/Themes.php:766
#: classes/Admin/Themes.php:934 classes/Shortcode/CallToAction.php:145
#: classes/Shortcode/Popup.php:218 classes/Shortcode/Popup.php:222
#: classes/Shortcode/Subscribe.php:294 includes/legacy/input-options.php:52
#: includes/legacy/input-options.php:106
msgid "Right"
msgstr "오른쪽"

#: classes/Admin/Popups.php:830 classes/Admin/Popups.php:882
#: classes/Admin/Themes.php:883 includes/legacy/input-options.php:107
#: includes/legacy/input-options.php:127 includes/legacy/input-options.php:147
msgid "Top Left"
msgstr "왼쪽 위"

#: classes/Admin/Popups.php:831 classes/Admin/Popups.php:883
#: classes/Admin/Themes.php:884 includes/legacy/input-options.php:108
#: includes/legacy/input-options.php:128
msgid "Top Center"
msgstr "위쪽 가운데"

#: classes/Admin/Popups.php:832 classes/Admin/Popups.php:884
#: classes/Admin/Themes.php:885 includes/legacy/input-options.php:109
#: includes/legacy/input-options.php:129 includes/legacy/input-options.php:148
msgid "Top Right"
msgstr "오른쪽 위"

#: classes/Admin/Popups.php:833 classes/Admin/Popups.php:885
#: classes/Admin/Themes.php:886 includes/legacy/input-options.php:110
#: includes/legacy/input-options.php:130
msgid "Middle Left"
msgstr "가운데 왼쪽"

#: classes/Admin/Popups.php:834 classes/Admin/Popups.php:886
#: includes/legacy/input-options.php:111 includes/legacy/input-options.php:131
msgid "Middle Center"
msgstr "가운데"

#: classes/Admin/Popups.php:835 classes/Admin/Popups.php:887
#: classes/Admin/Themes.php:887 includes/legacy/input-options.php:112
#: includes/legacy/input-options.php:132
msgid "Middle Right"
msgstr "가운데 오른쪽"

#: classes/Admin/Popups.php:836 classes/Admin/Popups.php:888
#: classes/Admin/Themes.php:888 includes/legacy/input-options.php:113
#: includes/legacy/input-options.php:133 includes/legacy/input-options.php:149
msgid "Bottom Left"
msgstr "왼쪽 아래"

#: classes/Admin/Popups.php:837 classes/Admin/Popups.php:889
#: classes/Admin/Themes.php:889 includes/legacy/input-options.php:114
#: includes/legacy/input-options.php:134
msgid "Bottom Center"
msgstr "아래쪽 가운데"

#: classes/Admin/Popups.php:838 classes/Admin/Popups.php:890
#: classes/Admin/Themes.php:890 includes/legacy/input-options.php:115
#: includes/legacy/input-options.php:135 includes/legacy/input-options.php:150
msgid "Bottom Right"
msgstr "오른쪽 아래"

#: classes/Admin/Popups.php:848
msgid "Opening Sound"
msgstr "열림 소리"

#: classes/Admin/Popups.php:849
msgid "Select a sound to play when the popup opens."
msgstr "팝업이 열릴 때 재생할 소리를 선택하세요."

#: classes/Admin/Popups.php:855
msgid "Beep"
msgstr "삑"

#: classes/Admin/Popups.php:856
msgid "Beep 2"
msgstr "삑 2"

#: classes/Admin/Popups.php:857
msgid "Beep Up"
msgstr "삑 상승"

#: classes/Admin/Popups.php:858
msgid "Chimes"
msgstr "차임"

#: classes/Admin/Popups.php:859
msgid "Correct"
msgstr "정답"

#: classes/Admin/Popups.php:860
msgid "Custom Sound"
msgstr "사용자 지정 소리"

#: classes/Admin/Popups.php:864
msgid "Custom Sound URL"
msgstr "사용자 지정 소리 URL"

#: classes/Admin/Popups.php:865
msgid "Enter URL to sound file."
msgstr "소리 파일의 URL을 입력하세요."

#: classes/Admin/Popups.php:876 classes/Admin/Themes.php:878
#: classes/Shortcode/Popup.php:165
msgid "Location"
msgstr "위치"

#: classes/Admin/Popups.php:877 classes/Shortcode/Popup.php:166
msgid "Choose where the popup will be displayed."
msgstr "팝업이 표시될 위치를 선택하세요."

#. translators: 1. Screen Edge: top, bottom.
#: classes/Admin/Popups.php:897 classes/Admin/Popups.php:915
#: classes/Admin/Popups.php:933 classes/Admin/Popups.php:951
#: classes/Shortcode/Popup.php:176 classes/Shortcode/Popup.php:191
#: classes/Shortcode/Popup.php:206 classes/Shortcode/Popup.php:221
#, php-format
msgctxt "Screen Edge: top, bottom"
msgid "Distance from the %s edge of the screen."
msgstr "화면의 %s 가장자리로부터의 거리."

#: classes/Admin/Popups.php:966
msgid "Position from Trigger"
msgstr "트리거 기준 위치"

#. translators: 1. URL to documentation. 2. Closing HTML tag.
#: classes/Admin/Popups.php:969
#, php-format
msgid "This will position the popup in relation to the %1$sClick Trigger%2$s."
msgstr ""
"이 설정은 %1$s클릭 트리거%2$s와의 관계에 따라 팝업의 위치를 지정합니다."

#: classes/Admin/Popups.php:978
msgid "Fixed Positioning"
msgstr "고정 위치 지정"

#: classes/Admin/Popups.php:979
msgid "Checking this sets the positioning of the popup to fixed."
msgstr "이 옵션을 선택하면 팝업의 위치가 고정으로 설정됩니다."

#: classes/Admin/Popups.php:986 classes/Shortcode/Popup.php:124
msgid "Disable Overlay"
msgstr "오버레이 비활성화"

#: classes/Admin/Popups.php:987 classes/Shortcode/Popup.php:125
msgid "Checking this will disable and hide the overlay for this popup."
msgstr "이 옵션을 선택하면 이 팝업의 오버레이가 비활성화되고 숨겨집니다."

#: classes/Admin/Popups.php:992
msgid "Stackable"
msgstr "스택 가능"

#: classes/Admin/Popups.php:993
msgid "This enables other popups to remain open."
msgstr "이 기능을 사용하면 다른 팝업이 열린 상태로 유지될 수 있습니다."

#: classes/Admin/Popups.php:998
msgid "Disable Repositioning"
msgstr "재배치 비활성화"

#: classes/Admin/Popups.php:999
msgid ""
"This will disable automatic repositioning of the popup on window resizing."
msgstr ""
"이 기능을 사용하면 창 크기 조정 시 팝업의 자동 재배치가 비활성화됩니다."

#: classes/Admin/Popups.php:1004
msgid "Popup Z-Index"
msgstr "팝업 Z-인덱스"

#: classes/Admin/Popups.php:1005
msgid "Change the z-index layer level for the popup."
msgstr "팝업의 z-index 레이어 수준을 변경합니다."

#: classes/Admin/Popups.php:1020
msgid "Close Text"
msgstr "닫기 텍스트"

#: classes/Admin/Popups.php:1022
msgid ""
"Override the default close text. To use a Font Awesome icon instead of text, "
"enter the CSS classes such as \"fas fa-camera\"."
msgstr ""
"기본 닫기 텍스트를 덮어씁니다. 텍스트 대신 Font Awesome 아이콘을 사용하려면 "
"\"fas fa-camera\"와 같은 CSS 클래스를 입력하세요."

#: classes/Admin/Popups.php:1027
msgid "Close Button Delay"
msgstr "닫기 버튼 지연"

#: classes/Admin/Popups.php:1028
msgid "This delays the display of the close button."
msgstr "닫기 버튼의 표시를 지연합니다."

#: classes/Admin/Popups.php:1040
msgid "Close on Form Submission"
msgstr "폼 제출 시 닫기"

#: classes/Admin/Popups.php:1041
msgid "Close the popup automatically after integrated form plugin submissions."
msgstr "통합된 폼 플러그인 제출 후 팝업을 자동으로 닫습니다."

#: classes/Admin/Popups.php:1046 classes/Shortcode/Subscribe.php:421
#: classes/Triggers.php:199 classes/Triggers.php:204 classes/Triggers.php:236
#: includes/integrations/class-pum-cf7.php:153
#: includes/integrations/class-pum-gravity-forms.php:178
#: includes/integrations/ninja-forms/Actions/ClosePopup.php:53
msgid "Delay"
msgstr "지연"

#: classes/Admin/Popups.php:1047
msgid ""
"The delay before the popup will close after submission (in milliseconds)."
msgstr "제출 후 팝업이 닫히기까지의 지연 시간(밀리초)입니다."

#: classes/Admin/Popups.php:1060 classes/Shortcode/Popup.php:268
msgid "Click Overlay to Close"
msgstr "오버레이를 클릭하면 닫기"

#: classes/Admin/Popups.php:1061 classes/Shortcode/Popup.php:269
msgid "Checking this will cause popup to close when user clicks on overlay."
msgstr "이를 선택하면 사용자가 오버레이를 클릭할 때 팝업이 닫힙니다."

#: classes/Admin/Popups.php:1066
msgid "Press ESC to Close"
msgstr "ESC 키를 누르면 닫기"

#: classes/Admin/Popups.php:1067
msgid "Checking this will cause popup to close when user presses ESC key."
msgstr "이를 선택하면 사용자가 ESC 키를 누를 때 팝업이 닫힙니다."

#: classes/Admin/Popups.php:1072
msgid "Press F4 to Close"
msgstr "F4 키를 누르면 닫기"

#: classes/Admin/Popups.php:1073
msgid "Checking this will cause popup to close when user presses F4 key."
msgstr "이를 선택하면 사용자가 F4 키를 누를 때 팝업이 닫힙니다."

#: classes/Admin/Popups.php:1085
msgid ""
"Disable automatic re-triggering of popup after non-ajax form submission."
msgstr "비-AJAX 양식 제출 후 팝업의 자동 재트리거를 비활성화합니다."

#: classes/Admin/Popups.php:1090
msgid "Disable accessibility features."
msgstr "접근성 기능을 비활성화합니다."

#: classes/Admin/Popups.php:1091
msgid ""
"This includes trapping the tab key & focus inside popup while open, force "
"focus the first element when popup open, and refocus last click trigger when "
"closed."
msgstr ""
"여기에는 팝업이 열려 있는 동안 탭 키와 포커스를 팝업 내부에 고정하고, 팝업이 "
"열릴 때 첫 번째 요소에 강제로 포커스를 맞추며, 닫힐 때 마지막으로 클릭한 트리"
"거에 다시 포커스를 맞추는 기능이 포함됩니다."

#: classes/Admin/Popups.php:1258
msgid "Opens"
msgstr "열림"

#: classes/Admin/Popups.php:1262 classes/Admin/Popups.php:1372
#: classes/Controllers/WP/Dashboard.php:99 dist/packages/cta-admin.js:4
msgid "Conversions"
msgstr "전환"

#: classes/Admin/Popups.php:1266
msgid "Conversion Rate"
msgstr "전환율"

#: classes/Admin/Popups.php:1272
msgid "Reset Counts"
msgstr "횟수 초기화"

#: classes/Admin/Popups.php:1280
msgid "Last Reset"
msgstr "마지막 초기화"

#: classes/Admin/Popups.php:1281
msgid "Previous Opens"
msgstr "이전 열림"

#: classes/Admin/Popups.php:1285
msgid "Previous Conversions"
msgstr "이전 전환"

#: classes/Admin/Popups.php:1288
msgid "Lifetime Opens"
msgstr "전체 기간 열림"

#: classes/Admin/Popups.php:1292
msgid "Lifetime Conversions"
msgstr "전체 기간 전환"

#: classes/Admin/Popups.php:1367 classes/Admin/Templates.php:1138
#: classes/Privacy.php:239 classes/Shortcode/Subscribe.php:195
#: classes/Shortcode/Subscribe.php:249 dist/packages/components.js:16
#: dist/packages/cta-admin.js:4 dist/packages/cta-editor.js:1
msgid "Name"
msgstr "이름"

#: classes/Admin/Popups.php:1368 classes/Shortcode/Subscribe.php:322
#: dist/packages/cta-admin.js:4 dist/packages/cta-admin.js:23
#: dist/packages/cta-editor.js:1
msgid "Enabled"
msgstr "활성화됨"

#: classes/Admin/Popups.php:1369 classes/Admin/Themes.php:377
#: dist/packages/block-editor.js:2
msgid "Title"
msgstr "제목"

#: classes/Admin/Popups.php:1370 classes/Shortcode/PopupClose.php:95
#: classes/Shortcode/PopupTrigger.php:123
#: classes/Shortcode/PopupTrigger.php:124
msgid "CSS Class"
msgstr "CSS 클래스"

#: classes/Admin/Popups.php:1371
msgid "Views"
msgstr "조회수"

#: classes/Admin/Popups.php:1452
msgid "impressions"
msgstr "노출수"

#: classes/Admin/Popups.php:1474 classes/Admin/Subscribers/Table.php:314
msgid "N/A"
msgstr "해당 없음"

#: classes/Admin/Popups.php:1479
msgid "Calculated Conversion Rate"
msgstr "계산된 전환율"

#: classes/Admin/Popups.php:1617
msgid "Show all categories"
msgstr "모든 카테고리 표시"

#: classes/Admin/Popups.php:1637
msgid "Show all tags"
msgstr "모든 태그 표시"

#: classes/Admin/Settings.php:79 classes/Admin/Tools.php:70
msgid "Dismiss this notice."
msgstr "이 알림을 닫기."

#: classes/Admin/Settings.php:109
msgid "Settings saved successfully!"
msgstr "설정이 성공적으로 저장되었습니다!"

#: classes/Admin/Settings.php:147
msgid "Unknown license operation."
msgstr "알 수 없는 라이선스 작업입니다."

#: classes/Admin/Settings.php:157
msgid "License activated successfully!"
msgstr "라이선스가 성공적으로 활성화되었습니다!"

#: classes/Admin/Settings.php:161
msgid "License activation failed."
msgstr "라이선스 활성화에 실패했습니다."

#: classes/Admin/Settings.php:168
msgid "License deactivated successfully!"
msgstr "라이선스가 성공적으로 비활성화되었습니다!"

#: classes/Admin/Settings.php:168 classes/RestAPI/License.php:174
msgid "License deactivation failed."
msgstr "라이선스 비활성화에 실패했습니다."

#: classes/Admin/Settings.php:174
msgid "License key deleted successfully!"
msgstr "라이선스 키가 성공적으로 삭제되었습니다!"

#: classes/Admin/Settings.php:175
msgid "License key deletion failed."
msgstr "라이선스 키 삭제에 실패했습니다."

#: classes/Admin/Settings.php:351
msgid "Default Popup Theme"
msgstr "기본 팝업 테마"

#: classes/Admin/Settings.php:352
msgid "Choose the default theme used for new popups"
msgstr "새 팝업에 사용할 기본 테마를 선택하세요"

#: classes/Admin/Settings.php:358
msgid "Use Classic Editor for Popups"
msgstr "팝업에 클래식 편집기 사용"

#: classes/Admin/Settings.php:359
msgid "Disable the block editor and use the classic editor for editing popups."
msgstr "블록 편집기를 비활성화하고 팝업 편집에 클래식 편집기를 사용합니다."

#: classes/Admin/Settings.php:364
msgid "Google Fonts API Key *optional"
msgstr "Google Fonts API 키 *선택 사항"

#: classes/Admin/Settings.php:365
msgid ""
"Enter your own Google Fonts API key to always get the latest fonts available."
msgstr ""
"항상 최신 사용 가능한 글꼴을 가져오도록 자체 Google Fonts API 키를 입력하세"
"요."

#: classes/Admin/Settings.php:369
msgid "Allow usage tracking?"
msgstr "사용량 추적을 허용하시겠습니까?"

#. translators: 1 & 2 are opening and closing HTML of the link around "Learn more"
#: classes/Admin/Settings.php:372
#, php-format
msgid ""
"Allow data sharing so that we can receive a little information on how it is "
"used and help us make this plugin better? No user data is sent to our "
"servers. No sensitive data is tracked. %1$sLearn more%2$s"
msgstr ""
"데이터 공유를 허용하여 사용 방식에 대한 일부 정보를 받을 수 있게 하고 이 플러"
"그인을 더 좋게 만드는 데 도움을 주시겠습니까? 사용자 데이터는 서버로 전송되"
"지 않습니다. 민감한 데이터는 추적되지 않습니다. %1$s자세히 알아보기%2$s"

#: classes/Admin/Settings.php:388
msgid "Default Newsletter Provider"
msgstr "기본 뉴스레터 제공업체"

#: classes/Admin/Settings.php:389
msgid "The default mailing provider used for the subscription form."
msgstr "구독 양식에 사용되는 기본 메일링 제공업체입니다."

#: classes/Admin/Settings.php:399
msgid "Success Message"
msgstr "성공 메시지"

#: classes/Admin/Settings.php:400
msgid "Message to show user when successfuly subscribed."
msgstr "구독이 성공했을 때 사용자에게 표시할 메시지입니다."

#: classes/Admin/Settings.php:402 includes/functions/newsletter.php:60
msgid "You have been subscribed!"
msgstr "구독되었습니다!"

#: classes/Admin/Settings.php:405
msgid "Empty Email Message"
msgstr "이메일 없음 메시지"

#: classes/Admin/Settings.php:406
msgid "Message to show user when no email is entered."
msgstr "이메일이 입력되지 않았을 때 사용자에게 표시할 메시지입니다."

#: classes/Admin/Settings.php:408 includes/functions/newsletter.php:64
msgid "Please enter a valid email."
msgstr "유효한 이메일을 입력하세요."

#: classes/Admin/Settings.php:411
msgid "Invalid Email Message"
msgstr "잘못된 이메일 메시지"

#: classes/Admin/Settings.php:412
msgid "Message to show user when an invalid email is entered."
msgstr "잘못된 이메일이 입력되었을 때 사용자에게 표시할 메시지입니다."

#: classes/Admin/Settings.php:414 includes/functions/newsletter.php:65
#: includes/functions/newsletter.php:66
msgid "Email provided is not a valid email address."
msgstr "입력된 이메일은 유효한 이메일 주소가 아닙니다."

#: classes/Admin/Settings.php:417
msgid "Error Message"
msgstr "오류 메시지"

#: classes/Admin/Settings.php:418
msgid "Message to show user when an error has occurred."
msgstr "오류가 발생했을 때 사용자에게 표시할 메시지입니다."

#: classes/Admin/Settings.php:420 includes/functions/newsletter.php:62
msgid "Error occurred when subscribing. Please try again."
msgstr "구독 중 오류가 발생했습니다. 다시 시도해 주세요."

#: classes/Admin/Settings.php:423
msgid "Already Subscribed Message"
msgstr "이미 구독됨 메시지"

#: classes/Admin/Settings.php:424 classes/Admin/Settings.php:430
msgid "Message to show user who is already subscribed."
msgstr "이미 구독 중인 사용자에게 표시할 메시지입니다."

#: classes/Admin/Settings.php:426 includes/functions/newsletter.php:63
msgid "You are already a subscriber."
msgstr "이미 구독자입니다."

#: classes/Admin/Settings.php:429
msgid "Consent Required Message"
msgstr "동의 필요 메시지"

#: classes/Admin/Settings.php:432
msgid "You must agree to continue."
msgstr "계속하려면 동의해야 합니다."

#: classes/Admin/Settings.php:452
msgid "Disables popup open tracking?"
msgstr "팝업 열기 추적을 비활성화하시겠습니까?"

#: classes/Admin/Settings.php:453
msgid "This will disable the built in analytics functionality."
msgstr "이렇게 하면 기본 제공 분석 기능이 비활성화됩니다."

#: classes/Admin/Settings.php:457
msgid "Disable URL tracking parameters?"
msgstr "URL 추적 매개변수를 비활성화하시겠습니까?"

#: classes/Admin/Settings.php:458
msgid ""
"Stops adding tracking parameters (pid) to links inside popups. Link clicks "
"will be tracked via browser beacons instead (less reliable but non-invasive)."
msgstr ""
"팝업 내부 링크에 추적 매개변수(pid)를 추가하지 않습니다. 대신 링크 클릭은 브"
"라우저 비콘을 통해 추적됩니다(덜 신뢰할 수 있지만 비침습적입니다)."

#: classes/Admin/Settings.php:464
msgid "Disclaimer"
msgstr "면책 조항"

#: classes/Admin/Settings.php:464
msgid ""
"These settings only pertain to usage of the Popup Maker built in "
"subscription form shortcode, not 3rd party form plugins."
msgstr ""
"이 설정은 타사 양식 플러그인이 아니라 Popup Maker의 기본 제공 구독 양식 쇼트"
"코드 사용에만 적용됩니다."

#: classes/Admin/Settings.php:467
msgid "Always enable consent field on subscription forms."
msgstr "구독 양식에서 항상 동의 필드를 활성화합니다."

#: classes/Admin/Settings.php:470 classes/Admin/Settings.php:512
#: classes/Admin/Settings.php:521 classes/Admin/Themes.php:697
#: classes/Admin/Themes.php:1158 classes/Shortcode/CallToAction.php:113
#: classes/Shortcode/Subscribe.php:326 classes/Shortcode/Subscribe.php:379
msgid "Yes"
msgstr "예"

#: classes/Admin/Settings.php:471 classes/Admin/Settings.php:530
#: classes/Admin/Themes.php:696 classes/Admin/Themes.php:1157
#: classes/Shortcode/CallToAction.php:112 classes/Shortcode/Subscribe.php:327
#: classes/Shortcode/Subscribe.php:391
msgid "No"
msgstr "아니요"

#: classes/Admin/Settings.php:476 classes/Privacy.php:286
msgid "Consent Text"
msgstr "동의 문구"

#: classes/Admin/Settings.php:478 classes/Shortcode/Subscribe.php:336
msgid "Notify me about related content and special offers."
msgstr "관련 콘텐츠와 특별 혜택에 대해 알려 주세요."

#: classes/Admin/Settings.php:484
msgid "Consent Field Type"
msgstr "동의 필드 유형"

#: classes/Admin/Settings.php:485
msgid ""
"Radio forces the user to make a choice, often resulting in more opt-ins."
msgstr ""
"라디오 버튼은 사용자가 선택을 하도록 강제하므로, 종종 더 많은 옵트인으로 이어"
"집니다."

#: classes/Admin/Settings.php:488 classes/Shortcode/Subscribe.php:353
msgid "Radio"
msgstr "라디오"

#: classes/Admin/Settings.php:489 classes/Shortcode/Subscribe.php:354
msgid "Checkbox"
msgstr "체크박스"

#: classes/Admin/Settings.php:497 classes/Privacy.php:283
#: classes/Shortcode/Subscribe.php:341
msgid "Consent Required"
msgstr "동의 필요"

#: classes/Admin/Settings.php:506 classes/Shortcode/Subscribe.php:361
msgid "Consent Radio Layout"
msgstr "동의 라디오 레이아웃"

#: classes/Admin/Settings.php:509 classes/Shortcode/Subscribe.php:282
#: classes/Shortcode/Subscribe.php:364
msgid "Inline"
msgstr "인라인"

#: classes/Admin/Settings.php:510 classes/Shortcode/Subscribe.php:365
msgid "Stacked"
msgstr "세로 배치"

#: classes/Admin/Settings.php:519 classes/Shortcode/Subscribe.php:377
msgid "Consent Yes Label"
msgstr "동의 예 라벨"

#: classes/Admin/Settings.php:528 classes/Shortcode/Subscribe.php:389
msgid "Consent No Label"
msgstr "동의 아니오 라벨"

#: classes/Admin/Settings.php:537 classes/Shortcode/Subscribe.php:401
msgid "Consent Usage Text"
msgstr "동의 사용 문구"

#. translators: 1. opening tag, 2. closing tag.
#: classes/Admin/Settings.php:540 classes/Shortcode/Subscribe.php:404
#, php-format
msgid ""
"You can use %1$s%2$s to insert a link to your privacy policy. To customize "
"the link text use %1$s:Link Text%2$s"
msgstr ""
"개인정보 처리방침 링크를 삽입하려면 %1$s%2$s를 사용할 수 있습니다. 링크 텍스"
"트를 사용자 지정하려면 %1$s링크 텍스트%2$s를 사용하세요."

#: classes/Admin/Settings.php:545 classes/Shortcode/Subscribe.php:409
msgid ""
"If you opt in above, we use this information to send related content, "
"discounts, and other special offers."
msgstr ""
"위에서 동의하면, 이 정보를 사용하여 관련 콘텐츠, 할인 및 기타 특별 혜택을 보"
"내드립니다."

#: classes/Admin/Settings.php:557
msgid "Try to bypass ad blockers."
msgstr "광고 차단기를 우회해 보세요."

#: classes/Admin/Settings.php:561
msgid "Ad blocker: Naming method"
msgstr "광고 차단기: 이름 지정 방식"

#: classes/Admin/Settings.php:562
msgid ""
"This will help generate unique names for our JavaScript files and the "
"analytics routes."
msgstr ""
"이렇게 하면 JavaScript 파일과 분석 경로에 사용할 고유한 이름을 생성하는 데 도"
"움이 됩니다."

#: classes/Admin/Settings.php:565
msgid "Randomize Names"
msgstr "이름 무작위화"

#: classes/Admin/Settings.php:566
msgid "Custom Names"
msgstr "사용자 지정 이름"

#: classes/Admin/Settings.php:576
msgid "Ad blocker: Custom Name"
msgstr "광고 차단기: 사용자 지정 이름"

#: classes/Admin/Settings.php:577
msgid "A custom & recognizable name to use for our assets."
msgstr "자산에 사용할 사용자 지정 & 식별하기 쉬운 이름입니다."

#: classes/Admin/Settings.php:585
msgid ""
"Adjust the right padding added to the body when popups are shown with an "
"overlay."
msgstr ""
"오버레이가 있는 팝업이 표시될 때 본문에 추가되는 오른쪽 패딩을 조정합니다."

#. translators: 1 & 2 are opening and closing HTML of the link around "Learn more"
#: classes/Admin/Settings.php:588
#, php-format
msgid ""
"Use this if your popups \"jump\" or \"shift\" when opened. %1$sLearn more%2$s"
msgstr ""
"팝업을 열 때 \"튀거나\" \"밀려나는\" 경우 이 옵션을 사용하세요. %1$s자세히 알"
"아보기%2$s"

#: classes/Admin/Settings.php:596
msgid "Body Padding Override"
msgstr "본문 패딩 재정의"

#: classes/Admin/Settings.php:604
msgid "Disable Popups Admin Bar"
msgstr "관리자 바에서 팝업 비활성화"

#: classes/Admin/Settings.php:605
msgid "This will disable the admin Popups menu item."
msgstr "이렇게 하면 관리자 팝업 메뉴 항목이 비활성화됩니다."

#: classes/Admin/Settings.php:609
msgid "Enable Debug Mode"
msgstr "디버그 모드 활성화"

#: classes/Admin/Settings.php:610
msgid "This will turn on multiple debug tools used to quickly find issues."
msgstr ""
"이렇게 하면 문제를 빠르게 찾는 데 사용하는 여러 디버그 도구가 켜집니다."

#: classes/Admin/Settings.php:614
msgid "Enable Easy Modal v2 Compatibility Mode"
msgstr "Easy Modal v2 호환 모드 활성화"

#: classes/Admin/Settings.php:615
msgid ""
"This will automatically make any eModal classes you have added to your site "
"launch the appropriate Popup after import."
msgstr ""
"이렇게 하면 사이트에 추가한 모든 eModal 클래스가 가져오기 후 적절한 팝업을 자"
"동으로 실행합니다."

#: classes/Admin/Settings.php:619
msgid "Disable categories & tags?"
msgstr "카테고리 및 태그를 비활성화하시겠습니까?"

#: classes/Admin/Settings.php:620
msgid "This will disable the popup tags & categories."
msgstr "이렇게 하면 팝업 태그 및 카테고리가 비활성화됩니다."

#: classes/Admin/Settings.php:624
msgid "Disable asset caching."
msgstr "자산 캐싱 비활성화."

#: classes/Admin/Settings.php:625
msgid ""
"By default Popup Maker caches a single JS & CSS file in your Uploads folder. "
"These files include core, extension & user customized styles & scripts in a "
"single set of files."
msgstr ""
"기본적으로 Popup Maker는 업로드 폴더에 단일 JS 및 CSS 파일을 캐시합니다. 이 "
"파일에는 핵심, 확장 및 사용자 지정 스타일과 스크립트가 하나의 파일 세트로 포"
"함됩니다."

#: classes/Admin/Settings.php:629
msgid "Disable the Popup Maker shortcode button"
msgstr "Popup Maker 쇼트코드 버튼 비활성화"

#: classes/Admin/Settings.php:633
msgid ""
"Disable Popup Maker occasionally showing random tips to improve your popups."
msgstr ""
"Popup Maker가 가끔 팝업을 개선하기 위한 무작위 팁을 표시하는 것을 비활성화합"
"니다."

#: classes/Admin/Settings.php:637
msgid ""
"Disable Popup Maker occasionally showing community notices such as security "
"alerts, new features or sales on our extensions."
msgstr ""
"Popup Maker가 보안 경고, 새 기능 또는 확장 프로그램 할인과 같은 커뮤니티 공지"
"를 가끔 표시하는 것을 비활성화합니다."

#: classes/Admin/Settings.php:641
msgid "Delete all Popup Maker data on deactivation"
msgstr "비활성화 시 모든 Popup Maker 데이터 삭제"

#: classes/Admin/Settings.php:642
msgid "Check this to completely uninstall Popup Maker."
msgstr "Popup Maker를 완전히 제거하려면 이 항목을 선택하세요."

#: classes/Admin/Settings.php:649
msgid "Don't Load Google Fonts"
msgstr "Google 글꼴을 로드하지 않음"

#: classes/Admin/Settings.php:650
msgid ""
" This stops Popup Maker from loading Google Fonts, useful if the fonts you "
"chose are already loaded with your theme."
msgstr ""
"이렇게 하면 Popup Maker가 Google 글꼴을 로드하지 않습니다. 선택한 글꼴이 이"
"미 테마와 함께 로드되는 경우 유용합니다."

#: classes/Admin/Settings.php:654
msgid "Don't load Popup Maker core stylesheet."
msgstr "Popup Maker 핵심 스타일시트를 로드하지 않음."

#: classes/Admin/Settings.php:655
msgid ""
"Check this if you have copied the Popup Maker core styles to your own "
"stylesheet or are using custom styles."
msgstr ""
"Popup Maker 핵심 스타일을 직접 스타일시트에 복사했거나 사용자 지정 스타일을 "
"사용하는 경우 이 항목을 선택하세요."

#: classes/Admin/Settings.php:659
msgid "Don't load popup theme styles to the head."
msgstr "팝업 테마 스타일을 head에 로드하지 않음."

#: classes/Admin/Settings.php:660
msgid ""
"Check this if you have copied the popup theme styles to your own stylesheet "
"or are using custom styles."
msgstr ""
"팝업 테마 스타일을 자신의 스타일시트에 복사했거나 사용자 지정 스타일을 사용 "
"중이라면 이 항목을 확인하세요."

#: classes/Admin/Settings.php:724
msgid "Show Popup Maker CSS"
msgstr "Popup Maker CSS 표시"

#: classes/Admin/Settings.php:725
msgid "Use this to quickly copy Popup Maker's CSS to your own stylesheet."
msgstr ""
"Popup Maker의 CSS를 자신의 스타일시트에 빠르게 복사하려면 이 기능을 사용하세"
"요."

#: classes/Admin/Settings.php:728
msgid "Core Styles"
msgstr "기본 스타일"

#: classes/Admin/Settings.php:739
msgid "Generated Popup & Popup Theme Styles"
msgstr "생성된 팝업 및 팝업 테마 스타일"

#: classes/Admin/Settings.php:771 classes/Admin/Settings.php:1135
#: classes/Admin/Settings.php:1176 classes/Admin/Templates.php:318
#: classes/Admin/Templates.php:336 classes/Admin/Templates.php:343
#: classes/Admin/Templates.php:542 dist/packages/addons-page.js:3
#: dist/packages/addons-page.js:4
msgid "Pro"
msgstr "Pro"

#: classes/Admin/Settings.php:773
msgid "You're leaving conversions on the table every day without these tools."
msgstr "이 도구들이 없으면 매일 전환 기회를 놓치고 있습니다."

#: classes/Admin/Settings.php:776
msgid "6 Exit Intent Methods — desktop + mobile"
msgstr "종료 의도 방법 6가지 — 데스크톱 + 모바일"

#: classes/Admin/Settings.php:777
msgid "Event-Based Analytics Dashboard"
msgstr "이벤트 기반 분석 대시보드"

#: classes/Admin/Settings.php:778
msgid "50+ Advanced Targeting Conditions"
msgstr "50개 이상의 고급 타겟팅 조건"

#: classes/Admin/Settings.php:779
msgid "FluentCRM Marketing Automation"
msgstr "FluentCRM 마케팅 자동화"

#: classes/Admin/Settings.php:780
msgid "CTA Value Tracking & Export/Import"
msgstr "CTA 값 추적 및 내보내기/가져오기"

#: classes/Admin/Settings.php:781
msgid "Campaign Scheduling with Timezones"
msgstr "시간대가 포함된 캠페인 예약"

#: classes/Admin/Settings.php:788
msgid "Active Sites"
msgstr "활성 사이트"

#: classes/Admin/Settings.php:792
msgid "5-Star Reviews"
msgstr "별점 5개 리뷰"

#: classes/Admin/Settings.php:796
msgid "Rating"
msgstr "평점"

#: classes/Admin/Settings.php:809
msgid "Increase My Conversion Rate"
msgstr "전환율 높이기"

#: classes/Admin/Settings.php:818
msgid "Already own Pro? Download it"
msgstr "이미 Pro를 보유하고 계신가요? 다운로드하세요"

#: classes/Admin/Settings.php:821
msgid "Upgrade to Pro — $99/yr"
msgstr "Pro로 업그레이드 — $99/년"

#: classes/Admin/Settings.php:866
msgid "WooCommerce"
msgstr "WooCommerce"

#: classes/Admin/Settings.php:866
msgid "EDD"
msgstr "EDD"

#: classes/Admin/Settings.php:869 classes/Admin/Settings.php:901
#: classes/Admin/Templates.php:316 classes/Admin/Templates.php:334
#: classes/Admin/Templates.php:341 classes/Admin/Templates.php:540
#: classes/Admin/Templates.php:627 classes/Admin/Templates.php:634
#: dist/packages/addons-page.js:3 dist/packages/addons-page.js:4
msgid "Pro+"
msgstr "Pro+"

#: classes/Admin/Settings.php:870
msgid "Ecommerce Popups"
msgstr "전자상거래 팝업"

#: classes/Admin/Settings.php:873
msgid ""
"Recover abandoned carts, automate discounts, and track exactly which popups "
"drive sales in your store."
msgstr ""
"이탈한 장바구니를 복구하고, 할인을 자동화하며, 어떤 팝업이 매장 매출을 올리는"
"지 정확히 추적하세요."

#: classes/Admin/Settings.php:881
msgid "Track My Popup Revenue"
msgstr "내 팝업 수익 추적"

#: classes/Admin/Settings.php:884 classes/Admin/Settings.php:916
msgid "Pro+ — $249/yr"
msgstr "Pro+ — $249/년"

#: classes/Admin/Settings.php:899
msgid "LifterLMS"
msgstr "LifterLMS"

#: classes/Admin/Settings.php:902
msgid "LMS Popups"
msgstr "LMS 팝업"

#: classes/Admin/Settings.php:905
msgid ""
"Recover abandoned checkouts, automate enrollment, and track which popups "
"drive course sales and signups."
msgstr ""
"이탈한 결제를 복구하고, 등록을 자동화하며, 어떤 팝업이 강좌 판매와 가입을 이"
"끄는지 추적하세요."

#: classes/Admin/Settings.php:913
msgid "Boost My Course Sales"
msgstr "내 강좌 판매 늘리기"

#: classes/Admin/Settings.php:947
msgid "You do not have permission to access this page."
msgstr "이 페이지에 접근할 권한이 없습니다."

#: classes/Admin/Settings.php:963
msgid "Popup Maker Settings"
msgstr "Popup Maker 설정"

#: classes/Admin/Settings.php:1130
msgid "Subscriptions"
msgstr "구독"

#: classes/Admin/Settings.php:1131 classes/Admin/Support.php:45
msgid "Extensions"
msgstr "확장 기능"

#: classes/Admin/Settings.php:1132 classes/Admin/Settings.php:1165
msgid "Licenses"
msgstr "라이선스"

#: classes/Admin/Settings.php:1133 classes/Shortcode/Subscribe.php:65
#: classes/Shortcode/Subscribe.php:95
msgid "Privacy"
msgstr "개인정보"

#: classes/Admin/Settings.php:1134 classes/Admin/Settings.php:1172
msgid "Misc"
msgstr "기타"

#: classes/Admin/Settings.php:1162
msgid "Extension Settings"
msgstr "확장 기능 설정"

#: classes/Admin/Settings.php:1169
msgid "Subscription Forms"
msgstr "구독 양식"

#: classes/Admin/Settings.php:1173
msgid "Assets"
msgstr "에셋"

#. translators: %s is the error message
#: classes/Admin/Settings.php:1245 classes/Services/License.php:1158
#, php-format
msgid "Error loading license status: %s"
msgstr "라이선스 상태를 불러오는 중 오류 발생: %s"

#: classes/Admin/Shortcode/UI.php:190
msgid "You do not have access to preview this post."
msgstr "이 글을 미리 볼 수 있는 권한이 없습니다."

#: classes/Admin/Subscribers.php:46
msgid "Find"
msgstr "찾기"

#: classes/Admin/Subscribers.php:82
msgid "Subscribers Per Page"
msgstr "페이지당 구독자 수"

#: classes/Admin/Subscribers/Table.php:102 classes/Privacy.php:233
#: classes/Shortcode/Subscribe.php:217 classes/Shortcode/Subscribe.php:221
#: classes/Shortcode/Subscribe.php:269 classes/Shortcode/Subscribe.php:270
msgid "Email"
msgstr "이메일"

#: classes/Admin/Subscribers/Table.php:103 classes/Shortcode/Subscribe.php:190
#: classes/Shortcode/Subscribe.php:245
msgid "Full Name"
msgstr "전체 이름"

#: classes/Admin/Subscribers/Table.php:104 classes/Privacy.php:245
#: classes/Shortcode/Subscribe.php:199 classes/Shortcode/Subscribe.php:204
#: classes/Shortcode/Subscribe.php:253 classes/Shortcode/Subscribe.php:257
msgid "First Name"
msgstr "이름"

#: classes/Admin/Subscribers/Table.php:105 classes/Privacy.php:251
#: classes/Shortcode/Subscribe.php:208 classes/Shortcode/Subscribe.php:213
#: classes/Shortcode/Subscribe.php:261 classes/Shortcode/Subscribe.php:265
msgid "Last Name"
msgstr "성"

#: classes/Admin/Subscribers/Table.php:108
msgctxt "column name"
msgid "Subscribed On"
msgstr "구독일"

#: classes/Admin/Subscribers/Table.php:151
msgid "No subscribers available."
msgstr "사용 가능한 구독자가 없습니다."

#. translators: %s is the name of the subscriber.
#: classes/Admin/Subscribers/Table.php:186
#, php-format
msgid "Select %s"
msgstr "%s 선택"

#: classes/Admin/Subscribers/Table.php:279
msgid "User ID"
msgstr "사용자 ID"

#: classes/Admin/Subscribers/Table.php:312 classes/Privacy.php:227
#: dist/packages/cta-admin.js:23
msgid "ID"
msgstr "ID"

#: classes/Admin/Subscribers/Table.php:332 classes/Admin/Templates.php:413
#: classes/Admin/Templates.php:418 classes/Admin/Templates.php:423
#: dist/packages/cta-editor.js:1
msgid "Delete"
msgstr "삭제"

#: classes/Admin/Subscribers/Table.php:402
#: classes/Admin/Subscribers/Table.php:409
msgid "Subscriber deleted!"
msgid_plural "Subscribers deleted!"
msgstr[0] "구독자가 삭제되었습니다!"

#: classes/Admin/Subscribers/Table.php:415
msgid "failed to delete."
msgid_plural "failed to delete."
msgstr[0] "삭제하지 못했습니다."

#: classes/Admin/Subscribers/Table.php:426
msgid "Invalid Nonce"
msgstr "잘못된 Nonce"

#: classes/Admin/Subscribers/Table.php:427 classes/Extension/Updater.php:609
#: includes/admin/class-pum-admin-upgrades.php:247
#: includes/admin/upgrades/class-pum-admin-upgrade-routine-2.php:32
#: includes/admin/upgrades/class-pum-admin-upgrade-routine-3.php:43
#: includes/admin/upgrades/class-pum-admin-upgrade-routine-4.php:43
#: includes/admin/upgrades/class-pum-admin-upgrade-routine-5.php:38
#: includes/admin/upgrades/class-pum-admin-upgrade-routine-6.php:50
msgid "Error"
msgstr "오류"

#: classes/Admin/Support.php:27
msgid "Getting Started"
msgstr "시작하기"

#: classes/Admin/Support.php:28
msgid "Learn the basics and build your first popup."
msgstr "기본을 익히고 첫 번째 팝업을 만들어 보세요."

#: classes/Admin/Support.php:33 classes/Admin/Templates.php:730
#: classes/Admin/Templates.php:735
#: classes/Controllers/Admin/WP/PluginsPage.php:106
#: dist/packages/cta-editor.js:1
msgid "Documentation"
msgstr "문서"

#: classes/Admin/Support.php:34
msgid "Browse setup guides, common questions, and advanced documentation."
msgstr "설정 가이드, 자주 묻는 질문, 고급 문서를 살펴보세요."

#: classes/Admin/Support.php:39
msgid "Community"
msgstr "커뮤니티"

#: classes/Admin/Support.php:40
msgid "Ask questions and share solutions with other Popup Maker users."
msgstr "다른 Popup Maker 사용자들과 질문을 하고 해결책을 공유하세요."

#: classes/Admin/Support.php:46
msgid "Find documentation for Popup Maker extensions."
msgstr "Popup Maker 확장 기능에 대한 문서를 찾아보세요."

#: classes/Admin/Support.php:51
msgid "Developer Wiki"
msgstr "개발자 위키"

#: classes/Admin/Support.php:52
msgid "Contribute to or extend Popup Maker."
msgstr "Popup Maker에 기여하거나 확장해 보세요."

#: classes/Admin/Support.php:60
msgid ""
"Find answers, connect with the community, or contact the Popup Maker support "
"team."
msgstr "답변을 찾고, 커뮤니티와 연결하거나, Popup Maker 지원팀에 문의하세요."

#: classes/Admin/Support.php:77
msgid "Still need help?"
msgstr "아직 도움이 필요하신가요?"

#: classes/Admin/Support.php:78
msgid ""
"Open a support request and include the site URL, Popup Maker version, steps "
"to reproduce, and any relevant error messages."
msgstr ""
"지원 요청을 열고 사이트 URL, Popup Maker 버전, 재현 단계, 관련 오류 메시지를 "
"포함해 주세요."

#: classes/Admin/Support.php:81
msgid "Contact Support"
msgstr "지원 문의"

#: classes/Admin/Templates.php:52
msgid "Check"
msgstr "확인"

#: classes/Admin/Templates.php:211
msgid ""
"This extension is covered by your Pro+ license. No separate activation "
"needed!"
msgstr ""
"이 확장 기능은 Pro+ 라이선스에 포함됩니다. 별도의 활성화가 필요하지 않습니다!"

#: classes/Admin/Templates.php:213
msgid ""
"This extension is covered by your Pro license. No separate activation needed!"
msgstr ""
"이 확장 기능은 Pro 라이선스에 포함되어 있습니다. 별도의 활성화가 필요하지 않"
"습니다!"

#: classes/Admin/Templates.php:220
msgid "This license is automatically activated."
msgstr "이 라이선스는 자동으로 활성화됩니다."

#: classes/Admin/Templates.php:227
msgid "License key is masked for security. Deactivate to make changes."
msgstr ""
"보안을 위해 라이선스 키가 마스킹되어 있습니다. 변경하려면 비활성화하세요."

#: classes/Admin/Templates.php:235 classes/Admin/Templates.php:411
#: classes/Admin/Templates.php:426 classes/Admin/Templates.php:513
#: classes/Admin/Templates.php:523 dist/packages/addons-page.js:1
#: dist/packages/addons-page.js:4
msgid "Active"
msgstr "활성"

#: classes/Admin/Templates.php:236
msgid "Deactivate License"
msgstr "라이선스 비활성화"

#: classes/Admin/Templates.php:238 classes/Admin/Templates.php:421
#: dist/packages/addons-page.js:1
msgid "Inactive"
msgstr "비활성"

#: classes/Admin/Templates.php:239
msgid "Activate License"
msgstr "라이선스 활성화"

#: classes/Admin/Templates.php:320
msgid "Licensing"
msgstr "라이선스"

#: classes/Admin/Templates.php:324
msgid "Premium Ecommerce Edition"
msgstr "프리미엄 이커머스 에디션"

#: classes/Admin/Templates.php:338
msgid "Activated"
msgstr "활성화됨"

#: classes/Admin/Templates.php:345 classes/Admin/Templates.php:416
#: classes/Admin/Templates.php:513
msgid "Deactivated"
msgstr "비활성화됨"

#: classes/Admin/Templates.php:347
msgid "Expired"
msgstr "만료됨"

#: classes/Admin/Templates.php:349
msgid "Invalid"
msgstr "유효하지 않음"

#: classes/Admin/Templates.php:368
msgid "Enter your Popup Maker Pro License Key"
msgstr "Popup Maker Pro 라이선스 키를 입력하세요"

#: classes/Admin/Templates.php:374 classes/Admin/Templates.php:452
msgid "Your Pro+ license key is active."
msgstr "Pro+ 라이선스 키가 활성화되어 있습니다."

#: classes/Admin/Templates.php:376 classes/Admin/Templates.php:462
msgid "Your Pro license key is active."
msgstr "Pro 라이선스 키가 활성화되어 있습니다."

#: classes/Admin/Templates.php:379 classes/Admin/Templates.php:471
msgid "Your Pro license is valid but deactivated on this site."
msgstr "Pro 라이선스는 유효하지만 이 사이트에서는 비활성화되어 있습니다."

#: classes/Admin/Templates.php:381
msgid ""
"You are currently using Popup Maker with extensions — keep enjoying the "
"enhanced features!"
msgstr ""
"현재 확장 기능이 포함된 Popup Maker를 사용 중입니다 — 향상된 기능을 계속 이용"
"하세요!"

#: classes/Admin/Templates.php:383
msgid ""
"You are currently using Popup Maker Free — no license key required. Enjoy!"
msgstr ""
"현재 무료 Popup Maker를 사용 중입니다 — 라이선스 키가 필요하지 않습니다. 즐기"
"세요!"

#: classes/Admin/Templates.php:394
msgid "Enter your license key below to activate"
msgstr "활성화하려면 아래에 라이선스 키를 입력하세요"

#: classes/Admin/Templates.php:394
msgid "Popup Maker Pro+"
msgstr "Popup Maker Pro+"

#: classes/Admin/Templates.php:394
msgid "Popup Maker Pro"
msgstr "Popup Maker Pro"

#: classes/Admin/Templates.php:394
msgid "!"
msgstr "!"

#: classes/Admin/Templates.php:401
msgid "Paste or enter your license key here."
msgstr "여기에 라이선스 키를 붙여넣거나 입력하세요."

#: classes/Admin/Templates.php:408 classes/Admin/Templates.php:417
#: classes/Admin/Templates.php:422 dist/packages/addons-page.js:3
msgid "Activate"
msgstr "활성화"

#: classes/Admin/Templates.php:412 dist/packages/addons-page.js:3
msgid "Deactivate"
msgstr "비활성화"

#: classes/Admin/Templates.php:413 classes/Admin/Templates.php:418
#: classes/Admin/Templates.php:423
msgid ""
"Are you sure you want to delete this license key? This action cannot be "
"undone."
msgstr "이 라이선스 키를 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다."

#: classes/Admin/Templates.php:427
msgid "(Auto-activated)"
msgstr "(자동 활성화됨)"

#: classes/Admin/Templates.php:441
msgid ""
"Enter your license key to activate. If you do not have a license key, you can"
msgstr "활성화하려면 라이선스 키를 입력하세요. 라이선스 키가 없다면"

#: classes/Admin/Templates.php:442
msgid "purchase one here"
msgstr "여기에서 구매하실 수 있습니다"

#: classes/Admin/Templates.php:453 classes/Admin/Templates.php:463
#: classes/Admin/Templates.php:486
msgid "Thank you for supporting Popup Maker!"
msgstr "Popup Maker를 지원해 주셔서 감사합니다!"

#: classes/Admin/Templates.php:455 classes/Admin/Templates.php:465
#: classes/Admin/Templates.php:488
msgid "Manage add-ons"
msgstr "애드온 관리"

#: classes/Admin/Templates.php:471
msgid "Activate it to enable Pro features!"
msgstr "Pro 기능을 사용하려면 활성화하세요!"

#: classes/Admin/Templates.php:482
msgid "Your Pro+ license is automatically activated."
msgstr "Pro+ 라이선스가 자동으로 활성화되었습니다."

#: classes/Admin/Templates.php:484
msgid "Your Pro license is automatically activated."
msgstr "Pro 라이선스가 자동으로 활성화되었습니다."

#: classes/Admin/Templates.php:508
msgid "License Details"
msgstr "라이선스 세부정보"

#: classes/Admin/Templates.php:512
msgid "Status:"
msgstr "상태:"

#: classes/Admin/Templates.php:516
msgid "License Key:"
msgstr "라이선스 키:"

#: classes/Admin/Templates.php:520
msgid "Pro Plugin:"
msgstr "Pro 플러그인:"

#: classes/Admin/Templates.php:525
msgid "Not Active"
msgstr "비활성"

#: classes/Admin/Templates.php:531
msgid "Expires:"
msgstr "만료일:"

#: classes/Admin/Templates.php:536
msgid "License Type:"
msgstr "라이선스 유형:"

#: classes/Admin/Templates.php:544
msgid "Lifetime License"
msgstr "평생 라이선스"

#: classes/Admin/Templates.php:557
msgid "🎉 You have access to these powerful Pro+ features:"
msgstr "🎉 다음과 같은 강력한 Pro+ 기능을 이용할 수 있습니다:"

#: classes/Admin/Templates.php:558
msgid "Plus exclusive Pro+ ecommerce tracking capabilities!"
msgstr "여기에 더해 독점적인 Pro+ 전자상거래 추적 기능도 제공합니다!"

#: classes/Admin/Templates.php:560
msgid "🎉 You have access to these powerful Pro features:"
msgstr "🎉 다음과 같은 강력한 Pro 기능을 이용할 수 있습니다:"

#: classes/Admin/Templates.php:562
msgid "Activate your Pro license above to unlock these powerful features:"
msgstr "이 강력한 기능을 잠금 해제하려면 위에서 Pro 라이선스를 활성화하세요:"

#: classes/Admin/Templates.php:564
msgid "To unlock these game-changing features,"
msgstr "이 획기적인 기능을 잠금 해제하려면,"

#: classes/Admin/Templates.php:565
msgid "upgrade to Pro"
msgstr "Pro로 업그레이드하고"

#: classes/Admin/Templates.php:566
msgid " and enter your license key above."
msgstr " 위에 라이선스 키를 입력하세요."

#: classes/Admin/Templates.php:573
msgid "Smart Targeting & Automation"
msgstr "스마트 타겟팅 및 자동화"

#: classes/Admin/Templates.php:578
msgid "FluentCRM Integration"
msgstr "FluentCRM 통합"

#: classes/Admin/Templates.php:579
msgid ""
" Seamlessly add tags, trigger automation sequences, and create smart links. "
"Perfect for lead nurturing and customer journey automation."
msgstr ""
" 태그를 원활하게 추가하고, 자동화 시퀀스를 트리거하며, 스마트 링크를 생성하세"
"요. 리드 육성과 고객 여정 자동화에 안성맞춤입니다."

#: classes/Admin/Templates.php:585
msgid "Advanced Targeting & Behavioral Triggers"
msgstr "고급 타겟팅 및 행동 기반 트리거"

#: classes/Admin/Templates.php:586
msgid ""
" Target by user role, comment history, device, and custom behaviors. Show "
"the right message to the right person at the perfect time."
msgstr ""
" 사용자 역할, 댓글 기록, 기기, 사용자 지정 행동을 기준으로 타겟팅하세요. 적절"
"한 시점에 적절한 사람에게 적합한 메시지를 보여줍니다."

#: classes/Admin/Templates.php:592
msgid "Professional CTA Management"
msgstr "전문적인 CTA 관리"

#: classes/Admin/Templates.php:593
msgid ""
" One-click export/import for CTAs. Create shareable vanity URLs. Bulk "
"operations for enterprise-scale management."
msgstr ""
" CTA를 원클릭으로 내보내기/가져오기 하세요. 공유 가능한 vanity URL을 생성하세"
"요. 기업 규모 관리에 적합한 대량 작업을 지원합니다."

#: classes/Admin/Templates.php:600
msgid "Time-Based Campaign Scheduling"
msgstr "시간 기반 캠페인 예약"

#: classes/Admin/Templates.php:601
msgid ""
" Smart campaign scheduling with timezone support and recurring campaigns. "
"Perfect timing for seasonal promotions and global audiences."
msgstr ""
" 시간대 지원과 반복 캠페인을 포함한 스마트한 캠페인 예약. 시즌 프로모션과 글"
"로벌 대상에게 완벽한 타이밍을 제공합니다."

#: classes/Admin/Templates.php:608
msgid "Monetize & Track Every Conversion"
msgstr "모든 전환을 수익화하고 추적하세요"

#: classes/Admin/Templates.php:613
msgid "Revenue Attribution & Analytics"
msgstr "매출 귀속 및 분석"

#: classes/Admin/Templates.php:613 classes/Admin/Templates.php:620
msgid "Enhanced with Pro+"
msgstr "Pro+로 강화됨"

#: classes/Admin/Templates.php:614
msgid ""
" Track every dollar earned through your popups. Prove ROI with complete "
"conversion tracking and detailed revenue reports."
msgstr ""
" 팝업을 통해 발생한 모든 수익을 추적하세요. 완전한 전환 추적과 상세한 매출 보"
"고서로 ROI를 입증할 수 있습니다."

#: classes/Admin/Templates.php:620
msgid "Real-Time Analytics & Insights"
msgstr "실시간 분석 및 인사이트"

#: classes/Admin/Templates.php:621
msgid ""
" Live performance tracking with detailed conversion metrics. Monitor popup "
"effectiveness in real-time and make data-driven optimization decisions "
"instantly."
msgstr ""
" 상세한 전환 지표로 실시간 성과를 추적하세요. 팝업 효과를 실시간으로 모니터링"
"하고 즉시 데이터 기반 최적화 결정을 내리세요."

#: classes/Admin/Templates.php:627
msgid "WooCommerce Integration"
msgstr "WooCommerce 통합"

#: classes/Admin/Templates.php:627 classes/Admin/Templates.php:634
msgid "Exclusive"
msgstr "독점"

#: classes/Admin/Templates.php:628
msgid ""
" Add products to cart, apply discounts, and recover abandoned carts with "
"complete revenue attribution. Proven to increase sales by 15-40%."
msgstr ""
" 제품을 장바구니에 추가하고, 할인을 적용하며, 완전한 매출 귀속으로 이탈한 장"
"바구니를 복구하세요. 매출을 15-40% 증가시키는 것으로 입증되었습니다."

#: classes/Admin/Templates.php:634
msgid "Easy Digital Downloads Integration"
msgstr "Easy Digital Downloads 통합"

#: classes/Admin/Templates.php:635
msgid ""
" Perfect for software and digital product sales with license management. "
"Seamlessly integrate checkout flows and boost digital sales conversion rates."
msgstr ""
" 라이선스 관리가 필요한 소프트웨어 및 디지털 제품 판매에 적합합니다. 결제 흐"
"름을 원활하게 통합하고 디지털 판매 전환율을 높이세요."

#: classes/Admin/Templates.php:686
msgid "Category"
msgstr "카테고리"

#: classes/Admin/Templates.php:690
msgid "Action"
msgstr "작업"

#: classes/Admin/Templates.php:694
msgid "Label"
msgstr "레이블"

#: classes/Admin/Templates.php:698
#: classes/Integration/QueryMonitor/Output/Html/CacheFunc.php:83
msgid "Value"
msgstr "값"

#: classes/Admin/Templates.php:844
msgid "Add New Trigger"
msgstr "새 트리거 추가"

#. translators: 1. contextual help link text.
#: classes/Admin/Templates.php:851 classes/Admin/Templates.php:1016
#: classes/Admin/Templates.php:1124
#, php-format
msgid "Learn more about %s"
msgstr "%s에 대해 자세히 알아보기"

#: classes/Admin/Templates.php:855
msgid "Triggers cause a popup to open."
msgstr "트리거는 팝업을 열게 합니다."

#: classes/Admin/Templates.php:864 dist/packages/cta-admin.js:4
#: dist/packages/cta-admin.js:23
msgid "Type"
msgstr "유형"

#: classes/Admin/Templates.php:865 classes/Triggers.php:368
msgid "Cookie"
msgstr "쿠키"

#: classes/Admin/Templates.php:867 classes/Admin/Templates.php:1140
#: classes/Shortcode/Subscribe.php:66
msgid "Actions"
msgstr "작업"

#: classes/Admin/Templates.php:896 classes/Admin/Templates.php:905
msgid "Edit this trigger"
msgstr "이 트리거 편집"

#: classes/Admin/Templates.php:906
msgid "Delete this trigger"
msgstr "이 트리거 삭제"

#: classes/Admin/Templates.php:915
msgid "Link: Exact Match"
msgstr "링크: 정확히 일치"

#: classes/Admin/Templates.php:916
msgid "Link: Containing"
msgstr "링크: 포함"

#: classes/Admin/Templates.php:917
msgid "Link: Begins With"
msgstr "링크: 다음으로 시작"

#: classes/Admin/Templates.php:918
msgid "Link: Ends With"
msgstr "링크: 다음으로 끝남"

#: classes/Admin/Templates.php:925
msgid "Insert Preset"
msgstr "사전 설정 삽입"

#: classes/Admin/Templates.php:948
msgid "What kind of trigger do you want?"
msgstr "어떤 종류의 트리거를 원하시나요?"

#: classes/Admin/Templates.php:958
msgid "Prevent popup from showing to visitor again using a cookie?"
msgstr "쿠키를 사용해 이 팝업이 방문자에게 다시 표시되지 않도록 하시겠습니까?"

#: classes/Admin/Templates.php:965
msgid "Stop showing popup once visitor takes this action"
msgstr "방문자가 이 작업을 수행하면 팝업 표시 중지"

#: classes/Admin/Templates.php:986
msgid "New Trigger"
msgstr "새 트리거"

#: classes/Admin/Templates.php:1009
msgid ""
"Conditions allow you to show your popup to a targeted segment of your sites "
"users."
msgstr ""
"조건을 사용하면 사이트 사용자의 특정 세그먼트에 팝업을 표시할 수 있습니다."

#: classes/Admin/Templates.php:1017
msgid "Targeting Conditions"
msgstr "타겟팅 조건"

#: classes/Admin/Templates.php:1027
msgid ""
"By default, this popup will be loaded on every page of your site for all "
"users."
msgstr ""
"기본적으로 이 팝업은 사이트의 모든 사용자에게 모든 페이지에서 로드됩니다."

#: classes/Admin/Templates.php:1028
msgid "Target the popup to a specific segment by adding conditions below."
msgstr "아래에 조건을 추가하여 특정 세그먼트를 대상으로 팝업을 지정하세요."

#. translators: 1. button text. 2. warning icon.
#: classes/Admin/Templates.php:1033
#, php-format
msgid ""
"Click the %1$s button for any condition to check the opposite of the chosen "
"condition. The button will turn red %2$s when active."
msgstr ""
"조건 옆의 %1$s 버튼을 클릭하면 선택한 조건의 반대를 확인할 수 있습니다. 활성"
"화되면 버튼이 %2$s 빨간색으로 바뀝니다."

#: classes/Admin/Templates.php:1053
msgid ""
"Choose a condition to target your popup to specific content or various other "
"segments."
msgstr ""
"팝업을 특정 콘텐츠 또는 기타 다양한 세그먼트에 맞추려면 조건을 선택하세요."

#: classes/Admin/Templates.php:1055 classes/Admin/Templates.php:1087
msgid "Enable the Not Operand"
msgstr "Not 연산자 사용"

#: classes/Admin/Templates.php:1058 classes/Admin/Templates.php:1091
msgid "Choose a condition"
msgstr "조건 선택"

#: classes/Admin/Templates.php:1074
msgctxt "aria-label for add new OR condition button"
msgid "Add another OR condition"
msgstr "다른 OR 조건 추가"

#: classes/Admin/Templates.php:1074 classes/Admin/Templates.php:1085
msgid "or"
msgstr "또는"

#: classes/Admin/Templates.php:1078
msgctxt "aria-label for add new AND condition button"
msgid "Add another AND condition group"
msgstr "다른 AND 조건 그룹 추가"

#: classes/Admin/Templates.php:1078
msgid "and"
msgstr "그리고"

#: classes/Admin/Templates.php:1099
msgid "Remove Condition"
msgstr "조건 제거"

#: classes/Admin/Templates.php:1117 classes/Triggers.php:345
msgid "Add New Cookie"
msgstr "새 쿠키 추가"

#: classes/Admin/Templates.php:1125 classes/Privacy.php:67
#: classes/Site/Assets.php:300
msgid "Cookies"
msgstr "쿠키"

#: classes/Admin/Templates.php:1128
msgid "Cookies control the repeat display of a popup."
msgstr "쿠키는 팝업의 반복 표시를 제어합니다."

#: classes/Admin/Templates.php:1137
msgid "Event"
msgstr "이벤트"

#: classes/Admin/Templates.php:1169 classes/Admin/Templates.php:1178
msgid "Edit this cookie"
msgstr "이 쿠키 수정"

#: classes/Admin/Templates.php:1179
msgid "Delete this cookie"
msgstr "이 쿠키 삭제"

#: classes/Admin/Templates.php:1188
msgid "When should your cookie be created?"
msgstr "쿠키는 언제 생성되어야 하나요?"

#: classes/Admin/Templates.php:1189
msgid "Select a cookie type."
msgstr "쿠키 유형을 선택하세요."

#: classes/Admin/Templates.php:1197
msgid "Reset Cookie Key"
msgstr "쿠키 키 재설정"

#: classes/Admin/Themes.php:34
msgid "Theme Settings"
msgstr "테마 설정"

#: classes/Admin/Themes.php:37
msgid "Theme Preview"
msgstr "테마 미리보기"

#: classes/Admin/Themes.php:182
msgid "Title Text"
msgstr "제목 텍스트"

#: classes/Admin/Themes.php:193
msgid ""
"If you move this theme preview to the bottom of your sidebar here it will "
"follow you down the page?"
msgstr ""
"이 테마 미리보기를 여기 사이드바의 아래쪽으로 이동하면 페이지를 아래로 따라옵"
"니다?"

#: classes/Admin/Themes.php:194
msgid ""
"Clicking on an element in this theme preview will take you to its relevant "
"settings in the editor?"
msgstr ""
"이 테마 미리보기의 요소를 클릭하면 편집기에서 해당 설정으로 이동합니다?"

#: classes/Admin/Themes.php:198
msgid "Did you know:"
msgstr "알고 계셨나요:"

#: classes/Admin/Themes.php:375
msgid "Overlay"
msgstr "오버레이"

#: classes/Admin/Themes.php:376 classes/Admin/Themes.php:401
msgid "Container"
msgstr "컨테이너"

#: classes/Admin/Themes.php:378 classes/Shortcode/Popup.php:43
#: classes/Shortcode/PopupClose.php:41
msgid "Content"
msgstr "내용"

#: classes/Admin/Themes.php:398 classes/Admin/Themes.php:402
#: classes/Admin/Themes.php:417
msgid "Background"
msgstr "배경"

#: classes/Admin/Themes.php:403 classes/Admin/Themes.php:418
msgid "Border"
msgstr "테두리"

#: classes/Admin/Themes.php:404 classes/Admin/Themes.php:419
msgid "Drop Shadow"
msgstr "그림자 효과"

#: classes/Admin/Themes.php:407 classes/Admin/Themes.php:420
msgid "Font"
msgstr "글꼴"

#: classes/Admin/Themes.php:408 classes/Admin/Themes.php:421
msgid "Text Shadow"
msgstr "텍스트 그림자"

#: classes/Admin/Themes.php:411
msgid "Text"
msgstr "텍스트"

#: classes/Admin/Themes.php:438
msgid "Solid"
msgstr "실선"

#: classes/Admin/Themes.php:439
msgid "Dotted"
msgstr "점선"

#: classes/Admin/Themes.php:440
msgid "Dashed"
msgstr "파선"

#: classes/Admin/Themes.php:441
msgid "Double"
msgstr "이중선"

#: classes/Admin/Themes.php:442
msgid "Groove"
msgstr "홈"

#: classes/Admin/Themes.php:443 classes/Admin/Themes.php:691
#: classes/Admin/Themes.php:1152
msgid "Inset (inner shadow)"
msgstr "안쪽 그림자"

#: classes/Admin/Themes.php:444
msgid "Outset"
msgstr "바깥쪽"

#: classes/Admin/Themes.php:445
msgid "Ridge"
msgstr "돌출선"

#: classes/Admin/Themes.php:470
msgid "Use Your Themes"
msgstr "테마 사용"

#: classes/Admin/Themes.php:471
msgid "System Fonts"
msgstr "시스템 글꼴"

#: classes/Admin/Themes.php:500 classes/Admin/Themes.php:754
#: classes/Admin/Themes.php:853 classes/Admin/Themes.php:1057
#: includes/legacy/input-options.php:37
msgid "Normal"
msgstr "보통"

#: classes/Admin/Themes.php:503
msgid "Bold"
msgstr "굵게"

#: classes/Admin/Themes.php:538 classes/Admin/Themes.php:584
#: classes/Admin/Themes.php:610 classes/Admin/Themes.php:634
#: classes/Admin/Themes.php:708 classes/Admin/Themes.php:773
#: classes/Admin/Themes.php:827 classes/Admin/Themes.php:992
#: classes/Admin/Themes.php:1011 classes/Admin/Themes.php:1071
#: classes/Admin/Themes.php:1095 classes/Admin/Themes.php:1164
msgid "Color"
msgstr "색상"

#: classes/Admin/Themes.php:544 classes/Admin/Themes.php:590
#: classes/Admin/Themes.php:640 classes/Admin/Themes.php:779
#: classes/Admin/Themes.php:998 classes/Admin/Themes.php:1101
#: classes/Admin/Themes.php:1170
msgid "Opacity"
msgstr "불투명도"

#: classes/Admin/Themes.php:562 classes/Admin/Themes.php:950
msgid "Padding"
msgstr "패딩"

#: classes/Admin/Themes.php:572 classes/Admin/Themes.php:980
msgid "Border Radius"
msgstr "테두리 반경"

#: classes/Admin/Themes.php:603 classes/Admin/Themes.php:749
#: classes/Admin/Themes.php:848 classes/Admin/Themes.php:1052
#: classes/Admin/Themes.php:1064
msgid "Style"
msgstr "스타일"

#: classes/Admin/Themes.php:619 classes/Admin/Themes.php:1080
msgid "Thickness"
msgstr "두께"

#: classes/Admin/Themes.php:651 classes/Admin/Themes.php:790
#: classes/Admin/Themes.php:1112 classes/Admin/Themes.php:1181
msgid "Horizontal Position"
msgstr "가로 위치"

#: classes/Admin/Themes.php:661 classes/Admin/Themes.php:800
#: classes/Admin/Themes.php:1122 classes/Admin/Themes.php:1191
msgid "Vertical Position"
msgstr "세로 위치"

#: classes/Admin/Themes.php:671 classes/Admin/Themes.php:810
#: classes/Admin/Themes.php:1132 classes/Admin/Themes.php:1201
msgid "Blur Radius"
msgstr "블러 반경"

#: classes/Admin/Themes.php:681 classes/Admin/Themes.php:1142
msgid "Spread"
msgstr "확산"

#: classes/Admin/Themes.php:714 classes/Admin/Themes.php:1017
msgid "Font Size"
msgstr "글꼴 크기"

#: classes/Admin/Themes.php:724 classes/Admin/Themes.php:1027
msgid "Line Height"
msgstr "줄 높이"

#: classes/Admin/Themes.php:734 classes/Admin/Themes.php:833
#: classes/Admin/Themes.php:1037
msgid "Font Family"
msgstr "글꼴 패밀리"

#: classes/Admin/Themes.php:742 classes/Admin/Themes.php:841
#: classes/Admin/Themes.php:1045
msgid "Font Weight"
msgstr "글꼴 굵기"

#: classes/Admin/Themes.php:755 classes/Admin/Themes.php:854
#: classes/Admin/Themes.php:1058 includes/legacy/input-options.php:38
msgid "Italic"
msgstr "기울임꼴"

#: classes/Admin/Themes.php:759 classes/Shortcode/CallToAction.php:141
msgid "Alignment"
msgstr "정렬"

#: classes/Admin/Themes.php:765 classes/Shortcode/CallToAction.php:144
#: classes/Shortcode/Subscribe.php:293 includes/legacy/input-options.php:51
msgid "Center"
msgstr "가운데"

#: classes/Admin/Themes.php:767
msgid "Justify"
msgstr "양쪽 맞춤"

#: classes/Admin/Themes.php:865
msgid "Close Button Text"
msgstr "닫기 버튼 텍스트"

#: classes/Admin/Themes.php:866
msgid ""
"To use a Font Awesome icon instead of text, enter the CSS classes such as "
"\"fas fa-camera\"."
msgstr ""
"텍스트 대신 Font Awesome 아이콘을 사용하려면 \"fas fa-camera\"와 같은 CSS 클"
"래스를 입력하세요."

#: classes/Admin/Themes.php:867 classes/Admin/Themes.php:868
#: includes/functions/themes/deprecated.php:134
msgid "CLOSE"
msgstr "닫기"

#: classes/Admin/Themes.php:872
msgid "Position Outside Container"
msgstr "컨테이너 밖에 배치"

#: classes/Admin/Themes.php:873
msgid "This moves the position of the close button outside the popup."
msgstr "이렇게 하면 닫기 버튼의 위치가 팝업 밖으로 이동합니다."

#: classes/Admin/Tools.php:46
msgid "Successfully Imported your themes &amp; modals from Easy Modal."
msgstr "Easy Modal에서 테마 및 모달을 성공적으로 가져왔습니다."

#: classes/Admin/Tools.php:92
msgid "Popup Maker Tools"
msgstr "Popup Maker 도구"

#: classes/Admin/Tools.php:133
msgid "Beta Versions"
msgstr "베타 버전"

#: classes/Admin/Tools.php:134
msgid "Error Log"
msgstr "오류 로그"

#: classes/Admin/Tools.php:135
msgid "Import / Export"
msgstr "가져오기 / 내보내기"

#: classes/Admin/Tools.php:187
msgid "Enable Beta Versions"
msgstr "베타 버전 사용"

#: classes/Admin/Tools.php:189
msgid ""
"Checking any of the below checkboxes will opt you in to receive pre-release "
"update notifications. You can opt-out at any time. Pre-release updates do "
"not install automatically, you will still have the opportunity to ignore "
"update notifications."
msgstr ""
"아래 체크박스 중 하나라도 선택하면 사전 릴리스 업데이트 알림을 받도록 설정됩"
"니다. 언제든지 해제할 수 있습니다. 사전 릴리스 업데이트는 자동으로 설치되지 "
"않으며, 업데이트 알림을 무시할 수 있는 기회는 여전히 제공됩니다."

#. translators: 1. Product name.
#: classes/Admin/Tools.php:202
#, php-format
msgid "Get updates for pre-release versions of %s"
msgstr "사전 릴리스 버전의 %s 업데이트 받기"

#: classes/Admin/Tools.php:269
msgid "Import From Easy Modal v2"
msgstr "Easy Modal v2에서 가져오기"

#: classes/Admin/Tools.php:392
msgid "Debug logging is disabled."
msgstr "디버그 로깅이 비활성화되었습니다."

#: classes/Analytics.php:335
msgid "Event Type"
msgstr "이벤트 유형"

#: classes/Analytics.php:340
#: includes/integrations/ninja-forms/Actions/OpenPopup.php:52
msgid "Popup ID"
msgstr "팝업 ID"

#: classes/Analytics.php:347
msgid "Event metadata (JSON or array)"
msgstr "이벤트 메타데이터(JSON 또는 배열)"

#: classes/AssetCache.php:698
msgid "Try to create cache again"
msgstr "캐시를 다시 생성해 보기"

#: classes/AssetCache.php:699
msgid "Keep current method"
msgstr "현재 방법 유지"

#: classes/AssetCache.php:707
msgid ""
"Popup Maker detected an issue with your file system's ability and is unable "
"to create & save cached assets for your popup styling and settings. This may "
"lead to suboptimal performance. Please check your filesystem and contact "
"your hosting provide to ensure Popup Maker can create and write to cache "
"files."
msgstr ""
"Popup Maker가 파일 시스템의 기능에 문제가 있음을 감지하여, 팝업 스타일 및 설"
"정에 대한 캐시된 자산을 생성하고 저장할 수 없습니다. 이로 인해 성능이 최적보"
"다 낮아질 수 있습니다. 파일 시스템을 확인하고 호스팅 제공업체에 문의하여 "
"Popup Maker가 캐시 파일을 생성하고 쓸 수 있는지 확인해 주세요."

#. translators: %s: Field label
#: classes/Base/CallToAction.php:135
#, php-format
msgid "%s is required"
msgstr "%s은(는) 필수입니다"

#: classes/Batch/Process/Registry.php:76
msgid "A batch process class must be specified."
msgstr "배치 처리 클래스를 지정해야 합니다."

#: classes/Batch/Process/Registry.php:80
msgid "No batch class handler file has been supplied."
msgstr "배치 클래스 핸들러 파일이 제공되지 않았습니다."

#: classes/Batch/Process/Registry.php:85
msgid "An invalid batch class handler file has been supplied."
msgstr "잘못된 배치 클래스 핸들러 파일이 제공되었습니다."

#: classes/CallToAction/Link.php:34
msgid "Link"
msgstr "링크"

#: classes/CallToAction/Link.php:73
msgid "Link URL"
msgstr "링크 URL"

#: classes/CallToAction/Link.php:74
msgid "https://example.com"
msgstr "https://example.com"

#: classes/CallToAction/Link.php:95
msgid "URL is required"
msgstr "URL이 필요합니다"

#: classes/Conditions.php:110
msgid "Pages"
msgstr "페이지"

#: classes/Conditions.php:111 classes/Conditions.php:542
msgid "Posts"
msgstr "글"

#: classes/Conditions.php:114
msgid "Format"
msgstr "형식"

#. translators: 1. Post type plural label.
#: classes/Conditions.php:236
#, php-format
msgctxt "condition: post type plural label ie. Posts: All"
msgid "%s Archive"
msgstr "%s 아카이브"

#. translators: 1. Post type plural label.
#: classes/Conditions.php:248
#, php-format
msgctxt "condition: post type plural label ie. Posts: All"
msgid "All %s"
msgstr "모든 %s"

#. translators: 1. Post type plural label.
#: classes/Conditions.php:258
#, php-format
msgctxt "condition: post type plural label ie. Posts: Selected"
msgid "%s: Selected"
msgstr "%s: 선택됨"

#. translators: 1. Post type plural label.
#: classes/Conditions.php:265 classes/Conditions.php:310
#: classes/Conditions.php:333
#, php-format
msgctxt "condition: post type plural label ie. Select Posts"
msgid "Select %s."
msgstr "%s를 선택하세요."

#. translators: 1. Post type plural label.
#: classes/Conditions.php:282
#, php-format
msgctxt "condition: post type plural label ie. Posts: ID"
msgid "%s: ID"
msgstr "%s: ID"

#. translators: 1. Post type singular label.
#: classes/Conditions.php:289
#, php-format
msgctxt "condition: post type singular label ie. Posts IDs"
msgid "%s IDs: 128, 129"
msgstr "%s ID: 128, 129"

#. translators: 1. Post type plural label.
#: classes/Conditions.php:303
#, php-format
msgctxt "condition: post type plural label ie. Posts: ID"
msgid "%s: Child Of"
msgstr "%s: 하위 항목"

#. translators: 1. Post type plural label.
#: classes/Conditions.php:326
#, php-format
msgctxt "condition: post type plural label ie. Posts: ID"
msgid "%s: Ancestor Of"
msgstr "%s: 상위 항목"

#. translators: 1. Post type plural label.
#: classes/Conditions.php:353
#, php-format
msgctxt "condition: post type plural label ie. Pages: With Template"
msgid "%s: With Template"
msgstr "%s: 템플릿 포함"

#: classes/Conditions.php:362 classes/Shortcode/Subscribe.php:137
#: classes/Shortcode/Subscribe.php:305
msgid "Default"
msgstr "기본값"

#. translators: 1. Post type plural label, 2. Taxonomy singular label.
#: classes/Conditions.php:411
#, php-format
msgctxt ""
"condition: post type plural and taxonomy singular label ie. Posts: With "
"Category"
msgid "%1$s: With %2$s"
msgstr "%1$s: %2$s 포함"

#. translators: 1. Taxonomy plural label.
#: classes/Conditions.php:419
#, php-format
msgctxt "condition: post type plural label ie. Select categories"
msgid "Select %s."
msgstr "%s를 선택하세요."

#. translators: 1. Taxonomy plural label.
#: classes/Conditions.php:464
#, php-format
msgctxt "condition: taxonomy plural label ie. Categories: All"
msgid "%s: All"
msgstr "%s: 모두"

#. translators: 1. Taxonomy plural label.
#: classes/Conditions.php:474
#, php-format
msgctxt "condition: taxonomy plural label ie. Categories: Selected"
msgid "%s: Selected"
msgstr "%s: 선택됨"

#. translators: 1. Taxonomy plural label.
#: classes/Conditions.php:481
#, php-format
msgctxt "condition: taxonomy plural label ie. Select Categories"
msgid "Select %s."
msgstr "%s 선택."

#. translators: 1. Taxonomy plural label.
#: classes/Conditions.php:497
#, php-format
msgctxt "condition: taxonomy plural label ie. Categories: Selected"
msgid "%s: IDs"
msgstr "%s: ID들"

#. translators: 1. Taxonomy singular label.
#: classes/Conditions.php:504
#, php-format
msgctxt "condition: taxonomy plural label ie. Category IDs"
msgid "%s IDs: 128, 129"
msgstr "%s ID: 128, 129"

#: classes/Conditions.php:536
msgid "Home Page"
msgstr "홈 페이지"

#: classes/Conditions.php:543
msgid "Blog Index"
msgstr "블로그 색인"

#: classes/Conditions.php:550
msgid "Search Result Page"
msgstr "검색 결과 페이지"

#: classes/Conditions.php:556
msgid "404 Error Page"
msgstr "404 오류 페이지"

#: classes/Controllers/Admin.php:82
msgid "View Documentation"
msgstr "문서 보기"

#: classes/Controllers/Admin.php:90
#: classes/Controllers/Admin/WP/PluginsPage.php:107
msgid "Get Support"
msgstr "지원 받기"

#: classes/Controllers/Admin.php:98
msgid "Grant Support Access"
msgstr "지원 접근 권한 부여"

#: classes/Controllers/Admin/Toolbar.php:132
#: classes/Integration/Builder/BeaverBuilder.php:88
#: classes/Shortcode/Subscribe.php:433
#: includes/integrations/class-pum-cf7.php:167
#: includes/integrations/class-pum-gravity-forms.php:192
#: includes/integrations/ninja-forms/Actions/OpenPopup.php:45
#: dist/packages/block-editor.js:1 dist/packages/block-editor.js:2
msgid "Open Popup"
msgstr "팝업 열기"

#: classes/Controllers/Admin/Toolbar.php:144
#: classes/Shortcode/Subscribe.php:417
#: includes/integrations/class-pum-cf7.php:145
#: includes/integrations/class-pum-gravity-forms.php:170
#: includes/integrations/ninja-forms/Actions/ClosePopup.php:46
msgid "Close Popup"
msgstr "팝업 닫기"

#: classes/Controllers/Admin/Toolbar.php:157
msgid "Check Conditions"
msgstr "조건 확인"

#: classes/Controllers/Admin/Toolbar.php:170
msgid "Reset Cookies"
msgstr "쿠키 초기화"

#: classes/Controllers/Admin/Toolbar.php:195
msgid "No Popups Loaded"
msgstr "불러온 팝업이 없습니다"

#: classes/Controllers/Admin/Toolbar.php:240
msgid "Flush Popup Cache"
msgstr "팝업 캐시 비우기"

#: classes/Controllers/Admin/Toolbar.php:252
msgid "Get Selector"
msgstr "선택자 가져오기"

#: classes/Controllers/Admin/ToolbarNotifications.php:281
#: classes/Utils/Alerts.php:497 dist/packages/admin-notifications.js:2
msgid "Notifications"
msgstr "알림"

#. translators: %d: notification count.
#: classes/Controllers/Admin/ToolbarNotifications.php:305
#: dist/packages/admin-notifications.js:3
#, php-format
msgid "%d Popup Maker notification"
msgid_plural "%d Popup Maker notifications"
msgstr[0] "%d Popup Maker 알림"

#: classes/Controllers/Admin/WP/PluginsPage.php:66
msgid "Docs"
msgstr "문서"

#: classes/Controllers/Admin/WP/PluginsPage.php:67
#: classes/Controllers/WP/Dashboard.php:121
msgid "Upgrade to Pro"
msgstr "Pro로 업그레이드"

#: classes/Controllers/Admin/WP/PluginsPage.php:77
msgid "Translate"
msgstr "번역"

#: classes/Controllers/Assets.php:74
msgid ""
"Click Start Selection, then click a page element (text, button, image, etc.) "
"to get its CSS selector."
msgstr ""
"선택 시작을 클릭한 다음, 페이지 요소(텍스트, 버튼, 이미지 등)를 클릭하여 해"
"당 CSS 선택자를 가져오세요."

#: classes/Controllers/Assets.php:75
msgctxt "JS alert for CSS get selector tool"
msgid "Selector"
msgstr "선택기"

#: classes/Controllers/Assets.php:76
msgctxt "JS alert for CSS get selector tool"
msgid "Close"
msgstr "닫기"

#: classes/Controllers/Assets.php:77
msgctxt "JS alert for CSS get selector tool"
msgid "Copy"
msgstr "복사"

#: classes/Controllers/Assets.php:78
msgctxt "JS alert for CSS get selector tool"
msgid "Copied to clipboard"
msgstr "클립보드에 복사됨"

#: classes/Controllers/Compatibility/Builder/Divi.php:177
msgid ""
"Divi 4 requires the classic editor for popup editing. This setting is "
"automatically enforced for compatibility."
msgstr ""
"Divi 4에서는 팝업 편집에 클래식 편집기가 필요합니다. 이 설정은 호환성을 위해 "
"자동으로 적용됩니다."

#: classes/Controllers/PostTypes.php:178
msgid "Popups"
msgstr "팝업"

#: classes/Controllers/PostTypes.php:345 classes/Controllers/PostTypes.php:351
#: classes/Controllers/PostTypes.php:595 dist/packages/block-library.js:1
msgid "Call to Action"
msgstr "콜 투 액션"

#. translators: %1$s: Post Type Singular: "Popup", "Popup Theme"
#: classes/Controllers/PostTypes.php:501 classes/Controllers/PostTypes.php:503
#, php-format
msgctxt "Post Type Singular: \"Popup\", \"Popup Theme\""
msgid "Add New %1$s"
msgstr "새 %1$s 추가"

#. translators: %1$s: Post Type Singular: "Popup", "Popup Theme"
#: classes/Controllers/PostTypes.php:505
#, php-format
msgctxt "Post Type Singular: \"Popup\", \"Popup Theme\""
msgid "Edit %1$s"
msgstr "%1$s 편집"

#. translators: %1$s: Post Type Singular: "Popup", "Popup Theme"
#: classes/Controllers/PostTypes.php:507
#, php-format
msgctxt "Post Type Singular: \"Popup\", \"Popup Theme\""
msgid "New %1$s"
msgstr "새 %1$s"

#. translators: %2$s: Post Type Plural: "Popups", "Popup Themes"
#: classes/Controllers/PostTypes.php:509
#, php-format
msgctxt "Post Type Plural: \"Popups\", \"Popup Themes\""
msgid "All %2$s"
msgstr "모든 %2$s"

#. translators: %1$s: Post Type Singular: "Popup", "Popup Theme"
#: classes/Controllers/PostTypes.php:511
#, php-format
msgctxt "Post Type Singular: \"Popup\", \"Popup Theme\""
msgid "View %1$s"
msgstr "%1$s 보기"

#. translators: %2$s: Post Type Plural: "Popups", "Popup Themes"
#: classes/Controllers/PostTypes.php:513
#, php-format
msgctxt "Post Type Plural: \"Popups\", \"Popup Themes\""
msgid "Search %2$s"
msgstr "%2$s 검색"

#. translators: %2$s: Post Type Plural: "Popups", "Popup Themes"
#: classes/Controllers/PostTypes.php:515
#, php-format
msgctxt "Post Type Plural: \"Popups\", \"Popup Themes\""
msgid "No %2$s found"
msgstr "%2$s을(를) 찾을 수 없음"

#. translators: %2$s: Post Type Plural: "Popups", "Popup Themes"
#: classes/Controllers/PostTypes.php:517
#, php-format
msgctxt "Post Type Plural: \"Popups\", \"Popup Themes\""
msgid "No %2$s found in Trash"
msgstr "휴지통에서 %2$s을(를) 찾을 수 없음"

#. translators: %1$s: Post Type Singular: Popup, Theme
#: classes/Controllers/PostTypes.php:580 classes/Controllers/PostTypes.php:582
#, php-format
msgctxt "Post Type Singular: Popup, Theme"
msgid "%1$s updated."
msgstr "%1$s이(가) 업데이트되었습니다."

#. translators: %1$s: Post Type Singular: Popup, Theme
#: classes/Controllers/PostTypes.php:584
#, php-format
msgctxt "Post Type Singular: Popup, Theme"
msgid "%1$s published."
msgstr "%1$s이(가) 공개되었습니다."

#. translators: %1$s: Post Type Singular: Popup, Theme
#: classes/Controllers/PostTypes.php:586
#, php-format
msgctxt "Post Type Singular: Popup, Theme"
msgid "%1$s saved."
msgstr "%1$s이(가) 저장되었습니다."

#. translators: %1$s: Post Type Singular: Popup, Theme
#: classes/Controllers/PostTypes.php:588
#, php-format
msgctxt "Post Type Singular: Popup, Theme"
msgid "%1$s submitted."
msgstr "%1$s이(가) 제출되었습니다."

#: classes/Controllers/RestAPI.php:114
msgid "The popup title displayed inside the popup."
msgstr "팝업 내부에 표시되는 팝업 제목입니다."

#: classes/Controllers/RestAPI.php:257
msgid "You do not have permission to trash this call to action."
msgstr "이 콜 투 액션을 휴지통으로 이동할 권한이 없습니다."

#: classes/Controllers/RestAPI.php:316
msgid "Stats for this CTA."
msgstr "이 CTA에 대한 통계입니다."

#: classes/Controllers/RestAPI.php:416
msgid "CTA type is required"
msgstr "CTA 유형이 필요합니다"

#: classes/Controllers/RestAPI.php:424
msgid "Invalid CTA type"
msgstr "잘못된 CTA 유형"

#: classes/Controllers/RestAPI.php:476
msgid "Access to this endpoint requires authorization."
msgstr "이 엔드포인트에 접근하려면 인증이 필요합니다."

#: classes/Controllers/WP/Dashboard.php:44
msgid "Popup Analytics"
msgstr "팝업 분석"

#: classes/Controllers/WP/Dashboard.php:90
msgid "Free"
msgstr "무료"

#: classes/Controllers/WP/Dashboard.php:95
msgid "Total Views"
msgstr "총 조회수"

#: classes/Controllers/WP/Dashboard.php:105
msgid "Overall Conversion Rate"
msgstr "전체 전환율"

#: classes/Controllers/WP/Dashboard.php:112
msgid "Top Performer:"
msgstr "최고 성과:"

#: classes/Controllers/WP/Dashboard.php:123
msgid ""
"Get detailed analytics, revenue tracking, exit intent, advanced targeting, "
"and more"
msgstr ""
"상세 분석, 수익 추적, 이탈 의도, 고급 타겟팅 등 더 많은 기능을 이용하세요"

#: classes/Controllers/WP/Dashboard.php:125
msgid "Upgrade Now"
msgstr "지금 업그레이드"

#: classes/Cookies.php:83
msgid "On Popup Close"
msgstr "팝업 닫을 때"

#: classes/Cookies.php:86
msgid "On Popup Open"
msgstr "팝업 열 때"

#: classes/Cookies.php:89
msgid "On Popup Conversion"
msgstr "팝업 전환 시"

#: classes/Cookies.php:99 classes/Shortcode/Subscribe.php:64
#: classes/Triggers.php:222
msgid "Form"
msgstr "양식"

#: classes/Cookies.php:102 classes/Triggers.php:225
msgid "Any Supported Form*"
msgstr "지원되는 모든 양식*"

#: classes/Cookies.php:104 classes/Shortcode/Subscribe.php:41
#: classes/Triggers.php:227
msgid "Subscription Form"
msgstr "구독 양식"

#: classes/Cookies.php:114
msgid "Only in this popup"
msgstr "이 팝업에서만"

#: classes/Cookies.php:122
msgid "Subscription Form: Successful"
msgstr "구독 양식: 성공"

#: classes/Cookies.php:125
msgid "Subscription Form: Already Subscribed"
msgstr "구독 양식: 이미 구독됨"

#: classes/Cookies.php:128 includes/legacy/input-options.php:165
msgid "Manual"
msgstr "수동"

#: classes/Cookies.php:163
msgid "Cookie Settings"
msgstr "쿠키 설정"

#: classes/Cookies.php:164
msgid "Sessions"
msgstr "세션"

#: classes/Cookies.php:232 classes/Privacy.php:79
#: classes/Shortcode/PopupCookie.php:48 classes/Triggers.php:337
msgid "Cookie Name"
msgstr "쿠키 이름"

#: classes/Cookies.php:233 classes/Shortcode/PopupCookie.php:49
msgid "Cookie Name ex. popmaker-123"
msgstr "쿠키 이름 예: popmaker-123"

#: classes/Cookies.php:234 classes/Shortcode/PopupCookie.php:50
msgid "The name that will be used when checking for or saving this cookie."
msgstr "이 쿠키를 확인하거나 저장할 때 사용될 이름입니다."

#: classes/Cookies.php:239 classes/Shortcode/PopupCookie.php:54
msgid "Cookie Time"
msgstr "쿠키 시간"

#: classes/Cookies.php:240 classes/Shortcode/PopupCookie.php:55
msgid "364 days 23 hours 59 minutes 59 seconds"
msgstr "364일 23시간 59분 59초"

#: classes/Cookies.php:241 classes/Shortcode/PopupCookie.php:56
msgid "Enter a plain english time before cookie expires."
msgstr "쿠키가 만료되기 전에 일반 영어로 시간을 입력하세요."

#: classes/Cookies.php:248
msgid "Use Session Cookie?"
msgstr "세션 쿠키를 사용하시겠습니까?"

#: classes/Cookies.php:249
msgid "Session cookies expire when the user closes their browser."
msgstr "세션 쿠키는 사용자가 브라우저를 닫으면 만료됩니다."

#. translators: %1$s: bold start, %2$s: bold end.
#: classes/Cookies.php:251
#, php-format
msgid ""
"%1$sNote%2$s: Modern browsers that reopen your last browser session's tabs "
"do not properly clear session cookies"
msgstr ""
"%1$s참고%2$s: 마지막 브라우저 세션의 탭을 다시 여는 최신 브라우저는 세션 쿠키"
"를 제대로 지우지 않습니다"

#: classes/Cookies.php:260 classes/Shortcode/PopupCookie.php:60
msgid "Sitewide Cookie"
msgstr "사이트 전체 쿠키"

#: classes/Cookies.php:261 classes/Shortcode/PopupCookie.php:61
msgid ""
"This will prevent the popup from triggering on all pages until the cookie "
"expires."
msgstr ""
"이렇게 하면 쿠키가 만료될 때까지 모든 페이지에서 팝업이 표시되지 않습니다."

#: classes/Cookies.php:267
msgid "Cookie Key"
msgstr "쿠키 키"

#: classes/Cookies.php:268
msgid "Changing this will cause all existing cookies to be invalid."
msgstr "이 값을 변경하면 기존의 모든 쿠키가 무효화됩니다."

#: classes/Extension/Activator.php:171 classes/Utils/Prerequisites.php:323
#: includes/pum-sdk/class-pum-extension-activation.php:115
msgid "activate it"
msgstr "활성화하세요"

#. translators: 1. Plugin name, 2. Required plugin name, 3. `activate it` link.
#. translators: 1. Plugin name, 2. Required plugin name, 3. `install it` link.
#. translators: 1. Plugin Name, 2. Required Plugin Name, 4. `activate it` link.
#. translators: 1. Plugin Name, 2. Required Plugin Name, 3. `install it` link.
#: classes/Extension/Activator.php:174 classes/Extension/Activator.php:199
#: classes/Utils/Prerequisites.php:327 classes/Utils/Prerequisites.php:350
#, php-format
msgid "The plugin \"%1$s\" requires %2$s! Please %3$s to continue!"
msgstr "플러그인 \"%1$s\"에는 %2$s이(가) 필요합니다! 계속하려면 %3$s!"

#: classes/Extension/Activator.php:183 classes/Utils/Prerequisites.php:334
msgid "update it"
msgstr "업데이트하세요"

#. translators: 1. Plugin name, 2. Required plugin name, 3. Version number, 4. `update it` link.
#. translators: 1. Plugin Name, 2. Required Plugin Name, 3. Version number, 4. `update it` link.
#: classes/Extension/Activator.php:186 classes/Utils/Prerequisites.php:338
#, php-format
msgid ""
"The plugin \"%1$s\" requires %2$s v%3$s or higher! Please %4$s to continue!"
msgstr "플러그인 \"%1$s\"에는 %2$s v%3$s 이상이 필요합니다! 계속하려면 %4$s!"

#: classes/Extension/Activator.php:196 classes/Utils/Prerequisites.php:346
#: includes/pum-sdk/class-pum-extension-activation.php:118
msgid "install it"
msgstr "설치하세요"

#: classes/Extension/License.php:300 classes/Services/License.php:760
#: classes/Services/License.php:924
msgid "An error occurred, please try again."
msgstr "오류가 발생했습니다. 다시 시도해 주세요."

#. translators: 1. opening link text, 2. closing link text
#: classes/Extension/License.php:514
#, php-format
msgid ""
"Enter your extension license keys here to receive updates for purchased "
"extensions. If your license key has expired, please %1$srenew your "
"license%2$s."
msgstr ""
"구매한 확장 프로그램의 업데이트를 받으려면 여기에 확장 프로그램 라이선스 키"
"를 입력하세요. 라이선스 키가 만료된 경우, %1$s라이선스를 갱신%2$s해 주세요."

#. translators: 1. Extension name, 2. opening link text, 3. closing link text
#: classes/Extension/License.php:746
#, php-format
msgid ""
"%1$s is missing a license key. You will not receive updates until a valid "
"key is entered on the %2$sLicenses page%3$s."
msgstr ""
"%1$s에는 라이선스 키가 없습니다. %2$s라이선스 페이지%3$s에서 유효한 키를 입력"
"하기 전까지 업데이트를 받을 수 없습니다."

#. translators: 1. Extension name, 2. opening link text, 3. closing link text
#: classes/Extension/License.php:760
#, php-format
msgid ""
"%1$s has an invalid or expired license key. Please visit the %2$sLicenses "
"page%3$s to correct this."
msgstr ""
"%1$s에는 유효하지 않거나 만료된 라이선스 키가 있습니다. 이 문제를 해결하려면 "
"%2$s라이선스 페이지%3$s를 방문하세요."

#. translators: 1. opening link text, 2. closing link text
#: classes/Extension/License.php:805
#, php-format
msgid ""
"You have invalid or expired license keys for Popup Maker. Please go to the "
"%1$sLicenses page%2$s to correct this issue."
msgstr ""
"Popup Maker의 라이선스 키가 유효하지 않거나 만료되었습니다. 이 문제를 해결하"
"려면 %1$s라이선스 페이지%2$s로 이동하세요."

#: classes/Extension/License.php:839
msgid "Enter valid license key for automatic updates."
msgstr "자동 업데이트를 위해 유효한 라이선스 키를 입력하세요."

#. translators: the plugin name.
#: classes/Extension/Updater.php:344
#, php-format
msgid "There is a new version of %1$s available."
msgstr "%1$s의 새 버전을 사용할 수 있습니다."

#: classes/Extension/Updater.php:350
msgid "Contact your network administrator to install the update."
msgstr "업데이트를 설치하려면 네트워크 관리자에게 문의하세요."

#. translators: 1. opening anchor tag, do not translate 2. the new plugin version 3. closing anchor tag, do not translate.
#: classes/Extension/Updater.php:355
#, php-format
msgid "%1$sView version %2$s details%3$s."
msgstr "%1$s버전 %2$s 세부정보 보기%3$s"

#. translators: 1. opening anchor tag, do not translate 2. the new plugin version 3. closing anchor tag, do not translate 4. opening anchor tag, do not translate 5. closing anchor tag, do not translate</a>.
#: classes/Extension/Updater.php:364
#, php-format
msgid "%1$sView version %2$s details%3$s or %4$supdate now%5$s."
msgstr "%1$s버전 %2$s 세부정보 보기%3$s 또는 %4$s지금 업데이트%5$s."

#: classes/Extension/Updater.php:375
msgid "Update now."
msgstr "지금 업데이트."

#: classes/Extension/Updater.php:609
msgid "You do not have permission to install plugin updates"
msgstr "플러그인 업데이트를 설치할 권한이 없습니다"

#: classes/Integration/Builder/BeaverBuilder.php:101
msgid "Open the selected popup when this button is clicked."
msgstr "이 버튼을 클릭하면 선택한 팝업을 엽니다."

#: classes/Integration/Builder/BeaverBuilder.php:156
msgid "— None —"
msgstr "— 없음 —"

#: classes/Integration/Builder/BeaverBuilder.php:175
#: dist/packages/core-data.js:25
msgid "(no title)"
msgstr "(제목 없음)"

#. translators: 1: popup title, 2: popup ID.
#: classes/Integration/Builder/BeaverBuilder.php:180
#, php-format
msgid "%1$s (ID: %2$d)"
msgstr "%1$s (ID: %2$d)"

#: classes/Integration/Form/BeaverBuilder.php:51
#: classes/Integration/Form/BeaverBuilder.php:88
msgid "Any Contact Form"
msgstr "모든 문의 양식"

#: classes/Integration/Form/BeaverBuilder.php:55
#: classes/Integration/Form/BeaverBuilder.php:89
msgid "Any Subscribe Form"
msgstr "모든 구독 양식"

#: classes/Integration/Form/BeaverBuilder.php:59
#: classes/Integration/Form/BeaverBuilder.php:90
msgid "Any Login Form"
msgstr "모든 로그인 양식"

#: classes/Integration/Form/Elementor.php:153
msgid "Any Elementor Form"
msgstr "모든 Elementor 양식"

#: classes/Integration/Form/Elementor.php:157
msgid "Unknown Page"
msgstr "알 수 없는 페이지"

#: classes/Integration/GoogleFonts.php:87
msgid "Google Web Fonts"
msgstr "Google 웹 글꼴"

#: classes/Integration/QueryMonitor/Collector/CacheFunc.php:20
#: classes/Integration/QueryMonitor/Output/Html/CacheFunc.php:33
#: classes/Integration/QueryMonitor/Output/Html/CacheFunc.php:125
msgid "Function Cache"
msgstr "함수 캐시"

#: classes/Integration/QueryMonitor/Output/Html/CacheFunc.php:48
#: classes/Integration/QueryMonitor/Output/Html/CacheFunc.php:81
msgid "Function"
msgstr "함수"

#: classes/Integration/QueryMonitor/Output/Html/CacheFunc.php:49
msgid "Hits"
msgstr "적중"

#: classes/Integration/QueryMonitor/Output/Html/CacheFunc.php:50
msgid "Misses"
msgstr "실패"

#: classes/Integration/QueryMonitor/Output/Html/CacheFunc.php:51
msgid "Total"
msgstr "합계"

#: classes/Integration/QueryMonitor/Output/Html/CacheFunc.php:52
msgid "Hit Rate"
msgstr "적중률"

#: classes/Integration/QueryMonitor/Output/Html/CacheFunc.php:77
msgid ""
"Functions with changing return values across hooks. These may not be "
"suitable for caching."
msgstr ""
"훅 간에 반환 값이 변경되는 함수입니다. 이러한 함수는 캐싱에 적합하지 않을 수 "
"있습니다."

#: classes/Integration/QueryMonitor/Output/Html/CacheFunc.php:82
msgid "Hook"
msgstr "훅"

#: classes/Integration/QueryMonitor/Output/Html/CacheFunc.php:84
#: classes/Privacy.php:81
msgid "Time"
msgstr "시간"

#. translators: 1. Integration label.
#: classes/Integrations.php:485
#, php-format
msgid "Any %s Form"
msgstr "모든 %s 형식"

#. translators: 1. Expiration date, 2. Opening HTML link tag, 3. Closing HTML tag.
#: classes/Licensing.php:120
#, php-format
msgid ""
"Your license key expired on %1$s. Please %2$srenew your license key%3$s."
msgstr ""
"라이선스 키가 %1$s에 만료되었습니다. %2$s라이선스 키를 갱신%3$s해 주세요."

#. translators: 1. Opening HTML link tag, 2. Closing HTML tag.
#: classes/Licensing.php:130
#, php-format
msgid ""
"Your license key has been disabled. Please %1$scontact support%2$s for more "
"information."
msgstr ""
"라이선스 키가 비활성화되었습니다. 자세한 내용은 %1$s지원팀에 문의%2$s해 주세"
"요."

#. translators: 1. Opening HTML link tag, 2. Closing HTML tag.
#: classes/Licensing.php:138
#, php-format
msgid "Invalid license. Please %1$svisit your account page%2$s and verify it."
msgstr "잘못된 라이선스입니다. %1$s계정 페이지를 방문%2$s하여 확인해 주세요."

#. translators: 1. Plugin name. 2. Opening HTML link tag, 3. Closing HTML tag.
#: classes/Licensing.php:147
#, php-format
msgid ""
"Your %1$s is not active for this URL. Please %2$svisit your account page%3$s "
"to manage your license key URLs."
msgstr ""
"%1$s은(는) 이 URL에서 활성화되어 있지 않습니다. 라이선스 키 URL을 관리하려면 "
"%2$s계정 페이지를 방문%3$s해 주세요."

#. translators: 1. Plugin name.
#. translators: the plugin name
#: classes/Licensing.php:156 classes/Services/License.php:914
#, php-format
msgid "This appears to be an invalid license key for %s."
msgstr "%s에 대한 유효하지 않은 라이선스 키로 보입니다."

#. translators: 1. Opening HTML link tag, 2. Closing HTML tag.
#: classes/Licensing.php:163
#, php-format
msgid ""
"Your license key has reached its activation limit. %1$sView possible "
"upgrades%2$s now."
msgstr ""
"라이선스 키의 활성화 한도에 도달했습니다. 지금 %1$s업그레이드 가능 옵션 보"
"기%2$s."

#: classes/Licensing.php:169
msgid ""
"The key you entered belongs to a bundle, please use the product specific "
"license key."
msgstr "입력하신 키는 번들에 속합니다. 제품별 라이선스 키를 사용해 주세요."

#: classes/Licensing.php:172
msgid "unknown_error"
msgstr "알 수 없는 오류"

#. translators: 1. Error message, 2. Opening HTML link tag, 3. Closing HTML tag.
#: classes/Licensing.php:175
#, php-format
msgid ""
"There was an error with this license key: %1$s. Please %2$scontact our "
"support team%3$s."
msgstr ""
"이 라이선스 키에 오류가 발생했습니다: %1$s. %2$s지원팀에 문의%3$s해 주세요."

#: classes/Licensing.php:190
msgid "License key never expires."
msgstr "라이선스 키는 만료되지 않습니다."

#. translators: 1. Expiration date, 2. Opening HTML link tag, 3. Closing HTML tag.
#: classes/Licensing.php:194
#, php-format
msgid ""
"Your license key expires soon! It expires on %1$s. %2$sRenew your license "
"key%3$s."
msgstr ""
"라이선스 키가 곧 만료됩니다! 만료일은 %1$s입니다. %2$s라이선스 키를 갱신%3$s"
"해 주세요."

#. translators: 1. Expiration date.
#: classes/Licensing.php:202
#, php-format
msgid "Your license key expires on %s."
msgstr "라이선스 키는 %s에 만료됩니다."

#. translators: 1. Plugin name.
#: classes/Licensing.php:212
#, php-format
msgid "To receive updates, please enter your valid %s license key."
msgstr "업데이트를 받으려면 유효한 %s 라이선스 키를 입력하세요."

#: classes/ListTable.php:965
msgid ""
"function PUM_ListTable::get_columns() must be over-ridden in a sub-class."
msgstr ""
"함수 PUM_ListTable::get_columns()는 하위 클래스에서 재정의되어야 합니다."

#: classes/Model/Popup.php:307
msgid ""
"Popup settings were not saved because the change would have erased existing "
"triggers, conditions, and display settings. Please reload the popup and try "
"again."
msgstr ""
"변경 사항이 기존 트리거, 조건 및 표시 설정을 지워버리게 되므로 팝업 설정이 저"
"장되지 않았습니다. 팝업을 다시 불러와서 다시 시도하세요."

#: classes/Models/CallToAction.php:206
msgid "This content is restricted."
msgstr "이 콘텐츠는 제한되어 있습니다."

#: classes/Privacy.php:48
msgid "Suggested text:"
msgstr "제안된 텍스트:"

#: classes/Privacy.php:52
msgid "Hello,"
msgstr "안녕하세요,"

#: classes/Privacy.php:52
msgid ""
"This information serves as a guide on what sections need to be modified due "
"to usage of Popup Maker and its extensions."
msgstr ""
"이 정보는 Popup Maker 및 해당 확장 기능의 사용으로 인해 수정해야 하는 섹션이 "
"무엇인지 안내합니다."

#: classes/Privacy.php:53
msgid ""
"You should include the information below in the correct sections of you "
"privacy policy."
msgstr "아래 정보를 개인정보 처리방침의 올바른 섹션에 포함해야 합니다."

#: classes/Privacy.php:54
msgid "Disclaimer:"
msgstr "면책 조항:"

#: classes/Privacy.php:54
msgid ""
"This information is only for guidance and not to be considered as legal "
"advice."
msgstr "이 정보는 안내용일 뿐이며 법률 자문으로 간주되어서는 안 됩니다."

#: classes/Privacy.php:55
msgid "Note:"
msgstr "참고:"

#: classes/Privacy.php:55
msgid ""
"Some of the information below is dynamically generated, such as cookies. If "
"you add or change popups you will see those additions or changes below and "
"will need to update your policy accordingly."
msgstr ""
"아래 정보의 일부는 쿠키와 같이 동적으로 생성됩니다. 팝업을 추가하거나 변경하"
"면 아래에 해당 추가 사항이나 변경 사항이 표시되며, 그에 따라 정책을 업데이트"
"해야 합니다."

#: classes/Privacy.php:58
msgid "What personal data we collect and why we collect it"
msgstr "수집하는 개인정보와 그 이유"

#: classes/Privacy.php:60
msgid "Subscription forms"
msgstr "구독 양식"

#: classes/Privacy.php:61
msgid "Popup Maker subscription forms are not enabled by default."
msgstr "Popup Maker 구독 양식은 기본적으로 활성화되어 있지 않습니다."

#: classes/Privacy.php:62
msgid ""
"If you have used them in your popups to collect email subscribers, use this "
"subsection to note what personal data is captured when someone submits a "
"subscription form, and how long you keep it."
msgstr ""
"팝업에서 이메일 구독자를 수집하기 위해 이를 사용한 경우, 누군가 구독 양식을 "
"제출할 때 어떤 개인정보가 수집되는지와 이를 얼마나 오래 보관하는지 이 하위 섹"
"션에 기록하세요."

#: classes/Privacy.php:63
msgid ""
"For example, you may note that you keep form submissions for ongoing "
"marketing purposes."
msgstr ""
"예를 들어, 지속적인 마케팅 목적을 위해 양식 제출 내용을 보관한다고 적을 수 있"
"습니다."

#: classes/Privacy.php:64
msgid ""
"If you submit a subscription form on our site you will be opting in for us "
"to save your name, email address and other relevant information."
msgstr ""
"당사 사이트에서 구독 양식을 제출하면, 귀하의 이름, 이메일 주소 및 기타 관련 "
"정보를 저장하는 데 동의하는 것으로 간주됩니다."

#: classes/Privacy.php:65
msgid ""
"These subscriptions are used to notify you about related content, discounts "
"& other special offers."
msgstr ""
"이 구독 정보는 관련 콘텐츠, 할인 및 기타 특별 혜택에 대해 알려드리는 데 사용"
"됩니다."

#: classes/Privacy.php:65
msgid ""
"You can opt our or unsubscribe at any time in the future by clicking link in "
"the bottom of any email."
msgstr ""
"이메일 하단의 링크를 클릭하면 언제든지 수신을 중단하거나 구독을 취소할 수 있"
"습니다."

#: classes/Privacy.php:68
msgid ""
"Popup Maker uses cookies for most popups. The primary function is to prevent "
"your users from being annoyed by seeing the same popup repeatedly."
msgstr ""
"Popup Maker는 대부분의 팝업에 쿠키를 사용합니다. 주된 기능은 사용자가 동일한 "
"팝업을 반복해서 보며 불편함을 느끼지 않도록 하는 것입니다."

#: classes/Privacy.php:69
msgid ""
"This may result in cookies being saved for an extended period of time. These "
"are non-tracking cookies used only by our popups."
msgstr ""
"이로 인해 쿠키가 장기간 저장될 수 있습니다. 이는 추적용이 아닌 쿠키로, 저희 "
"팝업에서만 사용됩니다."

#: classes/Privacy.php:75
msgid ""
"Below is a list of all cookies currently registered within your popup "
"settings. These are here for you to disclose if you are so required."
msgstr ""
"아래는 현재 팝업 설정에 등록된 모든 쿠키 목록입니다. 필요한 경우 공개할 수 있"
"도록 여기에 표시됩니다."

#: classes/Privacy.php:80
msgid "Usage"
msgstr "사용"

#: classes/Privacy.php:114
msgid ""
"We use anonymous cookies to prevent users from seeing the same popup "
"repetitively in an attempt to make our users experience more pleasant while "
"still delivering time sensitive messaging."
msgstr ""
"저희는 익명 쿠키를 사용하여 사용자가 동일한 팝업을 반복해서 보지 않도록 함으"
"로써, 시의성 있는 메시지는 유지하면서도 사용자 경험을 더 쾌적하게 만들고자 합"
"니다."

#: classes/Privacy.php:117
msgid "Popup Maker anonymously tracks popup views and conversions."
msgstr "Popup Maker는 팝업 조회수와 전환을 익명으로 추적합니다."

#: classes/Privacy.php:119
msgid "How long we retain your data"
msgstr "데이터 보관 기간"

#: classes/Privacy.php:120
msgid ""
"Subscriber information is retained in the local database indefinitely for "
"analytic tracking purposes and for future export."
msgstr ""
"구독자 정보는 분석 추적 목적과 향후 내보내기를 위해 로컬 데이터베이스에 무기"
"한 보관됩니다."

#: classes/Privacy.php:121
msgid ""
"Data will be exported or removed upon users request via the existing "
"Exporter or Eraser."
msgstr ""
"데이터는 기존 내보내기 도구 또는 삭제 도구를 통해 사용자의 요청에 따라 내보내"
"지거나 제거됩니다."

#: classes/Privacy.php:121
msgid ""
"If syncing data to a 3rd party service (for example Mailchimp), data is "
"retained there until unsubscribed or deleted."
msgstr ""
"3rd party 서비스(예: Mailchimp)로 데이터를 동기화하는 경우, 해당 데이터는 구"
"독이 취소되거나 삭제될 때까지 그곳에 보관됩니다."

#: classes/Privacy.php:123
msgid "Where we send your data"
msgstr "데이터 전송 위치"

#: classes/Privacy.php:124
msgid ""
"Popup Maker does not send any user data outside of your site by default."
msgstr ""
"Popup Maker는 기본적으로 사이트 외부로 어떤 사용자 데이터도 전송하지 않습니"
"다."

#: classes/Privacy.php:125
msgid ""
"If you have extended our subscription forms to send data to a 3rd party "
"service such as Mailchimp, user info may be passed to these external "
"services. These services may be located abroad."
msgstr ""
"Mailchimp와 같은 3rd party 서비스로 데이터를 전송하도록 구독 양식을 확장한 경"
"우, 사용자 정보가 이러한 외부 서비스로 전달될 수 있습니다. 이러한 서비스는 해"
"외에 위치할 수 있습니다."

#: classes/Privacy.php:150 classes/Privacy.php:168
msgid "Popup Maker Subscribe Form"
msgstr "Popup Maker 구독 양식"

#: classes/Privacy.php:217
msgid "Subscriber Data"
msgstr "구독자 데이터"

#: classes/Privacy.php:257
msgid "Provided Consent"
msgstr "제공된 동의"

#: classes/Privacy.php:314
msgid "Date Subscribed"
msgstr "구독 날짜"

#: classes/Privacy.php:391
msgid ""
"Subscription information was not removed. A database error may have occurred "
"during deletion."
msgstr ""
"구독 정보가 제거되지 않았습니다. 삭제 중 데이터베이스 오류가 발생했을 수 있습"
"니다."

#: classes/Privacy.php:395
msgid ""
"Subscription information was not removed. This may occur when no immediate "
"confirmation is received during our attempt to unsubscribe you from our "
"mailing list."
msgstr ""
"구독 정보가 제거되지 않았습니다. 메일링 리스트에서 구독을 취소하려는 시도 중 "
"즉시 확인을 받지 못한 경우 발생할 수 있습니다."

#: classes/Privacy.php:442
msgid "Cookie used to prevent popup from displaying repeatedly."
msgstr "팝업이 반복해서 표시되지 않도록 하는 데 사용되는 쿠키입니다."

#: classes/RestAPI/License.php:131
msgid "Enter a valid license key."
msgstr "유효한 라이선스 키를 입력하세요."

#: classes/RestAPI/License.php:140
msgid "License activation failed. Check your connection and try again."
msgstr "라이선스 활성화에 실패했습니다. 연결을 확인한 후 다시 시도하세요."

#: classes/RestAPI/License.php:200
msgid "Sorry, you are not allowed to manage licenses."
msgstr "죄송합니다. 라이선스를 관리할 권한이 없습니다."

#: classes/RestAPI/Notifications.php:142
msgid "Missing alert code."
msgstr "알림 코드가 없습니다."

#: classes/RestAPI/Notifications.php:153
msgid "Unknown notification."
msgstr "알 수 없는 알림입니다."

#: classes/RestAPI/Notifications.php:159
msgid "Invalid notification action."
msgstr "잘못된 알림 작업입니다."

#: classes/RestAPI/Notifications.php:165
msgid "Could not record dismissal."
msgstr "해제 기록에 실패했습니다."

#: classes/RestAPI/ObjectSearch.php:68
msgid "You do not have permission to search objects."
msgstr "객체를 검색할 권한이 없습니다."

#: classes/RestAPI/ObjectSearch.php:122
msgid "You do not have permission to search this object type."
msgstr "이 객체 유형을 검색할 권한이 없습니다."

#: classes/RestAPI/ObjectSearch.php:139
msgid "You do not have permission to search this taxonomy."
msgstr "이 분류 체계를 검색할 권한이 없습니다."

#: classes/RestAPI/ObjectSearch.php:151
msgid "You do not have permission to search users."
msgstr "사용자를 검색할 권한이 없습니다."

#: classes/RestAPI/ObjectSearch.php:368
msgid "Type of object to search (post_type, taxonomy, user, custom_entity)"
msgstr "검색할 객체 유형(post_type, taxonomy, user, custom_entity)"

#: classes/RestAPI/ObjectSearch.php:374
msgid "Specific object key (post type name, taxonomy name, user role)"
msgstr "특정 객체 키(post type 이름, taxonomy 이름, 사용자 역할)"

#: classes/RestAPI/ObjectSearch.php:379
msgid "Search term"
msgstr "검색어"

#: classes/RestAPI/ObjectSearch.php:384
msgid ""
"IDs to include in results (integers for standard objects, strings for custom "
"entities)"
msgstr "결과에 포함할 ID(표준 객체는 정수, 사용자 정의 엔터티는 문자열)"

#: classes/RestAPI/ObjectSearch.php:392
msgid ""
"IDs to exclude from results (integers for standard objects, strings for "
"custom entities)"
msgstr "결과에서 제외할 ID(표준 객체는 정수, 사용자 정의 엔터티는 문자열)"

#: classes/RestAPI/ObjectSearch.php:400
msgid "Page number for pagination"
msgstr "페이지 번호"

#: classes/Services/AddonLifecycle.php:75
msgid "This add-on is network active and must be managed in Network Admin."
msgstr ""
"이 추가 기능은 네트워크에서 활성화되어 있으며 네트워크 관리자에서 관리해야 합"
"니다."

#: classes/Services/AddonLifecycle.php:100
msgid "The requested add-on is not in the Popup Maker catalog."
msgstr "요청한 추가 기능은 Popup Maker 카탈로그에 없습니다."

#: classes/Services/AddonLifecycle.php:106
msgid "The requested add-on is not installed."
msgstr "요청한 추가 기능이 설치되어 있지 않습니다."

#. translators: the license key expiration date
#: classes/Services/License.php:892
#, php-format
msgid "Your license key expired on %s."
msgstr "귀하의 라이선스 키는 %s에 만료되었습니다."

#: classes/Services/License.php:899
msgid "Your license key has been disabled."
msgstr "귀하의 라이선스 키가 비활성화되었습니다."

#: classes/Services/License.php:903
msgid "Invalid license."
msgstr "유효하지 않은 라이선스입니다."

#: classes/Services/License.php:908
msgid "Your license is not active for this URL."
msgstr "이 URL에서는 라이선스가 활성화되어 있지 않습니다."

#: classes/Services/License.php:920
msgid "Your license key has reached its activation limit."
msgstr "귀하의 라이선스 키가 활성화 한도에 도달했습니다."

#. translators: the date and time of the auto-activation disconnect
#: classes/Services/License.php:1136
#, php-format
msgid ""
"Auto-activation was disconnected on %s. The POPUP_MAKER_PRO_LICENSE constant "
"was removed from your configuration."
msgstr ""
"자동 활성화가 %s에 연결 해제되었습니다. POPUP_MAKER_PRO_LICENSE 상수가 구성에"
"서 제거되었습니다."

#: classes/Services/Notifications/FeatureAnnouncements.php:276
msgid "Test popups while logged out"
msgstr "로그아웃한 상태에서 팝업 테스트"

#: classes/Services/Notifications/FeatureAnnouncements.php:277
msgid ""
"Use the free <strong>Popup Maker Debug Tools</strong> Chrome extension to "
"test and troubleshoot popups from the front end—even while logged out of "
"WordPress."
msgstr ""
"무료 <strong>Popup Maker Debug Tools</strong> Chrome 확장 프로그램을 사용하"
"여 WordPress에서 로그아웃한 상태에서도 프런트엔드의 팝업을 테스트하고 문제를 "
"해결하세요."

#: classes/Services/Notifications/FeatureAnnouncements.php:278
msgid "free debugging tool"
msgstr "무료 디버깅 도구"

#: classes/Services/Notifications/FeatureAnnouncements.php:282
msgid "View Chrome extension"
msgstr "Chrome 확장 프로그램 보기"

#: classes/Services/Notifications/FeatureAnnouncements.php:303
msgid "See what is driving your conversions"
msgstr "전환을 이끄는 요인을 확인하세요"

#: classes/Services/Notifications/FeatureAnnouncements.php:304
msgid ""
"You have enough conversion activity to spot real trends. <strong>Advanced "
"Analytics in Popup Maker Pro</strong> adds visual reports, URL performance, "
"campaign attribution, filters, and deeper conversion insights."
msgstr ""
"전환 활동이 충분해 실제 추세를 파악할 수 있습니다. <strong>Popup Maker Pro의 "
"고급 분석</strong>은 시각적 보고서, URL 성과, 캠페인 기여도, 필터 및 더 깊이 "
"있는 전환 인사이트를 추가합니다."

#: classes/Services/Notifications/FeatureAnnouncements.php:305
msgid "based on your conversion activity"
msgstr "전환 활동을 기반으로"

#: classes/Services/Notifications/FeatureAnnouncements.php:309
msgid "Explore Advanced Analytics"
msgstr "고급 분석 살펴보기"

#: classes/Services/Notifications/FeatureAnnouncements.php:317
#: classes/Services/Notifications/FeatureAnnouncements.php:345
#: classes/Services/Notifications/FeatureAnnouncements.php:373
#: classes/Services/Notifications/FeatureAnnouncements.php:401
#: classes/Services/Notifications/FeatureAnnouncements.php:457
#: classes/Services/Notifications/FeatureAnnouncements.php:484
#: classes/Services/Notifications/FeatureAnnouncements.php:512
msgid "Not now"
msgstr "나중에"

#: classes/Services/Notifications/FeatureAnnouncements.php:331
msgid "Manage Popup Maker with your AI assistant"
msgstr "AI 어시스턴트로 Popup Maker를 관리하세요"

#: classes/Services/Notifications/FeatureAnnouncements.php:332
msgid ""
"Your site already has the WordPress MCP foundation. <strong>Popup Maker Pro</"
"strong> connects it to AI tools so authorized users can inspect analytics "
"and manage popups, themes, and CTAs through natural conversation."
msgstr ""
"귀하의 사이트에는 이미 WordPress MCP 기반이 있습니다. <strong>Popup Maker "
"Pro</strong>는 이를 AI 도구에 연결하여 승인된 사용자가 자연어 대화를 통해 분"
"석을 확인하고 팝업, 테마, CTA를 관리할 수 있게 합니다."

#: classes/Services/Notifications/FeatureAnnouncements.php:333
msgid "MCP-ready site"
msgstr "MCP 지원 사이트"

#: classes/Services/Notifications/FeatureAnnouncements.php:337
msgid "Explore AI integration"
msgstr "AI 통합 살펴보기"

#: classes/Services/Notifications/FeatureAnnouncements.php:359
msgid "Find out which popup actually wins"
msgstr "어떤 팝업이 실제로 이기는지 알아보세요"

#: classes/Services/Notifications/FeatureAnnouncements.php:360
msgid ""
"You manage multiple live popups. <strong>Split Testing in Popup Maker Pro</"
"strong> lets you divide traffic between variants and measure opens, "
"conversions, purchases, and revenue—including true holdout tests."
msgstr ""
"여러 개의 라이브 팝업을 관리하고 계신가요. <strong>Popup Maker Pro의 분할 테"
"스트</strong>를 사용하면 트래픽을 여러 변형으로 나누고 열람, 전환, 구매, 수익"
"을 측정할 수 있습니다. 실제 홀드아웃 테스트도 포함됩니다."

#: classes/Services/Notifications/FeatureAnnouncements.php:361
msgid "new in Pro 1.2"
msgstr "Pro 1.2의 새로운 기능"

#: classes/Services/Notifications/FeatureAnnouncements.php:365
msgid "Explore Split Testing"
msgstr "분할 테스트 살펴보기"

#: classes/Services/Notifications/FeatureAnnouncements.php:387
msgid "Give your CTAs clean, memorable URLs"
msgstr "CTA에 깔끔하고 기억하기 쉬운 URL을 제공하세요"

#: classes/Services/Notifications/FeatureAnnouncements.php:388
msgid ""
"Your CTAs already track clicks. <strong>Vanity URLs in Popup Maker Pro</"
"strong> replace long tracking links with branded paths such as <code>/go/"
"summer-sale</code> that are easier to share and recognize."
msgstr ""
"CTA는 이미 클릭을 추적합니다. <strong>Popup Maker Pro의 Vanity URL</strong>"
"은 긴 추적 링크를 <code>/go/summer-sale</code>처럼 공유하고 알아보기 쉬운 브"
"랜드 경로로 바꿔줍니다."

#: classes/Services/Notifications/FeatureAnnouncements.php:389
msgid "built for your CTAs"
msgstr "CTA를 위해 만들어졌습니다"

#: classes/Services/Notifications/FeatureAnnouncements.php:393
msgid "Explore Vanity URLs"
msgstr "Vanity URL 살펴보기"

#: classes/Services/Notifications/FeatureAnnouncements.php:415
msgid "Try the new Call-to-Action system"
msgstr "새로운 콜 투 액션 시스템을 사용해 보세요"

#: classes/Services/Notifications/FeatureAnnouncements.php:416
msgid ""
"Turn links and buttons in your popups into <strong>trackable CTAs</strong> — "
"see which calls-to-action actually get clicked."
msgstr ""
"팝업의 링크와 버튼을 <strong>추적 가능한 CTA</strong>로 바꾸세요 — 어떤 콜 "
"투 액션이 실제로 클릭되는지 확인할 수 있습니다."

#: classes/Services/Notifications/FeatureAnnouncements.php:417
msgid "new in PM"
msgstr "PM의 새로운 기능"

#: classes/Services/Notifications/FeatureAnnouncements.php:421
msgid "Create your first CTA"
msgstr "첫 번째 CTA 만들기"

#: classes/Services/Notifications/FeatureAnnouncements.php:443
msgid "Capture visitors who are about to leave"
msgstr "떠나려는 방문자를 포착하세요"

#: classes/Services/Notifications/FeatureAnnouncements.php:445
msgid "based on your conversions"
msgstr "전환을 기반으로"

#: classes/Services/Notifications/FeatureAnnouncements.php:449
msgid "See how exit intent works"
msgstr "종료 의도 작동 방식을 확인하세요"

#: classes/Services/Notifications/FeatureAnnouncements.php:471
msgid "Turn on ad-blocker bypass"
msgstr "광고 차단기 우회 기능 켜기"

#: classes/Services/Notifications/FeatureAnnouncements.php:472
msgid ""
"Ad blockers can hide your popups from a real chunk of traffic. Popup Maker "
"has a <strong>built-in bypass</strong> that renames our assets and routes so "
"they look less like something to block — takes a minute to enable."
msgstr ""
"광고 차단기는 실제 트래픽의 상당 부분에서 팝업을 숨길 수 있습니다. Popup "
"Maker에는 <strong>내장 우회 기능</strong>이 있어 자산과 경로 이름을 바꿔 차"
"단 대상처럼 보이지 않게 합니다. 활성화하는 데 1분이면 됩니다."

#: classes/Services/Notifications/FeatureAnnouncements.php:473
msgid "free setting"
msgstr "무료 설정"

#: classes/Services/Notifications/FeatureAnnouncements.php:477
msgid "Enable bypass"
msgstr "우회 기능 활성화"

#: classes/Services/Notifications/FeatureAnnouncements.php:498
msgid "Stop manually toggling popups on and off"
msgstr "팝업을 수동으로 켜고 끄는 일을 멈추세요"

#: classes/Services/Notifications/FeatureAnnouncements.php:500
msgid "based on your popup activity"
msgstr "팝업 활동을 기반으로"

#: classes/Services/Notifications/FeatureAnnouncements.php:504
msgid "See how scheduling works"
msgstr "일정이 어떻게 작동하는지 보기"

#: classes/Services/Notifications/FeatureAnnouncements.php:662
#: classes/Services/Notifications/WhatsNew.php:194
msgid "Add to Chrome"
msgstr "Chrome에 추가"

#. translators: 1: total captured conversions, 2: estimated low lift, 3: estimated high lift
#: classes/Services/Notifications/FeatureAnnouncements.php:812
#, php-format
msgid ""
"You've captured <strong>%1$s conversions</strong> so far. Exit-intent "
"commonly recovers 10–15%% of abandoning visitors — on your traffic, that's "
"another <strong>%2$s–%3$s</strong> left on the table."
msgstr ""
"지금까지 <strong>%1$s건의 전환</strong>을 확보했습니다. 이탈 의도 팝업은 일반"
"적으로 이탈하려는 방문자의 10–15%%를 다시 확보합니다 — 귀하의 트래픽에서는 "
"<strong>%2$s–%3$s</strong>건이 더 남아 있는 셈입니다."

#. translators: %s: number of stale popups
#: classes/Services/Notifications/FeatureAnnouncements.php:829
#, php-format
msgid "<strong>%s popup</strong> hasn't been touched in months"
msgid_plural "<strong>%s popups</strong> haven't been touched in months"
msgstr[0] "<strong>%s 팝업</strong>이 몇 달 동안 수정되지 않았습니다"

#. translators: %s: number of disabled popups
#: classes/Services/Notifications/FeatureAnnouncements.php:840
#, php-format
msgid "<strong>%s popup</strong> is currently disabled"
msgid_plural "<strong>%s popups</strong> are currently disabled"
msgstr[0] "<strong>%s 팝업</strong>이 현재 비활성화되어 있습니다"

#. translators: 1: disabled popup phrase, 2: stale popup phrase
#: classes/Services/Notifications/FeatureAnnouncements.php:852
#, php-format
msgid "%1$s and %2$s."
msgstr "%1$s 및 %2$s."

#. translators: 1: total popup count, 2: context sentence describing what fired
#: classes/Services/Notifications/FeatureAnnouncements.php:864
#, php-format
msgid ""
"You manage <strong>%1$s popups</strong>, and %2$s Scheduling in Pro turns "
"your popups on and off automatically — seasonal sales, launches, business "
"hours — so you never forget to flip a switch."
msgstr ""
"현재 <strong>%1$s개의 팝업</strong>을 관리하고 있으며, %2$s. Pro의 일정 관리 "
"기능은 계절별 세일, 출시, 업무 시간 등 팝업을 자동으로 켜고 꺼 주므로, 스위치"
"를 전환하는 일을 잊지 않게 해줍니다."

#. translators: %s: version number they last dismissed notes for.
#: classes/Services/Notifications/WhatsNew.php:138
#, php-format
msgid "since v%s"
msgstr "v%s 이후"

#. translators: %s: new version.
#: classes/Services/Notifications/WhatsNew.php:141
#, php-format
msgid "v%s"
msgstr "v%s"

#. translators: 1: new version, 2: last-seen version
#: classes/Services/Notifications/WhatsNew.php:147
#, php-format
msgid ""
"Popup Maker <strong>v%1$s</strong> is here — plus everything added since "
"v%2$s."
msgstr ""
"Popup Maker <strong>v%1$s</strong>가 출시되었습니다 — 그리고 v%2$s 이후 추가"
"된 모든 내용도 포함됩니다."

#. translators: %s: new version.
#: classes/Services/Notifications/WhatsNew.php:153
#, php-format
msgid "Popup Maker <strong>v%s</strong> is here."
msgstr "Popup Maker <strong>v%s</strong>가 출시되었습니다."

#. translators: %s: version number.
#: classes/Services/Notifications/WhatsNew.php:166
#, php-format
msgid "What's new in Popup Maker %s"
msgstr "Popup Maker %s의 새로운 기능"

#: classes/Services/Notifications/WhatsNew.php:205
#: classes/Services/Notifications/WhatsNew.php:213
msgid "View changelog"
msgstr "변경 기록 보기"

#. translators: %d: additional changes not shown.
#: classes/Services/Notifications/WhatsNew.php:440
#, php-format
msgid "…and %d more change."
msgid_plural "…and %d more changes."
msgstr[0] "…그리고 변경 사항 %d개가 더 있습니다."

#: classes/Services/UpgradeStream.php:134
msgid "Starting upgrades..."
msgstr "업그레이드 시작 중..."

#: classes/Services/UpgradeStream.php:152
msgid "Upgrades complete."
msgstr "업그레이드가 완료되었습니다."

#. translators: %s: task name.
#: classes/Services/UpgradeStream.php:210
#, php-format
msgid "Completed: %s"
msgstr "완료: %s"

#: classes/Shortcode.php:153 classes/Shortcode.php:167
#: classes/Shortcode.php:184 dist/packages/cta-editor.js:1
msgid "Options"
msgstr "옵션"

#: classes/Shortcode.php:155 classes/Shortcode.php:169
#: classes/Shortcode.php:190
msgid "Extra"
msgstr "추가"

#: classes/Shortcode/CallToAction.php:51
msgid "CTA Button"
msgstr "CTA 버튼"

#: classes/Shortcode/CallToAction.php:60
msgid "Insert a call to action to let users convert to a specific action."
msgstr "사용자가 특정 작업으로 전환할 수 있도록 행동 유도 문구를 삽입합니다."

#: classes/Shortcode/CallToAction.php:95
msgid "Which type of CTA would you like to use?"
msgstr "어떤 유형의 CTA를 사용하시겠습니까?"

#: classes/Shortcode/CallToAction.php:110
msgid "Open in a new tab?"
msgstr "새 탭에서 열기?"

#: classes/Shortcode/CallToAction.php:120
msgid "Enter text for your call to action."
msgstr "행동 유도 문구를 입력하세요."

#: classes/Shortcode/CallToAction.php:130
msgid "Choose a style."
msgstr "스타일을 선택하세요."

#: classes/Shortcode/CallToAction.php:134
msgid "Text Only"
msgstr "텍스트만"

#: classes/Shortcode/CallToAction.php:146 classes/Shortcode/Subscribe.php:149
msgid "Full"
msgstr "전체"

#: classes/Shortcode/CallToAction.php:152
msgid "Additional CSS classes."
msgstr "추가 CSS 클래스."

#: classes/Shortcode/Popup.php:38
msgid ""
"Insert a popup inline rather. Great for simple popups used for supporting "
"content."
msgstr ""
"대신 팝업을 인라인으로 삽입합니다. 지원 콘텐츠용으로 사용되는 간단한 팝업에 "
"적합합니다."

#: classes/Shortcode/Popup.php:44 classes/Shortcode/PopupClose.php:42
#: classes/Shortcode/PopupTrigger.php:59
msgid "Can contain other shortcodes, images, text or html content."
msgstr "다른 쇼트코드, 이미지, 텍스트 또는 HTML 콘텐츠를 포함할 수 있습니다."

#: classes/Shortcode/Popup.php:96
msgid "Unique Popup ID"
msgstr "고유한 팝업 ID"

#: classes/Shortcode/Popup.php:97
msgid "`offer`, `more-info`"
msgstr "`offer`, `more-info`"

#: classes/Shortcode/Popup.php:98
msgid "Used in popup triggers to target this popup"
msgstr "이 팝업을 대상으로 하는 팝업 트리거에서 사용됩니다"

#: classes/Shortcode/Popup.php:104
msgid "Enter popup title text,"
msgstr "팝업 제목 텍스트를 입력하세요,"

#: classes/Shortcode/Popup.php:105
msgid "This will be displayed above the content. Leave it empty to disable it."
msgstr "이 내용은 콘텐츠 위에 표시됩니다. 비활성화하려면 비워 두세요."

#: classes/Shortcode/Popup.php:115
msgid "Choose a theme,"
msgstr "테마를 선택하세요,"

#: classes/Shortcode/Popup.php:116
msgid "Choose which popup theme will be used."
msgstr "사용할 팝업 테마를 선택하세요."

#: classes/Shortcode/Popup.php:143
msgid "Width Unit"
msgstr "너비 단위"

#: classes/Shortcode/Popup.php:154
msgid "Height Unit"
msgstr "높이 단위"

#: classes/Shortcode/PopupClose.php:32
msgid "Popup Close Button"
msgstr "팝업 닫기 버튼"

#: classes/Shortcode/PopupClose.php:36
msgid "Make text or html a close trigger for your popup."
msgstr "팝업을 닫는 트리거로 텍스트 또는 HTML을 사용하세요."

#: classes/Shortcode/PopupClose.php:55 classes/Shortcode/PopupTrigger.php:114
msgid "HTML Tag"
msgstr "HTML 태그"

#: classes/Shortcode/PopupClose.php:56
msgid "The HTML tag used for this element."
msgstr "이 요소에 사용되는 HTML 태그입니다."

#: classes/Shortcode/PopupClose.php:71
msgid "Value for href"
msgstr "href 값"

#: classes/Shortcode/PopupClose.php:73
msgid ""
"Enter the href value for your link. Leave blank if you do not want this link "
"to take the visitor to a different page."
msgstr ""
"링크의 href 값을 입력하세요. 이 링크가 방문자를 다른 페이지로 이동시키지 않으"
"려면 비워 두세요."

#: classes/Shortcode/PopupClose.php:81
msgid "Target for the element"
msgstr "요소의 대상"

#: classes/Shortcode/PopupClose.php:83
msgid "Enter the target value for your link. Can be left blank."
msgstr "링크의 target 값을 입력하세요. 비워 둘 수 있습니다."

#: classes/Shortcode/PopupClose.php:98 classes/Shortcode/PopupTrigger.php:126
msgid "Add additional classes for styling."
msgstr "스타일링을 위한 추가 클래스를 추가합니다."

#: classes/Shortcode/PopupClose.php:103 classes/Shortcode/PopupTrigger.php:135
#: classes/Triggers.php:190
msgid "Do not prevent the default click functionality."
msgstr "기본 클릭 기능을 막지 않음"

#: classes/Shortcode/PopupClose.php:104
msgid ""
"This prevents us from disabling the browsers default action when a close "
"button is clicked. It can be used to allow a link to a file to both close a "
"popup and still download the file."
msgstr ""
"이 옵션은 닫기 버튼을 클릭했을 때 브라우저의 기본 동작을 비활성화하지 않도록 "
"합니다. 링크를 파일로 설정하여 팝업을 닫으면서도 파일을 다운로드하도록 할 때 "
"사용할 수 있습니다."

#: classes/Shortcode/PopupCookie.php:32 classes/Shortcode/PopupCookie.php:106
msgid "Popup Cookie"
msgstr "팝업 쿠키"

#: classes/Shortcode/PopupCookie.php:36
msgid ""
"Insert this to manually set cookies when users view the content containing "
"the code."
msgstr ""
"사용자가 코드가 포함된 콘텐츠를 볼 때 쿠키를 수동으로 설정하려면 이 코드를 삽"
"입하세요."

#: classes/Shortcode/PopupCookie.php:66
msgid "Only when visible on-screen"
msgstr "화면에 표시될 때만"

#: classes/Shortcode/PopupCookie.php:67
msgid ""
"This will prevent the cookie from getting set until the user scrolls it into "
"viewport."
msgstr ""
"이 옵션은 사용자가 해당 요소를 뷰포트로 스크롤할 때까지 쿠키가 설정되지 않도"
"록 합니다."

#: classes/Shortcode/PopupTrigger.php:43 dist/packages/block-editor.js:2
msgid "Popup Trigger"
msgstr "팝업 트리거"

#: classes/Shortcode/PopupTrigger.php:50
msgid "Inserts a click-able popup trigger."
msgstr "클릭 가능한 팝업 트리거를 삽입합니다."

#: classes/Shortcode/PopupTrigger.php:58
msgid "Trigger Content"
msgstr "트리거 콘텐츠"

#: classes/Shortcode/PopupTrigger.php:89
msgid "Targeted Popup"
msgstr "대상 팝업"

#: classes/Shortcode/PopupTrigger.php:90
msgid "Choose a Popup"
msgstr "팝업 선택"

#: classes/Shortcode/PopupTrigger.php:91
msgid "Choose which popup will be targeted by this trigger."
msgstr "이 트리거가 대상으로 할 팝업을 선택하세요."

#: classes/Shortcode/PopupTrigger.php:102
msgid "Custom Popup ID"
msgstr "사용자 지정 팝업 ID"

#: classes/Shortcode/PopupTrigger.php:115
msgid "HTML Tags: button, span etc."
msgstr "HTML 태그: button, span 등"

#: classes/Shortcode/PopupTrigger.php:116
msgid "The HTML tag used to generate the trigger and wrap your text."
msgstr "트리거를 생성하고 텍스트를 감싸는 데 사용되는 HTML 태그입니다."

#: classes/Shortcode/PopupTrigger.php:136 classes/Triggers.php:191
msgid ""
"This prevents us from disabling the browsers default action when a trigger "
"is clicked. It can be used to allow a link to a file to both trigger a popup "
"and still download the file."
msgstr ""
"이렇게 하면 트리거를 클릭할 때 브라우저의 기본 동작을 비활성화하지 않게 됩니"
"다. 파일 링크가 팝업을 트리거하면서도 파일을 계속 다운로드하도록 허용하는 데 "
"사용할 수 있습니다."

#: classes/Shortcode/Subscribe.php:48
msgid "A customizable newsletter subscription form."
msgstr "사용자 지정 가능한 뉴스레터 구독 양식입니다."

#: classes/Shortcode/Subscribe.php:92
msgid "Fields"
msgstr "필드"

#: classes/Shortcode/Subscribe.php:93 classes/Shortcode/Subscribe.php:184
msgid "Labels"
msgstr "레이블"

#: classes/Shortcode/Subscribe.php:94
msgid "Placeholders"
msgstr "자리표시자"

#: classes/Shortcode/Subscribe.php:99 classes/Shortcode/Subscribe.php:450
msgid "Redirect"
msgstr "리디렉션"

#: classes/Shortcode/Subscribe.php:134
msgid "Service Provider"
msgstr "서비스 제공업체"

#: classes/Shortcode/Subscribe.php:135
msgid "Choose which service provider to submit to."
msgstr "제출할 서비스 제공업체를 선택하세요."

#: classes/Shortcode/Subscribe.php:145
msgid "Name Field Type"
msgstr "이름 필드 유형"

#: classes/Shortcode/Subscribe.php:150
msgid "First Only"
msgstr "이름만"

#: classes/Shortcode/Subscribe.php:151
msgid "First & Last"
msgstr "이름 및 성"

#: classes/Shortcode/Subscribe.php:157
msgid "Name Optional"
msgstr "이름 선택 사항"

#: classes/Shortcode/Subscribe.php:158
msgid "Makes the name field optional."
msgstr "이름 필드를 선택 사항으로 만듭니다."

#: classes/Shortcode/Subscribe.php:166
msgid "Name Disabled"
msgstr "이름 비활성화"

#: classes/Shortcode/Subscribe.php:167
msgid "Removes the name field."
msgstr "이름 필드를 제거합니다."

#: classes/Shortcode/Subscribe.php:178
msgid "Disable Labels"
msgstr "레이블 비활성화"

#: classes/Shortcode/Subscribe.php:179
msgid "Disables the display of field labels."
msgstr "필드 레이블 표시를 비활성화합니다."

#: classes/Shortcode/Subscribe.php:185
msgid "Field label text"
msgstr "필드 레이블 텍스트"

#: classes/Shortcode/Subscribe.php:225
msgid "Submit Button"
msgstr "제출 버튼"

#: classes/Shortcode/Subscribe.php:226
msgid "Subscribe"
msgstr "구독"

#: classes/Shortcode/Subscribe.php:277
msgid "Form Layout"
msgstr "폼 레이아웃"

#: classes/Shortcode/Subscribe.php:278
msgid "Choose a form layout."
msgstr "폼 레이아웃을 선택하세요."

#: classes/Shortcode/Subscribe.php:281
msgid "Block"
msgstr "블록"

#: classes/Shortcode/Subscribe.php:288
msgid "Form Alignment"
msgstr "폼 정렬"

#: classes/Shortcode/Subscribe.php:289
msgid "Choose a form alignment."
msgstr "폼 정렬을 선택하세요."

#: classes/Shortcode/Subscribe.php:300
msgid "Form Style"
msgstr "폼 스타일"

#: classes/Shortcode/Subscribe.php:301
msgid "Choose how you want your form styled."
msgstr "원하는 폼 스타일을 선택하세요."

#: classes/Shortcode/Subscribe.php:323
msgid ""
"When enabled, the successful completion will result in normal success "
"actions, but if they do not opt-in no records will be made."
msgstr ""
"활성화하면 성공적으로 완료될 때 일반적인 성공 동작이 실행되지만, 사용자가 옵"
"트인하지 않으면 기록은 생성되지 않습니다."

#: classes/Shortcode/Subscribe.php:334
msgid "Consent Field Label"
msgstr "동의 필드 레이블"

#: classes/Shortcode/Subscribe.php:342
msgid ""
"Note: Requiring consent may not be compliant with GDPR for all situations. "
"Be sure to do your research or check with legal council."
msgstr ""
"참고: 동의 요구는 모든 상황에서 GDPR을 준수하지 않을 수 있습니다. 직접 조사하"
"거나 법률 자문과 확인하시기 바랍니다."

#: classes/Shortcode/Subscribe.php:349
msgid "Field Type"
msgstr "필드 유형"

#: classes/Shortcode/Subscribe.php:350
msgid "Radio forces the user to make a choice, often resulting in more optins."
msgstr ""
"라디오는 사용자가 선택하도록 강제하며, 종종 더 많은 옵트인을 유도합니다."

#: classes/Shortcode/Subscribe.php:440
#: includes/integrations/class-pum-cf7.php:230
#: includes/integrations/class-pum-gravity-forms.php:269
#: includes/integrations/ninja-forms/Actions/OpenPopup.php:90
msgid "Select a popup"
msgstr "팝업을 선택하세요"

#: classes/Shortcode/Subscribe.php:451
msgid "Enable refreshing the page or redirecting after success."
msgstr "성공 후 페이지 새로고침 또는 리디렉션을 활성화합니다."

#: classes/Shortcode/Subscribe.php:455
msgid "Redirect URL"
msgstr "리디렉션 URL"

#: classes/Shortcode/Subscribe.php:456
msgid ""
"Leave blank to refresh, or enter a url that users will be taken to after "
"success."
msgstr "새로고침하려면 비워 두거나, 성공 후 사용자가 이동할 URL을 입력하세요."

#: classes/Shortcode/Subscribe.php:784
msgid "Subscription Form Placeholder"
msgstr "구독 양식 자리표시자"

#: classes/Site/Assets.php:283
msgid "Debug Mode Enabled"
msgstr "디버그 모드 활성화됨"

#: classes/Site/Assets.php:284
msgid "Debug started at:"
msgstr "디버그 시작 시각:"

#. translators: 1. URL to documentation.
#: classes/Site/Assets.php:287
#, php-format
msgid "For more information on how to use this information visit %s"
msgstr "자세한 사용 방법은 %s를 방문하세요"

#: classes/Site/Assets.php:290
msgid "Global Information"
msgstr "전역 정보"

#: classes/Site/Assets.php:291
msgid "Localized variables"
msgstr "지역화된 변수"

#: classes/Site/Assets.php:292
msgid "Popups Initializing"
msgstr "팝업 초기화 중"

#: classes/Site/Assets.php:293
msgid "Popups Initialized"
msgstr "팝업 초기화 완료"

#: classes/Site/Assets.php:294
msgid "Popup: #"
msgstr "팝업: #"

#: classes/Site/Assets.php:295
msgid "Theme ID: "
msgstr "테마 ID: "

#: classes/Site/Assets.php:296
msgid "Method Call:"
msgstr "메서드 호출:"

#: classes/Site/Assets.php:297
msgid "Method Arguments:"
msgstr "메서드 인수:"

#: classes/Site/Assets.php:301
msgid "Delay:"
msgstr "지연:"

#: classes/Site/Assets.php:303
msgid "Cookie:"
msgstr "쿠키:"

#: classes/Site/Assets.php:304
msgid "Settings:"
msgstr "설정:"

#: classes/Site/Assets.php:305
msgid "Selector:"
msgstr "선택자:"

#: classes/Site/Assets.php:306
msgid "Mobile Disabled:"
msgstr "모바일 비활성화:"

#: classes/Site/Assets.php:307
msgid "Tablet Disabled:"
msgstr "태블릿 비활성화:"

#. translators: 1. Event name.
#: classes/Site/Assets.php:309
#, php-format
msgid "Event: %s"
msgstr "이벤트: %s"

#: classes/Telemetry.php:264
msgid "Help us make Popup Maker better"
msgstr "Popup Maker를 더 좋게 만드는 데 도움을 주세요"

#: classes/Telemetry.php:267
msgid ""
"Help us prioritize the features that matter most by sharing anonymous usage "
"stats. No visitor data or popup content is ever collected."
msgstr ""
"익명 사용 통계를 공유하여 가장 중요한 기능의 우선순위를 정하는 데 도움을 주세"
"요. 방문자 데이터나 팝업 콘텐츠는 절대 수집되지 않습니다."

#: classes/Telemetry.php:276
msgid "Allow"
msgstr "허용"

#: classes/Telemetry.php:282
msgid "Do not allow"
msgstr "허용하지 않음"

#. translators: 1. Trigger name.
#: classes/Triggers.php:94
#, php-format
msgctxt "trigger settings modal title"
msgid "%s Trigger Settings"
msgstr "%s 트리거 설정"

#: classes/Triggers.php:171
msgid "Click Open"
msgstr "열기 클릭"

#: classes/Triggers.php:172
msgid "Click Trigger Settings"
msgstr "트리거 설정 클릭"

#: classes/Triggers.php:173
msgid "Extra Selectors"
msgstr "추가 선택자"

#: classes/Triggers.php:178
msgid ""
"Adding the class \"popmake-<span id=\"pum-default-click-trigger-"
"class\">{popup-ID}</span>\" to an element will trigger it to be opened once "
"clicked. Additionally you can add additional CSS selectors below."
msgstr ""
"요소에 클래스 \"popmake-<span id=\"pum-default-click-trigger-class\">{popup-"
"ID}</span>\"를 추가하면 클릭 시 열리도록 트리거됩니다. 또한 아래에 추가 CSS "
"선택자를 더할 수 있습니다."

#: classes/Triggers.php:181
msgid "Extra CSS Selectors"
msgstr "추가 CSS 선택자"

#: classes/Triggers.php:182
msgid "For more than one selector, separate by comma (,)"
msgstr "선택자가 여러 개일 경우 쉼표(,)로 구분하세요"

#: classes/Triggers.php:182
msgid " .class-here, .class-2-here, #button_id"
msgstr " .class-here, .class-2-here, #button_id"

#: classes/Triggers.php:183
msgid ".class-here"
msgstr ".class-here"

#: classes/Triggers.php:197
msgid "Time Delay / Auto Open"
msgstr "지연 시간 / 자동 열기"

#: classes/Triggers.php:198
msgid "Time Delay Settings"
msgstr "지연 시간 설정"

#: classes/Triggers.php:205 classes/Triggers.php:237
msgid "The delay before the popup will open in milliseconds."
msgstr "팝업이 열리기 전의 지연 시간을 밀리초 단위로 설정합니다."

#: classes/Triggers.php:338
msgid "Choose which cookies will disable this trigger"
msgstr "이 트리거를 비활성화할 쿠키를 선택하세요"

#. translators: 1: Opening link tag, 2: Closing link tag.
#: classes/Upsell.php:232
#, php-format
msgid ""
"🎉 Congrats on your first form submission! %1$sUpgrade to Pro%2$s for exit "
"intent triggers, conversion analytics, and advanced targeting."
msgstr ""
"🎉 첫 번째 양식 제출을 축하합니다! %1$sPro로 업그레이드%2$s하면 종료 의도 트"
"리거, 전환 분석, 고급 타겟팅을 사용할 수 있습니다."

#. translators: 1: Opening link tag, 2: Closing link tag.
#: classes/Upsell.php:238
#, php-format
msgid ""
"📊 Form conversion tracking is now live! Your first submission has been "
"captured. %1$sSee what's converting with Pro analytics%2$s."
msgstr ""
"📊 양식 전환 추적이 이제 시작되었습니다! 첫 번째 제출이 기록되었습니다. "
"%1$sPro 분석으로 무엇이 전환되는지 확인하세요%2$s."

#. translators: 1: Number of popup views, 2: Opening link tag, 3: Closing link tag.
#: classes/Upsell.php:252
#, php-format
msgid ""
"🚀 Amazing! You've had %1$s popup views! %2$sSee which ones convert best "
"with Pro analytics%3$s."
msgstr ""
"🚀 대단합니다! 팝업 조회수가 %1$s회입니다! %2$sPro 분석으로 어떤 팝업이 가장 "
"잘 전환되는지 확인하세요%3$s."

#. translators: 1: Number of popup views, 2: Opening link tag, 3: Closing link tag.
#: classes/Upsell.php:267
#, php-format
msgid ""
"📊 You've had %1$s popup views! %2$sSee which ones convert best with Pro "
"analytics%3$s."
msgstr ""
"📊 팝업 조회수가 %1$s회입니다! %2$sPro 분석으로 어떤 팝업이 가장 잘 전환되는"
"지 확인하세요%3$s."

#. translators: 1: Number of popup views, 2: Opening link tag, 3: Closing link tag.
#: classes/Upsell.php:283
#, php-format
msgid ""
"📈 You've had %1$s popup views! %2$sSee which ones convert best with Pro "
"analytics%3$s."
msgstr ""
"📈 팝업 조회수가 %1$s회입니다! %2$sPro 분석으로 어떤 팝업이 가장 잘 전환되는"
"지 확인하세요%3$s."

#. translators: 1: Detected ecommerce platforms, 2: Opening link tag, 3: Closing link tag.
#: classes/Upsell.php:324
#, php-format
msgid ""
"%1$s detected — recover abandoned carts, trigger discount popups, and track "
"revenue per popup with %2$sPro+ Ecommerce Popups%3$s."
msgstr ""
"%1$s이 감지되었습니다 — 장바구니 포기 복구, 할인 팝업 트리거, 팝업별 수익 추"
"적을 %2$sPro+ 전자상거래 팝업%3$s으로 수행하세요."

#. translators: 1: Detected ecommerce platforms, 2: Opening link tag, 3: Closing link tag.
#: classes/Upsell.php:337
#, php-format
msgid ""
"Track exactly which popups drive %1$s sales with %2$sPro+ Ecommerce "
"Popups%3$s — revenue attribution, purchase targeting, and conversion "
"analytics."
msgstr ""
"%1$s 판매를 정확히 어떤 팝업이 유도하는지 %2$sPro+ Ecommerce Popups%3$s로 추"
"적하세요 — 매출 귀속, 구매 타겟팅, 전환 분석까지 제공합니다."

#. translators: 1: Detected ecommerce platforms, 2: Opening link tag, 3: Closing link tag.
#: classes/Upsell.php:350
#, php-format
msgid ""
"Show personalized offers to %1$s customers based on cart contents and "
"purchase history with %2$sPro+ Ecommerce Popups%3$s."
msgstr ""
"%1$s 고객에게 장바구니 내용과 구매 내역을 바탕으로 %2$sPro+ Ecommerce "
"Popups%3$s로 개인화된 혜택을 보여주세요."

#. translators: 1: Detected LMS platforms, 2: Opening link tag, 3: Closing link tag.
#: classes/Upsell.php:367
#, php-format
msgid ""
"%1$s detected — boost course enrollment, target students by progress, and "
"track signups per popup with %2$sPro+ LMS Popups%3$s."
msgstr ""
"%1$s이 감지되었습니다 — %2$sPro+ LMS Popups%3$s로 강좌 등록을 늘리고, 진행 상"
"황별로 학생을 타겟팅하며, 팝업별 가입을 추적하세요."

#. translators: 1: Detected LMS platforms, 2: Opening link tag, 3: Closing link tag.
#: classes/Upsell.php:380
#, php-format
msgid ""
"Show the right offer at the right time — target %1$s students by enrollment "
"status, course progress, and membership with %2$sPro+ LMS Popups%3$s."
msgstr ""
"적절한 시점에 적절한 혜택을 보여주세요 — %2$sPro+ LMS Popups%3$s로 %1$s 학생"
"을 등록 상태, 강좌 진행 상황, 멤버십 기준으로 타겟팅하세요."

#. translators: 1: Detected CRM platforms, 2: Opening link tag, 3: Closing link tag.
#: classes/Upsell.php:397
#, php-format
msgid ""
"%1$s detected — auto-tag subscribers, trigger email sequences from popups, "
"and sync leads with %2$sPopup Maker Pro%3$s."
msgstr ""
"%1$s이 감지되었습니다 — 구독자에 자동 태그를 지정하고, 팝업에서 이메일 시퀀스"
"를 트리거하며, 리드를 %2$sPopup Maker Pro%3$s와 동기화하세요."

#. translators: 1: Detected CRM platforms, 2: Opening link tag, 3: Closing link tag.
#: classes/Upsell.php:410
#, php-format
msgid ""
"Connect popups to %1$s workflows — automatically add contacts, apply tags, "
"and start automations when visitors convert with %2$sPopup Maker Pro%3$s."
msgstr ""
"팝업을 %1$s 워크플로와 연결하세요 — 방문자가 전환하면 연락처를 자동으로 추가"
"하고, 태그를 적용하며, 자동화를 시작하도록 %2$sPopup Maker Pro%3$s를 사용하세"
"요."

#. translators: 1: Opening link tag, 2: Closing link tag.
#: classes/Upsell.php:428
#, php-format
msgid ""
"Level up with %1$sPopup Maker Pro+%2$s - unlock ecommerce automation, "
"revenue attribution, and enhanced targeting."
msgstr ""
"%1$sPopup Maker Pro+%2$s로 한 단계 업그레이드하세요 - 이커머스 자동화, 매출 "
"귀속, 향상된 타겟팅을 활용하세요."

#. translators: 1: Opening link tag, 2: Closing link tag.
#: classes/Upsell.php:442
#, php-format
msgid ""
"Unlock advanced features with %1$sPopup Maker Pro & Pro+%2$s - Enhanced "
"targeting, revenue tracking, live analytics, and more."
msgstr ""
"%1$sPopup Maker Pro & Pro+%2$s로 고급 기능을 잠금 해제하세요 - 향상된 타겟"
"팅, 매출 추적, 실시간 분석 등 다양한 기능을 제공합니다."

#. translators: 1: List of platforms, 2: Last platform.
#: classes/Upsell.php:502
#, php-format
msgid "%1$s and %2$s"
msgstr "%1$s 및 %2$s"

#: classes/Upsell.php:503
msgid ", "
msgstr ", "

#. translators: %s url to product page.
#: classes/Upsell.php:517
#, php-format
msgid ""
"Want to disable the close button? Check out <a href=\"%s\" "
"target=\"_blank\">Popup Maker Pro</a>!"
msgstr ""
"닫기 버튼을 비활성화하고 싶으신가요? <a href=\"%s\" target=\"_blank\">Popup "
"Maker Pro</a>를 확인해 보세요!"

#. translators: %s url to product page.
#: classes/Upsell.php:535
#, php-format
msgid ""
"Unlock 50+ advanced targeting conditions with <a href=\"%s\" "
"target=\"_blank\" rel=\"noopener\">Popup Maker Pro</a> — user roles, device "
"detection, URL matching, referrer targeting, and more."
msgstr ""
"<a href=\"%s\" target=\"_blank\" rel=\"noopener\">Popup Maker Pro</a>로 50개 "
"이상의 고급 타겟팅 조건을 잠금 해제하세요 — 사용자 역할, 기기 감지, URL 일"
"치, 리퍼러 타겟팅 등 다양한 기능을 제공합니다."

#. translators: %s url to product page.
#: classes/Upsell.php:560
#, php-format
msgid ""
"Unlock background images, parallax effects, and advanced styling with <a "
"href=\"%s\" target=\"_blank\" rel=\"noopener\">Popup Maker Pro</a>."
msgstr ""
"<a href=\"%s\" target=\"_blank\" rel=\"noopener\">Popup Maker Pro</a>로 배경 "
"이미지, 패럴랙스 효과, 고급 스타일링을 활용하세요."

#: classes/Upsell.php:609
msgid "Exit Intent"
msgstr "종료 의도"

#: classes/Upsell.php:624
msgid "Scroll Trigger"
msgstr "스크롤 트리거"

#: classes/Upsell.php:638
msgid "Time on Site"
msgstr "사이트 체류 시간"

#: classes/Upsell.php:659
msgid "Item Added to Cart"
msgstr "장바구니에 상품 추가됨"

#: classes/Upsell.php:701 classes/Upsell.php:715
msgid "User Targeting (Pro)"
msgstr "사용자 타겟팅(Pro)"

#: classes/Upsell.php:702
msgid "User Is Logged In"
msgstr "사용자가 로그인됨"

#: classes/Upsell.php:716
msgid "User Has Role"
msgstr "사용자 역할 보유"

#: classes/Upsell.php:731 classes/Upsell.php:746 classes/Upsell.php:761
#: classes/Upsell.php:777
msgid "Behavior Targeting (Pro)"
msgstr "행동 타기팅(Pro)"

#: classes/Upsell.php:732
msgid "Came From Search Engine"
msgstr "검색 엔진에서 유입됨"

#: classes/Upsell.php:747
msgid "Is Mobile Device"
msgstr "모바일 기기임"

#: classes/Upsell.php:762
msgid "URL Contains"
msgstr "URL에 다음이 포함됨"

#: classes/Upsell.php:778
msgid "Is Filling Out a Form"
msgstr "양식을 작성 중임"

#: classes/Upsell.php:800 classes/Upsell.php:814 classes/Upsell.php:828
#: classes/Upsell.php:842
msgid "Ecommerce (Pro+)"
msgstr "전자상거래(Pro+)"

#: classes/Upsell.php:801
msgid "Product In Cart"
msgstr "장바구니에 담긴 상품"

#: classes/Upsell.php:815
msgid "Cart Total"
msgstr "장바구니 총액"

#: classes/Upsell.php:829
msgid "Customer Has Purchased"
msgstr "고객이 구매함"

#: classes/Upsell.php:843
msgid "Customer Lifetime Spend"
msgstr "고객 평생 지출액"

#: classes/Upsell.php:859 classes/Upsell.php:874
msgid "LMS (Pro+)"
msgstr "LMS(Pro+)"

#: classes/Upsell.php:860
msgid "Student Course Enrollment"
msgstr "학생 강좌 등록"

#: classes/Upsell.php:875
msgid "LMS Cart Total"
msgstr "LMS 장바구니 총액"

#. translators: %s url to product page.
#: classes/Upsell.php:998
#, php-format
msgid ""
"Track trends over time with <a href=\"%s\" target=\"_blank\" "
"rel=\"noopener\">Pro Analytics</a> — charts, funnels, and revenue "
"attribution."
msgstr ""
"시간이 지남에 따라 추세를 추적하세요. 차트, 퍼널, 수익 귀속 기능이 있는 <a "
"href=\"%s\" target=\"_blank\" rel=\"noopener\">Pro Analytics</a>를 사용해 보"
"세요."

#. translators: %s: native language name.
#: classes/Utils/Alerts.php:227
#, php-format
msgid ""
"This plugin is also available in %1$s. <a href=\"%2$s\" "
"target=\"_blank\">Help improve the translation!</a>"
msgstr ""
"이 플러그인은 %1$s 언어로도 제공됩니다. <a href=\"%2$s\" target=\"_blank\">번"
"역 개선에 도움을 주세요!</a>"

#. translators: 1: native language name, 2: other native language names, comma separated
#: classes/Utils/Alerts.php:243 classes/Utils/Alerts.php:270
#, php-format
msgid ""
"This plugin is also available in %1$s (also: %2$s). <a href=\"%3$s\" "
"target=\"_blank\">Help improve the translation!</a>"
msgstr ""
"이 플러그인은 %1$s 언어로도 제공됩니다(기타: %2$s). <a href=\"%3$s\" "
"target=\"_blank\">번역 개선에 도움을 주세요!</a>"

#. translators: 1: native language name, 2: URL to translate.wordpress.org
#. translators: 1. Native language name, 2. URL to translation.
#: classes/Utils/Alerts.php:255 classes/Utils/Alerts.php:282
#, php-format
msgid ""
"This plugin is not translated into %1$s yet. <a href=\"%2$s\" "
"target=\"_blank\">Help translate it!</a>"
msgstr ""
"이 플러그인은 아직 %1$s로 번역되지 않았습니다. <a href=\"%2$s\" "
"target=\"_blank\">번역에 도움을 주세요!</a>"

#. translators: %s: native language name.
#: classes/Utils/Alerts.php:289
#, php-format
msgid ""
"This plugin's translation for %1$s is out of date. <a href=\"%2$s\" "
"target=\"_blank\">Help improve the translation!</a>"
msgstr ""
"이 플러그인의 %1$s 번역은 최신 상태가 아닙니다. <a href=\"%2$s\" "
"target=\"_blank\">번역 개선에 도움을 주세요!</a>"

#: classes/Utils/Alerts.php:298
msgid "Help translate Popup Maker"
msgstr "Popup Maker 번역에 도움을 주세요"

#: classes/Utils/Alerts.php:500
msgid "Check out the following notifications from Popup Maker."
msgstr "Popup Maker의 다음 알림을 확인해 보세요."

#: classes/Utils/Alerts.php:573
msgid "Dismiss this item."
msgstr "이 항목을 닫기."

#: classes/Utils/Cron.php:44
msgid "Once Weekly"
msgstr "매주 1회"

#. translators: 1: Number of seconds.
#: classes/Utils/Format.php:80
#, php-format
msgid "%ss"
msgstr "%ss"

#. translators: 1: Number of minutes.
#: classes/Utils/Format.php:90
#, php-format
msgid "%smin"
msgstr "%s분"

#. translators: 1: Number of hours.
#: classes/Utils/Format.php:100
#, php-format
msgid "%shr"
msgstr "%s시간"

#. translators: 1: Number of days.
#: classes/Utils/Format.php:110
#, php-format
msgid "%sd"
msgstr "%s일"

#. translators: 1: Number of weeks.
#: classes/Utils/Format.php:120
#, php-format
msgid "%sw"
msgstr "%s주"

#. translators: 1. PHP Version
#: classes/Utils/Prerequisites.php:297
#, php-format
msgid "This plugin requires <b>PHP %s</b> or higher in order to run."
msgstr "이 플러그인을 실행하려면 <b>PHP %s</b> 이상이 필요합니다."

#: classes/Utils/Upgrades.php:302
msgid ""
"The latest version of Popup Maker requires changes to the Popup Maker "
"settings saved on your site."
msgstr ""
"Popup Maker의 최신 버전은 사이트에 저장된 Popup Maker 설정을 변경해야 합니다."

#: classes/Utils/Upgrades.php:305
msgid ""
"Popup Maker needs to complete a the update of your settings that was "
"previously started."
msgstr "Popup Maker는 이전에 시작된 설정 업데이트를 완료해야 합니다."

#: classes/Utils/Upgrades.php:329
msgid "Finish Upgrades"
msgstr "업그레이드 완료"

#: classes/Utils/Upgrades.php:329
msgid "Process Changes"
msgstr "변경 사항 처리"

#: classes/Utils/Upgrades.php:332
msgid "This can sometimes take a few minutes, are you ready to begin?"
msgstr "이 작업은 몇 분 정도 걸릴 수 있습니다. 시작할 준비가 되셨나요?"

#: classes/Utils/Upgrades.php:336
msgid "The button below will process these changes automatically for you."
msgstr "아래 버튼을 누르면 이러한 변경 사항이 자동으로 처리됩니다."

#: classes/Utils/Upgrades.php:705
msgid "Upgrades"
msgstr "업그레이드"

#: classes/Utils/Upgrades.php:718
msgid "No upgrades currently required."
msgstr "현재 필요한 업그레이드가 없습니다."

#: includes/admin/class-pum-admin-upgrades.php:96
#: includes/admin/class-pum-admin-upgrades.php:97
msgid "Popup Maker Upgrades"
msgstr "Popup Maker 업그레이드"

#. translators: %s: URL to upgrade page.
#: includes/admin/class-pum-admin-upgrades.php:218
#, php-format
msgid ""
"Popup Maker needs to complete a database upgrade that was previously "
"started, click <a href=\"%s\">here</a> to resume the upgrade."
msgstr ""
"Popup Maker는 이전에 시작된 데이터베이스 업그레이드를 완료해야 합니다. 업그레"
"이드를 계속하려면 <a href=\"%s\">여기</a>를 클릭하세요."

#: includes/admin/class-pum-admin-upgrades.php:225
msgid "Important"
msgstr "중요"

#: includes/admin/class-pum-admin-upgrades.php:226
msgid "Database upgrades required."
msgstr "데이터베이스 업그레이드가 필요합니다."

#. translators: %1$s: URL to upgrade page. %2$s: closing HTML tag.
#: includes/admin/class-pum-admin-upgrades.php:229
#, php-format
msgid "Please click %1$shere%2$s to complete these changes now."
msgstr "변경 사항을 지금 완료하려면 %1$shere%2$s를 클릭해 주세요."

#: includes/admin/class-pum-admin-upgrades.php:247
#: includes/admin/upgrades/class-pum-admin-upgrade-routine-2.php:32
#: includes/admin/upgrades/class-pum-admin-upgrade-routine-3.php:43
#: includes/admin/upgrades/class-pum-admin-upgrade-routine-4.php:43
#: includes/admin/upgrades/class-pum-admin-upgrade-routine-5.php:38
#: includes/admin/upgrades/class-pum-admin-upgrade-routine-6.php:50
msgid "You do not have permission to do upgrades"
msgstr "업그레이드를 수행할 권한이 없습니다"

#: includes/admin/class-pum-admin-upgrades.php:269
msgid "Upgrades have been completed successfully."
msgstr "업그레이드가 성공적으로 완료되었습니다."

#: includes/admin/class-pum-admin-upgrades.php:525
msgid "Popup Maker - Upgrades"
msgstr "Popup Maker - 업그레이드"

#: includes/admin/class-pum-admin-upgrades.php:540
msgid ""
"The upgrade process has started, please be patient. This could take several "
"minutes. You will be automatically redirected when the upgrade is finished."
msgstr ""
"업그레이드 프로세스가 시작되었습니다. 잠시만 기다려 주세요. 몇 분 정도 걸릴 "
"수 있습니다. 업그레이드가 완료되면 자동으로 이동됩니다."

#: includes/admin/class-pum-admin-upgrades.php:615
msgid "Upgrade failed, please try again."
msgstr "업그레이드에 실패했습니다. 다시 시도해 주세요."

#: includes/admin/upgrades/class-pum-admin-upgrade-routine-2.php:27
msgid "Update your popups settings."
msgstr "팝업 설정을 업데이트하세요."

#: includes/admin/upgrades/class-pum-admin-upgrade-routine-3.php:32
msgid "Upgrade popup triggers &amp; cookies."
msgstr "팝업 트리거 및 쿠키를 업그레이드하세요."

#: includes/admin/upgrades/class-pum-admin-upgrade-routine-4.php:32
msgid "Upgrade popup targeting conditions."
msgstr "팝업 타겟팅 조건을 업그레이드하세요."

#: includes/admin/upgrades/class-pum-admin-upgrade-routine-5.php:30
msgid "Initialize popup analytics."
msgstr "팝업 분석을 초기화합니다."

#: includes/admin/upgrades/class-pum-admin-upgrade-routine-6.php:42
msgid "Clean up old data and verify data integrity."
msgstr "오래된 데이터를 정리하고 데이터 무결성을 확인합니다."

#. translators: 1: Step number, 2: Approximate number of steps.
#: includes/admin/upgrades/class-pum-admin-upgrade-routine.php:63
#, php-format
msgid "Step %1$d of approximately %2$d running"
msgstr "단계 %1$d / 약 %2$d 진행 중"

#: includes/functions/newsletter.php:61
msgid "Please check your email and confirm your subscription."
msgstr "이메일을 확인하고 구독을 확인해 주세요."

#: includes/functions/themes/portability.php:51
msgid "Imported Theme"
msgstr "가져온 테마"

#: includes/functions/themes/portability.php:75
#: includes/legacy/functions-deprecated.php:269
msgid "Default Theme"
msgstr "기본 테마"

#: includes/integrations/class-pum-buddypress-integration.php:40
msgid "BP: Is a BuddyPress Page"
msgstr "BP: 버디프레스 페이지입니다"

#: includes/integrations/class-pum-buddypress-integration.php:46
msgid "BP: Is User Page"
msgstr "BP: 사용자 페이지입니다"

#: includes/integrations/class-pum-buddypress-integration.php:52
msgid "BP: Is Group Page"
msgstr "BP: 그룹 페이지입니다"

#: includes/integrations/class-pum-buddypress-integration.php:58
msgid "BP: Is User Messages Page"
msgstr "BP: 사용자 메시지 페이지입니다"

#: includes/integrations/class-pum-buddypress-integration.php:64
msgid "BP: Is Activation Page"
msgstr "BP: 활성화 페이지입니다"

#: includes/integrations/class-pum-buddypress-integration.php:70
msgid "BP: Is Register Page"
msgstr "BP: 등록 페이지 여부"

#: includes/integrations/class-pum-buddypress-integration.php:76
msgid "BP: Is Item Admin"
msgstr "BP: 항목 관리자 여부"

#: includes/integrations/class-pum-buddypress-integration.php:82
msgid "BP: Is Item Mod"
msgstr "BP: 항목 모드 여부"

#: includes/integrations/class-pum-buddypress-integration.php:88
msgid "BP: Is Directory"
msgstr "BP: 디렉터리 여부"

#: includes/integrations/class-pum-buddypress-integration.php:93
msgid "BP: Is Current Component"
msgstr "BP: 현재 구성요소 여부"

#: includes/integrations/class-pum-buddypress-integration.php:101
msgid "Which components?"
msgstr "어떤 구성요소인가요?"

#: includes/integrations/class-pum-buddypress-integration.php:109
msgid "BP: Is Current Action"
msgstr "BP: 현재 작업 여부"

#: includes/integrations/class-pum-buddypress-integration.php:113
msgid "Which actions?"
msgstr "어떤 작업인가요?"

#: includes/integrations/class-pum-buddypress-integration.php:121
msgid "BP: Is Action Variable"
msgstr "BP: 작업 변수 여부"

#: includes/integrations/class-pum-buddypress-integration.php:125
msgid "Which action variables?"
msgstr "어떤 작업 변수인가요?"

#: includes/integrations/class-pum-cf7.php:104
msgid "Contact Form 7 Success (deprecated. Use Form Submission instead.)"
msgstr ""
"Contact Form 7 성공(더 이상 사용되지 않음. 대신 Form Submission을 사용하세"
"요.)"

#: includes/integrations/class-pum-cf7.php:140
msgid "These settings control popups after successful form submissions."
msgstr "이 설정은 양식 제출 성공 후 표시되는 팝업을 제어합니다."

#: includes/integrations/class-pum-cf7.php:162
#: includes/integrations/class-pum-gravity-forms.php:187
#: includes/integrations/ninja-forms/Actions/ClosePopup.php:53
msgid "seconds"
msgstr "초"

#: includes/integrations/class-pum-gravity-forms.php:143
msgid "Gravity Form Success (deprecated. Use Form Submission instead.)"
msgstr ""
"Gravity Form 성공(더 이상 사용되지 않음. 대신 Form Submission을 사용하세요.)"

#: includes/integrations/class-pum-ninja-forms.php:91
msgid "Ninja Form Success (deprecated. Use Form Submission instead.)"
msgstr ""
"Ninja Form 성공(더 이상 사용되지 않음. 대신 Form Submission을 사용하세요.)"

#: includes/integrations/class-pum-woocommerce-integration.php:41
msgid "Any WooCommerce Page"
msgstr "모든 WooCommerce 페이지"

#: includes/integrations/class-pum-woocommerce-integration.php:46
msgid "Any Shop Page"
msgstr "모든 상점 페이지"

#: includes/integrations/class-pum-woocommerce-integration.php:51
msgid "Cart Page"
msgstr "장바구니 페이지"

#: includes/integrations/class-pum-woocommerce-integration.php:56
msgid "Checkout Page"
msgstr "결제 페이지"

#: includes/integrations/class-pum-woocommerce-integration.php:61
msgid "Account Page"
msgstr "계정 페이지"

#: includes/integrations/class-pum-woocommerce-integration.php:67
msgid "Is Endpoint"
msgstr "엔드포인트 여부"

#: includes/integrations/class-pum-woocommerce-integration.php:70
msgid "Selected Endpoints"
msgstr "선택한 엔드포인트"

#: includes/integrations/ninja-forms/Actions/ClosePopup.php:56
msgid "0"
msgstr "0"

#: includes/legacy/input-options.php:63
msgid "Responsive Sizes&#10549;"
msgstr "반응형 크기&#10549;"

#: includes/legacy/input-options.php:72
msgid "Non Responsive Sizes&#10549;"
msgstr "비반응형 크기&#10549;"

#: includes/legacy/input-options.php:90
msgid "Grow"
msgstr "확대"

#: includes/legacy/input-options.php:91
msgid "Grow and Slide"
msgstr "확대 및 슬라이드"

#: includes/legacy/input-options.php:162 dist/packages/cta-admin.js:4
#: dist/packages/cta-admin.js:23 dist/packages/cta-editor.js:1
msgid "Disabled"
msgstr "비활성화됨"

#: includes/legacy/input-options.php:163
msgid "On Open"
msgstr "열 때"

#: includes/legacy/input-options.php:164
msgid "On Close"
msgstr "닫을 때"

#: includes/modules/menus.php:47
msgid "Disable Popups Menu Editor"
msgstr "팝업 메뉴 편집기 비활성화"

#. translators: %1$s: opening and closing link HTML tags, %2$s: link text.
#: includes/modules/menus.php:50
#, php-format
msgctxt "%s represent opening and closing link html"
msgid ""
"Use this if there is a conflict with your theme or another plugin in the nav "
"menu editor. %1$sLearn more%2$s"
msgstr ""
"테마나 다른 플러그인과 nav 메뉴 편집기에서 충돌이 있는 경우 이 옵션을 사용하"
"세요. %1$s자세히 알아보기%2$s"

#: includes/modules/menus.php:191
msgid "Trigger a Popup"
msgstr "팝업 트리거"

#: includes/modules/menus.php:202
msgid "Choose a popup to trigger when this item is clicked."
msgstr "이 항목을 클릭할 때 트리거할 팝업을 선택하세요."

#: includes/modules/reviews.php:132 includes/modules/reviews.php:146
msgid "Leave a 5-star review"
msgstr "5점 리뷰를 남겨 주세요"

#. translators: 1: Popup Maker product name, 2: amount of time.
#: includes/modules/reviews.php:900
#, php-format
msgid ""
"You've been using %1$s for %2$s. If it has helped you engage visitors, grow "
"your audience, or generate meaningful conversions, would you take a moment "
"to leave us a 5-star review?"
msgstr ""
"%1$s를 %2$s 동안 사용해 오셨습니다. 방문자 참여를 높이고, 잠재고객을 늘리며, "
"의미 있는 전환을 만들어내는 데 도움이 되었다면, 잠시 시간을 내어 5점 리뷰를 "
"남겨 주시겠어요?"

#: includes/modules/reviews.php:905
msgid "1 week"
msgstr "1주"

#: includes/modules/reviews.php:912
msgid "1 month"
msgstr "1개월"

#: includes/modules/reviews.php:919
msgid "3 months"
msgstr "3개월"

#. translators: 1: Popup Maker product name, 2: number of popup views.
#: includes/modules/reviews.php:937
#, php-format
msgid ""
"%1$s has now delivered %2$s popup views on your site. If those popups have "
"helped you achieve meaningful results, would you take a moment to leave us a "
"5-star review?"
msgstr ""
"%1$s가 이제 사이트에서 %2$s회의 팝업 조회를 기록했습니다. 그 팝업들이 의미 있"
"는 성과를 내는 데 도움이 되었다면, 잠시 시간을 내어 5점 리뷰를 남겨 주시겠어"
"요?"

#: includes/modules/reviews.php:1007
msgid "Remind me later"
msgstr "나중에 다시 알림"

#: includes/modules/reviews.php:1012
msgid "I’ve already left a review"
msgstr "이미 리뷰를 남겼습니다"

#. translators: %s: Popup Maker product name.
#: includes/modules/reviews.php:1048
#, php-format
msgid "Is %s helping you grow?"
msgstr "%s가 성장하는 데 도움이 되고 있나요?"

#. translators: %s: Post type.
#: includes/namespaced/condition-helpers.php:34
#, php-format
msgid "Select %s(s) (optional)"
msgstr "%s(들) 선택(선택 사항)"

#: includes/namespaced/condition-helpers.php:65
msgid "Require all"
msgstr "모두 필요"

#: includes/namespaced/condition-helpers.php:85
msgid "More Than (optional)"
msgstr "보다 큼(선택 사항)"

#: includes/namespaced/condition-helpers.php:106
msgid "Less Than (optional)"
msgstr "보다 작음(선택 사항)"

#: includes/pum-install-functions.php:149
msgid "Light Box"
msgstr "라이트 박스"

#: includes/pum-install-functions.php:156
msgid "Enterprise Blue"
msgstr "엔터프라이즈 블루"

#: includes/pum-install-functions.php:163
msgid "Hello Box"
msgstr "헬로 박스"

#: includes/pum-install-functions.php:170
msgid "Cutting Edge"
msgstr "최첨단"

#: includes/pum-install-functions.php:177
msgid "Framed Border"
msgstr "프레임 테두리"

#: includes/pum-install-functions.php:184
msgid "Floating Bar - Soft Blue"
msgstr "플로팅 바 - 소프트 블루"

#: includes/pum-install-functions.php:191
msgid "Content Only - For use with page builders or block editor"
msgstr "콘텐츠만 - 페이지 빌더 또는 블록 편집기와 함께 사용"

#: includes/pum-sdk/class-pum-extension-activation.php:82
msgid "This plugin"
msgstr "이 플러그인"

#. translators: 1. plugin name.
#: includes/pum-sdk/class-pum-extension-activation.php:124
#, php-format
msgid " requires Popup Maker! Please %s to continue!"
msgstr "Popup Maker가 필요합니다! 계속하려면 %s 해 주세요!"

#: popup-maker.php:101
msgid "Popup Maker: Failed to initialize autoloader. The plugin cannot load."
msgstr ""
"Popup Maker: 자동 로더 초기화에 실패했습니다. 플러그인을 불러올 수 없습니다."

#: dist/packages/addons-page.js:1 dist/packages/addons-page.js:3
msgid "Working…"
msgstr "작업 중…"

#: dist/packages/addons-page.js:1 dist/packages/addons-page.js:3
msgid "Network Active"
msgstr "네트워크 활성화됨"

#: dist/packages/addons-page.js:1
msgid "Pro+ required"
msgstr "Pro+ 필요"

#: dist/packages/addons-page.js:1
msgid "Pro required"
msgstr "Pro 필요"

#: dist/packages/addons-page.js:1 dist/packages/addons-page.js:3
msgid "Unavailable"
msgstr "사용할 수 없음"

#: dist/packages/addons-page.js:1
msgid "The add-on triggered a fatal error and the change was not applied."
msgstr "애드온에서 치명적인 오류가 발생하여 변경 사항이 적용되지 않았습니다."

#: dist/packages/addons-page.js:1
msgid "%s deactivated."
msgstr "%s이(가) 비활성화되었습니다."

#: dist/packages/addons-page.js:1
msgid "%s activated."
msgstr "%s이(가) 활성화되었습니다."

#. translators: %s: add-on name.
#: dist/packages/addons-page.js:2
msgid "%s couldn’t be deactivated"
msgstr "%s을(를) 비활성화할 수 없습니다"

#. translators: %s: add-on name.
#: dist/packages/addons-page.js:3
msgid "%s couldn’t be activated"
msgstr "%s을(를) 활성화할 수 없습니다"

#: dist/packages/addons-page.js:3
msgid "The add-on action failed"
msgstr "애드온 작업에 실패했습니다"

#: dist/packages/addons-page.js:3
msgid "Manage plugins"
msgstr "플러그인 관리"

#: dist/packages/addons-page.js:3
msgid "Get support"
msgstr "지원 받기"

#: dist/packages/addons-page.js:3
msgid "Get Pro+"
msgstr "Pro+ 받기"

#: dist/packages/addons-page.js:3
msgid "Get Pro"
msgstr "Pro 받기"

#. translators: %s: add-on name.
#: dist/packages/addons-page.js:4
msgid "View details for %s"
msgstr "%s의 세부정보 보기"

#: dist/packages/addons-page.js:4
msgid "Available with Pro+"
msgstr "Pro+에서 사용 가능"

#: dist/packages/addons-page.js:4 dist/packages/admin-notifications.js:2
#: dist/packages/cta-admin.js:23
msgid "All"
msgstr "전체"

#: dist/packages/addons-page.js:4
msgid "Installed"
msgstr "설치됨"

#: dist/packages/addons-page.js:4
msgid "Premium"
msgstr "프리미엄"

#: dist/packages/addons-page.js:4
msgid "Search add-ons"
msgstr "애드온 검색"

#: dist/packages/addons-page.js:4
msgid "The add-on catalog could not be loaded. Please retry shortly."
msgstr "애드온 카탈로그를 불러올 수 없습니다. 잠시 후 다시 시도해 주세요."

#: dist/packages/addons-page.js:4
msgid "The add-on action failed."
msgstr "애드온 작업에 실패했습니다."

#: dist/packages/addons-page.js:4
msgid "No add-ons are currently available."
msgstr "현재 사용할 수 있는 애드온이 없습니다."

#. translators: %s: search query.
#: dist/packages/addons-page.js:5
msgid "No add-ons match “%s”."
msgstr "“%s”과 일치하는 애드온이 없습니다."

#: dist/packages/addons-page.js:5
msgid "No add-ons match the selected filter."
msgstr "선택한 필터와 일치하는 애드온이 없습니다."

#: dist/packages/addons-page.js:5
msgid "Pro+ Add-ons"
msgstr "Pro+ 애드온"

#: dist/packages/addons-page.js:5
msgid "Add-ons"
msgstr "애드온"

#. translators: %d: number of add-ons.
#: dist/packages/addons-page.js:6
msgid "%d add-on"
msgid_plural "%d add-ons"
msgstr[0] "%d 애드온"

#: dist/packages/addons-page.js:6
msgid ""
"Explore Popup Maker add-ons and manage extensions installed on this site."
msgstr ""
"Popup Maker 애드온을 살펴보고 이 사이트에 설치된 확장 기능을 관리하세요."

#: dist/packages/admin-bar.js:1
msgid "After clicking ok, click the element you want a selector for."
msgstr "확인을 클릭한 후, 선택자를 만들 요소를 클릭하세요."

#: dist/packages/admin-bar.js:1
msgid "Selector"
msgstr "선택자"

#: dist/packages/admin-bar.js:1
msgid "Copy"
msgstr "복사"

#: dist/packages/admin-bar.js:1
msgid "Copied to clipboard"
msgstr "클립보드에 복사됨"

#: dist/packages/admin-bar.js:1
msgid "Get Element Selector"
msgstr "요소 선택자 가져오기"

#: dist/packages/admin-bar.js:1
msgid "Start Selection"
msgstr "선택 시작"

#: dist/packages/admin-bar.js:1
msgid "Conditions Check"
msgstr "조건 확인"

#: dist/packages/admin-bar.js:1
msgid "The conditions were met."
msgstr "조건이 충족되었습니다."

#: dist/packages/admin-bar.js:1
msgid "The conditions were not met."
msgstr "조건이 충족되지 않았습니다."

#: dist/packages/admin-bar.js:1
msgid "Cookies Reset"
msgstr "쿠키 초기화"

#: dist/packages/admin-bar.js:1
msgid "The cookies were reset successfully."
msgstr "쿠키가 성공적으로 초기화되었습니다."

#: dist/packages/admin-notifications.js:1
#: dist/packages/admin-notifications.js:2
msgid "What’s New"
msgstr "새로운 소식"

#: dist/packages/admin-notifications.js:1
msgid "Tip for you"
msgstr "알려드리는 팁"

#: dist/packages/admin-notifications.js:1
msgid "Announcement"
msgstr "공지"

#: dist/packages/admin-notifications.js:1
msgid "Offer"
msgstr "제안"

#: dist/packages/admin-notifications.js:1
msgid "Heads up"
msgstr "알림"

#: dist/packages/admin-notifications.js:1
msgid "Details"
msgstr "세부 정보"

#. translators: %d: number of unread notifications.
#: dist/packages/admin-notifications.js:2
msgid "%d unread notification"
msgid_plural "%d unread notifications"
msgstr[0] "%d개의 읽지 않은 알림"

#: dist/packages/admin-notifications.js:2
msgid "Tips"
msgstr "팁"

#: dist/packages/admin-notifications.js:2
msgid "News"
msgstr "뉴스"

#: dist/packages/admin-notifications.js:2
msgid "Offers"
msgstr "특가"

#: dist/packages/admin-notifications.js:3
msgid "Popup Maker notifications"
msgstr "Popup Maker 알림"

#: dist/packages/admin-notifications.js:3
msgid "You’re all caught up. No notifications right now."
msgstr "모두 확인하셨습니다. 현재 알림이 없습니다."

#: dist/packages/admin-notifications.js:3
msgid "Nothing in this category right now."
msgstr "현재 이 카테고리에는 아무것도 없습니다."

#: dist/packages/admin-notifications.js:3
msgid "Dismiss items you’re not interested in — we’ll remember."
msgstr "관심 없는 항목은 숨기세요 — 기억해 두겠습니다."

#: dist/packages/block-editor.js:1
msgid "Popup Controls"
msgstr "팝업 컨트롤"

#: dist/packages/block-editor.js:1
msgid "These settings allow you to control popups with this block."
msgstr "이 설정을 사용하면 이 블록으로 팝업을 제어할 수 있습니다."

#: dist/packages/block-editor.js:1
msgid "This method does not work well with all block types."
msgstr "이 방법은 모든 블록 유형에서 잘 작동하지 않습니다."

#: dist/packages/block-editor.js:1
msgid "Open documentation"
msgstr "문서 열기"

#: dist/packages/block-editor.js:1
msgid "Open a popup when clicking this block"
msgstr "이 블록을 클릭할 때 팝업 열기"

#: dist/packages/block-editor.js:1
msgid "Popup Trigger Editor"
msgstr "팝업 트리거 편집기"

#: dist/packages/block-editor.js:1
msgid "Popup Selection Controls"
msgstr "팝업 선택 컨트롤"

#: dist/packages/block-editor.js:1
msgid "Which popup should open?"
msgstr "어떤 팝업을 열까요?"

#: dist/packages/block-editor.js:1
msgid "Apply"
msgstr "적용"

#. translators: %s: popup title.
#: dist/packages/block-editor.js:2
msgid "Open \"%s\" popup"
msgstr "\"%s\" 팝업 열기"

#: dist/packages/block-editor.js:2
msgid "Popup Trigger Preview"
msgstr "팝업 트리거 미리보기"

#: dist/packages/block-editor.js:2 dist/packages/block-library.js:1
#: dist/packages/components.js:16 dist/packages/cta-admin.js:23
msgid "Edit"
msgstr "편집"

#: dist/packages/block-editor.js:2
msgid "Trigger removed."
msgstr "트리거가 제거되었습니다."

#: dist/packages/block-editor.js:2
msgid "Trigger edited."
msgstr "트리거가 수정되었습니다."

#: dist/packages/block-editor.js:2
msgid "Trigger inserted."
msgstr "트리거가 삽입되었습니다."

#: dist/packages/block-editor.js:2
msgid "Trigger settings"
msgstr "트리거 설정"

#: dist/packages/block-editor.js:2
msgid "Do not prevent default click behavior"
msgstr "기본 클릭 동작을 막지 않음"

#: dist/packages/block-editor.js:2
msgid "Remove Trigger"
msgstr "트리거 제거"

#: dist/packages/block-editor.js:2
msgid "Failed to save popup title."
msgstr "팝업 제목을 저장하지 못했습니다."

#: dist/packages/block-editor.js:2
msgid "Shown as headline inside the popup."
msgstr "팝업 내부의 제목으로 표시됩니다."

#: dist/packages/block-editor.js:2
msgid "Preview Popup"
msgstr "팝업 미리보기"

#: dist/packages/block-library.js:1
msgid "New call to action"
msgstr "새로운 콜 투 액션"

#: dist/packages/block-library.js:1
msgid "Call to action not found."
msgstr "콜 투 액션을 찾을 수 없습니다."

#: dist/packages/block-library.js:1 dist/packages/cta-admin.js:5
#: dist/packages/cta-editor.js:1
msgid "Add Call to Action"
msgstr "콜 투 액션 추가"

#: dist/packages/block-library.js:1
msgid "Remove Call to Action"
msgstr "콜 투 액션 제거"

#: dist/packages/block-library.js:1
msgid "Search or create CTA…"
msgstr "CTA를 검색하거나 생성…"

#: dist/packages/block-library.js:1
msgid "+ Create new CTA"
msgstr "+ 새 CTA 생성"

#: dist/packages/block-library.js:1
msgid "Remove"
msgstr "제거"

#: dist/packages/block-library.js:1
msgid "Preview Call To Action"
msgstr "콜 투 액션 미리보기"

#: dist/packages/block-library.js:1 dist/packages/cta-editor.js:1
msgid "Edit Call to Action"
msgstr "콜 투 액션 편집"

#: dist/packages/block-library.js:1
msgid "Advanced Options"
msgstr "고급 옵션"

#: dist/packages/block-library.js:1
msgid "Open in new window"
msgstr "새 창에서 열기"

#: dist/packages/block-library.js:1
msgid "Add rel=\"nofollow\""
msgstr "rel=\"nofollow\" 추가"

#: dist/packages/block-library.js:1
msgid "CTA Settings"
msgstr "CTA 설정"

#: dist/packages/block-library.js:1
msgid "Choose a Call to Action"
msgstr "행동 유도 문구 선택"

#: dist/packages/block-library.js:1
msgid "Buy now"
msgstr "지금 구매"

#: dist/packages/block-library.js:1
msgid "Contact us"
msgstr "문의하기"

#: dist/packages/components.js:1
msgid "Enter a value"
msgstr "값을 입력하세요"

#: dist/packages/components.js:1 dist/packages/fields.js:14
msgid "Search"
msgstr "검색"

#: dist/packages/components.js:1
msgid "No suggestions"
msgstr "추천 항목 없음"

#: dist/packages/components.js:1
msgid "Remove token"
msgstr "토큰 제거"

#. translators: %s: entity type.
#: dist/packages/components.js:4 dist/packages/components.js:13
#: dist/packages/fields.js:4 dist/packages/fields.js:11
msgid "%s(s)"
msgstr "%s(들)"

#. translators: %s: entity type.
#: dist/packages/components.js:7 dist/packages/components.js:16
#: dist/packages/fields.js:7 dist/packages/fields.js:14
msgid "Select %s(s)"
msgstr "%s(들) 선택"

#: dist/packages/components.js:7 dist/packages/components.js:16
#: dist/packages/fields.js:7 dist/packages/fields.js:14
msgid "Searching…"
msgstr "검색 중…"

#: dist/packages/components.js:7
msgid "Confirm Action"
msgstr "작업 확인"

#: dist/packages/components.js:7
msgid "Confirm"
msgstr "확인"

#. translators: 1. Device type.
#: dist/packages/components.js:8 dist/packages/components.js:10
msgctxt "Device toggle option"
msgid "Show on %1$s"
msgstr "%1$s에 표시"

#. translators: 1. Device type.
#: dist/packages/components.js:9
msgctxt "Device toggle option"
msgid "Hide on %1$s"
msgstr "%1$s에서 숨기기"

#: dist/packages/components.js:16
msgid "Click here to edit this text."
msgstr "이 텍스트를 수정하려면 여기를 클릭하세요."

#: dist/packages/components.js:16
msgid "No items found."
msgstr "항목을 찾을 수 없습니다."

#: dist/packages/components.js:16
msgid "Select Popup"
msgstr "팝업 선택"

#: dist/packages/components.js:16
msgid "Choose a popup"
msgstr "팝업을 선택하세요"

#: dist/packages/components.js:16
msgid "Select All"
msgstr "모두 선택"

#: dist/packages/components.js:16
msgid "Deselect All"
msgstr "모두 선택 해제"

#: dist/packages/components.js:16
msgid "URL"
msgstr "URL"

#: dist/packages/components.js:16
msgid "Custom URL"
msgstr "사용자 지정 URL"

#: dist/packages/components.js:16
msgid "Search or type url"
msgstr "URL 검색 또는 입력"

#: dist/packages/components.js:16
msgid "Press ENTER to add this link"
msgstr "이 링크를 추가하려면 ENTER를 누르세요"

#: dist/packages/core-data.js:1
msgid "Please provide a name for this call to action."
msgstr "이 행동 유도 버튼의 이름을 입력하세요."

#: dist/packages/core-data.js:1 dist/packages/core-data.js:4
#: dist/packages/core-data.js:7 dist/packages/core-data.js:13
msgid "Call to action not found"
msgstr "행동 유도 버튼을 찾을 수 없습니다"

#. translators: %s: call to action title.
#: dist/packages/core-data.js:4 dist/packages/core-data.js:13
msgid "Call to action \"%s\" saved successfully."
msgstr "행동 유도 버튼 \"%s\"이(가) 성공적으로 저장되었습니다."

#: dist/packages/core-data.js:4 dist/packages/core-data.js:7
msgid "An error occurred, call to action was not saved."
msgstr "오류가 발생하여 행동 유도 버튼이 저장되지 않았습니다."

#. translators: %s: call to action title.
#: dist/packages/core-data.js:7
msgid "Call to action \"%s\" updated successfully."
msgstr "행동 유도 버튼 \"%s\"이(가) 성공적으로 업데이트되었습니다."

#. translators: %s: call to action title.
#: dist/packages/core-data.js:10
msgid "Call to action \"%s\" deleted successfully."
msgstr "행동 유도 버튼 \"%s\"이(가) 성공적으로 삭제되었습니다."

#: dist/packages/core-data.js:10 dist/packages/core-data.js:22
msgid "Failed to delete entity"
msgstr "엔터티 삭제에 실패했습니다"

#: dist/packages/core-data.js:10 dist/packages/core-data.js:22
msgid "No edits to save"
msgstr "저장할 수정 사항이 없습니다"

#: dist/packages/core-data.js:13 dist/packages/core-data.js:25
msgid "No editor values to save"
msgstr "저장할 편집 값이 없습니다"

#: dist/packages/core-data.js:13
msgid "An error occurred, license were not saved."
msgstr "오류가 발생하여 라이선스가 저장되지 않았습니다."

#: dist/packages/core-data.js:13
msgid "The license key is the same as the current one."
msgstr "라이선스 키가 현재 키와 같습니다."

#: dist/packages/core-data.js:13
msgid "An error occurred, license data was not loaded."
msgstr "오류가 발생하여 라이선스 데이터를 불러오지 못했습니다."

#: dist/packages/core-data.js:13
msgid "Please provide a name for this popup."
msgstr "이 팝업의 이름을 입력하세요."

#: dist/packages/core-data.js:13
msgid ""
"Please provide at least one condition for this popup before enabling it."
msgstr "이 팝업을 활성화하기 전에 최소 하나의 조건을 입력하세요."

#: dist/packages/core-data.js:13 dist/packages/core-data.js:16
#: dist/packages/core-data.js:19 dist/packages/core-data.js:22
#: dist/packages/core-data.js:25
msgid "Popup not found"
msgstr "팝업을 찾을 수 없습니다"

#. translators: %s: popup title.
#: dist/packages/core-data.js:16 dist/packages/core-data.js:25
msgid "Popup \"%s\" saved successfully."
msgstr "팝업 \"%s\"이(가) 성공적으로 저장되었습니다."

#: dist/packages/core-data.js:16 dist/packages/core-data.js:19
msgid "An error occurred, popup was not saved."
msgstr "오류가 발생하여 팝업이 저장되지 않았습니다."

#. translators: %s: popup title.
#: dist/packages/core-data.js:19
msgid "Popup \"%s\" updated successfully."
msgstr "팝업 \"%s\"이(가) 성공적으로 업데이트되었습니다."

#. translators: %s: popup title.
#: dist/packages/core-data.js:22
msgid "Popup \"%s\" deleted successfully."
msgstr "팝업 \"%s\"이(가) 성공적으로 삭제되었습니다."

#: dist/packages/core-data.js:25
msgid "An error occurred, settings were not saved."
msgstr "오류가 발생하여 설정이 저장되지 않았습니다."

#: dist/packages/core-data.js:25
msgid "An error occurred, settings were not loaded."
msgstr "오류가 발생하여 설정을 불러오지 못했습니다."

#: dist/packages/core-data.js:25
msgid "No results returned"
msgstr "결과가 반환되지 않았습니다"

#. translators: %d: number of items.
#: dist/packages/cta-admin.js:4
msgid "%d item selected"
msgid_plural "%d items selected"
msgstr[0] "%d개 항목이 선택되었습니다"

#: dist/packages/cta-admin.js:4
msgid "Bulk Actions"
msgstr "일괄 작업"

#: dist/packages/cta-admin.js:4
msgid "Additional options"
msgstr "추가 옵션"

#: dist/packages/cta-admin.js:4
msgid "Search Calls to Action…"
msgstr "콜 투 액션 검색…"

#: dist/packages/cta-admin.js:4
msgid "Hide Filters"
msgstr "필터 숨기기"

#: dist/packages/cta-admin.js:4
msgid "Filters"
msgstr "필터"

#: dist/packages/cta-admin.js:4
msgid "Enable or disable the call to action"
msgstr "콜 투 액션 활성화 또는 비활성화"

#: dist/packages/cta-admin.js:4 dist/packages/cta-editor.js:1
msgid "Description"
msgstr "설명"

#: dist/packages/cta-admin.js:4 dist/packages/cta-admin.js:23
msgid "Status"
msgstr "상태"

#: dist/packages/cta-admin.js:4
msgid "In Trash"
msgstr "휴지통에 있음"

#. translators: %d: number of items.
#: dist/packages/cta-admin.js:5
msgid "%d item"
msgid_plural "%d items"
msgstr[0] "%d개 항목"

#: dist/packages/cta-admin.js:5
msgid "Permission Denied"
msgstr "권한이 거부되었습니다"

#: dist/packages/cta-admin.js:5
msgid "You do not have permission to manage Calls to Action."
msgstr "Call to Action을 관리할 권한이 없습니다."

#: dist/packages/cta-admin.js:5
msgid "Popup Maker - Calls to Action"
msgstr "Popup Maker - Call to Action"

#. translators: %d: number of items.
#: dist/packages/cta-admin.js:8
msgid "%d call to action enabled."
msgid_plural "%d calls to action enabled."
msgstr[0] "%d개의 Call to Action이 활성화되었습니다."

#. translators: %d: number of items.
#: dist/packages/cta-admin.js:11
msgid "%d call to action disabled."
msgid_plural "%d calls to action disabled."
msgstr[0] "%d개의 Call to Action이 비활성화되었습니다."

#: dist/packages/cta-admin.js:11 dist/packages/cta-admin.js:23
msgid "Trash"
msgstr "휴지통"

#. translators: %d: number of items.
#: dist/packages/cta-admin.js:14
msgid "Are you sure you want to trash %d items?"
msgstr "%d개 항목을 휴지통으로 이동하시겠습니까?"

#. translators: %d: number of items.
#: dist/packages/cta-admin.js:17
msgid "%d call to action moved to trash."
msgid_plural "%d calls to action moved to trash."
msgstr[0] "%d개의 Call to Action이 휴지통으로 이동되었습니다."

#: dist/packages/cta-admin.js:17 dist/packages/cta-admin.js:23
msgid "Delete Permanently"
msgstr "영구 삭제"

#. translators: %d: number of items.
#: dist/packages/cta-admin.js:20
msgid "Are you sure you want to premanently delete %d items?"
msgstr "%d개 항목을 영구적으로 삭제하시겠습니까?"

#. translators: %d: number of items.
#: dist/packages/cta-admin.js:23
msgid "%d call to action deleted."
msgid_plural "%d calls to action deleted."
msgstr[0] "%d개의 Call to Action이 삭제되었습니다."

#: dist/packages/cta-admin.js:23
msgid "Quick exports with Popup Maker Pro"
msgstr "Popup Maker Pro로 빠르게 내보내기"

#: dist/packages/cta-admin.js:23
msgid ""
"Popup Maker Pro gives you the power to import & export your calls to action "
"to a JSON file in seconds."
msgstr ""
"Popup Maker Pro를 사용하면 몇 초 만에 Call to Action을 JSON 파일로 가져오고 "
"& 내보낼 수 있습니다."

#: dist/packages/cta-admin.js:23
msgid "Learn more or upgrade today"
msgstr "자세히 알아보거나 지금 업그레이드하세요"

#: dist/packages/cta-admin.js:23
msgid "Export"
msgstr "내보내기"

#: dist/packages/cta-admin.js:23
msgid "Export is available with Popup Maker Pro"
msgstr "내보내기는 Popup Maker Pro에서 사용할 수 있습니다"

#: dist/packages/cta-admin.js:23
msgid "Pending"
msgstr "보류 중"

#: dist/packages/cta-admin.js:23
msgid "Future"
msgstr "예정됨"

#: dist/packages/cta-admin.js:23
msgid "Private"
msgstr "비공개"

#: dist/packages/cta-admin.js:23
msgid "Quick imports with Popup Maker Pro"
msgstr "Popup Maker Pro로 빠르게 가져오기"

#: dist/packages/cta-admin.js:23
msgid ""
"Popup Maker Pro gives you the power to import your calls to action from a "
"JSON file in seconds."
msgstr ""
"Popup Maker Pro를 사용하면 몇 초 만에 JSON 파일에서 Call to Action을 가져올 "
"수 있습니다."

#: dist/packages/cta-admin.js:23
msgid "Import"
msgstr "가져오기"

#: dist/packages/cta-admin.js:23
msgid "Import is available with Popup Maker Pro"
msgstr "가져오기는 Popup Maker Pro에서 사용할 수 있습니다"

#: dist/packages/cta-admin.js:23
msgid "Untrash"
msgstr "휴지통에서 복원"

#: dist/packages/cta-admin.js:23
msgid "Are you sure you want to premanently delete this call to action?"
msgstr "이 콜 투 액션을 영구적으로 삭제하시겠습니까?"

#: dist/packages/cta-editor.js:1
msgid "Undo"
msgstr "실행 취소"

#: dist/packages/cta-editor.js:1
msgid "Redo"
msgstr "다시 실행"

#: dist/packages/cta-editor.js:1
msgid "Are you sure you want to delete this call to action?"
msgstr "이 콜 투 액션을 삭제하시겠습니까?"

#: dist/packages/cta-editor.js:1
msgid "Permanently delete all associated content"
msgstr "연결된 모든 콘텐츠를 영구적으로 삭제"

#: dist/packages/cta-editor.js:1
msgid "Please fix the errors below."
msgstr "아래 오류를 수정해 주세요."

#: dist/packages/cta-editor.js:1
msgid "Select a type"
msgstr "유형을 선택하세요"

#: dist/packages/cta-editor.js:1
msgid "Name…"
msgstr "이름…"

#: dist/packages/cta-editor.js:1
msgid "Enter a name for this call to action."
msgstr "이 콜 투 액션의 이름을 입력하세요."

#: dist/packages/cta-editor.js:1
msgid "Add description…"
msgstr "설명 추가…"

#: dist/packages/cta-editor.js:1
msgid "Action Type"
msgstr "동작 유형"

#: dist/packages/cta-editor.js:1
msgid "Loading call to action…"
msgstr "콜 투 액션을 불러오는 중…"

#: dist/packages/cta-editor.js:1
msgid "Changes you made may not be saved."
msgstr "변경한 내용이 저장되지 않을 수 있습니다."

#: dist/packages/cta-editor.js:1
msgid "Editor requires a valid call to action."
msgstr "편집기에는 유효한 콜 투 액션이 필요합니다."

#: dist/packages/cta-editor.js:1
msgid "New Call to Action"
msgstr "새 콜 투 액션"

#: dist/packages/cta-editor.js:1
msgid "Save Call to Action"
msgstr "콜 투 액션 저장"

#: dist/packages/cta-editor.js:1
msgid "Editor requires a valid id"
msgstr "편집기에는 유효한 ID가 필요합니다"

#. translators: %s: field type that was not found.
#: dist/packages/fields.js:8
msgid "Field type `%s` not found"
msgstr "`%s` 필드 유형을 찾을 수 없음"

#: dist/packages/layout.js:1
msgid "Support"
msgstr "지원"

#: packages/block-library/src/lib/cta-button/block.json
msgctxt "block title"
msgid "Call to Action Button"
msgstr "행동 유도 버튼"

#: packages/block-library/src/lib/cta-button/block.json
msgctxt "block description"
msgid "Prompt visitors to take action with a button-style link."
msgstr "버튼 스타일 링크로 방문자에게 행동을 유도합니다."

#: packages/block-library/src/lib/cta-button/block.json
#: packages/block-library/src/lib/cta-buttons/block.json
msgctxt "block keyword"
msgid "link"
msgstr "링크"

#: packages/block-library/src/lib/cta-button/block.json
#: packages/block-library/src/lib/cta-buttons/block.json
msgctxt "block keyword"
msgid "button"
msgstr "버튼"

#: packages/block-library/src/lib/cta-button/block.json
#: packages/block-library/src/lib/cta-buttons/block.json
msgctxt "block keyword"
msgid "call to action"
msgstr "행동 유도"

#: packages/block-library/src/lib/cta-button/block.json
#: packages/block-library/src/lib/cta-buttons/block.json
msgctxt "block keyword"
msgid "cta"
msgstr "CTA"

#: packages/block-library/src/lib/cta-button/block.json
#: packages/block-library/src/lib/cta-buttons/block.json
msgctxt "block keyword"
msgid "conversion"
msgstr "전환"

#: packages/block-library/src/lib/cta-button/block.json
msgctxt "block style label"
msgid "Fill"
msgstr "채우기"

#: packages/block-library/src/lib/cta-button/block.json
msgctxt "block style label"
msgid "Outline"
msgstr "윤곽선"

#: packages/block-library/src/lib/cta-buttons/block.json
msgctxt "block title"
msgid "Call to Action Buttons"
msgstr "행동 유도 버튼들"

#: packages/block-library/src/lib/cta-buttons/block.json
msgctxt "block description"
msgid "Prompt visitors to take action with a group of button-style links."
msgstr "버튼 스타일 링크 그룹으로 방문자에게 행동을 유도합니다."
