-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathko.po
More file actions
3762 lines (3290 loc) · 118 KB
/
Copy pathko.po
File metadata and controls
3762 lines (3290 loc) · 118 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
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2019-06-25T22:19:35.695Z\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. [Chat.NoMessages]
#. defaultMessage is:
#. 0 Messages
#: public/messages/src/app/components/Chat/messages.json
msgid "0 Messages"
msgstr "메시지11111"
#. [Chat.NoParticipants]
#. defaultMessage is:
#. 0 Participants
#: public/messages/src/app/components/Chat/messages.json
msgid "0 Participants"
msgstr "참가자"
#. [DashboardComponent.OneMonth]
#. defaultMessage is:
#. 1 MONTH
#: public/messages/src/app/containers/dashboard/dashboard_component.json
msgid "1 MONTH"
msgstr "1 개월"
#. [Chat.OneMessage]
#. defaultMessage is:
#. 1 Message
#: public/messages/src/app/components/Chat/messages.json
msgid "1 Message"
msgstr "메시지 1 개"
#. [Chat.OneParticipant]
#. defaultMessage is:
#. 1 Participant
#: public/messages/src/app/components/Chat/messages.json
msgid "1 Participant"
msgstr "참가자 1 명"
#. [DashboardComponent.OneYear]
#. defaultMessage is:
#. 1 YEAR
#: public/messages/src/app/containers/dashboard/dashboard_component.json
msgid "1 YEAR"
msgstr "일년"
#. [DashboardComponent.ThreeMonths]
#. defaultMessage is:
#. 3 MONTHS
#: public/messages/src/app/containers/dashboard/dashboard_component.json
msgid "3 MONTHS"
msgstr "3 개월"
#. [DashboardComponent.SixMonths]
#. defaultMessage is:
#. 6 MONTHS
#: public/messages/src/app/containers/dashboard/dashboard_component.json
msgid "6 MONTHS"
msgstr "6 개월"
#. [DashboardComponent.SevenDays]
#. defaultMessage is:
#. 7 DAYS
#: public/messages/src/app/containers/dashboard/dashboard_component.json
msgid "7 DAYS"
msgstr "7 일"
#. [Homepage.UniverseOfKnowledge]
#. defaultMessage is:
#. A universe of knowledge.
#: public/messages/src/app/containers/homepageContainer/homepage.container.json
msgid "A universe of knowledge."
msgstr "지식의 우주."
#. [Leaderboard.AllTimeCap]
#. defaultMessage is:
#. ALL TIME
#: public/messages/src/app/containers/homepageContainer/leaderboard.json
msgid "ALL TIME"
msgstr "전체 기간"
#. [Index.APIBy]
#. defaultMessage is:
#. API by
#: public/messages/src/app/components/Footer/index.json
msgid "API by"
msgstr "API"
#. [SubmitVote.ArticleHistory]
#. defaultMessage is:
#. ARTICLE HISTORY
#: public/messages/src/app/components/SubmitVote/index.json
msgid "ARTICLE HISTORY"
msgstr "기사보기"
#. [Stats.ArticleViews]
#. defaultMessage is:
#. ARTICLE VIEWS
#. [Stats.ArticleViewsTwo]
#. defaultMessage is:
#. ARTICLE VIEWS
#: public/messages/src/app/containers/admin/admin.container.json
#: public/messages/src/app/containers/homepageContainer/stats.json
msgid "ARTICLE VIEWS"
msgstr "기사보기"
#. [Stats.Articles]
#. defaultMessage is:
#. ARTICLES
#. [Stats.ArticlesTwo]
#. defaultMessage is:
#. ARTICLES
#. [Suggestions.Articles]
#. defaultMessage is:
#. ARTICLES
#: public/messages/src/app/containers/admin/admin.container.json
#: public/messages/src/app/containers/homepageContainer/stats.json
#: public/messages/src/editor/components/mentions/suggestions.json
msgid "ARTICLES"
msgstr "조항"
#. [AsSeenIn.AsSeenIn]
#. defaultMessage is:
#. AS SEEN IN
#: public/messages/src/app/containers/about/as-seen.json
msgid "AS SEEN IN"
msgstr "주요 특징"
#. [Index.About]
#. defaultMessage is:
#. About
#. [Header.About]
#. defaultMessage is:
#. About
#. [About.About]
#. defaultMessage is:
#. About
#. [Featured.About]
#. defaultMessage is:
#. About
#. [Header.AboutTwo]
#. defaultMessage is:
#. About
#: public/messages/src/app/components/Footer/index.json
#: public/messages/src/app/components/Header/index.json
#: public/messages/src/app/containers/about/about.container.json
#: public/messages/src/app/containers/homepageContainer/featured.json
msgid "About"
msgstr "에브리피디아"
#. [SubmitVoteConfirmation.Accept]
#. defaultMessage is:
#. Accept
#: public/messages/src/app/components/SubmitVote/ConfirmationModal.json
msgid "Accept"
msgstr "승인"
#. [SubmitVote.Accepted]
#. defaultMessage is:
#. Accepted
#: public/messages/src/app/components/SubmitVote/index.json
msgid "Accepted"
msgstr "수락됨"
#. [Login.Account]
#. defaultMessage is:
#. Account
#: public/messages/src/app/components/Login/auth.json
msgid "Account"
msgstr "계정"
#. [Dashboard.AccountIQTokens]
#. defaultMessage is:
#. Account IQ Tokens
#: public/messages/src/app/containers/dashboard/dashboard_component.json
msgid "Account IQ Tokens"
msgstr "계정"
#. [ContactUs.accountIssues]
#. defaultMessage is:
#. Account Issues
#: public/messages/src/app/containers/contact-us/messages.json
msgid "Account Issues"
msgstr "계정"
#. [Dashboard.AccountActivityTimeline]
#. defaultMessage is:
#. Account activity timeline
#: public/messages/src/app/containers/dashboard/dashboard_component.json
msgid "Account activity timeline"
msgstr "계정 활동 일정"
#. [SearchCard.ActiveVoting]
#. defaultMessage is:
#. Active Voting
#: public/messages/src/app/containers/searchResultsFull/searchCard.json
msgid "Active Voting"
msgstr "적극적인 투표"
#. [Header.Activity]
#. defaultMessage is:
#. Activity
#. [Featured.Activity]
#. defaultMessage is:
#. Activity
#. [Header.ActivityTwo]
#. defaultMessage is:
#. Activity
#: public/messages/src/app/components/Header/index.json
#: public/messages/src/app/containers/homepageContainer/featured.json
msgid "Activity"
msgstr "활동 국한 도달"
#. [CitationModal.AddEditURL.Add]
#. defaultMessage is:
#. Add
#. [InfoboxModal.Add]
#. defaultMessage is:
#. Add
#. [SectionMediaModal.AddEditURL.Add]
#. defaultMessage is:
#. Add
#: public/messages/src/editor/plugins/citation-modal/panes/add-edit-url.json
#: public/messages/src/editor/plugins/infobox/infobox-modal.json
#: public/messages/src/editor/plugins/section-media-modal/panes/add-edit-url.json
msgid "Add"
msgstr "해당 카테고리에 대한 부가 설명 추가하기"
#. [InfoboxModal.AddAnother]
#. defaultMessage is:
#. Add Another
#: public/messages/src/editor/plugins/infobox/infobox-modal.json
msgid "Add Another"
msgstr "추가"
#. [CitationModal.AddCitation]
#. defaultMessage is:
#. Add Citation
#: public/messages/src/editor/plugins/citation-modal/citation-modal.json
msgid "Add Citation"
msgstr "인용문 추가 또는 편집"
#. [MediaGallery.AddImage]
#. defaultMessage is:
#. Add Image or Video to Media Gallery
#: public/messages/src/editor/plugins/media-gallery/media-gallery-modal.json
msgid "Add Image or Video to Media Gallery"
msgstr "미디어 갤러리에 이미지 또는 비디오 추가"
#. [SectionMediaModal.AddInlineImage]
#. defaultMessage is:
#. Add Inline Image
#: public/messages/src/editor/plugins/section-media-modal/section-media-modal.json
msgid "Add Inline Image"
msgstr "인라인 이미지 추가"
#. [InfoboxModal.AddLabel]
#. defaultMessage is:
#. Add Label
#: public/messages/src/editor/plugins/infobox/infobox-modal.json
msgid "Add Label"
msgstr "라벨 추가"
#. [MainPhoto.AddMainPhoto]
#. defaultMessage is:
#. Add Main Photo
#: public/messages/src/editor/plugins/main-photo/main-photo-modal.json
msgid "Add Main Photo"
msgstr "주요 사진 추가"
#. [MediaGallery.AddNewItem]
#. defaultMessage is:
#. Add New Image or Video to Gallery
#: public/messages/src/editor/plugins/media-gallery/media-gallery.node.json
msgid "Add New Image or Video to Gallery"
msgstr "갤러리에 새 이미지 또는 비디오 추가"
#. [InfoboxModal.AddNewItem]
#. defaultMessage is:
#. Add New Item to Infobox
#. [InfoboxModal.AddNewItemToInfobox]
#. defaultMessage is:
#. Add New Item to Infobox
#. [InfoboxModal.AddNewItemInfobox]
#. defaultMessage is:
#. Add New Item to Infobox
#: public/messages/src/editor/plugins/infobox/infobox-modal.json
msgid "Add New Item to Infobox"
msgstr "새로운 정보상자 추가하기"
#. [AddRelatedModal.Title]
#. defaultMessage is:
#. Add a related page
#: public/messages/src/editor/plugins/add-related/add-related-modal.json
msgid "Add a related page"
msgstr "관련 페이지 추가"
#. [InfoboxModal.AddAndAddAnother]
#. defaultMessage is:
#. Add and Add Another
#: public/messages/src/editor/plugins/infobox/infobox-modal.json
msgid "Add and Add Another"
msgstr "추가 및 추가"
#. [CitationModal.AddEditURL.AddAndInsert]
#. defaultMessage is:
#. Add and Insert
#. [SectionMediaModal.AddEditURL.AddAndInsert]
#. defaultMessage is:
#. Add and Insert
#: public/messages/src/editor/plugins/citation-modal/panes/add-edit-url.json
#: public/messages/src/editor/plugins/section-media-modal/panes/add-edit-url.json
msgid "Add and Insert"
msgstr "추가 및 추가"
#. [ImageUploader.AddCustomCaption]
#. defaultMessage is:
#. Add custom caption (optional)
#: public/messages/src/shared/inputs/image-uploader/image-uploader.component.json
msgid "Add custom caption (optional)"
msgstr "맞춤 캡션 추가 (선택 사항)"
#. [CitationModdal.Title]
#. defaultMessage is:
#. Add or edit a citation
#. [SectionMediaModal.Title]
#. defaultMessage is:
#. Add or edit a citation
#: public/messages/src/editor/plugins/citation-modal/citation-modal.json
#: public/messages/src/editor/plugins/section-media-modal/section-media-modal.json
msgid "Add or edit a citation"
msgstr "인용문 추가 또는 편집"
#. [MainPhoto.Title]
#. defaultMessage is:
#. Add or edit the main image
#: public/messages/src/editor/plugins/main-photo/main-photo-modal.json
msgid "Add or edit the main image"
msgstr "인용문 추가 또는 편집"
#. [CreatePage.Description]
#. defaultMessage is:
#. Add your contribution to the world’s most universal knowledge base. You can create an article about anything.
#: public/messages/src/app/components/create-new-page/index.json
msgid ""
"Add your contribution to the world’s most universal knowledge base. You can "
"create an article about anything."
msgstr ""
"세계에서 가장 보편적 인 지식 기반에 기여도를 추가하십시오. 당신은 무엇이든에 "
"관하여 기사를 창조 할 수있다."
#. [SectionMediaModal.AddingMediaMakes]
#. defaultMessage is:
#. Adding media makes an article more interactive and engaging.
#: public/messages/src/editor/plugins/section-media-modal/section-media-modal.json
msgid "Adding media makes an article more interactive and engaging."
msgstr "미디어를 추가하면 기사가 더욱 상호 작용하고 매력적으로 변합니다."
#. [MetadataModal.AdultContent]
#. defaultMessage is:
#. Adult Content
#: public/messages/src/editor/plugins/metadata/metadata-modal.json
msgid "Adult Content"
msgstr "성인용 콘텐츠"
#. [About.FinancialIncentiveDetail]
#. defaultMessage is:
#. All holders of IQ will be incentivized to create quality, neutral content and to work together in building the reputation of the network.
#: public/messages/src/app/containers/about/about.container.json
msgid ""
"All holders of IQ will be incentivized to create quality, neutral content "
"and to work together in building the reputation of the network."
msgstr ""
"모든 IQ 보유자는 인센티브를 통해 고품질의 중립적인 콘텐츠를 만들고, 네트워크"
"의 평판을 쌓기 위해 협력할 것입니다."
#. [MetadataModal.AllowNonGooglebot]
#. defaultMessage is:
#. Allow Non-Googlebot
#: public/messages/src/editor/plugins/metadata/metadata-modal.json
msgid "Allow Non-Googlebot"
msgstr "비 Googlebot 허용"
#. [Homepage.ModernAge]
#. defaultMessage is:
#. An encyclopedia for the modern age.
#: public/messages/src/app/containers/homepageContainer/homepage.container.json
msgid "An encyclopedia for the modern age."
msgstr "시대에 맞는 백과 사전"
#. [ThirdBlock.OpenCommunity]
#. defaultMessage is:
#. An open community expanding the world’s knowledge
#: public/messages/src/app/containers/about/third-block.json
msgid "An open community expanding the world’s knowledge"
msgstr "지식을 발전시키는 열린 공동체."
#. [ContactUs.AnonymousTip]
#. defaultMessage is:
#. Anonymous Tip
#: public/messages/src/app/components/ContactUsForm/index.json
msgid "Anonymous Tip"
msgstr "익명 제보"
#. [About.DemocraticGovernanceText]
#. defaultMessage is:
#. Anyone with IQ Tokens is a stakeholder in the Everipedia Network. Using IQ tokens to vote, users decide which new articles and edits are added to the knowledge base.
#: public/messages/src/app/containers/about/about.container.json
msgid ""
"Anyone with IQ Tokens is a stakeholder in the Everipedia Network. Using IQ "
"tokens to vote, users decide which new articles and edits are added to the "
"knowledge base."
msgstr ""
"IQ 토큰을 소지 한 사람은 Everipedia Network의 이해 관계자입니다. 투표에 IQ 토"
"큰을 사용하여 사용자는 지식 기반에 추가되는 새로운 기사와 편집을 결정합니다."
#. [Chat.AreYouSureYouWantToDeleteThis]
#. defaultMessage is:
#. Are you sure you want to delete this
#: public/messages/src/app/components/Chat/messages.json
msgid "Are you sure you want to delete this"
msgstr "이 사진을 삭제 하시겠습니까?"
#. [About.DecentralizedDetail]
#. defaultMessage is:
#. Articles are fetched using IPFS and EOS Storage. Majority of IQ being distributed during the airdrop.
#: public/messages/src/app/containers/about/about.container.json
msgid ""
"Articles are fetched using IPFS and EOS Storage. Majority of IQ being "
"distributed during the airdrop."
msgstr ""
"기사는 IPFS 및 EOS 저장소를 사용하여 가져옵니다. 대부분의 IQ는 에어드롭을 통"
"해 배분됩니다."
#. [ThirdBlock.AsAnEditor]
#. defaultMessage is:
#. As an editor, the killer feature of Everipedia is that as long as you use sources and a neutral wording, you can write an article about anything you want. A dapp you like, yourself — anything.
#: public/messages/src/app/containers/about/third-block.json
msgid ""
"As an editor, the killer feature of Everipedia is that as long as you use "
"sources and a neutral wording, you can write an article about anything you "
"want. A dapp you like, yourself — anything."
msgstr ""
"편집자로서 Everipedia의 살인자 기능은 소스와 중립적 인 표현을 사용하는 한 원"
"하는 것에 대한 기사를 작성할 수 있다는 것입니다. 네가 좋아하는 그림, 너 자신."
#. [AccountNameHeader.Available]
#. defaultMessage is:
#. Available
#: public/messages/src/app/components/Header/account-name-header.json
msgid "Available"
msgstr "사용 가능"
#. [Dashboard.AvailableBalance]
#. defaultMessage is:
#. Available Balance
#: public/messages/src/app/containers/dashboard/dashboard_component.json
msgid "Available Balance"
msgstr "사용 가능한 잔액"
#. [About.BecomeAnEditor]
#. defaultMessage is:
#. Become an Editor
#: public/messages/src/app/containers/about/about.container.json
msgid "Become an Editor"
msgstr "편집자되기"
#. [Suggestions.Citations]
#. defaultMessage is:
#. CITATIONS
#: public/messages/src/editor/components/mentions/suggestions.json
msgid "CITATIONS"
msgstr "징계"
#. [CitationModal.AddEditFile.Cancel]
#. defaultMessage is:
#. Cancel
#. [CitationModal.AddEditISBN.Cancel]
#. defaultMessage is:
#. Cancel
#. [CitationModal.AddEditURL.Cancel]
#. defaultMessage is:
#. Cancel
#. [CitationModal.InsertExisting.Cancel]
#. defaultMessage is:
#. Cancel
#. [ConnectLanguagesModal.Cancel]
#. defaultMessage is:
#. Cancel
#. [InfoboxModal.Cancel]
#. defaultMessage is:
#. Cancel
#. [MergeModal.Cancel]
#. defaultMessage is:
#. Cancel
#. [MetadataModal.Cancel]
#. defaultMessage is:
#. Cancel
#. [SaveModal.Cancel]
#. defaultMessage is:
#. Cancel
#. [SectionMediaModal.AddEditURL.Cancel]
#. defaultMessage is:
#. Cancel
#. [SectionMediaModal.InsertExisting.Cancel]
#. defaultMessage is:
#. Cancel
#. [FileUploader.Cancel]
#. defaultMessage is:
#. Cancel
#. [ImageUploader.Cancel]
#. defaultMessage is:
#. Cancel
#: public/messages/src/editor/plugins/citation-modal/panes/add-edit-file.json
#: public/messages/src/editor/plugins/citation-modal/panes/add-edit-isbn.json
#: public/messages/src/editor/plugins/citation-modal/panes/add-edit-url.json
#: public/messages/src/editor/plugins/citation-modal/panes/insert-existing.json
#: public/messages/src/editor/plugins/connect-languages/connect-languages-modal.json
#: public/messages/src/editor/plugins/infobox/infobox-modal.json
#: public/messages/src/editor/plugins/merge/merge-modal.json
#: public/messages/src/editor/plugins/metadata/metadata-modal.json
#: public/messages/src/editor/plugins/save/save-modal.json
#: public/messages/src/editor/plugins/section-media-modal/panes/add-edit-url.json
#: public/messages/src/editor/plugins/section-media-modal/panes/insert-existing.json
#: public/messages/src/shared/inputs/image-uploader/file-uploader.component.json
#: public/messages/src/shared/inputs/image-uploader/image-uploader.component.json
msgid "Cancel"
msgstr "취소"
#. [SearchResults.CantFindWhat]
#. defaultMessage is:
#. Can’t find what you’re looking for?
#: public/messages/src/app/containers/searchResultsFull/searchResultsFull.container.json
msgid "Can’t find what you’re looking for?"
msgstr "찾고있는 것을 찾을 수 없습니까?"
#. [SaveModal.CategoryLabel]
#. defaultMessage is:
#. Category
#: public/messages/src/editor/plugins/save/save-modal.json
msgid "Category"
msgstr "카테고리"
#. [About.CensorshipResistant]
#. defaultMessage is:
#. Censorship Resistant
#: public/messages/src/app/containers/about/about.container.json
msgid "Censorship Resistant"
msgstr "검열 방지"
#. [ActivityCard.Changed]
#. defaultMessage is:
#. Changed
#. [Chat.ChangedTwo]
#. defaultMessage is:
#. Changed
#: public/messages/src/app/components/ActivityCards/ActivityCard.json
#: public/messages/src/app/components/Chat/ChatItem.json
msgid "Changed"
msgstr "변경 됨"
#. [Chat.ChatOne]
#. defaultMessage is:
#. Chat
#. [Chat.ChatMessages]
#. defaultMessage is:
#. Chat
#: public/messages/src/app/components/Chat/index.json
#: public/messages/src/app/components/Chat/messages.json
msgid "Chat"
msgstr "채팅"
#. [Chat.ChatAboutThisArticle]
#. defaultMessage is:
#. Chat about this article!
#: public/messages/src/app/components/Chat/messages.json
msgid "Chat about this article!"
msgstr "이 기사에 대해 이야기하십시오!"
#. [TeamInfo.TheodorForseliusTitle]
#. defaultMessage is:
#. Chief Executive Officer
#: public/messages/src/app/containers/about/third-block.json
msgid "Chief Executive Officer"
msgstr "최고 경영자 겸 공동 창립자"
#. [TeamInfo.LarrySangerTitle]
#. defaultMessage is:
#. Chief Information Officer
#: public/messages/src/app/containers/about/third-block.json
msgid "Chief Information Officer"
msgstr "최고 정보 책임자"
#. [TeamInfo.SuchetDhindsaTitle]
#. defaultMessage is:
#. Chief Operating Officer
#: public/messages/src/app/containers/about/third-block.json
msgid "Chief Operating Officer"
msgstr "최고 운영 책임자"
#. [TeamInfo.TravisMooreTitle]
#. defaultMessage is:
#. Chief Technology Officer
#: public/messages/src/app/containers/about/third-block.json
msgid "Chief Technology Officer"
msgstr "기술 담당 최고 책임자 겸 공동 창립자"
#. [MainPhoto.ButtonText]
#. defaultMessage is:
#. Choose a new main image
#: public/messages/src/editor/plugins/main-photo/main-photo-modal.json
msgid "Choose a new main image"
msgstr "새로운 메인 이미지 선택"
#. [Login.AnotherLoginMethod]
#. defaultMessage is:
#. Choose another login method
#: public/messages/src/app/components/Login/index.json
msgid "Choose another login method"
msgstr "새로운 메인 이미지 선택"
#. [FileUploader.ChooseImages]
#. defaultMessage is:
#. Choose images
#. [ImageUploader.ChooseImages]
#. defaultMessage is:
#. Choose images
#: public/messages/src/shared/inputs/image-uploader/file-uploader.component.json
#: public/messages/src/shared/inputs/image-uploader/image-uploader.component.json
msgid "Choose images"
msgstr "이미지 선택"
#. [CommentUtils.Citation]
#. defaultMessage is:
#. Citation
#: public/messages/src/app/utils/comment-utils.json
msgid "Citation"
msgstr "인용문 추가 또는 편집"
#. [CitationModal.Cite]
#. defaultMessage is:
#. Cite
#: public/messages/src/editor/plugins/citation-modal/index.json
msgid "Cite"
msgstr "인용"
#. [ThirdBlock.CoFounderWikipedia]
#. defaultMessage is:
#. Co-Founder Wikipedia, CIO Everipedia
#: public/messages/src/app/containers/about/third-block.json
msgid "Co-Founder Wikipedia, CIO Everipedia"
msgstr "CIO Everipedia 공동 창립자 Wikipedia"
#. [SaveModal.CommentLabel]
#. defaultMessage is:
#. Comment
#: public/messages/src/editor/plugins/save/save-modal.json
msgid "Comment"
msgstr "댓글"
#. [ContactUs.CommonQuestions]
#. defaultMessage is:
#. Common Questions
#: public/messages/src/app/containers/contact-us/contact-us.container.json
msgid "Common Questions"
msgstr "일반적인 질문"
#. [SaveModal.ConfirmYouAreUsingTheLatestScatter]
#. defaultMessage is:
#. Confirm that you are using the latest version of Scatter.
#: public/messages/src/editor/plugins/save/save-modal.json
msgid "Confirm that you are using the latest version of Scatter."
msgstr "최신 버전의 Scatter를 사용하고 있는지 확인하십시오."
#. [SaveModal.ConfirmYouHaveScatterOpen]
#. defaultMessage is:
#. Confirm that you have Scatter open and that you are logged in
#: public/messages/src/editor/plugins/save/save-modal.json
msgid "Confirm that you have Scatter open and that you are logged in"
msgstr "Scatter가 열려 있고 로그인했는지 확인하십시오."
#. [SaveModal.ConfirmYouHaveEnoughIQ]
#. defaultMessage is:
#. Confirm that you have enough IQ in your Scatter wallet (50IQ required to submit at edit)
#: public/messages/src/editor/plugins/save/save-modal.json
msgid ""
"Confirm that you have enough IQ in your Scatter wallet (50IQ required to "
"submit at edit)"
msgstr ""
"Scatter 지갑에 IQ가 충분한 지 확인하십시오 (편집시 제출하려면 50IQ 필요)."
#. [SaveModal.ConfirmThatYouHaveSufficientEOS]
#. defaultMessage is:
#. Confirm that you have sufficient EOS resources. For additional information, please see our FAQs.
#: public/messages/src/editor/plugins/save/save-modal.json
msgid ""
"Confirm that you have sufficient EOS resources. For additional information, "
"please see our FAQs."
msgstr ""
"충분한 EOS 자원이 있는지 확인하십시오. 자세한 내용은 FAQ를 참조하십시오."
#. [ConnectLanguagesModal.Title]
#. defaultMessage is:
#. Connect this page to another language variant of it
#: public/messages/src/editor/plugins/connect-languages/connect-languages-modal.json
msgid "Connect this page to another language variant of it"
msgstr "이 페이지를 다른 언어로 변형"
#. [Index.Contact]
#. defaultMessage is:
#. Contact
#. [Header.Contact]
#. defaultMessage is:
#. Contact
#. [Featured.Contact]
#. defaultMessage is:
#. Contact
#: public/messages/src/app/components/Footer/index.json
#: public/messages/src/app/components/Header/index.json
#: public/messages/src/app/containers/homepageContainer/featured.json
msgid "Contact"
msgstr "문의하기"
#. [ContactUs.ContactType]
#. defaultMessage is:
#. Contact Type
#: public/messages/src/app/components/ContactUsForm/index.json
msgid "Contact Type"
msgstr "연락처 타입"
#. [Errors.ContactUs]
#. defaultMessage is:
#. Contact us
#: public/messages/src/app/utils/errors.json
msgid "Contact us"
msgstr "문의하기"
#. [Chat.CopyText]
#. defaultMessage is:
#. Copy Text
#: public/messages/src/app/components/Chat/index.json
msgid "Copy Text"
msgstr "텍스트 복사"
#. [ShareModal.CopyURL]
#. defaultMessage is:
#. Copy URL
#: public/messages/src/app/components/ArticleComponent/ShareModal.json
msgid "Copy URL"
msgstr "URL 복사"
#. [CreatePage.CreateArticle]
#. defaultMessage is:
#. Create Article
#. [Header.CreateArticle]
#. defaultMessage is:
#. Create Article
#. [Header.CreateArticleTwo]
#. defaultMessage is:
#. Create Article
#: public/messages/src/app/components/create-new-page/index.json
#: public/messages/src/app/components/Header/index.json
#: public/messages/src/app/containers/homepageContainer/featured.json
msgid "Create Article"
msgstr "글 만들기"
#. [CreatePage.CreateNewArticle]
#. defaultMessage is:
#. Create New Article
#. [SearchResults.CreateArticle]
#. defaultMessage is:
#. Create New Article
#: public/messages/src/app/components/create-new-page/index.json
#: public/messages/src/app/components/Search/SearchResults.json
msgid "Create New Article"
msgstr "관련 기술문서"
#. [SearchResults.CreateAnArticle]
#. defaultMessage is:
#. Create an Article
#: public/messages/src/app/containers/searchResultsFull/searchResultsFull.container.json
msgid "Create an Article"
msgstr "관련 기술문서"
#. [MetadataModal.Creation]
#. defaultMessage is:
#. Creation
#: public/messages/src/editor/plugins/metadata/metadata-modal.json
msgid "Creation"
msgstr "신설"
#. [MetadataModal.CreativeWorkArt]
#. defaultMessage is:
#. Creative Work / Art
#. [MetadataModal.CreativeWork]
#. defaultMessage is:
#. Creative Work / Art
#: public/messages/src/editor/plugins/metadata/metadata-modal.json
msgid "Creative Work / Art"
msgstr "창작/예술"
#. [Dashboard.CurrentlyStaked]
#. defaultMessage is:
#. Currently Staked
#: public/messages/src/app/containers/dashboard/dashboard_component.json
msgid "Currently Staked"
msgstr "현재 스테이징 됨"
#. [Leaderboard.DayCap]
#. defaultMessage is:
#. DAY
#: public/messages/src/app/containers/homepageContainer/leaderboard.json
msgid "DAY"
msgstr "일"
#. [About.Decentralized]
#. defaultMessage is:
#. Decentralized
#: public/messages/src/app/containers/about/about.container.json
msgid "Decentralized"
msgstr "분산형"
#. [Chat.DeleteMessage]
#. defaultMessage is:
#. Delete Message
#: public/messages/src/app/components/Chat/index.json
msgid "Delete Message"
msgstr "메시지 삭제"
#. [About.Democratic]
#. defaultMessage is:
#. Democratic
#: public/messages/src/app/containers/about/about.container.json
msgid "Democratic"
msgstr "민주주의"
#. [About.DemocraticGovernanceTitle]
#. defaultMessage is:
#. Democratic Governance
#: public/messages/src/app/containers/about/about.container.json
msgid "Democratic Governance"
msgstr "민주주의"
#. [About.DesktopViewAlt]
#. defaultMessage is:
#. Desktop view of Everipedia article
#: public/messages/src/app/containers/about/about.container.json
msgid "Desktop view of Everipedia article"
msgstr "Everipedia 기사의 바탕 화면보기"
#. [TeamInfo.KedarIyerTitle]
#. defaultMessage is:
#. Director of Software Engineering
#: public/messages/src/app/containers/about/third-block.json
msgid "Director of Software Engineering"
msgstr "소프트웨어 공학 이사"
#. [Tooltips.EditorComment]
#. defaultMessage is:
#. EDITOR COMMENT
#: public/messages/src/app/components/tooltips/index.json
msgid "EDITOR COMMENT"
msgstr "편집자 코멘트"
#. [Stats.Editors]
#. defaultMessage is:
#. EDITORS
#: public/messages/src/app/containers/admin/admin.container.json
msgid "EDITORS"
msgstr "에디터"
#. [ActivityCards.ExpiringSoon]
#. defaultMessage is:
#. EXPIRING SOON
#: public/messages/src/app/components/ActivityCards/index.json
msgid "EXPIRING SOON"
msgstr "만료 예정"
#. [SubmitVoteConfirmation.EarnIQRewards]
#. defaultMessage is:
#. Earn IQ rewards by voting.
#: public/messages/src/app/components/SubmitVote/ConfirmationModal.json
#| msgid "Earn Rewards for Contributing"
msgid "Earn IQ rewards by voting."
msgstr "기고하기 시작"
#. [About.EarnRewardsTitle]
#. defaultMessage is:
#. Earn Rewards for Contributing
#: public/messages/src/app/containers/about/about.container.json
msgid "Earn Rewards for Contributing"
msgstr "기고하기 시작"
#. [Chat.Edit]
#. defaultMessage is:
#. Edit
#. [TopNav.Edit]
#. defaultMessage is:
#. Edit
#. [CitationModal.AddEditURL.Edit]
#. defaultMessage is:
#. Edit
#. [InfoboxModal.Edit]
#. defaultMessage is:
#. Edit
#. [MetadataModal.Edit]
#. defaultMessage is:
#. Edit
#. [SectionMediaModal.AddEditURL.Edit]
#. defaultMessage is:
#. Edit
#. [FileUploader.Edit]
#. defaultMessage is:
#. Edit
#. [ImageUploader.Edit]
#. defaultMessage is:
#. Edit
#: public/messages/src/app/components/Chat/index.json
#: public/messages/src/app/components/content-top-nav/index.json
#: public/messages/src/editor/plugins/citation-modal/panes/add-edit-url.json
#: public/messages/src/editor/plugins/infobox/infobox-modal.json
#: public/messages/src/editor/plugins/metadata/metadata-modal.json
#: public/messages/src/editor/plugins/section-media-modal/panes/add-edit-url.json
#: public/messages/src/shared/inputs/image-uploader/file-uploader.component.json
#: public/messages/src/shared/inputs/image-uploader/image-uploader.component.json
msgid "Edit"
msgstr "편집하기"
#. [Chat.EditNow]
#. defaultMessage is:
#. Edit Now
#: public/messages/src/app/components/ArticleComponent/index.json
msgid "Edit Now"
msgstr "편집하기"
#. [MetadataModal.Title]
#. defaultMessage is:
#. Edit a metadata item
#: public/messages/src/editor/plugins/metadata/metadata-modal.json
msgid "Edit a metadata item"
msgstr "메타 데이터 항목 편집"
#. [ActivityCard.Edited1]
#. defaultMessage is:
#. Edited
#. [HomepageCarouselSlide.Edited]
#. defaultMessage is:
#. Edited
#. [HomepageCarousel.Edited]
#. defaultMessage is:
#. Edited
#: public/messages/src/app/components/ActivityCards/ActivityCard.json
#: public/messages/src/app/components/carousel/carouselHomepageSlide.json
#: public/messages/src/app/components/carousel/carouselSlide.json
msgid "Edited"
msgstr "편집 한"
#. [ContactUs.editingVotingIssues]
#. defaultMessage is:
#. Editing / Voting issues
#: public/messages/src/app/containers/contact-us/messages.json
msgid "Editing / Voting issues"
msgstr "편집 / 투표 문제"
#. [EditorContainer.EditingWikipedia]
#. defaultMessage is:
#. Editing Wikipedia-imported pages is currently disabled, but is expected to be available in the future.
#: public/messages/src/editor/editor.container.json
msgid ""
"Editing Wikipedia-imported pages is currently disabled, but is expected to "
"be available in the future."
msgstr ""
"Wikipedia에서 가져온 페이지를 편집하는 기능은 현재 사용할 수 없지만 앞으로 제"
"공 될 예정입니다."
#. [ThirdBlock.Editor]
#. defaultMessage is:
#. Editor
#: public/messages/src/app/containers/about/third-block.json
msgid "Editor"
msgstr "인증된 에디터를 예로 들기"
#. [Leaderboard.Edits]
#. defaultMessage is:
#. Edits
#: public/messages/src/app/containers/homepageContainer/leaderboard.json