-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathaccessibility-checker-ko_KR.po
More file actions
2211 lines (1716 loc) · 129 KB
/
Copy pathaccessibility-checker-ko_KR.po
File metadata and controls
2211 lines (1716 loc) · 129 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) 2025 Equalize Digital
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: Accessibility Checker 1.26.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: 2025-07-01T15:48:13+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"
#. Plugin Name of the plugin
#: accessibility-checker.php
#: admin/class-meta-boxes.php:39
#: includes/classes/class-accessibility-statement.php:51
#: includes/options-page.php:43
#: partials/welcome-page.php:24
msgid "Accessibility Checker"
msgstr "접근성 검사기"
#. 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/FixesPage.php:71
#: admin/site-health/class-free.php:105
#: admin/site-health/class-pro.php:90
msgid "Fixes"
msgstr "수정"
#: admin/AdminPage/FixesPage.php:138
msgid "General Fixes"
msgstr "일반 수정"
#: admin/AdminPage/FixesPage.php:212
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
msgid "Get Pro"
msgstr "Pro 버전 구매하기"
#: admin/AdminPage/FixesSettingType/Checkbox.php:67
#: admin/class-ajax.php:352
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 is the opening anchor tag, %2$s is the closing anchor tag.
#: admin/class-admin-notices.php:94
#, php-format
msgid "We have improved the statistics calculations in version 1.21.0. As a result, some numbers in the data below may have changed. Read more in our %1$srelease announcement post%2$s."
msgstr "버전 1.21.0에서 통계 계산을 개선했습니다. 그 결과 아래 데이터의 일부 숫자가 변경되었을 수 있습니다. 자세한 내용은 %1$s릴리스 공지 게시물%2$s을 참조하세요."
#: admin/class-admin-notices.php:114
#: admin/class-admin-notices.php:225
#: admin/class-admin-notices.php:312
#: admin/class-admin-notices.php:401
#: admin/class-admin-notices.php:489
#: admin/class-ajax.php:56
#: admin/class-ajax.php:210
#: admin/class-ajax.php:575
#: admin/class-ajax.php:713
#: admin/class-ajax.php:793
#: admin/class-frontend-highlight.php:79
msgid "Permission Denied"
msgstr "권한이 거부되었습니다"
#: admin/class-admin-notices.php:123
#: admin/class-admin-notices.php:234
#: admin/class-admin-notices.php:324
#: admin/class-admin-notices.php:421
#: admin/class-admin-notices.php:498
msgid "Update option wasn't successful"
msgstr "옵션 업데이트가 실패했습니다"
#: admin/class-admin-notices.php:203
msgid "🎉 Black Friday special! 🎉"
msgstr "🎉 블랙 프라이데이 특별 혜택! 🎉"
#: admin/class-admin-notices.php:204
msgid "Upgrade to a paid version of Accessibility Checker from November 25th to December 3rd and get 30% off! Full site scanning, site-wide open issues report, ignore logs, and more."
msgstr "11월 25일부터 12월 3일까지 Accessibility Checker의 유료 버전으로 업그레이드하면 30% 할인을 받으세요! 전체 사이트 스캔, 사이트 전체 공개 문제 보고서, 무시 로그 등을 이용할 수 있습니다."
#: admin/class-admin-notices.php:205
#: admin/class-admin-notices.php:292
msgid "Ask a Pre-Sale Question"
msgstr "사전 판매 질문하기"
#: admin/class-admin-notices.php:206
#: admin/class-admin-notices.php:293
msgid "Upgrade Now"
msgstr "지금 업그레이드하기"
#: admin/class-admin-notices.php:290
msgid "🎉 Get 25% off Accessibility Checker Pro in honor of Global Accessibility Awareness Day! 🎉"
msgstr "🎉 세계 접근성 인식의 날을 기념하여 Accessibility Checker Pro 25% 할인! 🎉"
#: admin/class-admin-notices.php:291
msgid "Use coupon code GAAD25 from May 13th-May 21st to get access to full-site scanning and other pro features at a special discount. Not sure if upgrading is right for you?"
msgstr "5월 13일부터 5월 21일까지 쿠폰 코드 GAAD25를 사용하여 전체 사이트 스캔 및 기타 프로 기능을 특별 할인된 가격으로 이용하세요. 업그레이드가 적합한지 확실하지 않으신가요?"
#: admin/class-admin-notices.php:376
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:379
msgid "Write A Review"
msgstr "리뷰 작성하기"
#: admin/class-admin-notices.php:380
msgid "Remind Me In Two Weeks"
msgstr "2주 후에 다시 알림"
#: admin/class-admin-notices.php:381
msgid "Never Ask Again"
msgstr "다시 묻지 않기"
#: admin/class-admin-notices.php:408
msgid "The review action value was not set"
msgstr "리뷰 작업 값이 설정되지 않았습니다"
#. translators: %s is the link to upgrade to pro, with "upgrade to pro" as the anchor text.
#: admin/class-admin-notices.php:446
#, php-format
msgid "Whoops! It looks like your website is currently password protected. The free version of Accessibility Checker can only scan live websites. To scan this website for accessibility problems either remove the password protection or %s. Scan results may be stored from a previous scan."
msgstr "앗! 현재 웹사이트가 비밀번호로 보호되어 있는 것 같습니다. Accessibility Checker의 무료 버전은 라이브 웹사이트만 스캔할 수 있습니다. 이 웹사이트의 접근성 문제를 스캔하려면 비밀번호 보호를 제거하거나 %s. 이전 스캔 결과가 저장되어 있을 수 있습니다."
#: admin/class-admin-notices.php:449
msgid "Upgrade to accessibility checker pro. Opens in a new window."
msgstr "Accessibility Checker Pro로 업그레이드하세요. 새 창에서 열립니다."
#: admin/class-admin-notices.php:450
#: includes/options-page.php:464
msgid "upgrade to pro"
msgstr "pro로 업그레이드"
#: admin/class-ajax.php:63
#: admin/class-ajax.php:217
#: admin/class-ajax.php:582
#: admin/class-ajax.php:800
msgid "The post ID was not set"
msgstr "게시물 ID가 설정되지 않았습니다"
#: admin/class-ajax.php:92
msgid "A Simplified summary has not been included for this content."
msgstr "이 콘텐츠에 대한 간단한 요약이 포함되지 않았습니다."
#: admin/class-ajax.php:95
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:98
msgid "The reading level of the simplified summary is too high."
msgstr "간단한 요약의 읽기 수준이 너무 높습니다."
#: admin/class-ajax.php:100
msgid "A simplified summary has been included for this content."
msgstr "이 콘텐츠에 대한 간단한 요약이 포함되어 있습니다."
#. translators: %s: Number of errors
#: admin/class-ajax.php:133
#, php-format
msgid "%s Error"
msgid_plural "%s Errors"
msgstr[0] "%s개의 오류"
msgstr[1] "%s개의 오류"
#. translators: %s: Number of contrast errors
#: admin/class-ajax.php:139
#, php-format
msgid "%s Contrast Error"
msgid_plural "%s Contrast Errors"
msgstr[0] "%s개의 대비 오류"
msgstr[1] "%s개의 대비 오류"
#. translators: %s: Number of warnings
#: admin/class-ajax.php:145
#, php-format
msgid "%s Warning"
msgid_plural "%s Warnings"
msgstr[0] "%s개의 경고"
msgstr[1] "%s개의 경고"
#. translators: %s: Number of ignored items
#: admin/class-ajax.php:151
#, php-format
msgid "%s Ignored Item"
msgid_plural "%s Ignored Items"
msgstr[0] "%s개의 무시된 항목"
msgstr[1] "%s개의 무시된 항목"
#: admin/class-ajax.php:187
msgid "No summary to return"
msgstr "반환할 요약 없음"
#: admin/class-ajax.php:231
msgid "Invalid table name"
msgstr "잘못된 테이블 이름"
#: admin/class-ajax.php:377
msgid "These settings enable global fixes across your entire site."
msgstr "이 설정은 전체 사이트에 걸쳐 전역 수정을 활성화합니다."
#: admin/class-ajax.php:378
msgid "Pages may need to be resaved or a full site scan run to see fixes reflected in reports."
msgstr "수정 사항이 보고서에 반영되려면 페이지를 다시 저장하거나 전체 사이트 스캔을 실행해야 할 수 있습니다."
#: admin/class-ajax.php:406
#: build/frontendHighlighterApp.bundle.js:2
msgid "Save"
msgstr "저장"
#: admin/class-ajax.php:426
msgid "Affected Code"
msgstr "영향을 받는 코드"
#. Translators: %d is the issue ID.
#: admin/class-ajax.php:491
#, php-format
msgid "View Issue ID %d on website, opens a new window"
msgstr "웹사이트에서 문제 ID %d 보기, 새 창에서 열림"
#: admin/class-ajax.php:492
msgid "View on page"
msgstr "페이지에서 보기"
#: admin/class-ajax.php:511
msgid "Fix: "
msgstr "수정: "
#: admin/class-ajax.php:512
msgid "Fix"
msgstr "수정"
#: admin/class-ajax.php:535
msgid "Your user account doesn't have permission to ignore this issue."
msgstr "사용자 계정에 이 문제를 무시할 수 있는 권한이 없습니다."
#: admin/class-ajax.php:553
msgid "No details to return"
msgstr "반환할 세부 정보 없음"
#: admin/class-ajax.php:692
msgid "No readability data to return"
msgstr "반환할 가독성 데이터 없음"
#: admin/class-ajax.php:749
#: admin/class-ajax.php:772
msgid "No ignore data to return"
msgstr "반환할 무시 데이터 없음"
#: admin/class-ajax.php:807
msgid "The summary was not set"
msgstr "요약이 설정되지 않았습니다"
#: admin/class-frontend-highlight.php:84
msgid "The id value was not set"
msgstr "ID 값이 설정되지 않았습니다"
#: admin/class-frontend-highlight.php:92
msgid "Issue query returned no results"
msgstr "문제 쿼리 결과 없음"
#: admin/class-frontend-highlight.php:137
msgid "Object query returned no results"
msgstr "객체 쿼리 결과 없음"
#: admin/class-welcome-page.php:38
msgid "Most Recent Test Summary"
msgstr "가장 최근 테스트 요약"
#: admin/class-welcome-page.php:44
msgid "Update Counts"
msgstr "업데이트 횟수"
#: admin/class-welcome-page.php:48
msgid "Start New Scan"
msgstr "새 스캔 시작"
#: admin/class-welcome-page.php:52
msgid "View All Open Issues"
msgstr "모든 열린 문제 보기"
#: admin/class-welcome-page.php:57
msgid "See History"
msgstr "기록 보기"
#: admin/class-welcome-page.php:70
#: admin/class-widgets.php:98
msgid "Passed Tests"
msgstr "통과한 테스트"
#: admin/class-welcome-page.php:86
msgid "Unique Error"
msgid_plural "Unique Errors"
msgstr[0] "고유한 오류"
msgstr[1] "고유한 오류"
#: admin/class-welcome-page.php:111
msgid "Unique Color Contrast Error"
msgid_plural "Unique Color Contrast Errors"
msgstr[0] "고유한 색상 대비 오류"
msgstr[1] "고유한 색상 대비 오류"
#: admin/class-welcome-page.php:136
msgid "Unique Warning"
msgid_plural "Unique Warnings"
msgstr[0] "고유한 경고"
msgstr[1] "고유한 경고"
#: admin/class-welcome-page.php:161
msgid "Ignored Item"
msgid_plural "Ignored Items"
msgstr[0] "무시된 항목"
msgstr[1] "무시된 항목"
#: admin/class-welcome-page.php:178
msgid "Average Issues Per Page"
msgstr "페이지당 평균 문제"
#: admin/class-welcome-page.php:191
msgid "Average Issue Density"
msgstr "평균 문제 밀도"
#: admin/class-welcome-page.php:204
#: admin/class-widgets.php:105
msgid "Report Last Updated:"
msgstr "보고서 마지막 업데이트:"
#: admin/class-welcome-page.php:214
#: includes/options-page.php:408
msgid "Never"
msgstr "없음"
#: admin/class-welcome-page.php:228
msgid "URLs Scanned"
msgstr "스캔된 URL"
#. translators: %1$s is the number of post types with issues, %2$s is the number of public post types.
#: admin/class-welcome-page.php:239
#, php-format
msgid "%1$s of %2$s"
msgstr "%1$s / %2$s"
#: admin/class-welcome-page.php:248
msgid "Post Types Checked"
msgstr "확인된 게시물 유형"
#: admin/class-welcome-page.php:261
msgid "URLs with 100% score"
msgstr "100% 점수의 URL"
#: admin/class-welcome-page.php:269
msgid "This summary is automatically updated every 24 hours, or any time a full site scan is completed. You can also manually update these results by clicking the Update Counts button."
msgstr "이 요약은 24시간마다 자동으로 업데이트되며, 전체 사이트 스캔이 완료될 때마다 업데이트됩니다. '업데이트 횟수' 버튼을 클릭하여 수동으로 이 결과를 업데이트할 수도 있습니다."
#: admin/class-welcome-page.php:275
msgid "Your site has a large number of issues. For performance reasons, not all issues have been included in this summary."
msgstr "사이트에 많은 수의 문제가 있습니다. 성능상의 이유로 모든 문제가 이 요약에 포함되지 않았습니다."
#: admin/class-welcome-page.php:285
msgid "Site-Wide Accessibility Reports"
msgstr "사이트 전체 접근성 보고서"
#: admin/class-welcome-page.php:290
msgid "Hide banner"
msgstr "배너 숨기기"
#: admin/class-welcome-page.php:299
msgid "Unlock Detailed Accessibility Reports"
msgstr "상세 접근성 보고서 잠금 해제"
#: admin/class-welcome-page.php:302
#: admin/class-widgets.php:71
msgid "Start scanning your entire website for accessibility issues, get full-site reports, and become compliant with accessibility guidelines faster."
msgstr "전체 웹사이트의 접근성 문제 스캔을 시작하고, 전체 사이트 보고서를 받으며, 접근성 지침을 더 빠르게 준수할 수 있습니다."
#: admin/class-welcome-page.php:306
#: admin/class-widgets.php:73
msgid "Upgrade Accessibility Checker"
msgstr "Accessibility Checker 업그레이드"
#: admin/class-widgets.php:69
msgid "close ad"
msgstr "광고 닫기"
#: admin/class-widgets.php:70
msgid "Get Detailed Accessibility Reports"
msgstr "상세 접근성 보고서 받기"
#: admin/class-widgets.php:88
msgid "Full Site Accessibility Status"
msgstr "전체 사이트 접근성 상태"
#: admin/class-widgets.php:113
msgid "URLs Scanned:"
msgstr "스캔된 URL:"
#: admin/class-widgets.php:121
msgid "Errors:"
msgstr "오류:"
#: admin/class-widgets.php:125
msgid "Color Contrast Errors:"
msgstr "색상 대비 오류:"
#: admin/class-widgets.php:129
msgid "Warnings:"
msgstr "경고:"
#: admin/class-widgets.php:144
msgid "Your site has accessibility issues that should be addressed as soon as possible to ensure compliance with accessibility guidelines."
msgstr "사이트에 접근성 지침을 준수하기 위해 가능한 한 빨리 해결해야 할 접근성 문제가 있습니다."
#: admin/class-widgets.php:147
msgid "Way to go! Accessibility Checker cannot find any accessibility problems in the content it tested. Some problems cannot be found by automated tools so don't forget to"
msgstr "잘하셨습니다! Accessibility Checker가 테스트한 콘텐츠에서 접근성 문제를 찾지 못했습니다. 일부 문제는 자동화된 도구로 찾을 수 없으므로 잊지 말고"
#: admin/class-widgets.php:147
msgid "manually test your site"
msgstr "사이트를 수동으로 테스트하세요"
#: admin/class-widgets.php:162
msgid "Issues By Post Type"
msgstr "게시물 유형별 문제"
#: admin/class-widgets.php:169
msgid "Post Type"
msgstr "게시물 유형"
#: admin/class-widgets.php:172
msgid "Errors"
msgstr "오류"
#: admin/class-widgets.php:175
msgid "Contrast"
msgstr "대비"
#: admin/class-widgets.php:178
msgid "Warnings"
msgstr "경고"
#: admin/class-widgets.php:247
msgid "Upgrade to Scan"
msgstr "스캔을 위해 업그레이드"
#: admin/class-widgets.php:276
msgid "See More Reports"
msgstr "더 많은 보고서 보기"
#: admin/class-widgets.php:286
#: partials/welcome-page.php:235
msgid "Learn Accessibility"
msgstr "접근성 학습"
#: admin/class-widgets.php:307
msgid "Additional Resources"
msgstr "추가 리소스"
#: admin/class-widgets.php:308
msgid "Blog (opens in a new window)"
msgstr "블로그 (새 창에서 열림)"
#: admin/class-widgets.php:308
msgid "Blog"
msgstr "블로그"
#: admin/class-widgets.php:309
msgid "Documentation (opens in a new window)"
msgstr "문서 (새 창에서 열림)"
#: admin/class-widgets.php:309
msgid "Documentation"
msgstr "문서"
#: admin/opt-in/class-email-opt-in.php:115
msgid "Accessibility Events & News in Your Inbox"
msgstr "받은 편지함으로 접근성 이벤트 및 뉴스 받기"
#: admin/opt-in/class-email-opt-in.php:121
msgid "Subscribe to Equalize Digital's email list to get access to free accessibility webinars and training resources."
msgstr "무료 접근성 웨비나와 교육 자료를 이용하려면 Equalize Digital의 이메일 목록을 구독하세요."
#: admin/opt-in/class-email-opt-in.php:127
msgid "Email*"
msgstr "이메일*"
#: admin/opt-in/class-email-opt-in.php:131
msgid "Type your email"
msgstr "이메일을 입력하세요"
#: admin/opt-in/class-email-opt-in.php:139
msgid "First Name"
msgstr "이름"
#: admin/opt-in/class-email-opt-in.php:143
msgid "Type your first name"
msgstr "이름을 입력하세요"
#: admin/site-health/class-audit-history.php:32
msgid "Accessibility Checker — Audit History"
msgstr "Accessibility Checker — 감사 이력"
#: admin/site-health/class-free.php:46
msgid "Accessibility Checker — Free"
msgstr "Accessibility Checker — 무료"
#: admin/site-health/class-free.php:49
#: admin/site-health/class-pro.php:50
msgid "Version"
msgstr "버전"
#: admin/site-health/class-free.php:53
#: admin/site-health/class-pro.php:54
msgid "Database Version"
msgstr "데이터베이스 버전"
#: admin/site-health/class-free.php:57
msgid "Policy Page"
msgstr "정책 페이지"
#: admin/site-health/class-free.php:58
#: admin/site-health/class-free.php:78
#: admin/site-health/class-pro.php:51
#: admin/site-health/class-pro.php:55
#: admin/site-health/class-pro.php:63
#: admin/site-health/class-pro.php:67
msgid "Unset"
msgstr "설정 안 됨"
#: admin/site-health/class-free.php:61
msgid "Activation Date"
msgstr "활성화 날짜"
#: admin/site-health/class-free.php:65
msgid "Footer Statement"
msgstr "푸터 문구"
#: admin/site-health/class-free.php:66
#: admin/site-health/class-free.php:70
#: admin/site-health/class-free.php:74
msgid "Enabled"
msgstr "활성화됨"
#: admin/site-health/class-free.php:66
#: admin/site-health/class-free.php:70
#: admin/site-health/class-free.php:74
msgid "Disabled"
msgstr "비활성화됨"
#: admin/site-health/class-free.php:69
#: includes/options-page.php:137
msgid "Delete Data"
msgstr "데이터 삭제"
#: admin/site-health/class-free.php:73
msgid "Include Statement Link"
msgstr "문구 링크 포함"
#: admin/site-health/class-free.php:77
msgid "Post Types"
msgstr "게시물 유형"
#: admin/site-health/class-free.php:81
msgid "Simplified Sum Position"
msgstr "간단한 요약 위치"
#: admin/site-health/class-free.php:85
msgid "Simplified Sum Prompt"
msgstr "간단한 요약 프롬프트"
#: admin/site-health/class-free.php:89
msgid "Post Count"
msgstr "게시물 수"
#: admin/site-health/class-free.php:93
msgid "Error Count"
msgstr "오류 수"
#: admin/site-health/class-free.php:97
msgid "Warning Count"
msgstr "경고 수"
#: admin/site-health/class-free.php:101
msgid "DB Table Count"
msgstr "DB 테이블 수"
#: admin/site-health/class-pro.php:47
msgid "Accessibility Checker — Pro"
msgstr "Accessibility Checker — Pro"
#: admin/site-health/class-pro.php:58
msgid "License Status"
msgstr "라이선스 상태"
#: admin/site-health/class-pro.php:62
msgid "Authorization Username"
msgstr "인증 사용자 이름"
#: admin/site-health/class-pro.php:66
msgid "Authorization Password"
msgstr "인증 비밀번호"
#: admin/site-health/class-pro.php:70
msgid "Scan ID"
msgstr "스캔 ID"
#: admin/site-health/class-pro.php:74
msgid "Scan Total"
msgstr "스캔 총계"
#: admin/site-health/class-pro.php:78
msgid "Simplified Sum Heading"
msgstr "간단한 요약 제목"
#: admin/site-health/class-pro.php:82
msgid "Ignore Permissions"
msgstr "무시 권한"
#: admin/site-health/class-pro.php:83
msgid "None"
msgstr "없음"
#: admin/site-health/class-pro.php:86
msgid "Ignores DB Table Count"
msgstr "무시된 DB 테이블 수"
#. translators: %1$s is the site name, %2$s is a link with the plugin name.
#: includes/classes/class-accessibility-statement.php:45
#, php-format
msgid "%1$s uses %2$s to monitor our website's accessibility."
msgstr "%1$s이(가) 우리 웹사이트의 접근성을 모니터링하기 위해 %2$s을(를) 사용합니다."
#: includes/classes/class-accessibility-statement.php:50
msgid "Accessibility Checker (opens in a new window)"
msgstr "Accessibility Checker (새 창에서 열림)"
#. translators: %1$s is a link to the accessibility policy page, with text "Accessibility Policy".
#: includes/classes/class-accessibility-statement.php:59
#, php-format
msgid "Read our %s"
msgstr "%s 읽기"
#: includes/classes/class-accessibility-statement.php:60
msgid "Accessibility Policy"
msgstr "접근성 정책"
#: includes/classes/class-simplified-summary.php:73
msgid "Simplified Summary"
msgstr "간단한 요약"
#: includes/classes/Fixes/Fix/AddFileSizeAndTypeToLinkedFilesFix.php:34
msgid "Add Size & Type To File Links"
msgstr "파일 링크에 크기 및 유형 추가"
#: includes/classes/Fixes/Fix/AddFileSizeAndTypeToLinkedFilesFix.php:43
msgid "Add Context to Linked Files"
msgstr "연결된 파일에 컨텍스트 추가"
#: includes/classes/Fixes/Fix/AddFileSizeAndTypeToLinkedFilesFix.php:76
msgid "Add File Size & Type To Links"
msgstr "링크에 파일 크기 및 유형 추가"
#: includes/classes/Fixes/Fix/AddFileSizeAndTypeToLinkedFilesFix.php:78
msgid "Add the file size and type to linked files that may trigger a download."
msgstr "다운로드를 유발할 수 있는 연결된 파일에 파일 크기와 유형을 추가합니다."
#: includes/classes/Fixes/Fix/AddLabelToUnlabelledFormFieldsFix.php:34
msgid "Add Labels to Unlabelled Form Fields"
msgstr "레이블이 없는 양식 필드에 레이블 추가"
#: includes/classes/Fixes/Fix/AddLabelToUnlabelledFormFieldsFix.php:43
#: includes/classes/Fixes/Fix/AddLabelToUnlabelledFormFieldsFix.php:66
#: includes/classes/Fixes/Fix/AddLabelToUnlabelledFormFieldsFix.php:89
msgid "Label Form Fields"
msgstr "양식 필드 레이블 지정"
#: includes/classes/Fixes/Fix/AddLabelToUnlabelledFormFieldsFix.php:92
msgid "Add labels to unlabelled form fields if field purpose can be determined."
msgstr "필드 목적을 확인할 수 있는 경우 레이블이 없는 양식 필드에 레이블을 추가합니다."
#. translators: %1$s: a CSS class name wrapped in a <code> tag.
#: includes/classes/Fixes/Fix/AddLabelToUnlabelledFormFieldsFix.php:123
#, php-format
msgid "Attempt to add labels to form fields that are missing them. Note: You may need to add custom styles targeting the %1$s class if adding labels affects your form layouts."
msgstr "레이블이 누락된 양식 필드에 레이블을 추가하려고 시도합니다. 참고: 레이블 추가가 양식 레이아웃에 영향을 미치는 경우 %1$s 클래스를 대상으로 하는 사용자 정의 스타일을 추가해야 할 수 있습니다."
#: includes/classes/Fixes/Fix/AddMissingOrEmptyPageTitleFix.php:34
msgid "Add Missing or Empty Page Titles"
msgstr "누락되거나 비어 있는 페이지 제목 추가"
#: includes/classes/Fixes/Fix/AddMissingOrEmptyPageTitleFix.php:43
msgid "Set Page HTML Titles"
msgstr "페이지 HTML 제목 설정"
#: includes/classes/Fixes/Fix/AddMissingOrEmptyPageTitleFix.php:77
msgid "Add Missing Page Title"
msgstr "누락된 페이지 제목 추가"
#. translators: %1$s: a code tag with a title tag.
#: includes/classes/Fixes/Fix/AddMissingOrEmptyPageTitleFix.php:80
#, php-format
msgid "Add a %1$s tag to the page if it's missing or empty."
msgstr "페이지에 %1$s 태그가 누락되었거나 비어 있는 경우 추가합니다."
#: includes/classes/Fixes/Fix/AddNewWindowWarningFix.php:34
msgid "Add warning when link opens new tab/window"
msgstr "새 탭/창에서 열리는 링크에 대한 경고 추가"
#: includes/classes/Fixes/Fix/AddNewWindowWarningFix.php:68
msgid "Add Label To Links That Open A New Tab/Window"
msgstr "새 탭/창에서 열리는 링크에 레이블 추가"
#. translators: %1%s: A <code> tag containing target="_blank".
#: includes/classes/Fixes/Fix/AddNewWindowWarningFix.php:73
#, php-format
msgid "Add a label and icon to links with %1$s informing users they will open a new tab/window. %2$sNote: This setting will have no effect if the \"Block Links Opening New Windows\" fix is enabled.%3$s"
msgstr "%1$s이(가) 있는 링크에 새 탭/창을 열 것임을 사용자에게 알리는 레이블과 아이콘을 추가합니다. %2$s참고: “새 창에서 열리는 링크 차단” 수정이 활성화된 경우 이 설정은 효과가 없습니다.%3$s"
#: includes/classes/Fixes/Fix/BlockPDFUploadsFix.php:36
#: includes/classes/Fixes/Fix/BlockPDFUploadsFix.php:68
msgid "Block PDF Uploads"
msgstr "PDF 업로드 차단"
#. translators: %1$s: a code tag with the capability name.
#: includes/classes/Fixes/Fix/BlockPDFUploadsFix.php:72
#, php-format
msgid "Restrict PDF uploads for users without the %1$s capability (allowed for admins by default)."
msgstr "%1$s 권한이 없는 사용자의 PDF 업로드를 제한합니다(기본적으로 관리자에게는 허용됨)."
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:34
msgid "Add Labels to Comment and Search Forms"
msgstr "댓글 및 검색 양식에 레이블 추가"
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:43
msgid "Label Comment/Search Fields"
msgstr "댓글/검색 필드 레이블 지정"
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:66
msgid "Comment and Search Form Labels"
msgstr "댓글 및 검색 양식 레이블"
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:67
msgid "Add missing labels to WordPress comment and search forms."
msgstr "WordPress 댓글 및 검색 양식에 누락된 레이블을 추가합니다."
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:90
msgid "Label Comment Form"
msgstr "댓글 양식 레이블 지정"
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:93
msgid "Add missing labels to the WordPress comment form."
msgstr "WordPress 댓글 양식에 누락된 레이블을 추가합니다."
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:101
msgid "Label Search Form"
msgstr "검색 양식 레이블 지정"
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:104
msgid "Add a missing label to the WordPress search form."
msgstr "WordPress 검색 양식에 누락된 레이블을 추가합니다."
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:138
msgid "Comment"
msgstr "댓글"
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:143
msgid "Name"
msgstr "이름"
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:148
msgid "Email"
msgstr "Email"
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:153
msgid "Website"
msgstr "웹사이트"
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:177
msgid "Search …"
msgstr "검색 …"
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:182
msgid "Search for:"
msgstr "검색:"
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:184
msgid "Search"
msgstr "검색"
#: includes/classes/Fixes/Fix/CommentSearchLabelFix.php:198
msgid "Settings to add missing labels to WordPress comment and search forms."
msgstr "WordPress 댓글 및 검색 양식에 누락된 레이블을 추가하는 설정입니다."
#: includes/classes/Fixes/Fix/FocusOutlineFix.php:33
msgid "Add Focus Outlines"
msgstr "포커스 윤곽선 추가"
#: includes/classes/Fixes/Fix/FocusOutlineFix.php:56
msgid "Focus Outline"
msgstr "포커스 윤곽선"
#: includes/classes/Fixes/Fix/FocusOutlineFix.php:57
#: includes/classes/Fixes/Fix/FocusOutlineFix.php:83
msgid "Add an outline to elements when they receive keyboard focus."
msgstr "키보드 포커스를 받을 때 요소에 윤곽선을 추가합니다."
#: includes/classes/Fixes/Fix/FocusOutlineFix.php:81
msgid "Add Focus Outline"
msgstr "포커스 윤곽선 추가"
#: includes/classes/Fixes/Fix/FocusOutlineFix.php:112
msgid "Settings related to enhancing focus outlines for better keyboard accessibility."
msgstr "키보드 접근성 향상을 위한 포커스 윤곽선 개선과 관련된 설정입니다."
#: includes/classes/Fixes/Fix/HTMLLangAndDirFix.php:33
msgid "Add lang & dir Attributes"
msgstr "Lang 및 dir 속성 추가"
#: includes/classes/Fixes/Fix/HTMLLangAndDirFix.php:42
msgid "Set Page Language"
msgstr "페이지 언어 설정"
#: includes/classes/Fixes/Fix/HTMLLangAndDirFix.php:76
msgid "Add \"lang\" & \"dir\" Attributes"
msgstr "“lang” 및 “dir” 속성 추가"
#. translators: %1$s: a attribute name wrapped in a <code> tag. %2$s: dir attribute %3$s: html element.
#: includes/classes/Fixes/Fix/HTMLLangAndDirFix.php:79
#, php-format
msgid "Add the site language (%1$s) and text direction (%2$s) attributes to the %3$s element."
msgstr "%3$s 요소에 사이트 언어(%1$s) 및 텍스트 방향(%2$s) 속성을 추가합니다."
#: includes/classes/Fixes/Fix/LinkUnderline.php:33
msgid "Add Underlines to all non-nav Links"
msgstr "내비게이션이 아닌 모든 링크에 밑줄 추가"
#: includes/classes/Fixes/Fix/LinkUnderline.php:42
msgid "Underline Links"
msgstr "링크에 밑줄 추가"
#: includes/classes/Fixes/Fix/LinkUnderline.php:76
msgid "Force Link Underline"
msgstr "링크 밑줄 강제 적용"
#: includes/classes/Fixes/Fix/LinkUnderline.php:78
msgid "Ensure that non-navigation links are underlined."
msgstr "내비게이션이 아닌 링크에 밑줄이 있는지 확인합니다."
#: includes/classes/Fixes/Fix/MetaViewportScalableFix.php:34
msgid "Make Meta Viewport Tag Scalable"
msgstr "메타 viewport 태그를 확대/축소 가능하게 만들기"
#: includes/classes/Fixes/Fix/MetaViewportScalableFix.php:57
msgid "Ensure scalable viewport"
msgstr "확대/축소 가능한 viewport 보장"
#: includes/classes/Fixes/Fix/MetaViewportScalableFix.php:58
msgid "Make sure that the viewport tag on the page allows scaling."
msgstr "페이지의 viewport 태그가 확대/축소를 허용하는지 확인합니다."
#: includes/classes/Fixes/Fix/MetaViewportScalableFix.php:81
msgid "Make Viewport Scalable"
msgstr "Viewport를 확대/축소 가능하게 만들기"
#: includes/classes/Fixes/Fix/MetaViewportScalableFix.php:84
msgid "Ensure the viewport tag allows for scaling, enhancing accessibility on mobile devices."
msgstr "모바일 기기에서 접근성을 향상시키기 위해 viewport 태그가 확대/축소를 허용하도록 합니다."
#: includes/classes/Fixes/Fix/PreventLinksOpeningNewWindowFix.php:34
msgid "Prevent Links Opening New Windows"
msgstr "새 창에서 링크 열기 방지"
#: includes/classes/Fixes/Fix/PreventLinksOpeningNewWindowFix.php:68
msgid "Block Links Opening New Windows"
msgstr "새 창에서 링크 열기 차단"
#. translators: %1%s: A <code> tag containing target="_blank".
#: includes/classes/Fixes/Fix/PreventLinksOpeningNewWindowFix.php:73
#, php-format
msgid "Prevent links from opening in a new window or tab by removing %1$s."
msgstr "%1$s을(를) 제거하여 링크가 새 창이나 탭에서 열리는 것을 방지합니다."
#: includes/classes/Fixes/Fix/ReadMoreAddTitleFix.php:34
msgid "Add \"Read\" Link with Post Title"
msgstr "게시물 제목과 함께 “읽기” 링크 추가"
#: includes/classes/Fixes/Fix/ReadMoreAddTitleFix.php:43
msgid "Add Title to Read More Link"
msgstr "더 읽기 링크에 제목 추가"
#: includes/classes/Fixes/Fix/ReadMoreAddTitleFix.php:66
msgid "Read More links"
msgstr "더 읽기 링크"
#: includes/classes/Fixes/Fix/ReadMoreAddTitleFix.php:67
msgid "Add the post title and links "
msgstr "게시물 제목 및 링크 추가 "
#: includes/classes/Fixes/Fix/ReadMoreAddTitleFix.php:91
msgid "Add Post Title To \"Read More\""
msgstr "“더 읽기” 에 게시물 제목 추가"
#: includes/classes/Fixes/Fix/ReadMoreAddTitleFix.php:93