-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathaccessibility-checker-ko_KR.po
More file actions
6019 lines (4742 loc) · 289 KB
/
Copy pathaccessibility-checker-ko_KR.po
File metadata and controls
6019 lines (4742 loc) · 289 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Copyright (C) 2026 Equalize Digital
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: Accessibility Checker 1.43.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/accessibility-checker\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2026-06-22T20:17:36+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.12.0\n"
"X-Domain: accessibility-checker\n"
"Language: ko_KR\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. Plugin Name of the plugin
#: accessibility-checker.php
#: admin/class-meta-boxes.php:47
#: includes/classes/class-accessibility-statement.php:55
#: includes/classes/class-admin-toolbar.php:57
#: includes/options-page.php:49
#: partials/welcome-page.php:28
#: build/frontendHighlighterApp.bundle.js:2
#: build/sidebar.bundle.js:2
msgid "Accessibility Checker"
msgstr "Accessibility Checker"
#. Plugin URI of the plugin
#: accessibility-checker.php
msgid "https://a11ychecker.com"
msgstr "https://a11ychecker.com"
#. Description of the plugin
#: accessibility-checker.php
msgid "Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance."
msgstr "게시하기 전에 웹사이트의 접근성을 감사하고 확인하세요. 글 내 접근성 스캐너와 가이드를 제공합니다."
#. Author of the plugin
#: accessibility-checker.php
msgid "Equalize Digital"
msgstr "Equalize Digital"
#. Author URI of the plugin
#: accessibility-checker.php
msgid "https://equalizedigital.com"
msgstr "https://equalizedigital.com"
#: admin/AdminPage/AccessibilityReportsPage.php:56
#: admin/AdminPage/AccessibilityReportsPage.php:140
msgid "Accessibility Reports"
msgstr "접근성 보고서"
#: admin/AdminPage/AccessibilityReportsPage.php:57
msgid "New"
msgstr "새로운 기능"
#: admin/AdminPage/AccessibilityReportsPage.php:146
msgid "License Expired"
msgstr "라이선스 만료"
#: admin/AdminPage/AccessibilityReportsPage.php:149
msgid "Your license has expired. This site is still connected but reports may stop until your license is renewed."
msgstr "라이선스가 만료되었습니다. 이 사이트는 계속 연결되어 있지만, 라이선스가 갱신될 때까지 보고서 생성이 중단될 수 있습니다."
#: admin/AdminPage/AccessibilityReportsPage.php:153
#: admin/AdminPage/ConnectedServicesPage.php:229
msgid "Renew your license"
msgstr "라이선스를 갱신하세요"
#: admin/AdminPage/AccessibilityReportsPage.php:160
#: admin/AdminPage/AccessibilityReportsPage.php:294
msgid "Disable Email Reports"
msgstr "이메일 보고서 비활성화"
#: admin/AdminPage/AccessibilityReportsPage.php:169
msgid "Get recurring email reports with a snapshot of your site’s accessibility, including total issues, trends over time, most problematic pages, and the most severe issues to fix first."
msgstr "사이트의 접근성 스냅샷이 포함된 정기 이메일 보고서를 받으세요. 총 문제 수, 시간 경과에 따른 추세, 가장 문제가 많은 페이지, 먼저 해결해야 할 가장 심각한 문제 등이 포함됩니다."
#: admin/AdminPage/AccessibilityReportsPage.php:171
msgid "Get recurring email reports with a snapshot of your site’s accessibility, including total issues, trends over time, most problematic pages, and the most severe issues to fix first. Some details, like full-site coverage and issue breakdowns, are available in Pro."
msgstr "사이트의 접근성 스냅샷이 포함된 정기 이메일 보고서를 받으세요. 총 문제 수, 시간 경과에 따른 추세, 가장 문제가 많은 페이지, 먼저 해결해야 할 가장 심각한 문제 등이 포함됩니다. 전체 사이트 적용 범위 및 문제 분석과 같은 일부 세부 정보는 Pro 버전에서 사용할 수 있습니다."
#: admin/AdminPage/AccessibilityReportsPage.php:182
#: admin/AdminPage/AccessibilityReportsPage.php:196
msgid "Enable Email Reports"
msgstr "이메일 보고서 활성화"
#: admin/AdminPage/AccessibilityReportsPage.php:189
#: admin/AdminPage/AccessibilityReportsPage.php:193
#: admin/AdminPage/AccessibilityReportsPage.php:286
#: admin/AdminPage/ConnectedServicesPage.php:154
msgid "Free License Key"
msgstr "무료 라이선스 키"
#: admin/AdminPage/AccessibilityReportsPage.php:202
msgid "Get a Free License Key"
msgstr "무료 라이선스 키 받기"
#. translators: %s: dashboard URL.
#: admin/AdminPage/AccessibilityReportsPage.php:207
#, php-format
msgid "Got the plugin from Equalize Digital? Your key is in your <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">dashboard</a>."
msgstr "Equalize Digital에서 플러그인을 받으셨나요? 키는 <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">대시보드</a>에 있습니다."
#. translators: %s: signup URL.
#: admin/AdminPage/AccessibilityReportsPage.php:216
#, php-format
msgid "Installed from WordPress.org? <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Create a free account</a> to get one."
msgstr "WordPress.org에서 설치하셨나요? 무료 키를 받으려면 <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">무료 계정을 만드세요</a>."
#. translators: %s: signup URL.
#: admin/AdminPage/AccessibilityReportsPage.php:225
#, php-format
msgid "Not sure? Just <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">create a free account</a>. It only takes a minute."
msgstr "확실하지 않으세요? <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">무료 계정</a>을 만들기만 하세요. 1분밖에 걸리지 않습니다."
#: admin/AdminPage/AccessibilityReportsPage.php:237
msgid "Reports Enabled"
msgstr "보고서 활성화됨"
#: admin/AdminPage/AccessibilityReportsPage.php:240
msgid "Weekly accessibility reports for this site are being emailed to the account owner of the license key."
msgstr "이 사이트에 대한 주간 접근성 보고서가 라이선스 키의 계정 소유자에게 이메일로 발송됩니다."
#. translators: %s: next report date.
#: admin/AdminPage/AccessibilityReportsPage.php:245
#, php-format
msgid "Next report: %s"
msgstr "다음 보고서: %s"
#: admin/AdminPage/AccessibilityReportsPage.php:252
msgid "Full Coverage"
msgstr "전체 범위"
#: admin/AdminPage/AccessibilityReportsPage.php:252
msgid "Limited Coverage"
msgstr "제한된 범위"
#: admin/AdminPage/AccessibilityReportsPage.php:256
msgid "Your reports include all post types and taxonomies."
msgstr "보고서에 모든 게시물 유형 및 분류가 포함됩니다."
#: admin/AdminPage/AccessibilityReportsPage.php:258
msgid "Full-site scanning enabled"
msgstr "전체 사이트 스캔 활성화됨"
#: admin/AdminPage/AccessibilityReportsPage.php:259
msgid "Complete issue breakdowns"
msgstr "완전한 문제 분석"
#: admin/AdminPage/AccessibilityReportsPage.php:260
msgid "Detailed reporting"
msgstr "상세 보고서"
#: admin/AdminPage/AccessibilityReportsPage.php:263
msgid "Your reports only include part of your site."
msgstr "보고서에 사이트의 일부만 포함됩니다."
#: admin/AdminPage/AccessibilityReportsPage.php:264
msgid "Upgrade to Pro to:"
msgstr "Pro 버전으로 업그레이드하여 다음 기능을 이용하세요:"
#: admin/AdminPage/AccessibilityReportsPage.php:266
msgid "Scan all content types"
msgstr "모든 콘텐츠 유형 스캔"
#: admin/AdminPage/AccessibilityReportsPage.php:267
msgid "Get full issue breakdowns"
msgstr "전체 문제 분석 받기"
#: admin/AdminPage/AccessibilityReportsPage.php:268
msgid "Receive more detailed reports"
msgstr "더 상세한 보고서 받기"
#: admin/AdminPage/AccessibilityReportsPage.php:271
#: admin/class-upgrade-promotion.php:62
msgid "Upgrade to Pro"
msgstr "프로로 업그레이드하기"
#: admin/AdminPage/AccessibilityReportsPage.php:277
msgid "Accessibility Summary"
msgstr "접근성 요약"
#: admin/AdminPage/AccessibilityReportsPage.php:278
msgid "This summary reflects the latest scan data available for your site."
msgstr "이 요약은 사이트에 사용 가능한 최신 스캔 데이터를 반영합니다."
#: admin/AdminPage/AccessibilityReportsPage.php:280
msgid "Total Issues Found"
msgstr "발견된 총 문제 수"
#: admin/AdminPage/AccessibilityReportsPage.php:286
msgid "Account Connection"
msgstr "계정 연결"
#. translators: %1$s: privacy link, %2$s: data processing agreement link, %3$s: privacy policy aria label, %4$s: data processing agreement aria label.
#: admin/AdminPage/AccessibilityReportsPage.php:305
#, php-format
msgid "By connecting this site, you agree to Equalize Digital's <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"%3$s\">Privacy Policy <span aria-hidden=\"true\">↗</span></a> and <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"%4$s\">Data Processing Agreement <span aria-hidden=\"true\">↗</span></a>."
msgstr "이 사이트에 연결함으로써, 귀하는 Equalize Digital의 <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"%3$s\">개인정보처리방침 <span aria-hidden=\"true\">↗</span></a> 및 <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"%4$s\">데이터 처리 계약 <span aria-hidden=\"true\">↗</span></a>에 동의합니다."
#: admin/AdminPage/AccessibilityReportsPage.php:308
msgid "Privacy Policy (opens in a new window)"
msgstr "개인정보처리방침 (새 창에서 열림)"
#: admin/AdminPage/AccessibilityReportsPage.php:309
msgid "Data Processing Agreement (opens in a new window)"
msgstr "데이터 처리 계약 (새 창에서 열림)"
#: admin/AdminPage/AccessibilityReportsPage.php:320
msgid "Weekly email includes total issues found and changes since the last report, coverage information, counts of problems, needs review, passed test percentage, and information about the most problematic pages and the most severe issues."
msgstr "주간 이메일에는 지난 보고서 이후 발견된 총 문제 및 변경 사항, 적용 범위 정보, 문제 수, 검토 필요 사항, 통과된 테스트 비율, 가장 문제가 많은 페이지 및 가장 심각한 문제에 대한 정보가 포함됩니다."
#: admin/AdminPage/AccessibilityReportsPage.php:417
#: build/sidebar.bundle.js:2
msgid "N/A"
msgstr "해당 없음"
#: admin/AdminPage/AccessibilityReportsPage.php:507
#: admin/class-ajax.php:330
#: build/frontendHighlighterApp.bundle.js:2
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
#: build/sidebar.bundle.js:2
msgid "Critical"
msgstr "심각"
#: admin/AdminPage/AccessibilityReportsPage.php:509
#: admin/class-ajax.php:334
#: build/frontendHighlighterApp.bundle.js:2
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
#: build/sidebar.bundle.js:2
msgid "High"
msgstr "높음"
#: admin/AdminPage/AccessibilityReportsPage.php:511
#: admin/class-ajax.php:338
#: build/frontendHighlighterApp.bundle.js:2
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
#: build/sidebar.bundle.js:2
msgid "Medium"
msgstr "중간"
#: admin/AdminPage/AccessibilityReportsPage.php:513
#: admin/class-ajax.php:342
#: build/frontendHighlighterApp.bundle.js:2
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
#: build/sidebar.bundle.js:2
msgid "Low"
msgstr "낮음"
#: admin/AdminPage/AccessibilityReportsPage.php:515
#: includes/classes/class-rest-api.php:1007
msgid "Unknown"
msgstr "알 수 없음"
#: admin/AdminPage/ConnectedServicesPage.php:138
msgid "create a free account"
msgstr "무료 계정 만들기"
#: admin/AdminPage/ConnectedServicesPage.php:147
msgid "Connect this site"
msgstr "이 사이트 연결"
#: admin/AdminPage/ConnectedServicesPage.php:166
msgid "active"
msgstr "활성"
#: admin/AdminPage/ConnectedServicesPage.php:168
msgid "expired"
msgstr "만료됨"
#: admin/AdminPage/ConnectedServicesPage.php:170
msgid "Enter your license key"
msgstr "라이선스 키 입력"
#: admin/AdminPage/ConnectedServicesPage.php:185
#: admin/AdminPage/ConnectedServicesPage.php:192
#: admin/AdminPage/ConnectedServicesPage.php:269
msgid "Disconnect Site"
msgstr "사이트 연결 해제"
#: admin/AdminPage/ConnectedServicesPage.php:199
msgid "Connect Site"
msgstr "사이트 연결"
#. translators: %s: link to my.equalizedigital.com dashboard
#: admin/AdminPage/ConnectedServicesPage.php:212
#, php-format
msgid "If you downloaded the free plugin from Equalize Digital, you already have a free license key in your %s dashboard."
msgstr "Equalize Digital에서 무료 플러그인을 다운로드했다면, 이미 %s 대시보드에 무료 라이선스 키가 있습니다."
#. translators: %s: link to create a free account
#: admin/AdminPage/ConnectedServicesPage.php:221
#, php-format
msgid "If not, %s to generate a license key and connect this site."
msgstr "그렇지 않다면, 라이선스 키를 생성하고 이 사이트를 연결하려면 %s하세요."
#. translators: %s: renew license link
#: admin/AdminPage/ConnectedServicesPage.php:232
#, php-format
msgid "Your license has expired and this site is still connected. %s to restore full access, or disconnect the site above."
msgstr "라이선스가 만료되었으며 이 사이트는 계속 연결되어 있습니다. 전체 액세스를 복원하려면 %s하십시오. 또는 위에 있는 사이트 연결을 해제하십시오."
#: admin/AdminPage/ConnectedServicesPage.php:251
msgid "Connected as Free"
msgstr "무료로 연결됨"
#: admin/AdminPage/ConnectedServicesPage.php:252
msgid "Your Pro license is no longer valid, but this site remains connected for Free email reports."
msgstr "Pro 라이선스가 더 이상 유효하지 않지만, 이 사이트는 무료 이메일 보고서를 위해 계속 연결되어 있습니다."
#. translators: %s: link to my.equalizedigital.com dashboard
#: admin/AdminPage/ConnectedServicesPage.php:257
#, php-format
msgid "You can manage recipients and review connection details in your %s dashboard."
msgstr "수신자를 관리하고 연결 세부 정보를 검토하려면 %s 대시보드를 방문하세요."
#: admin/AdminPage/ConnectedServicesPage.php:430
msgid "Your Pro license is no longer valid. Email reports remain connected as Free email reports. Renew your Pro license to restore Pro-only features."
msgstr "Pro 라이선스가 더 이상 유효하지 않습니다. 이메일 보고서는 무료 이메일 보고서로 계속 연결됩니다. Pro 전용 기능을 복원하려면 Pro 라이선스를 갱신하세요."
#: admin/AdminPage/ConnectedServicesPage.php:433
msgid "Your Pro license is no longer valid. This site is using a valid Free license, but email reports are not currently connected. Connect this site from the Free License section to resume Free email reports."
msgstr "Pro 라이선스가 더 이상 유효하지 않습니다. 이 사이트는 유효한 무료 라이선스를 사용 중이지만, 이메일 보고서가 현재 연결되어 있지 않습니다. 무료 라이선스 섹션에서 이 사이트를 연결하여 무료 이메일 보고서를 재개하세요."
#: admin/AdminPage/ConnectedServicesPage.php:474
msgid "Please renew your license"
msgstr "라이선스를 갱신해 주십시오"
#. translators: %1$s: item name, %2$s: item name, %3$s: renew license link
#: admin/AdminPage/ConnectedServicesPage.php:477
#, php-format
msgid "Your %1$s license has expired. %3$s to continue accessing additional features and services for %2$s."
msgstr "%1$s 라이선스가 만료되었습니다. %2$s에 대한 추가 기능 및 서비스에 계속 액세스하려면 %3$s하십시오."
#. translators: %s: item name
#: admin/AdminPage/ConnectedServicesPage.php:487
#, php-format
msgid "Your %s license key has been disabled. Please contact our support team if you believe this is an error or would like to continue accessing additional features."
msgstr "%s 라이선스 키가 비활성화되었습니다. 오류라고 생각하거나 추가 기능에 계속 액세스하고 싶으시면 지원팀에 문의하십시오."
#. translators: %1$s: item name, %2$s: license url, %3$s: item name
#: admin/AdminPage/ConnectedServicesPage.php:494
#, php-format
msgid "The license key for %1$s appears to be invalid. Please <a href=\"%2$s\">check your license key</a> to access additional accessibility features and services for %3$s."
msgstr "%1$s 라이선스 키가 유효하지 않은 것 같습니다. %3$s에 대한 추가 접근성 기능 및 서비스에 액세스하려면 <a href=\"%2$s\">라이선스 키를 확인해 주십시오</a>."
#. translators: %s: item name
#: admin/AdminPage/ConnectedServicesPage.php:504
#, php-format
msgid "This license key for %s is not active for this site. Please activate it to access additional features on this website."
msgstr "이 %s 라이선스 키는 이 사이트에서 활성화되어 있지 않습니다. 이 웹사이트에서 추가 기능에 액세스하려면 활성화하십시오."
#. translators: %s: the plugins item name
#: admin/AdminPage/ConnectedServicesPage.php:511
#, php-format
msgid "This license key does not appear to be valid for %s. Please verify you've entered the correct license key."
msgstr "이 라이선스 키는 %s에 대해 유효하지 않은 것 같습니다. 올바른 라이선스 키를 입력했는지 확인하십시오."
#. translators: %s: the plugins item name
#: admin/AdminPage/ConnectedServicesPage.php:518
#, php-format
msgid "Your %s license key has reached its site activation limit. You can upgrade your license or deactivate it on another site to use the additional features here."
msgstr "%s 라이선스 키가 사이트 활성화 제한에 도달했습니다. 라이선스를 업그레이드하거나 다른 사이트에서 비활성화하여 여기에서 추가 기능을 사용하십시오."
#. translators: %s: the plugins item name
#: admin/AdminPage/ConnectedServicesPage.php:525
#, php-format
msgid "There was an issue validating your %s license key. Please try again or contact our support team if the problem persists."
msgstr "%s 라이선스 키를 확인하는 동안 문제가 발생했습니다. 다시 시도하거나 문제가 계속되면 지원팀에 문의하십시오."
#: admin/AdminPage/FixesPage.php:75
#: admin/site-health/class-free.php:105
#: admin/site-health/class-pro.php:82
#: includes/classes/class-admin-toolbar.php:106
msgid "Fixes"
msgstr "수정"
#: admin/AdminPage/FixesPage.php:142
msgid "General Fixes"
msgstr "일반 수정"
#: admin/AdminPage/FixesPage.php:220
msgid "These fixes help improve accessibility by modifying HTML elements and behaviors on your site."
msgstr "이러한 수정은 사이트의 HTML 요소와 동작을 변경하여 접근성을 개선하는 데 도움이 됩니다."
#: admin/AdminPage/FixesSettingType/Checkbox.php:46
#: admin/AdminPage/FixesSettingType/Text.php:37
#: build/admin.bundle.js:2
msgid "Get Pro to unlock this feature, opens in a new window."
msgstr "이 기능을 사용하려면 Pro 버전으로 업그레이드하세요. 새 창에서 열립니다."
#: admin/AdminPage/FixesSettingType/Checkbox.php:47
#: admin/AdminPage/FixesSettingType/Text.php:38
#: admin/class-plugin-action-links.php:59
#: build/admin.bundle.js:2
msgid "Get Pro"
msgstr "Pro 버전 구매하기"
#: admin/AdminPage/FixesSettingType/Checkbox.php:67
#: admin/class-ajax.php:394
msgid "Opens in a new window."
msgstr "새 창에서 열립니다."
#. translators: %s: the label of the fix
#: admin/AdminPage/FixesSettingType/Text.php:54
#, php-format
msgid "Read documentation for %s. Opens in a new window."
msgstr "%s에 대한 문서를 읽어보세요. 새 창에서 열립니다."
#: admin/class-accessibility-statement.php:33
msgid "Our Commitment to Web Accessibility"
msgstr "웹 접근성에 대한 우리의 약속"
#: admin/class-accessibility-statement.php:53
msgid "[YOUR COMPANY NAME] is committed to providing a fully accessible website experience for all users of all abilities, including those who rely on assistive technologies like screen readers, screen enlargement software, and alternative keyboard input devices to navigate the web."
msgstr "[YOUR COMPANY NAME]은(는) 스크린 리더, 화면 확대 소프트웨어, 대체 키보드 입력 장치 등의 보조 기술을 사용하여 웹을 탐색하는 사용자를 포함한 모든 능력의 사용자에게 완전히 접근 가능한 웹사이트 경험을 제공하기 위해 노력하고 있습니다."
#: admin/class-accessibility-statement.php:54
msgid "Ongoing Efforts to Ensure Accessibility"
msgstr "접근성 보장을 위한 지속적인 노력"
#: admin/class-accessibility-statement.php:55
msgid "We follow the <a href=\"https://www.w3.org/TR/WCAG21/\">Web Content Accessibility Guidelines (WCAG) version 2.1</a> as our guiding principle for determining accessibility. These are internationally agreed-upon standards that cover a wide range of recommendations and best practices for making content useable. As we add new pages and functionality to our website, all designs, code, and content entry practices are checked against these standards."
msgstr "우리는 접근성 결정의 지침 원칙으로 <a href=\"https://www.w3.org/TR/WCAG21/\">웹 콘텐츠 접근성 지침(WCAG) 버전 2.1</a>을 따르고 있습니다. 이는 콘텐츠를 사용 가능하게 만들기 위한 광범위한 권장 사항과 모범 사례를 다루는 국제적으로 합의된 표준입니다. 웹사이트에 새로운 페이지와 기능을 추가할 때, 모든 디자인, 코드, 콘텐츠 입력 방식이 이 표준에 맞는지 확인합니다."
#. translators: 1 - A link opening tag, 2 - link closing tag
#: admin/class-accessibility-statement.php:58
#, php-format
msgid "Website accessibility is an ongoing process. We continually test content and features for WCAG 2.1 Level AA compliance and remediate any issues to ensure we meet or exceed the standards. Testing of our website is performed by our team members using industry-standard tools such as the %1$sAccessibility Checker WordPress Plugin%2$s, color contrast analyzers, keyboard-only navigation techniques, and Flesch-Kincaid readability tests."
msgstr "웹사이트 접근성은 지속적인 과정입니다. 우리는 WCAG 2.1 레벨 AA 준수를 위해 콘텐츠와 기능을 지속적으로 테스트하고 문제를 해결하여 기준을 충족하거나 초과하도록 합니다. 우리 웹사이트의 테스트는 %1$sAccessibility Checker 워드프레스 플러그인%2$s, 색상 대비 분석기, 키보드 전용 내비게이션 기법, Flesch-Kincaid 가독성 테스트와 같은 업계 표준 도구를 사용하여 팀원들이 수행합니다."
#: admin/class-accessibility-statement.php:62
msgid "Accessibility Features On Our Website"
msgstr "우리 웹사이트의 접근성 기능"
#: admin/class-accessibility-statement.php:63
msgid "The following is a list of items we have included in our website to improve its accessibility:"
msgstr "다음은 접근성 향상을 위해 웹사이트에 포함한 항목 목록입니다:"
#: admin/class-accessibility-statement.php:64
msgid "[LIST ACCESSIBILITY FEATURES HERE]"
msgstr "[여기에 접근성 기능 목록 삽입]"
#: admin/class-accessibility-statement.php:65
msgid "Where We're Improving"
msgstr "개선 중인 영역"
#: admin/class-accessibility-statement.php:66
msgid "In our efforts to bring our website up to standard, we are targeting the following areas:"
msgstr "웹사이트를 표준에 맞추기 위한 노력의 일환으로, 다음 영역을 개선하고 있습니다:"
#: admin/class-accessibility-statement.php:67
msgid "[LIST ITEMS YOU'RE WORKING TO FIX HERE]"
msgstr "[여기에 수정 중인 항목 목록 삽입]"
#: admin/class-accessibility-statement.php:68
msgid "[IT MAY HELP TO REVIEW THE OPEN ISSUES TAB TO SEE THE MOST COMMON PROBLEMS]"
msgstr "[가장 일반적인 문제를 보려면 OPEN ISSUES 탭을 검토하는 것이 도움이 될 수 있습니다]"
#: admin/class-accessibility-statement.php:69
msgid "This is part of our broader effort to make everyone's experience at [COMPANY NAME] a welcoming and enjoyable one. Please note that while we make every effort to provide information accessible for all users, we cannot guarantee the accessibility of third party websites to which we may link."
msgstr "이는 [COMPANY NAME]에서 모든 사람의 경험을 환영하고 즐겁게 만들기 위한 우리의 더 광범위한 노력의 일부입니다. 모든 사용자가 정보에 접근할 수 있도록 최선을 다하고 있지만, 우리가 연결할 수 있는 제3자 웹사이트의 접근성은 보장할 수 없음을 주의해 주시기 바랍니다."
#: admin/class-accessibility-statement.php:70
msgid "Accessibility Support Contact"
msgstr "접근성 지원 연락처"
#: admin/class-accessibility-statement.php:71
msgid "We welcome comments, questions, and feedback on our website. If you are using assistive technologies and are having difficulty using our website, please email [YOUR ACCESSIBILITY EMAIL ADDRESS] or give us a call at [YOUR PHONE NUMBER]. We will do our best to assist you and resolve issues."
msgstr "우리 웹사이트에 대한 의견, 질문, 피드백을 환영합니다. 보조 기술을 사용하고 있는데 웹사이트 사용에 어려움이 있다면 [YOUR ACCESSIBILITY EMAIL ADDRESS]로 이메일을 보내거나 [YOUR PHONE NUMBER]로 전화해 주세요. 최선을 다해 도와드리고 문제를 해결하겠습니다."
#. translators: %1$s: opening link tag, %2$s: closing link tag
#: admin/class-admin-footer-text.php:46
#, php-format
msgid "Enjoying Accessibility Checker? %1$sPlease leave us a ★★★★★ rating.%2$s We really appreciate your support!"
msgstr "Accessibility Checker를 즐겁게 사용하고 계신가요? %1$s★★★★★ 평가를 남겨주세요.[/%%p#07527667] 여러분의 지원에 정말 감사드립니다!"
#: admin/class-admin-footer-text.php:47
msgid "Please leave us a five star rating (opens in new window)"
msgstr "5점 평가를 남겨주세요 (새 창에서 열림)"
#. translators: %1$s: opening link tag, %2$s: closing link tag
#: admin/class-admin-footer-text.php:55
#, php-format
msgid "Want to do more with Accessibility Checker? %1$sUnlock Pro Features%2$s"
msgstr "Accessibility Checker로 더 많은 것을 하고 싶으신가요? %1$s프로 기능 잠금 해제%2$s"
#: admin/class-admin-footer-text.php:56
msgid "Unlock Pro Features (opens in new window)"
msgstr "프로 기능 잠금 해제 (새 창에서 열림)"
#: admin/class-admin-notices.php:141
msgid "🎉 Black Friday special! 🎉"
msgstr "🎉 블랙 프라이데이 특별 혜택! 🎉"
#: admin/class-admin-notices.php:142
msgid "Upgrade to a paid version of Accessibility Checker from November 24th to December 3rd and get 30% off! Full site scanning, site-wide open issues report, dismissal logs, and more."
msgstr "11월 24일부터 12월 3일까지 Accessibility Checker 유료 버전으로 업그레이드하고 30% 할인 혜택을 받으세요! 전체 사이트 스캔, 사이트 전반의 미해결 문제 보고서, 해제 로그 등을 포함합니다."
#: admin/class-admin-notices.php:143
msgid "Ask a Pre-Sale Question"
msgstr "사전 판매 질문하기"
#: admin/class-admin-notices.php:144
#: admin/class-admin-notices.php:303
msgid "Upgrade Now"
msgstr "지금 업그레이드하기"
#: admin/class-admin-notices.php:163
#: admin/class-admin-notices.php:246
#: admin/class-admin-notices.php:322
#: admin/class-admin-notices.php:411
#: admin/class-ajax.php:60
#: admin/class-ajax.php:223
#: admin/class-ajax.php:634
#: admin/class-ajax.php:818
#: admin/class-ajax.php:866
#: admin/class-frontend-highlight.php:82
#: admin/class-frontend-highlight.php:100
#: admin/class-frontend-highlight.php:105
#: admin/class-frontend-highlight.php:109
msgid "Permission Denied"
msgstr "권한이 거부되었습니다"
#: admin/class-admin-notices.php:175
#: admin/class-admin-notices.php:253
#: admin/class-admin-notices.php:334
#: admin/class-admin-notices.php:435
msgid "Update option wasn't successful"
msgstr "옵션 업데이트가 실패했습니다"
#: admin/class-admin-notices.php:217
#: admin/class-admin-notices.php:293
msgid "⚡️ Global Accessibility Awareness Day Flash Sale"
msgstr "⚡️ 글로벌 접근성 인식의 날 플래시 세일"
#: admin/class-admin-notices.php:220
msgid "Starting May 20th: Save 15% on accessibility courses and ArchiveWP with coupon code "
msgstr "5월 20일부터: 쿠폰 코드와 함께 접근성 과정 및 ArchiveWP를 15% 할인 받으세요. "
#: admin/class-admin-notices.php:221
#: admin/class-admin-notices.php:226
msgid "3 days only • May 20–22"
msgstr "3일 한정 • 5월 20–22일"
#: admin/class-admin-notices.php:222
#: admin/class-admin-notices.php:298
msgid "View ArchiveWP Pricing"
msgstr "ArchiveWP 가격 보기"
#: admin/class-admin-notices.php:223
#: admin/class-admin-notices.php:299
msgid "View Course Pricing"
msgstr "강좌 가격 보기"
#: admin/class-admin-notices.php:225
msgid "Starting May 20th: Save 15% on Accessibility Checker Pro with coupon code "
msgstr "5월 20일부터: 쿠폰 코드와 함께 Accessibility Checker Pro를 15% 할인 받으세요. "
#: admin/class-admin-notices.php:227
msgid "View Pricing"
msgstr "가격 보기"
#: admin/class-admin-notices.php:296
msgid "Save 15% on accessibility courses and ArchiveWP with coupon code "
msgstr "쿠폰 코드와 함께 접근성 과정 및 ArchiveWP를 15% 할인 받으세요. "
#: admin/class-admin-notices.php:297
#: admin/class-admin-notices.php:302
msgid "Limited-time offer • Ends May 22nd"
msgstr "기간 한정 혜택 • 5월 22일 종료"
#: admin/class-admin-notices.php:301
msgid "3 days only: Save 15% when you upgrade to Accessibility Checker Pro with coupon code "
msgstr "3일 한정: 쿠폰 코드와 함께 Accessibility Checker Pro로 업그레이드하시면 15% 할인 받으세요. "
#: admin/class-admin-notices.php:386
msgid "Hello! Thank you for using Accessibility Checker as part of your accessibility toolkit. Since you've been using it for a while, would you please write a 5-star review of Accessibility Checker in the WordPress plugin directory? This will help increase our visibility so more people can learn about the importance of web accessibility. Thanks so much!"
msgstr "안녕하세요! Accessibility Checker를 접근성 도구로 사용해 주셔서 감사합니다. 이 도구를 한동안 사용하셨으니, WordPress 플러그인 디렉토리에 Accessibility Checker에 대한 5점 리뷰를 작성해 주시겠습니까? 이를 통해 더 많은 사람들이 웹 접근성의 중요성을 알 수 있도록 저희의 가시성을 높이는 데 도움이 될 것입니다. 대단히 감사합니다!"
#: admin/class-admin-notices.php:389
msgid "Write A Review"
msgstr "리뷰 작성하기"
#: admin/class-admin-notices.php:390
msgid "Remind Me In Two Weeks"
msgstr "2주 후에 다시 알림"
#: admin/class-admin-notices.php:391
msgid "Never Ask Again"
msgstr "다시 묻지 않기"
#: admin/class-admin-notices.php:418
msgid "The review action value was not set"
msgstr "리뷰 작업 값이 설정되지 않았습니다"
#: admin/class-ajax.php:64
#: admin/class-ajax.php:227
#: admin/class-ajax.php:638
msgid "The post ID was not set"
msgstr "게시물 ID가 설정되지 않았습니다"
#: admin/class-ajax.php:68
#: admin/class-ajax.php:231
#: admin/class-ajax.php:642
msgid "You do not have permission to view this information for this post."
msgstr "이 게시물에 대한 이 정보를 볼 수 있는 권한이 없습니다."
#: admin/class-ajax.php:87
msgid "A Simplified summary has not been included for this content."
msgstr "이 콘텐츠에 대한 간단한 요약이 포함되지 않았습니다."
#: admin/class-ajax.php:90
msgid "Your content has a reading level at or below 9th grade and does not require a simplified summary."
msgstr "귀하의 콘텐츠는 9학년 이하의 읽기 수준이므로 간단한 요약이 필요하지 않습니다."
#: admin/class-ajax.php:93
msgid "The reading level of the simplified summary is too high."
msgstr "간단한 요약의 읽기 수준이 너무 높습니다."
#: admin/class-ajax.php:95
msgid "A simplified summary has been included for this content."
msgstr "이 콘텐츠에 대한 간단한 요약이 포함되어 있습니다."
#. translators: %d: percentage of passed checks
#: admin/class-ajax.php:106
#, php-format
msgid "%d%% Passed Checks"
msgstr "%d%% 통과된 검사"
#: admin/class-ajax.php:115
#: admin/class-welcome-page.php:102
#: admin/class-widgets.php:111
#: build/sidebar.bundle.js:2
msgid "Passed Checks"
msgstr "통과된 검사"
#: admin/class-ajax.php:125
msgid "Passed Tests"
msgstr "통과한 테스트"
#: admin/class-ajax.php:138
#: build/frontendHighlighterApp.bundle.js:2
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
msgid "Problem"
msgid_plural "Problems"
msgstr[0] "문제"
#: admin/class-ajax.php:144
msgid "Contrast Problem"
msgid_plural "Contrast Problems"
msgstr[0] "대비 문제"
#: admin/class-ajax.php:150
#: admin/class-widgets.php:182
#: build/frontendHighlighterApp.bundle.js:2
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
#: build/sidebar.bundle.js:2
msgid "Needs Review"
msgid_plural "Needs Review"
msgstr[0] "검토 필요"
#: admin/class-ajax.php:156
#: admin/class-ajax.php:385
#: admin/class-welcome-page.php:197
msgid "Dismissed Issue"
msgid_plural "Dismissed Issues"
msgstr[0] "해제된 문제"
#: admin/class-ajax.php:176
#: includes/wcag.php:1763
#: build/sidebar.bundle.js:2
msgid "Reading Level"
msgstr "읽기 수준"
#. translators: 1: opening anchor tag, 2: closing anchor tag with arrow icon and screen reader text
#: admin/class-ajax.php:187
#, php-format
msgid "* True accessibility requires manual testing in addition to automated scans. %1$sLearn how to manually test for accessibility%2$s"
msgstr "* 진정한 접근성은 자동 스캔 외에도 수동 테스트가 필요합니다. %1$s접근성을 수동으로 테스트하는 방법 알아보기%2$s"
#: admin/class-ajax.php:198
#: admin/class-ajax.php:790
#: admin/class-ignore-ui.php:126
#: build/frontendHighlighterApp.bundle.js:2
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
#: build/sidebar.bundle.js:2
msgid ", opens a new window"
msgstr ", 새 창 열기"
#: admin/class-ajax.php:203
msgid "No summary to return"
msgstr "반환할 요약 없음"
#: admin/class-ajax.php:242
#: includes/classes/class-rest-api.php:915
msgid "Invalid table name"
msgstr "잘못된 테이블 이름"
#: admin/class-ajax.php:383
msgid " total"
msgstr " 총"
#. translators: 1: rule title, 2: "Opens in a new window."
#: admin/class-ajax.php:392
#, php-format
msgid "Read documentation for %1$s. %2$s"
msgstr "%1$s에 대한 문서를 읽어보세요. %2$s"
#. translators: %s: rule title
#: admin/class-ajax.php:400
#, php-format
msgid "Expand issues for %s"
msgstr "%s에 대한 문제 확장"
#: admin/class-ajax.php:426
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
msgid "These settings enable global fixes across your entire site."
msgstr "이 설정은 전체 사이트에 걸쳐 전역 수정을 활성화합니다."
#: admin/class-ajax.php:427
msgid "Pages may need to be resaved or a full site scan run to see fixes reflected in reports."
msgstr "수정 사항이 보고서에 반영되려면 페이지를 다시 저장하거나 전체 사이트 스캔을 실행해야 할 수 있습니다."
#: admin/class-ajax.php:455
#: build/frontendHighlighterApp.bundle.js:2
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
msgid "Save"
msgstr "저장"
#: admin/class-ajax.php:477
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
msgid "Affected Code"
msgstr "영향을 받는 코드"
#: admin/class-ajax.php:480
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
msgid "Image"
msgstr "이미지"
#: admin/class-ajax.php:483
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
msgid "Landmark"
msgstr "랜드마크"
#: admin/class-ajax.php:486
msgid "Actions"
msgstr "작업"
#: admin/class-ajax.php:495
#: build/frontendHighlighterApp.bundle.js:2
msgid "Dismissed"
msgstr "해제됨"
#: admin/class-ajax.php:495
msgid "Dismiss"
msgstr "해제"
#. translators: %d: issue ID number
#: admin/class-ajax.php:506
#, php-format
msgid "Issue ID %d"
msgstr "문제 ID %d"
#. translators: %d: issue ID number
#: admin/class-ajax.php:524
#, php-format
msgid "image for issue %d"
msgstr "문제 %d에 대한 이미지"
#. Translators: %d is the issue ID.
#: admin/class-ajax.php:561
#, php-format
msgid "View Issue ID %d on website, opens a new window"
msgstr "웹사이트에서 문제 ID %d 보기, 새 창에서 열림"
#: admin/class-ajax.php:562
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
#: build/sidebar.bundle.js:2
msgid "View on page"
msgstr "페이지에서 보기"
#: admin/class-ajax.php:581
msgid "Fix: "
msgstr "수정: "
#: admin/class-ajax.php:582
msgid "Fix"
msgstr "수정"
#: admin/class-ajax.php:615
msgid "No details to return"
msgstr "반환할 세부 정보 없음"
#. translators: %s: reading grade level value e.g. "8th Grade (Flesch-Kincaid)", displayed in a <strong> element. Do not translate the %s placeholder.
#: admin/class-ajax.php:687
#, php-format
msgid "Post Reading Grade Level: %s"
msgstr "게시물 읽기 등급: %s"
#: admin/class-ajax.php:688
#: admin/class-ajax.php:709
#: admin/site-health/class-pro.php:75
msgid "None"
msgstr "없음"
#: admin/class-ajax.php:691
msgid "Your post has a reading level higher than 9th grade. Web Content Accessibility Guidelines (WCAG) at the AAA level require a simplified summary of your post that is 9th grade or below."
msgstr "게시물의 읽기 수준이 9학년보다 높습니다. AAA 수준의 웹 콘텐츠 접근성 지침(WCAG)은 9학년 이하의 간소화된 게시물 요약을 요구합니다."
#: admin/class-ajax.php:693
msgid "Your post does not contain enough content to calculate its reading level."
msgstr "게시물에 읽기 수준을 계산할 만큼 충분한 내용이 없습니다."
#: admin/class-ajax.php:695
msgid "A simplified summary is not necessary when content reading level is 9th grade or below. Choose when to prompt for a simplified summary on the settings page."
msgstr "콘텐츠 읽기 수준이 9학년 이하인 경우 간소화된 요약은 필요하지 않습니다. 설정 페이지에서 간소화된 요약을 요청할 시기를 선택하세요."
#. translators: %s: the simplified summary grade level value (wrapped in a <strong> tag)
#: admin/class-ajax.php:708
#: admin/class-ajax.php:720
#, php-format
msgid "Simplified Summary Reading Grade Level: %s"
msgstr "간소화된 요약 읽기 등급: %s"
#: admin/class-ajax.php:712
#: build/sidebar.bundle.js:2
msgid "Not enough content to determine an accurate reading level."
msgstr "정확한 읽기 수준을 결정하기에 충분한 콘텐츠가 없습니다."
#: admin/class-ajax.php:725
msgid "Your simplified summary has a reading level above 9th grade."
msgstr "간소화된 요약의 읽기 수준이 9학년 이상입니다."
#: admin/class-ajax.php:726
msgid "Your simplified summary has a reading level at or below 9th grade."
msgstr "간소화된 요약의 읽기 수준이 9학년 이하입니다."
#: admin/class-ajax.php:737
#: admin/class-ajax.php:767
msgid "Simplified summary is not being automatically inserted into the content."
msgstr "간소화된 요약이 콘텐츠에 자동으로 삽입되지 않습니다."
#. translators: %s: link to the settings page
#: admin/class-ajax.php:740
#, php-format
msgid "Your Prompt for Simplified Summary is set to “never.” If you would like the simplified summary to be displayed automatically, you can change this on the %s."
msgstr "간소화된 요약 요청이 “안 함” 으로 설정되어 있습니다. 간소화된 요약을 자동으로 표시하려면 %s에서 변경할 수 있습니다."
#: admin/class-ajax.php:741
#: admin/class-ajax.php:758
#: admin/class-ajax.php:771
msgid "settings page"
msgstr "설정 페이지"
#. translators: %s: position phrase wrapped in a <strong> element (e.g. "<strong>before the content</strong>"). Do not translate the %s placeholder.
#: admin/class-ajax.php:752
#, php-format
msgid "Simplified summary is being automatically inserted %s."
msgstr "간소화된 요약이 %s에 자동으로 삽입됩니다."
#: admin/class-ajax.php:753
msgid "the content"
msgstr "콘텐츠"
#. translators: %s: link to the settings page
#: admin/class-ajax.php:757
#, php-format
msgid "Set where the Simplified Summary is inserted into the content on the %s."
msgstr "%s에서 간소화된 요약이 콘텐츠에 삽입되는 위치를 설정하세요."
#. translators: %s: link to the settings page
#: admin/class-ajax.php:770
#, php-format
msgid "Your Simplified Summary location is set to “manually” which requires a function be added to your page template. If you would like the simplified summary to be displayed automatically, you can change this on the %s."
msgstr "간소화된 요약 위치가 “수동” 으로 설정되어 있어 페이지 템플릿에 함수를 추가해야 합니다. 간소화된 요약을 자동으로 표시하려면 %s에서 변경할 수 있습니다."
#: admin/class-ajax.php:784
#: includes/classes/class-simplified-summary.php:77
#: includes/options-page.php:931
#: includes/options-page.php:955
#: build/sidebar.bundle.js:2
msgid "Simplified Summary"
msgstr "간단한 요약"
#: admin/class-ajax.php:786
#: build/sidebar.bundle.js:2
msgid "Save Summary"
msgstr "요약 저장"
#: admin/class-ajax.php:790
msgid "Learn more about improving readability and simplified summary requirements"
msgstr "가독성 향상 및 간소화된 요약 요구 사항에 대해 자세히 알아보기"
#: admin/class-ajax.php:793
msgid "No readability data to return"
msgstr "반환할 가독성 데이터 없음"
#: admin/class-ajax.php:840
#: admin/class-ajax.php:849
#: admin/class-ajax.php:861
#: admin/class-ajax.php:905
msgid "No dismissal data to return"
msgstr "반환할 해제 데이터 없음"
#: admin/class-enqueue-admin.php:437
msgid "* Screen Reader Text"
msgstr "* 스크린 리더 텍스트"
#: admin/class-frontend-highlight.php:86
msgid "The id value was not set"
msgstr "ID 값이 설정되지 않았습니다"
#: admin/class-frontend-highlight.php:93
#: includes/classes/class-rest-api.php:1053
msgid "Post not found"
msgstr "게시물을 찾을 수 없습니다"
#: admin/class-frontend-highlight.php:115
msgid "Issue query returned no results"
msgstr "문제 쿼리 결과 없음"
#: admin/class-frontend-highlight.php:168
msgid "Object query returned no results"
msgstr "객체 쿼리 결과 없음"
#: admin/class-ignore-ui.php:31
msgid "False positive"
msgstr "오탐"
#: admin/class-ignore-ui.php:32
msgid "The scanner flagged this, but it does not apply to this content."
msgstr "스캐너가 이 내용을 플래그했지만, 이 콘텐츠에는 적용되지 않습니다."
#: admin/class-ignore-ui.php:35
msgid "Remediated"
msgstr "수정됨"
#: admin/class-ignore-ui.php:36
msgid "The issue has been fixed, but the page has not been rescanned yet."
msgstr "문제가 해결되었지만, 페이지가 아직 다시 스캔되지 않았습니다."
#: admin/class-ignore-ui.php:39
msgid "Confirmed accessible"
msgstr "접근성 확인됨"
#: admin/class-ignore-ui.php:40
msgid "Reviewed and verified to meet accessibility requirements."
msgstr "접근성 요구 사항을 충족하는지 검토 및 확인되었습니다."
#: admin/class-ignore-ui.php:82
msgid "Username:"
msgstr "사용자 이름:"
#: admin/class-ignore-ui.php:92
msgid "Date:"
msgstr "날짜:"
#: admin/class-ignore-ui.php:97
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
msgid "Reopen Issue"
msgstr "문제 다시 열기"
#: admin/class-ignore-ui.php:98
#: build/issueModal.bundle.js:2
#: build/sharedComponents.bundle.js:2
msgid "Dismiss Issue"
msgstr "문제 해제"
#: admin/class-ignore-ui.php:119
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:142
msgid "Comment"
msgstr "댓글"
#: admin/class-ignore-ui.php:126
msgid "Manage Globally Dismissed"
msgstr "전역적으로 해제된 문제 관리"
#: admin/class-ignore-ui.php:134
msgid "Your user account doesn't have permission to dismiss this issue."
msgstr "귀하의 사용자 계정에는 이 문제를 해제할 권한이 없습니다."