-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathko_KR.csv
We can't make this file beautiful and searchable because it's too large.
7650 lines (7650 loc) · 610 KB
/
ko_KR.csv
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
"Read Details","상세 보기",module,Magento_AdminNotification
"Mark as Read","읽음으로 표시",module,Magento_AdminNotification
"Are you sure?",확실합니까?,module,Magento_AdminNotification
Remove,삭제,module,Magento_AdminNotification
"Messages Inbox","받은 메시지함",module,Magento_AdminNotification
"You have %1 new system messages","%1개의 새로운 시스템 메시지가 있습니다.",module,Magento_AdminNotification
"You have %1 new system message","%1개의 새로운 시스템 메시지가 있습니다.",module,Magento_AdminNotification
"Incoming Message","받은 메시지",module,Magento_AdminNotification
close,닫기,module,Magento_AdminNotification
Notifications,알림,module,Magento_AdminNotification
"The message has been marked as Read.","메시지를 읽은 상태로 표시했습니다.",module,Magento_AdminNotification
"We couldn't mark the notification as Read because of an error.","오류로 인해 이 알림을 읽은 상태로 표시할 수 없습니다.",module,Magento_AdminNotification
"Please select messages.","메시지를 선택해주세요.",module,Magento_AdminNotification
"A total of %1 record(s) have been marked as Read.","모두 %1개의 레코드를 읽은 상태로 표시했습니다.",module,Magento_AdminNotification
"Total of %1 record(s) have been removed.","모두 %1개의 레코드를 삭제했습니다.",module,Magento_AdminNotification
"We couldn't remove the messages because of an error.","오류로 인해 이 메시지를 삭제할 수 없습니다.",module,Magento_AdminNotification
"The message has been removed.","메시지를 삭제했습니다.",module,Magento_AdminNotification
"You have viewed and resolved all recent system notices. Please refresh the web page to clear the notice alert.","당신이 볼 수 있고 모든 최근 시스템 통지를 해결. 제발 통지 경고를 웹 페이지를 새로 고칩니다.",module,Magento_AdminNotification
"1 Hour",1시간,module,Magento_AdminNotification
"2 Hours",2시간,module,Magento_AdminNotification
"6 Hours",6시간,module,Magento_AdminNotification
"12 Hours",12시간,module,Magento_AdminNotification
"24 Hours",24시간,module,Magento_AdminNotification
critical,심각,module,Magento_AdminNotification
major,중요함,module,Magento_AdminNotification
minor,사소함,module,Magento_AdminNotification
notice,알림,module,Magento_AdminNotification
"Wrong message type","잘못된 메시지 타입",module,Magento_AdminNotification
"Wrong notification ID specified.","잘못된 알림 ID을 지정했습니다.",module,Magento_AdminNotification
"{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. We highly recommend changing this value in your Magento <a href=""%1"">configuration</a>.","프로덕션 환경에서 Base Unsecure URL / Base Secure URL을 정의하는데 {{base_url}} 를 사용하지 않는 것이 좋습니다. 마젠토 <a href=""%1"">설정</a>에서 이 값을 수정하시는 것이 매우 좋습니다.",module,Magento_AdminNotification
"One or more of the Cache Types are invalidated: %1. ","하나 이상의 캐쉬 유형이 무효화되었습니다: %1. ",module,Magento_AdminNotification
"Please go to <a href=""%1"">Cache Management</a> and refresh cache types.","<a href=""%1"">캐쉬 관리</a>로 가서 캐쉬 타입을 갱신해 주시기 바랍니다.",module,Magento_AdminNotification
"We were unable to synchronize one or more media files. Please refer to the log file for details.","하나 이상의 미디어 파일을 동기화하지 못했습니다. 상세 내용은 로그 파일을 참조해주세요.",module,Magento_AdminNotification
"Synchronization of media storages has been completed.","미디어 저장소 동기화를 완료했습니다.",module,Magento_AdminNotification
"Your web server is set up incorrectly and allows unauthorized access to sensitive files. Please contact your hosting provider.","웹서버가 잘못 설정되어 중요한 파일에 인증되지 않은 접근을 허용하고 있습니다. 호스팅 제공업체에 문의하세요.",module,Magento_AdminNotification
"System Messages:","시스템 메시지:",module,Magento_AdminNotification
"Critical System Messages","Critical 시스템 메시지",module,Magento_AdminNotification
"Major System Messages","Major 시스템 메시지",module,Magento_AdminNotification
"System messages","시스템 메시지",module,Magento_AdminNotification
Close,닫기,module,Magento_AdminNotification
"See All (","모두 보기 (",module,Magento_AdminNotification
" unread)"," 읽지않음)",module,Magento_AdminNotification
"Please correct the data sent.","전송될 데이터를 수정해주십시오.",module,Magento_AdvancedPricingImportExport
"Entity type model must be an instance of \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType","엔터티 타입 모델은 반드시 \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType의 인스턴스여야 합니다.",module,Magento_AdvancedPricingImportExport
"There are no product types available for export","내보낼 수 있는 상품 타입이 없습니다.",module,Magento_AdvancedPricingImportExport
"Related Search Terms","연관 검색어",module,Magento_AdvancedSearch
"Add New Search Term","신규 검색어 추가",module,Magento_AdvancedSearch
button_label,"버튼 라벨",module,Magento_AdvancedSearch
"Missing search engine parameter.","검색엔진 파라메터가 누락됐습니다.",module,Magento_AdvancedSearch
"Successful! Test again?","성공! 다시 테스트하시겠습니까?",module,Magento_AdvancedSearch
"Connection failed! Test again?","연결 실패! 다시 테스트하시겠습니까?",module,Magento_AdvancedSearch
"Subscription status","가입 상태",module,Magento_Analytics
"Sorry, there has been an error processing your request. Please try again later.","작업도중 오류가 발생 했습니다. 다시 시도해 주십시오",module,Magento_Analytics
"Cron settings can't be saved","Cron 설정은 저장할 수 없습니다.",module,Magento_Analytics
"There was an error save new configuration value.","새 구성 값 저장 오류가 발생 했습니다.",module,Magento_Analytics
"--Please Select--","--선택해 주십시오--",module,Magento_Analytics
"Command was not found.","명령을 찾을 수 없습니다.",module,Magento_Analytics
"These arguments can't be empty ""%1""","이 인수는 비어있는 ""%1"" 될 수 없습니다.",module,Magento_Analytics
"Cannot find predefined integration user!","미리 정의 된 통합 사용자를 찾을 수 없습니다!",module,Magento_Analytics
"File is not ready yet.","아직 파일이 준비 되지 않습니다.",module,Magento_Analytics
"Your Base URL has been changed and your reports are being updated. Advanced Reporting will be available once this change has been processed. Please try again later.","귀하의 기본 URL을 변경 하 고 보고서 업데이트 되 고. 고급 보고가이 변경 처리 되 면 가능할 것 이다. 나중에 다시 시도 하십시오.",module,Magento_Analytics
"Failed to synchronize data to the Magento Business Intelligence service. ","Magento 비즈니스 인텔리전스 서비스 데이터를 동기화 하지 못했습니다. ",module,Magento_Analytics
"Apps and Games","애플 리 케이 션 및 게임",module,Magento_Analytics
"Athletic/Sporting Goods","체육/스포츠 용품",module,Magento_Analytics
"Art and Design","미술 및 디자인",module,Magento_Analytics
"Advanced Reporting","고급 보고",module,Magento_Analytics
"Gain new insights and take command of your business' performance, using our dynamic product, order, and customer reports tailored to your customer data.","새로운 통찰력을 얻고, 고객 데이터에 맞게 우리의 동적 제품, 주문 및 고객 보고서를 사용 하 여 귀하의 비즈니스의 수행 명령을 갖는다",module,Magento_Analytics
"Go to Advanced Reporting","이동 고급 보고",module,Magento_Analytics
"Something went wrong while compiling a list of allowed resources. You can find out more in the exceptions log.","허용된 리소스 리스트를 컴파일하는 도중 문제가 발생했습니다. 예외 로그에서 더 많은 정보를 찾을 수 있습니다.",module,Magento_Authorization
"You created the order.","주문을 생성했습니다.",module,Magento_Authorizenet
"Order saving error: %1","주문 저장 에러: %1",module,Magento_Authorizenet
"Please choose a payment method.","결제방법을 선택해 주십시오.",module,Magento_Authorizenet
"We can't process your order right now. Please try again later.","주문을 처리할 수 없습니다. 나중에 다시 시도 하십시오.",module,Magento_Authorizenet
"Credit Card: xxxx-%1","신용 카드: xxxx-%1",module,Magento_Authorizenet
"amount %1","금액 %1",module,Magento_Authorizenet
failed.,실패.,module,Magento_Authorizenet
successful.,성공.,module,Magento_Authorizenet
"Authorize.Net Transaction ID %1.","Authorize.Net 트랜젝션 ID %1.",module,Magento_Authorizenet
authorize,인증,module,Magento_Authorizenet
capture,캡처,module,Magento_Authorizenet
refund,환불,module,Magento_Authorizenet
void,무효,module,Magento_Authorizenet
"Gateway error: %1","게이트웨이 에러: %1",module,Magento_Authorizenet
"Something went wrong in the payment gateway.","결제 게이트웨이에서 문제가 발생했습니다.",module,Magento_Authorizenet
"Invalid amount for capture.","잘못된 캡쳐 금액입니다.",module,Magento_Authorizenet
"Payment capturing error.","결제 캡쳐 오류.",module,Magento_Authorizenet
"Invalid transaction ID.","잘못된 트렌젝션 ID.",module,Magento_Authorizenet
"Payment voiding error.","결제 무효 에러.",module,Magento_Authorizenet
"Invalid amount for refund.","잘못된 환불 금액.",module,Magento_Authorizenet
"Payment refunding error.","결제 환불 에러.",module,Magento_Authorizenet
"The transaction was declined because the response hash validation failed.","응답 해시의 확인 실패로 트랜잭션이 거부되었습니다.",module,Magento_Authorizenet
"There was a payment authorization error.","결제 인증 에러가 발생했습니다.",module,Magento_Authorizenet
"Please enter a transaction ID to authorize this payment.","해당 결제를 인증하기 위한 트랜잭션 ID를 입력해 주십시오.",module,Magento_Authorizenet
"Transaction %1 has been approved. Amount %2. Transaction status is ""%3""","트랜잭션 %1이(가) 허가되었습니다. 금액 %2. 트랜잭션 상태는 ""%3"" 입니다.",module,Magento_Authorizenet
"Transaction %1 has been voided/declined. Transaction status is ""%2"". Amount %3.","트랜잭션 %1이(가) 무효/거부되었습니다. 트랜잭션 상태는 ""%2"" 입니다. 금액 %3.",module,Magento_Authorizenet
"Authorize Only",인증만,module,Magento_Authorizenet
"Authorize and Capture","인증과 캡쳐",module,Magento_Authorizenet
"Electronic payments save the trees.","전자 지불",module,Magento_Authorizenet
"Credit Card Type","신용카드 타입",module,Magento_Authorizenet
"Please Select",선택하세요,module,Magento_Authorizenet
"Credit Card Number","신용카드 번호",module,Magento_Authorizenet
"Expiration Date",유효기간,module,Magento_Authorizenet
"Card Verification Number","카드 인증 번호",module,Magento_Authorizenet
"Fraud Detection ","사기 탐지 ",module,Magento_Authorizenet
"FDS Filter Action","FDS 필터 동작",module,Magento_Authorizenet
"AVS Response","AVS 응답",module,Magento_Authorizenet
"Card Code Response","카드 코드 응답",module,Magento_Authorizenet
"CAVV Response","CAVV 응답",module,Magento_Authorizenet
"Fraud Filters","사기 필터",module,Magento_Authorizenet
"Invalid Form Key. Please refresh the page.","잘못된 폼키 입니다. 페이지를 리로드 해주십시오.",module,Magento_Backend
"You entered an invalid Secret Key. Please refresh the page.","잘못된 비밀키를 입력했습니다. 페이지를 리로드해 주십시오.",module,Magento_Backend
"Cache Storage Management","캐시 저장소 관리",module,Magento_Backend
"Flush Magento Cache","마젠토 캐시 비우기",module,Magento_Backend
"The cache storage may contain additional data. Are you sure that you want to flush it?","캐시 저장소에는 추가 데이터가 포함되어 있을 수 있습니다. 정말 비우시겠습니까?",module,Magento_Backend
"Flush Cache Storage","캐시 저장소 비우기",module,Magento_Backend
Invalidated,"잘못된 날짜",module,Magento_Backend
Orders,주문,module,Magento_Backend
Amounts,금액,module,Magento_Backend
Bestsellers,"베스트 셀러",module,Magento_Backend
"Most Viewed Products","가장 많이 본 상품",module,Magento_Backend
"New Customers","신규 고객",module,Magento_Backend
Customers,고객,module,Magento_Backend
Customer,고객,module,Magento_Backend
Guest,비회원,module,Magento_Backend
Items,항목,module,Magento_Backend
Total,합계,module,Magento_Backend
"Lifetime Sales","총 판매",module,Magento_Backend
"Average Order","평균 주문",module,Magento_Backend
Average,평균,module,Magento_Backend
Product,상품,module,Magento_Backend
Price,가격,module,Magento_Backend
Quantity,수량,module,Magento_Backend
Views,보기,module,Magento_Backend
Revenue,수익,module,Magento_Backend
Tax,세금,module,Magento_Backend
Shipping,배송,module,Magento_Backend
"Images (.gif, .jpg, .png)","이미지 (.gif, .jpg, .png)",module,Magento_Backend
"Media (.avi, .flv, .swf)","미디어 (.avi,.flv,.swf)",module,Magento_Backend
"All Files","모든 파일",module,Magento_Backend
"Reset to Default","기본값으로 재설정",module,Magento_Backend
"All Store Views","모든 스토어뷰",module,Magento_Backend
"What is this?","이게 뭐죠?",module,Magento_Backend
"Save Account","계정 저장",module,Magento_Backend
"My Account","내 계정",module,Magento_Backend
"Account Information","계정 정보",module,Magento_Backend
"User Name","사용자 이름",module,Magento_Backend
"First Name",이름,module,Magento_Backend
"Last Name",성,module,Magento_Backend
Email,이메일,module,Magento_Backend
"User Email","사용자 이메일",module,Magento_Backend
"New Password","신규 비밀번호",module,Magento_Backend
"Password Confirmation","비밀번호 확인",module,Magento_Backend
"Interface Locale","인터페이스 언어",module,Magento_Backend
"Current User Identity Verification","현재 사용자 신원 확인",module,Magento_Backend
"Your Password",비밀번호,module,Magento_Backend
"Save Cache Settings","캐시 설정 저장",module,Magento_Backend
"Catalog Rewrites","카탈로그 다시 작성",module,Magento_Backend
Refresh,새로고침,module,Magento_Backend
"Images Cache","이미지 캐시",module,Magento_Backend
Clear,지우기,module,Magento_Backend
"Search Index","검색 색인",module,Magento_Backend
Rebuild,리빌드,module,Magento_Backend
"Inventory Stock Status","재고 상태",module,Magento_Backend
"Rebuild Catalog Index","카탈로그 인덱스 리빌드",module,Magento_Backend
"Rebuild Flat Catalog Category","플랫 카탈로그 카테고리 리빌드",module,Magento_Backend
"Rebuild Flat Catalog Product","플랫 카탈로그 카테고리 상품",module,Magento_Backend
"Cache Control","캐시 제어",module,Magento_Backend
"All Cache","모든 캐시",module,Magento_Backend
"No change","변화 없음",module,Magento_Backend
Disable,비활성,module,Magento_Backend
Enable,활성,module,Magento_Backend
"Add Design Change","디자인 변경 추가",module,Magento_Backend
Back,돌아가기,module,Magento_Backend
Delete,삭제,module,Magento_Backend
"Are you sure?",정말입니까?,module,Magento_Backend
Save,저장,module,Magento_Backend
"Edit Design Change","디자인 변경 수정",module,Magento_Backend
"New Store Design Change","신규 스토어 디자인 변경",module,Magento_Backend
"General Settings","일반 설정",module,Magento_Backend
Store,스토어,module,Magento_Backend
"-- Please Select --","-- 선택해 주십시오 --",module,Magento_Backend
"Custom Design","커스텀 디자인",module,Magento_Backend
"Date From","시작 날짜",module,Magento_Backend
"Date To","종료 날짜",module,Magento_Backend
"Design Change","디자인 변경",module,Magento_Backend
General,기본설정,module,Magento_Backend
Cancel,취소,module,Magento_Backend
"Delete %1 '%2'","%1 '%2' 삭제",module,Magento_Backend
"Delete %1","%1 삭제",module,Magento_Backend
"Block Information","블럭 정보",module,Magento_Backend
"Backup Options","백업 옵션",module,Magento_Backend
No,아니오,module,Magento_Backend
Yes,네,module,Magento_Backend
"Create DB Backup","DB 백업 생성",module,Magento_Backend
"Delete Store","스토어 삭제",module,Magento_Backend
"Delete Web Site","웹사이트 삭제",module,Magento_Backend
"Save Web Site","웹사이트 저장",module,Magento_Backend
"Save Store","스토어 저장",module,Magento_Backend
"Save Store View","스토어뷰 저장",module,Magento_Backend
"Delete Store View","스토어뷰 삭제",module,Magento_Backend
"Edit Web Site","웹사이트 수정",module,Magento_Backend
"New Web Site","신규 웹사이트",module,Magento_Backend
"Edit Store","스토어 수정",module,Magento_Backend
"New Store","신규 스토어",module,Magento_Backend
"Edit Store View","스토어뷰 수정",module,Magento_Backend
"New Store View","신규 스토어뷰",module,Magento_Backend
"Store Information","스토어 정보",module,Magento_Backend
"Web Site",웹사이트,module,Magento_Backend
Name,이름,module,Magento_Backend
Code,코드,module,Magento_Backend
"Root Category","최상위 카테고리 추가",module,Magento_Backend
"Default Store View","기본 스토어뷰",module,Magento_Backend
"Store View Information","스토어뷰 정보",module,Magento_Backend
Status,상태,module,Magento_Backend
Disabled,비활성화,module,Magento_Backend
Enabled,활성화,module,Magento_Backend
"Sort Order","정렬 순서",module,Magento_Backend
"Web Site Information","웹사이트 정보",module,Magento_Backend
"Default Store","기본 스토어",module,Magento_Backend
"Set as Default","기본값으로 설정",module,Magento_Backend
Stores,스토어,module,Magento_Backend
"Create Website","웹사이트 생성",module,Magento_Backend
"Create Store","스토어 생성",module,Magento_Backend
"Create Store View","스토어뷰 생성",module,Magento_Backend
Home,홈,module,Magento_Backend
Reset,초기화,module,Magento_Backend
"Are you sure you want to do this?","정말로 이 작업을 수행하겠습니까?",module,Magento_Backend
"Add New Image","신규 이미지 추가",module,Magento_Backend
"Export block for grid %1 is not defined","그리드 %1 에 대 한 수출 블록 정의 되지 않은",module,Magento_Backend
"Reset Filter","필터 재설정",module,Magento_Backend
Search,검색,module,Magento_Backend
Any,모든,module,Magento_Backend
"All Countries","모든 국가",module,Magento_Backend
From,"보낸 사람",module,Magento_Backend
To,"받는 사람",module,Magento_Backend
"Date selector","날짜 선택기",module,Magento_Backend
"[ deleted ]","[ 삭제됨 ]",module,Magento_Backend
"Select All","모두 선택",module,Magento_Backend
" [deleted]"," [삭제됨]",module,Magento_Backend
"Add New","신규 추가",module,Magento_Backend
"Invalid export type supplied for grid export block","그리드 내보내기 블록에 대한 제공 하는 잘못 된 보내기 형식",module,Magento_Backend
Export,내보내기,module,Magento_Backend
"Please correct the column format and try again.","열 서식을 수정하고 다시 시도해 주십시오.",module,Magento_Backend
Submit,전송,module,Magento_Backend
"Unknown block type","알 수없는 블록 타입",module,Magento_Backend
"Please correct the tab configuration and try again. Tab Id should be not empty","탭 구성을 수정하고 다시 시도하십시오. 탭 Id는 비어 있어서는 안됩니다.",module,Magento_Backend
"Please correct the tab configuration and try again.","탭 구성을 수정하고 다시 시도하십시오.",module,Magento_Backend
"You have logged out.",로그아웃했습니다.,module,Magento_Backend
"The image cache was cleaned.","이미지 캐시를 비웠습니다.",module,Magento_Backend
"An error occurred while clearing the image cache.","이미지 캐시를 비우는 도중 에러가 발생했습니다.",module,Magento_Backend
"The JavaScript/CSS cache has been cleaned.","자바스크립트/CSS 캐시를 비웠습니다.",module,Magento_Backend
"An error occurred while clearing the JavaScript/CSS cache.","자바스크립트/CSS 캐시를 삭제하는 도중 에러가 발생 했습니다.",module,Magento_Backend
"The static files cache has been cleaned.","정적 파일 캐시를 비웠습니다.",module,Magento_Backend
"You flushed the cache storage.","캐시 저장소를 비웠습니다.",module,Magento_Backend
"The Magento cache storage has been flushed.","마젠토 캐시 저장소를 비웠습니다.",module,Magento_Backend
"Cache Management","캐시 관리",module,Magento_Backend
"You can't change status of cache type(s) in production mode","프로덕션 모드에서 캐시 파트의 상태를 변경할 수 없습니다.",module,Magento_Backend
"%1 cache type(s) disabled.","%1 캐시 타입이 비활성화 되었습니다.",module,Magento_Backend
"An error occurred while disabling cache.","캐시 비활성화 도중 에러가 발생했습니다.",module,Magento_Backend
"%1 cache type(s) enabled.","%1 캐시 타입이 활성화 되었습니다.",module,Magento_Backend
"An error occurred while enabling cache.","캐시 활성화 도중 에러가 발생했습니다.",module,Magento_Backend
"%1 cache type(s) refreshed.","%1 캐시 타입이 갱신되었습니다.",module,Magento_Backend
"An error occurred while refreshing cache.","캐시 갱신 도중 에러가 발생했습니다.",module,Magento_Backend
Dashboard,대시보드,module,Magento_Backend
"We updated lifetime statistic.","총 통계를 업데이트 했습니다.",module,Magento_Backend
"invalid request","잘못된 요청",module,Magento_Backend
"see error log for details","자세한 내용은 에러 로그를 참조하십시오",module,Magento_Backend
"Service unavailable: %1","서비스 사용할 수 없음: %1",module,Magento_Backend
Error,에러,module,Magento_Backend
"Access Denied.","액세스 거부됨",module,Magento_Backend
"You need more permissions to do this.","권한이 없습니다.",module,Magento_Backend
"No search modules were registered","검색 모듈이 등록되지 않았습니다",module,Magento_Backend
"Please make sure that all global admin search modules are installed and activated.","모든 글로벌 관리자 검색 모듈이 설치되고 활성화되었는지 확인하십시오.",module,Magento_Backend
"You saved the account.","계정을 저장했습니다.",module,Magento_Backend
"An error occurred while saving account.","계정 저장중 에러가 발생했습니다.",module,Magento_Backend
"You deleted the design change.","디자인 변경을 삭제했습니다.",module,Magento_Backend
"You can't delete the design change.","디자인 변경을 삭제할 수 없습니다.",module,Magento_Backend
"Store Design","스토어 디자인",module,Magento_Backend
"Edit Store Design Change","스토어 디자인 변경 수정",module,Magento_Backend
"You saved the design change.","디자인 변경을 저장했습니다.",module,Magento_Backend
System,시스템,module,Magento_Backend
"Manage Stores","스토어 관리",module,Magento_Backend
"The database was backed up.","데이터베이스가 백업되었습니다.",module,Magento_Backend
"Deleting a %1 will not delete the information associated with the %1 (e.g. categories, products, etc.), but the %1 will not be able to be restored. It is suggested that you create a database backup before deleting the %1.","%1 을 삭제 해도 %1 (예: 범주, 제품, 등)와 관련 된 정보는 삭제 되지 않습니다 하지만 %1 복원할 수 없습니다. 그것은 %1을 삭제 하기 전에 데이터베이스 백업을 만드는 좋습니다.",module,Magento_Backend
"Something went wrong. Please try again.","문제가 발생했습니다. 다시 시도해 주십시오.",module,Magento_Backend
"This store cannot be deleted.","해당 스토어는 삭제할 수 없습니다.",module,Magento_Backend
"You deleted the store.","스토어를 삭제하였습니다.",module,Magento_Backend
"Unable to delete the store. Please try again later.","스토어를 삭제할 수 없습니다. 잠시후 다시 시도해 주십시오.",module,Magento_Backend
"This store view cannot be deleted.","해당 스토어뷰는 삭제할 수 없습니다.",module,Magento_Backend
"Store View",스토어뷰,module,Magento_Backend
"You deleted the store view.","스토어뷰를 삭제하였습니다.",module,Magento_Backend
"Unable to delete the store view. Please try again later.","스토어뷰를 삭제할 수 없습니다. 잠시후 다시 시도해 주십시오.",module,Magento_Backend
"This website cannot be deleted.","해당 웹사이트는 삭제할 수 없습니다.",module,Magento_Backend
"You deleted the website.","웹사이트를 삭제했습니다.",module,Magento_Backend
"Unable to delete the website. Please try again later.","웹사이트를 삭제할 수 없습니다. 잠시후 다시 시도해 주십시오.",module,Magento_Backend
"The website does not exist.","웹사이트가 존재하지 않습니다.",module,Magento_Backend
"Before modifying the website code please make sure it is not used in index.php.","웹사이트 코드를 수정하기 전에 index.php 파일에서 사용되고 있지 않은지 반드시 확인해 주시기 바랍니다.",module,Magento_Backend
"The store does not exist","스토어가 존재하지 않습니다.",module,Magento_Backend
"Store view doesn't exist","스토어뷰가 존재하지 않습니다.",module,Magento_Backend
"Before modifying the store view code please make sure it is not used in index.php.","스토어뷰 코드를 수정하기 전에 index.php 파일에서 사용되고 있지 않은지 반드시 확인해 주시기 바랍니다.",module,Magento_Backend
"New ","신규 ",module,Magento_Backend
"All Stores","모든 스토어",module,Magento_Backend
"You saved the website.","웹사이트를 저장했습니다.",module,Magento_Backend
"The default store cannot be disabled","기본 스토어는 비활성화될 수 없습니다.",module,Magento_Backend
"You saved the store view.","스토어뷰를 저장했습니다.",module,Magento_Backend
"An inactive store view cannot be saved as default store view","비활성화된 스토어뷰는 기본 스토어뷰가 될 수 없습니다.",module,Magento_Backend
"You saved the store.","스토어를 저장했습니다.",module,Magento_Backend
"Something went wrong while saving. Please review the error log.","저장중 문제가 발생했습니다. 에러 로그를 확인해 주십시오.",module,Magento_Backend
"Last 24 Hours","지난 24시간",module,Magento_Backend
"Last 7 Days","지난 7일",module,Magento_Backend
"Current Month","이번 달",module,Magento_Backend
"Authentication storage is incorrect.","인증 저장소가 잘못되었습니다.",module,Magento_Backend
Order,주문,module,Magento_Backend
"Order #%1","주문번호 %1",module,Magento_Backend
Edit,수정,module,Magento_Backend
"Welcome, please sign in","환영합니다! 로그인하세요.",module,Magento_Backend
Username,"사용자 이름",module,Magento_Backend
"user name",사용자이름,module,Magento_Backend
Password,비밀번호,module,Magento_Backend
password,비밀번호,module,Magento_Backend
"Sign in",로그인,module,Magento_Backend
"Select Range:","범위 선택:",module,Magento_Backend
"No Data Found","데이터가 없습니다",module,Magento_Backend
"Chart is disabled. To enable the chart, click <a href=""%1"">here</a>.","차트가 비활성화 되어있습니다. 활성화 하려면 <a href=""%1"">이곳을</a> 클릭하십시오.",module,Magento_Backend
"Last Orders","마지막 주문",module,Magento_Backend
"Last Search Terms","마지막 검색어",module,Magento_Backend
"Top Search Terms","상위 검색어",module,Magento_Backend
"There are no search keywords.","검색 키워드가 없습니다.",module,Magento_Backend
"View Statistics For:","다음 통계 보기:",module,Magento_Backend
"All Websites","모든 웹사이트",module,Magento_Backend
"Reload Data","데이터 리로드",module,Magento_Backend
"Browse Files...","파일 찾기...",module,Magento_Backend
Magento,마젠토,module,Magento_Backend
"ver. %1","버전 %1",module,Magento_Backend
"Magento Admin Panel","마젠토 관리자 패널",module,Magento_Backend
"Account Setting","계정 설정",module,Magento_Backend
"Sign Out",로그아웃,module,Magento_Backend
Close,닫기,module,Magento_Backend
"Go Today","오늘로 가기",module,Magento_Backend
Previous,이전,module,Magento_Backend
Next,다음,module,Magento_Backend
Time,시간,module,Magento_Backend
Hour,시,module,Magento_Backend
Minute,분,module,Magento_Backend
"JavaScript may be disabled in your browser.","브라우저에서 자바스크립트가 비활성화되었을 수 있습니다.",module,Magento_Backend
"To use this website you must first enable JavaScript in your browser.","웹사이트를 이용하기 위해서는 먼저 브라우저에서 자바스크립트를 활성화 시켜야 합니다.",module,Magento_Backend
"This is only a demo store. You can browse and place orders, but nothing will be processed.","데모사이트 입니다. 상품 주문은 가능하지만 실제 처리되지는 않습니다.",module,Magento_Backend
"Store View:",스토어뷰:,module,Magento_Backend
"Stores Configuration","스토어 설정",module,Magento_Backend
"Please confirm scope switching. All data that hasn't been saved will be lost.","적용 범위 변경을 확인해 주십시오. 저장하지 않은 모든 데이터가 삭제됩니다.",module,Magento_Backend
"Additional Cache Management","추가 캐시 관리",module,Magento_Backend
"Flush Catalog Images Cache","카탈로그 이미지 캐시 비우기",module,Magento_Backend
"Pregenerated product images files","미리 생성된 상품 이미지 파일",module,Magento_Backend
"Flush JavaScript/CSS Cache","자바스크립트/CSS Cache 비우기",module,Magento_Backend
"Themes JavaScript and CSS files combined to one file","테마의 자바스크립트와 CSS가 하나의 파일로 결합됩니다.",module,Magento_Backend
"Flush Static Files Cache","정적 파일 캐시 비우기",module,Magento_Backend
"Preprocessed view files and static files","전처리 파일 및 정적 파일",module,Magento_Backend
Catalog,카탈로그,module,Magento_Backend
JavaScript/CSS,자바스크립트/CSS,module,Magento_Backend
"JavaScript/CSS Cache","자바스크립트/CSS 캐시",module,Magento_Backend
Images,이미지,module,Magento_Backend
"Big Image","큰 이미지",module,Magento_Backend
Thumbnail,썸네일,module,Magento_Backend
"Additional Settings","추가 설정",module,Magento_Backend
selected,선택됨,module,Magento_Backend
"per page","페이지 당",module,Magento_Backend
"Previous page","이전 페이지",module,Magento_Backend
"Next page","다음 페이지",module,Magento_Backend
"Export to:","다음으로 내보내기",module,Magento_Backend
Actions,동작,module,Magento_Backend
"Mass Actions","대량 작업",module,Magento_Backend
"Unselect All","모두 선택취소",module,Magento_Backend
"Select Visible","보이는 항목 선택",module,Magento_Backend
"Unselect Visible","보이는 항목 해제",module,Magento_Backend
"This tab contains invalid data. Please resolve this before saving.","이 탭에 잘못된 데이터가 있습니다. 문제 해결후 저장해 주십시오.",module,Magento_Backend
"The information in this tab has been changed.","이 탭의 정보가 변경 되었습니다.",module,Magento_Backend
Loading...,로딩중...,module,Magento_Backend
"System Backup","시스템 백업",module,Magento_Backup
"Database and Media Backup","데이터베이스와 미디어 백업",module,Magento_Backup
"Database Backup","데이터베이스 백업",module,Magento_Backup
"The archive can be uncompressed with <a href=""%1"">%2</a> on Windows systems.","압축파일은 윈도우 시스템에서 <a href=""%1"">%2</a>로 풀 수 있습니다.",module,Magento_Backup
"You need more permissions to activate maintenance mode right now.","즉시 유지보수 모드를 활성화 시키려면 더 많은 권한이 필요합니다.",module,Magento_Backup
"To create the backup, please deselect ""Put store into maintenance mode"" or update your permissions.","백업을 만들려면 ""스토어를 유지보수 모드로 변경""을 해제하거나 권한을 업데이트 해야합니다.",module,Magento_Backup
"Something went wrong while putting your store into maintenance mode.","스토어를 유지보수 모드로 변경하는 도중 문제가 발생했습니다.",module,Magento_Backup
"You need more free space to create a backup.","백업을 수행하려면 더 많은 여유 공간이 있어야 합니다.",module,Magento_Backup
"You need more permissions to create a backup.","백업을 수행하려면 더 많은 권한이 있어야 합니다.",module,Magento_Backup
Backups,백업,module,Magento_Backup
System,시스템,module,Magento_Backup
Tools,도구,module,Magento_Backup
Backup,백업,module,Magento_Backup
failed,실패,module,Magento_Backup
successful,성공,module,Magento_Backup
"You deleted the selected backup(s).","선택한 백업을 삭제했습니다.",module,Magento_Backup
"Please correct the password.","암호를 수정해 주십시오.",module,Magento_Backup
"To complete the rollback, please deselect ""Put store into maintenance mode"" or update your permissions.","롤백을 완료하려면 ""스토어를 유지보수 모드로 변경""을 해제하거나 권한을 업데이트 해야합니다.",module,Magento_Backup
"Failed to validate FTP.","FTP 확인에 실패했습니다.",module,Magento_Backup
"You need more permissions to perform a rollback.","롤백을 수행하려면 더 많은 권한이 필요합니다.",module,Magento_Backup
"Failed to rollback.","롤백에 실패했습니다.",module,Magento_Backup
Database,데이터베이스,module,Magento_Backup
"Database and Media","데이터베이스와 미디어",module,Magento_Backup
"System (excluding Media)","시스템 (미디어 제외)",module,Magento_Backup
"You created the system backup.","시스템 백업을 만들었습니다.",module,Magento_Backup
"You created the system backup (excluding media).","시스템 백업을 만들었습니다(미디어 제외).",module,Magento_Backup
"You created the database and media backup.","데이터베이스와 미디어 백업을 만들었습니다.",module,Magento_Backup
"You created the database backup.","데이터 베이스 백업을 만들었습니다.",module,Magento_Backup
"Please correct the order of creation for a new backup.","신규 백업의 생성 순서를 수정하십시오.",module,Magento_Backup
"The backup file does not exist.","백업 파일이 없습니다.",module,Magento_Backup
"The backup file path was not specified.","백업 파일 경로를 지정하지 않았습니다.",module,Magento_Backup
"The backup file ""%1"" does not exist.","백업파일 ""%1""이 없습니다.",module,Magento_Backup
"Sorry, but we cannot read from or write to backup file ""%1"".","죄송합니다, 백업파일 ""%1""은 읽기/쓰기가 불가능 합니다.",module,Magento_Backup
"The backup file handler was unspecified.","백업 파일 처리기가 지정되지 않았습니다.",module,Magento_Backup
"Something went wrong while writing to the backup file ""%1"".","백업파일 ""%1""을 쓰는중 문제가 발생했습니다.",module,Magento_Backup
"You will lose any data created since the backup was made, including admin users, customers and orders.","관리자, 고객, 주문을 포함하여 백업 이후 만들어진 모든 데이터가 손실됩니다.",module,Magento_Backup
"Are you sure you want to continue?","정말 계속 진행하시겠습니까?",module,Magento_Backup
"This may take a few moments.","이 작업은 몇 분 정도 소요될 수 있습니다.",module,Magento_Backup
"Be sure your store is in maintenance mode during backup.","주의하십시오. 백업이 진행되는동안 스토어는 유지보수 모드로 변경됩니다.",module,Magento_Backup
"Backup Name","백업 이름",module,Magento_Backup
"Please use only letters (a-z or A-Z), numbers (0-9) or spaces in this field.","이 필드에는 영문 대소문자, 숫자, 공백만 입력해야 합니다.",module,Magento_Backup
"Maintenance mode","유지보수 모드",module,Magento_Backup
"Please put your store into maintenance mode during backup.","백업이 진행되는동안 스토어를 유지보수 모드로 변경해 주십시오.",module,Magento_Backup
Exclude,제외,module,Magento_Backup
"Exclude media folder from backup","미디어 폴더를 백업에서 제외",module,Magento_Backup
"Please enter the password to confirm rollback.","롤백 확인 암호를 입력 하십시오.",module,Magento_Backup
"This action cannot be undone.","이 작업은 취소할 수 없습니다.",module,Magento_Backup
"User Password",비밀번호,module,Magento_Backup
"Please put your store into maintenance mode during rollback processing.","롤백이 진행되는 동안 스토어를 유지보수 모드로 변경해 주십시오.",module,Magento_Backup
"Use FTP Connection","FTP 연결 사용",module,Magento_Backup
"FTP credentials","FTP 자격 증명",module,Magento_Backup
"FTP Host","FTP 호스트",module,Magento_Backup
"FTP Login","FTP 로그인",module,Magento_Backup
"FTP Password","FTP 비밀 번호",module,Magento_Backup
"Magento root directory","마젠토 루트 디렉터리",module,Magento_Backup
"Create Backup","백업 생성",module,Magento_Backup
Country,국가,module,Magento_Braintree
"Add Rule","규칙 추가",module,Magento_Braintree
"Sorry, but something went wrong","죄송 합니다, 하지만 뭔가 잘못되었습니다.",module,Magento_Braintree
"--Please Select--",--선택하세요--,module,Magento_Braintree
Actions,동작,module,Magento_Braintree
"Percent Discount","비율 할인",module,Magento_Bundle
"-- Select --","-- 선택 --",module,Magento_Bundle
Dynamic,동적,module,Magento_Bundle
Fixed,"고정 요금",module,Magento_Bundle
"Create New Option","신규 옵션 생성",module,Magento_Bundle
"Bundle Items","번들 아이템",module,Magento_Bundle
"Add Products to Option","상품을 옵션으로 추가",module,Magento_Bundle
Close,닫기,module,Magento_Bundle
"Delete Option","옵션 삭제",module,Magento_Bundle
"What are you looking for?","무엇을 찾으시나요?",module,Magento_Bundle
Product,상품,module,Magento_Bundle
Price,가격,module,Magento_Bundle
Delete,삭제,module,Magento_Bundle
"Use Default Value","기본값 사용",module,Magento_Bundle
"Product with specified sku: ""%1"" does not contain option: ""%2""","지정된 SKU ""%1""의 상품이 다음 옵션을 가지고 있지 않습니다: ""%2""",module,Magento_Bundle
"Price Range","가격 범위",module,Magento_Bundle
Together,같이,module,Magento_Bundle
Separately,별도로,module,Magento_Bundle
"Please specify product option(s).","상품 옵션을 지정해 주십시오.",module,Magento_Bundle
"The options you selected are not available.","선택하신 옵션은 사용할 수 없습니다.",module,Magento_Bundle
"The required options you selected are not available.","선택하신 필수 옵션은 사용할 수 없습니다.",module,Magento_Bundle
"Please select all required options.","모든 필수 옵션을 선택 하십시오.",module,Magento_Bundle
"We can't add this item to your shopping cart right now.","일시적으로 해당 상품을 장바구니에 추가할 수 없습니다.",module,Magento_Bundle
Percent,퍼센트,module,Magento_Bundle
Cancel,취소,module,Magento_Bundle
"Add Selected Products","선택된 상품 추가",module,Magento_Bundle
"Add Option","옵션 추가",module,Magento_Bundle
"New Option","신규 옵션",module,Magento_Bundle
"Option Title","옵션 타이틀",module,Magento_Bundle
"Default Title","기본 타이틀",module,Magento_Bundle
"Store View Title","스토어뷰 타이틀",module,Magento_Bundle
"Input Type","입력 타입",module,Magento_Bundle
Drop-down,드롭다운,module,Magento_Bundle
"Radio Buttons","라디오 버튼",module,Magento_Bundle
Checkbox,체크박스,module,Magento_Bundle
"Multiple Select",다중선택,module,Magento_Bundle
Required,"필수 항목",module,Magento_Bundle
Name,이름,module,Magento_Bundle
"Default Quantity","기본 수량",module,Magento_Bundle
"Price Type","가격 타입",module,Magento_Bundle
None,없음,module,Magento_Bundle
Quantity:,수량:,module,Magento_Bundle
"Ship Bundle Items","번들상품 배송",module,Magento_Bundle
"There are no products in this option.","해당 옵션에는 상품이 없습니다.",module,Magento_Bundle
Default,기본,module,Magento_Bundle
Invoiced,청구됨,module,Magento_Bundle
Canceled,취소됨,module,Magento_Bundle
"Regular Price","일반 가격",module,Magento_Bundle
"Go back to product details","제품 세부 사항으로 돌아가기",module,Magento_Bundle
"* Required Fields","* 필수 항목",module,Magento_Bundle
Availability,재고상태,module,Magento_Bundle
"In stock","재고 있음",module,Magento_Bundle
"Out of stock",품절,module,Magento_Bundle
Availability:,재고상태:,module,Magento_Bundle
Quantity,수량,module,Magento_Bundle
"No options of this product are available.","상품의 옵션이 없습니다.",module,Magento_Bundle
"Gift Message","선물 메시지",module,Magento_Bundle
Message:,메시지:,module,Magento_Bundle
"Product Name",상품명,module,Magento_Bundle
Subtotal,소계,module,Magento_Bundle
"Discount Amount","할인 금액",module,Magento_Bundle
"Row Total","행 합계",module,Magento_Bundle
"Qty Invoiced","청구 수량",module,Magento_Bundle
Always,항상,module,Magento_Captcha
"Incorrect CAPTCHA","올바르지 않은 보안문자(CAPTCHA) 입니다",module,Magento_Captcha
"Incorrect CAPTCHA.","올바르지 않은 보안문자(CAPTCHA) 입니다.",module,Magento_Captcha
"The account is locked. Please wait and try again or contact %1.","계정이 잠겨 있습니다. 기다렸다 다시 시도하시거나 %1로 연락하세요.",module,Magento_Captcha
"<strong>Attention</strong>: Captcha is case sensitive.","<strong> 주의</strong>: 보안문자(Captcha) 는 대소문자를 구분합니다.",module,Magento_Captcha
"Reload captcha","보안문자(Captcha)를 리로드",module,Magento_Captcha
"Category ""%1"" has not been created.","카테고리 ""%1""이 생성되지 않았습니다.",module,Magento_CatalogImportExport
"Please enter a value for title.","타이틀 밸류를 입력해 주십시오.",module,Magento_CatalogImportExport
"Please correct the parameters.","파라메터를 수정해 주십시오.",module,Magento_CatalogImportExport
"ALL GROUPS","모든 그룹",module,Magento_CatalogInventory
"Customer Group","고객 그룹",module,Magento_CatalogInventory
"Minimum Qty","최소 수량",module,Magento_CatalogInventory
"Add Minimum Qty","최소 수량 추가",module,Magento_CatalogInventory
"This product is out of stock.",품절상태입니다.,module,Magento_CatalogInventory
"Some of the products are out of stock.","몇가지 제품이 품절상태 입니다.",module,Magento_CatalogInventory
"Undefined product type","저으이되지 않은 상품 타입",module,Magento_CatalogInventory
"%1 is not a correct comparison method.","%1은 잘못된 비교 방법 입니다.",module,Magento_CatalogInventory
"No Backorders","백오더 불가",module,Magento_CatalogInventory
"Allow Qty Below 0","0 이하의 수량을 허용",module,Magento_CatalogInventory
"Allow Qty Below 0 and Notify Customer","0 이하의 수량을 허용하고 고객에게 통보",module,Magento_CatalogInventory
"In Stock","재고 있음",module,Magento_CatalogInventory
"Unable to remove Stock Status for product %1","상품 %1의 재고 상태를 삭제할 수 없습니다.",module,Magento_CatalogInventory
"Not all of your products are available in the requested quantity.","모든 제품이 요청된 수량을 가지고 있지 않습니다.",module,Magento_CatalogInventory
"The fewest you may purchase is %1.","가장 적은 결제 금액은 %1 입니다.",module,Magento_CatalogInventory
"Please correct the quantity for some products.","몇가지 제품의 수량을 수정해 주시기 바랍니다.",module,Magento_CatalogInventory
"The most you may purchase is %1.","가장 많은 결제 금액은 %1 입니다.",module,Magento_CatalogInventory
"Stock Status","재고 상태",module,Magento_CatalogInventory
Quantity,수량,module,Magento_CatalogInventory
"Product availability","상품 재고상태",module,Magento_CatalogInventory
"Product Name",상품명,module,Magento_CatalogInventory
Qty,수량,module,Magento_CatalogInventory
"Delete Rule","규칙 삭제",module,Magento_CatalogRule
Reset,초기화,module,Magento_CatalogRule
"Save and Apply","저장하고 적용",module,Magento_CatalogRule
Save,저장,module,Magento_CatalogRule
"Catalog Price Rule","카탈로그 가격 규칙",module,Magento_CatalogRule
"Add New Rule","신규 규칙 추가",module,Magento_CatalogRule
"Apply Rules","규칙 적용",module,Magento_CatalogRule
Product,상품,module,Magento_CatalogRule
Promotions,프로모션,module,Magento_CatalogRule
"New Catalog Price Rule","신규 카탈로그 가격 규칙",module,Magento_CatalogRule
"Edit Rule","규칙 수정",module,Magento_CatalogRule
Catalog,카탈로그,module,Magento_CatalogRule
Promo,프로모션,module,Magento_CatalogRule
"Updated rules applied.","업데이트된 규칙을 적용합니다.",module,Magento_CatalogRule
"Go to Home Page","홈페이지 가기",module,Magento_CatalogSearch
"Catalog Advanced Search","카탈로그 고급 검색",module,Magento_CatalogSearch
All,모두,module,Magento_CatalogSearch
Yes,네,module,Magento_CatalogSearch
No,아니오,module,Magento_CatalogSearch
Results,결과,module,Magento_CatalogSearch
Grid,그리드,module,Magento_CatalogSearch
List,리스트,module,Magento_CatalogSearch
"Search Weight","중량 검색",module,Magento_CatalogSearch
Relevance,연관성,module,Magento_CatalogSearch
"Search results for: '%1'","다음의 검색결과: %1",module,Magento_CatalogSearch
"Minimum Search query length is %1","최소 검색길이는 %1 입니다.",module,Magento_CatalogSearch
"%1 and greater","%1 이상",module,Magento_CatalogSearch
"up to %1","최대 %1",module,Magento_CatalogSearch
Category,카테고리,module,Magento_CatalogSearch
"%1 and above","%1 이상",module,Magento_CatalogSearch
Product,상품,module,Magento_CatalogSearch
"Search Settings","검색 설정",module,Magento_CatalogSearch
Search,검색,module,Magento_CatalogSearch
"Advanced Search","고급 검색",module,Magento_CatalogSearch
"<strong>%1 item</strong> were found using the following search criteria","다음 검색 기준을 사용 하여 <strong>
%1 개</strong>
의 항목을 찾았습니다.",module,Magento_CatalogSearch
"<strong>%1 items</strong> were found using the following search criteria","다음 검색 기준을 사용 하여 <strong>
%1 개</strong>
의 항목을 찾았습니다.",module,Magento_CatalogSearch
name,이름,module,Magento_CatalogSearch
"Don't see what you're looking for?","찾으시는 상품이 아닙니까?",module,Magento_CatalogSearch
"Your search returned no results.","검색결과가 없습니다.",module,Magento_CatalogSearch
"Conditions Combination","조건 조합",module,Magento_CatalogWidget
"Product Attribute","상품 어트리뷰트",module,Magento_CatalogWidget
"Please choose a condition to add.","추가할 조건을 선택해 주십시오.",module,Magento_CatalogWidget
"Add to Cart","장바구니에 추가",module,Magento_CatalogWidget
"In stock","재고 있음",module,Magento_CatalogWidget
"Out of stock",품절,module,Magento_CatalogWidget
"Add to Wish List","위시리스트에 추가",module,Magento_CatalogWidget
"Add to Compare","비교하기에 추가",module,Magento_CatalogWidget
Root,최상위,module,Magento_Catalog
Delete,삭제,module,Magento_Catalog
Save,저장,module,Magento_Catalog
"Use Config Settings","스토어 설정값 사용",module,Magento_Catalog
"Use All Available Attributes","사용 가능한 모든 어트리뷰트 사용",module,Magento_Catalog
Name,이름,module,Magento_Catalog
Status,상태,module,Magento_Catalog
Price,가격,module,Magento_Catalog
Position,위치,module,Magento_Catalog
"Add Subcategory","하위 카테고리 추가",module,Magento_Catalog
"Add Root Category","최상위 카테고리 추가",module,Magento_Catalog
Day,일,module,Magento_Catalog
Month,월,module,Magento_Catalog
Year,년,module,Magento_Catalog
[GLOBAL],[글로벌],module,Magento_Catalog
[WEBSITE],[웹사이트],module,Magento_Catalog
"[STORE VIEW]",[스토어뷰],module,Magento_Catalog
"WYSIWYG Editor","WYSIWYG 에디터",module,Magento_Catalog
"Add Product","상품 추가",module,Magento_Catalog
label,라벨,module,Magento_Catalog
"Product Attributes","상품 어트리뷰트",module,Magento_Catalog
"Add New Attribute","신규 어트리뷰트 추가",module,Magento_Catalog
Cancel,취소,module,Magento_Catalog
"Save Attribute","어트리뷰트 저장",module,Magento_Catalog
"Save in New Attribute Set","신규 어트리뷰트 세트에 저장",module,Magento_Catalog
"Enter Name for New Attribute Set","신규 어트리뷰트 세트의 이름을 입력하십시오.",module,Magento_Catalog
"Save and Continue Edit","저장하고 계속 수정",module,Magento_Catalog
"Delete Attribute","어트리뷰트 삭제",module,Magento_Catalog
"Edit Product Attribute ""%1""","상품 어트리뷰트 ""%1"" 수정",module,Magento_Catalog
"New Product Attribute","신규 상품 어트리뷰트",module,Magento_Catalog
"Advanced Attribute Properties","고급 어트리뷰트 속성",module,Magento_Catalog
"Attribute Code","어트리뷰트 코드",module,Magento_Catalog
"Default Value",기본값,module,Magento_Catalog
"Unique Value","고유한 값",module,Magento_Catalog
"Unique Value (not shared with other products)","고유한 값(다른 상품과 공유하지 않음)",module,Magento_Catalog
"Not shared with other products.","다른 상품과 공유하지 않음",module,Magento_Catalog
"Add to Column Options","컬럼 옵션에 추가",module,Magento_Catalog
"Use in Filter Options","필터 옵션에 사용",module,Magento_Catalog
"Store View",스토어뷰,module,Magento_Catalog
Website,웹사이트,module,Magento_Catalog
Global,글로벌,module,Magento_Catalog
Scope,적용범위,module,Magento_Catalog
"Declare attribute value saving scope.","속성값 적용 범위를 선언하십시오.",module,Magento_Catalog
"Storefront Properties","스토어프론트 속성",module,Magento_Catalog
"Use in Search","검색에 사용",module,Magento_Catalog
"Visible in Advanced Search","고급 검색에 노출",module,Magento_Catalog
"Allow HTML Tags on Storefront","스토어프론트에 HTML 태그 허용",module,Magento_Catalog
"Visible on Catalog Pages on Storefront","스토어프론트의 카테고리 페이지에 노출",module,Magento_Catalog
"Used in Product Listing","상품 목록에 사용",module,Magento_Catalog
"Used for Sorting in Product Listing","상품 목록의 정렬 기준으로 사용",module,Magento_Catalog
"Media Image","미디어 이미지",module,Magento_Catalog
Gallery,갤러리,module,Magento_Catalog
"System Properties","시스템 속성",module,Magento_Catalog
No,아니오,module,Magento_Catalog
Yes,예,module,Magento_Catalog
Text,텍스트,module,Magento_Catalog
Datetime,날짜,module,Magento_Catalog
Decimal,소수,module,Magento_Catalog
Integer,정수형,module,Magento_Catalog
"Attribute Information","어트리뷰트 정보",module,Magento_Catalog
Properties,속성,module,Magento_Catalog
"Manage Labels","라벨 관리",module,Magento_Catalog
"Delete Selected Group","선택 그룹 삭제",module,Magento_Catalog
"Add New","신규 추가",module,Magento_Catalog
Back,뒤로,module,Magento_Catalog
Reset,초기화,module,Magento_Catalog
"New Set Name","신규 세트 이름",module,Magento_Catalog
"Edit Attribute Set '%1'","%1 어트리뷰트 세트 수정",module,Magento_Catalog
"Add Attribute","어트리뷰트 추가",module,Magento_Catalog
"Add New Group","신규 그룹 추가",module,Magento_Catalog
"Add Group","그룹 추가",module,Magento_Catalog
"Edit Attribute Set Name"," 어트리뷰트 세트 이름 수정",module,Magento_Catalog
"Add New Attribute Set","신규 어트리뷰트 세트 추가",module,Magento_Catalog
"Add Attribute Set","어트리뷰트 세트 추가",module,Magento_Catalog
"Attribute Sets","어트리뷰트 세트",module,Magento_Catalog
"Close Window","창 닫기",module,Magento_Catalog
"New Product","신규 상품",module,Magento_Catalog
"Save & Edit","저장하고 수정",module,Magento_Catalog
"Save & New","저장하고 새로 만들기",module,Magento_Catalog
"Save & Duplicate","저장하고 복제하기",module,Magento_Catalog
"Save & Close","저장하고 닫기",module,Magento_Catalog
Attributes,어트리뷰트,module,Magento_Catalog
Change,변경,module,Magento_Catalog
Websites,웹사이트,module,Magento_Catalog
"Products Information","상품 정보",module,Magento_Catalog
"Create Category","분류 생성",module,Magento_Catalog
"Category Name",분류명,module,Magento_Catalog
"Parent Category","상위 카테고리",module,Magento_Catalog
"If there are no custom parent categories, please use the default parent category. You can reassign the category at any time in <a href=""%1"" target=""_blank"">Products > Categories</a>.","If there are no custom parent categories, please use the default parent category. You can reassign the category at any time in <a href=""%1"" target=""_blank"">
Products > Categories</a>
.",module,Magento_Catalog
"First Name",이름,module,Magento_Catalog
"Last Name",성,module,Magento_Catalog
Email,이메일,module,Magento_Catalog
"New Attribute","신규 어트리뷰트",module,Magento_Catalog
Type,타입,module,Magento_Catalog
"Attribute Set","어트리뷰트 세트",module,Magento_Catalog
"Add New Option","신규 옵션 추가",module,Magento_Catalog
"Import Options","가져오기 옵션",module,Magento_Catalog
"Use Default","기본값 사용",module,Magento_Catalog
Import,가져오기,module,Magento_Catalog
"Add New Row","신규 열 추가",module,Magento_Catalog
"Delete Row","열 삭제",module,Magento_Catalog
"Default Price","기본 가격",module,Magento_Catalog
"All Websites","모든 웹사이트",module,Magento_Catalog
"ALL GROUPS","모든 그룹",module,Magento_Catalog
"Add Price","가격 추가",module,Magento_Catalog
"Default Values",기본값,module,Magento_Catalog
"Related Products","관련 상품",module,Magento_Catalog
Up-sells,상향판매,module,Magento_Catalog
Cross-sells,교차판매,module,Magento_Catalog
Quantity,수량,module,Magento_Catalog
Edit,수정,module,Magento_Catalog
"Are you sure?",정말입니까?,module,Magento_Catalog
"Change Status","상태 변경",module,Magento_Catalog
"Update Attributes","어트리뷰트 업데이트",module,Magento_Catalog
"New Category","신규 카테고리",module,Magento_Catalog
"Images (.gif, .jpg, .png)","이미지 (.gif, .jpg, .png)",module,Magento_Catalog
"Add New Images","신규 이미지 추가",module,Magento_Catalog
"Inc. Tax","세금 포함",module,Magento_Catalog
"Does this have a weight?","중량이 있습니까?",module,Magento_Catalog
Product,상품,module,Magento_Catalog
"Notify Low Stock RSS","재고부족 알림 RSS",module,Magento_Catalog
"Low Stock Products","재고부족 상품",module,Magento_Catalog
Home,홈,module,Magento_Catalog
"Go to Home Page","홈페이지 가기",module,Magento_Catalog
"Subscribe to RSS Feed","RSS 구독",module,Magento_Catalog
"Products Comparison List","상품 비교 리스트",module,Magento_Catalog
"-- Please Select --",--선택하세요--,module,Magento_Catalog
"New Products","신규 상품",module,Magento_Catalog
"%1 - Special Products","%1 - 특별 상품",module,Magento_Catalog
"Price: %1","가격: %1",module,Magento_Catalog
"Special Price: %1","특별 가격: %1",module,Magento_Catalog
"Special Products","특별 상품",module,Magento_Catalog
"Manage Catalog Categories","카탈로그 카테고리 관리",module,Magento_Catalog
"Manage Categories","카테고리 관리",module,Magento_Catalog
"You deleted the category.","카테고리를 삭제하였습니다.",module,Magento_Catalog
"Something went wrong while trying to delete the category.","카테고리 삭제중 문제가 발생했습니다.",module,Magento_Catalog
Categories,분류,module,Magento_Catalog
"Category is not available for requested store.","요청한 스토어에서 해당 카테고리를 사용할 수 없습니다.",module,Magento_Catalog
"There was a category move error.","카테고리 이동중 에러가 발생했습니다.",module,Magento_Catalog
"You moved the category.","카테고리를 옮겼습니다.",module,Magento_Catalog
"You saved the category.","카테고리를 저장했습니다.",module,Magento_Catalog
"Something went wrong while saving the category.","카테고리 저장중 문제가 발생했습니다.",module,Magento_Catalog
"Please select products for attributes update.","어트리뷰트 업데이트를 위한 상품을 선택해 주십시오.",module,Magento_Catalog
"A total of %1 record(s) were updated.","총 %1개의 레코드가 업데이트 되었습니다.",module,Magento_Catalog
"Something went wrong while updating the product(s) attributes.","상품 어트리뷰트 업데이트중 문제가 발생했습니다.",module,Magento_Catalog
"Unable to add attribute","어트리뷰트를 추가할 수 없습니다.",module,Magento_Catalog
Catalog,카탈로그,module,Magento_Catalog
"Manage Product Attributes","상품 어트리뷰트 관리",module,Magento_Catalog
"You deleted the product attribute.","상품 어트리뷰트를 삭제하였습니다.",module,Magento_Catalog
"This attribute no longer exists.","해당 어트리뷰트는 더이상 존재하지 않습니다.",module,Magento_Catalog
"This attribute cannot be edited.","해당 어트리뷰트는 수정할 수 없습니다.",module,Magento_Catalog
"Edit Product Attribute","상품 어트리뷰트 수정",module,Magento_Catalog
"Something went wrong while saving the attribute.","어트리뷰트 저장중 문제가 발생했습니다.",module,Magento_Catalog
"You saved the product attribute.","상품 어트리뷰트를 저장했습니다.",module,Magento_Catalog
"An attribute with this code already exists.","해당 코드를 가진 어트리뷰트가 이미 존재합니다.",module,Magento_Catalog
"An attribute with the same code (%1) already exists.","동일한 코드(%1)을 가진 어트리뷰트가 이미 존재합니다.",module,Magento_Catalog
"You duplicated the product.","상품을 복제하였습니다.",module,Magento_Catalog
"This product doesn't exist.","해당 상품이 존재하지 않습니다.",module,Magento_Catalog
"Invalid product id. Should be numeric value greater than 0","잘못된 상품 ID입니다. 0보다 큰 숫자를 입력해야 합니다.",module,Magento_Catalog
Products,상품,module,Magento_Catalog
"A group with the same name already exists.","동일한 이름의 그룹이 이미 존재합니다.",module,Magento_Catalog
"Something went wrong while saving this group.","해당 그룹 저장중 문제가 발생했습니다.",module,Magento_Catalog
"A total of %1 record(s) have been deleted.","총 %1개의 레코드가 삭제되었습니다.",module,Magento_Catalog
"A total of %1 record(s) have been updated.","총 %1개의 레코드가 업데이트 되었습니다.",module,Magento_Catalog
"Something went wrong while updating the product(s) status.","상품 상태 업데이트중 문제가 발생했습니다.",module,Magento_Catalog
"You saved the product.","상품을 저장했습니다.",module,Magento_Catalog
"SKU for product %1 has been changed to %2.","상품 %1의 SKU가 %2로 변경되었습니다.",module,Magento_Catalog
"New Attribute Set","신규 어트리뷰트 세트",module,Magento_Catalog
"The attribute set has been removed.","어트리뷰트 세트가 삭제되었습니다.",module,Magento_Catalog
"New Set","신규 세트",module,Magento_Catalog
"Manage Product Sets","상품 세트 관리",module,Magento_Catalog
"Manage Attribute Sets","어트리뷰트 세트 관리",module,Magento_Catalog
"This attribute set no longer exists.","해당 어트리뷰트 세트는 더이상 존재하지 않습니다.",module,Magento_Catalog
"You saved the attribute set.","어트리뷰트를 저장했습니다.",module,Magento_Catalog
"Something went wrong while saving the attribute set.","어트리뷰트 세트 저장중 문제가 발생했습니다.",module,Magento_Catalog
"You cleared the comparison list.","비교 리스트를 비웠습니다.",module,Magento_Catalog
"Something went wrong clearing the comparison list.","비교 리스트 삭제중 문제가 발생했습니다.",module,Magento_Catalog
"You removed product %1 from the comparison list.","상품 %1을(를) 비교 리스트에서 삭제하였습니다.",module,Magento_Catalog
"Invalid attribute %1","어트리뷰트 %1이(가) 올바르지 않습니다.",module,Magento_Catalog
Grid,그리드,module,Magento_Catalog
List,리스트,module,Magento_Catalog
All,모두,module,Magento_Catalog
"Product is not loaded","상품이 로드되지 않았습니다.",module,Magento_Catalog
"Something went wrong while getting the image url.","이미지 URL을 가져오는중 문제가 발생했습니다.",module,Magento_Catalog
"Products only",상품만,module,Magento_Catalog
"Static block only","정적 블럭만",module,Magento_Catalog
"Static block and products","정적 블럭과 상품",module,Magento_Catalog
"Please select a static block.","정적 블럭을 선택해 주십시오.",module,Magento_Catalog
"Operation do not allow to move a parent category to any of children category","상위 카테고리를 하위 카테고리로 옮기는것은 허용되지 않습니다.",module,Magento_Catalog
"Could not move category","카테고리를 옮길 수 없습니다.",module,Magento_Catalog
"Could not save category: %1","카테고리를 저장할 수 없습니다: %1",module,Magento_Catalog
"Cannot delete category with id %1","카테고리를 삭제할 수 없습니다: %1",module,Magento_Catalog
"-- Please Select a Category --","-- 카테고리를 선택하세요 --",module,Magento_Catalog
"Grid Only","그리드만 표시",module,Magento_Catalog
"List Only","리스트만 표시",module,Magento_Catalog
"Grid (default) / List","그리드(기본) / 리스트",module,Magento_Catalog
"List (default) / Grid","리스트 (기본) / 그리드",module,Magento_Catalog
Manual,수동,module,Magento_Catalog
Fixed,"고정 요금",module,Magento_Catalog
Percent,퍼센트,module,Magento_Catalog
Discount,할인,module,Magento_Catalog
"-- Please select --",--선택하세요--,module,Magento_Catalog
"Parent Product Thumbnail","상위 상품 썸네일",module,Magento_Catalog
Stretch,늘리기,module,Magento_Catalog
Tile,타일형태,module,Magento_Catalog
Top/Left,상단/좌측,module,Magento_Catalog
Top/Right,상단/우측,module,Magento_Catalog
Bottom/Left,하단/좌측,module,Magento_Catalog
Bottom/Right,하단/우측,module,Magento_Catalog
Center,중앙,module,Magento_Catalog
"Something went wrong while saving the file(s).","파일 저장중 문제가 발생했습니다.",module,Magento_Catalog
"File can not be saved to the destination folder.","폴더에 파일을 저장할 수 없습니다.",module,Magento_Catalog
"Unsupported product type ""%1"".","지원하지 않는 제품 타입 ""%1"".",module,Magento_Catalog
"Please correct the category.","카테고리를 수정해 주십시오.",module,Magento_Catalog
"The attribute model is not defined.","어트리뷰트 모델이 정의되지 않았습니다.",module,Magento_Catalog
Category,분류,module,Magento_Catalog
"%1 and above","%1 이상",module,Magento_Catalog
"Group price must be a number greater than 0.","그룹 가격은 반드시 0보다 커야합니다.",module,Magento_Catalog
"Please enter a number 0 or greater in this field.","0 이상의 숫자를 입력해 주십시오.",module,Magento_Catalog
"SKU length should be %1 characters maximum.","SKU의 최대 글자수는 %1입니다.",module,Magento_Catalog
"Please enter a valid number in this field.","올바른 숫자를 입력해 주십시오.",module,Magento_Catalog
"Invalid option id %1","옵션 id %1이(가) 올바르지 않습니다.",module,Magento_Catalog
Enabled,활성화,module,Magento_Catalog
"Attribute Set already exists.","어트리뷰트 세트가 이미 존재합니다.",module,Magento_Catalog
"Please specify date required option(s).","필수 날짜 옵션을 지정해 주십시오.",module,Magento_Catalog
"Please specify time required option(s).","필수 시간 옵션을 지정해 주십시오.",module,Magento_Catalog
"The maximum allowed image size for '%1' is %2x%3 px.","이미지 '%1'의 최대 사이즈는 %2x%3 px 입니다.",module,Magento_Catalog
"The file '%1' you uploaded is larger than the %2 megabytes allowed by our server.","업로드한 파일 '%1'은 서버에서 허용된 %2 메가바이트보다 큽니다.",module,Magento_Catalog
"The file '%1' is invalid. Please choose another one","파일 '%1'이 잘못되었습니다. 다른 파일을 선택해 주십시오.",module,Magento_Catalog
"Some of the selected item options are not currently available.","선택한 옵션중 현재 사용 불가한것이 있습니다.",module,Magento_Catalog
"Something went wrong while processing the request.","요청을 처리하는 도중 문제가 발생했습니다.",module,Magento_Catalog
"Not Visible Individually","개별 표시 안함",module,Magento_Catalog
Search,검색,module,Magento_Catalog
"Catalog, Search","카탈로그, 검색",module,Magento_Catalog
"Something went wrong while removing products from the websites.","웹사이트에서 상품을 삭제중 문제가 발생했습니다.",module,Magento_Catalog
"Something went wrong while adding products to websites.","웹사이트에 상품을 저장중 문제가 발생했습니다.",module,Magento_Catalog
"Product with SKU '%1' is not linked to product with SKU '%2'","SKU '%1' 상품은 SKU '%2' 상품과 연결되어있지 않습니다.",module,Magento_Catalog
"Invalid product data: %1","상품 데이터가 올바르지 않습니다: %1",module,Magento_Catalog
"There are not websites for assign to product","상품을 지정할 웹사이트가 없습니다.",module,Magento_Catalog
"Could not assign product ""%1"" to websites ""%2""","상품 ""%1""을(를) 웹사이트 ""%2""에 지정할 수 없습니다.",module,Magento_Catalog
"Could not save product ""%1"" with websites %2","웹사이트 ""%2""의 상품 ""%1""을 저장할 수 없습니다.",module,Magento_Catalog
"We cannot determine the field name.","필드명을 특정지을 수 없습니다.",module,Magento_Catalog
"Do not change the scope. %1","적용점위를 변경하지 마십시오. %1",module,Magento_Catalog
"Product with SKU %1 is not linked to product with SKU %2","SKU '%1' 상품은 SKU '%2' 상품과 연결되어있지 않습니다.",module,Magento_Catalog
"Multiple Select",다중선택,module,Magento_Catalog
Dropdown,드롭다운,module,Magento_Catalog
message,메세지,module,Magento_Catalog
Images,이미지,module,Magento_Catalog
Select...,선택...,module,Magento_Catalog
"Customer Group","고객 그룹",module,Magento_Catalog
Done,완료,module,Magento_Catalog
"Product Alerts","상품 알림",module,Magento_Catalog
"Add Selected","선택항목 추가",module,Magento_Catalog
"Select Attribute","어트리뷰트 선택",module,Magento_Catalog
"Create New Attribute","신규 어트리뷰트 추가",module,Magento_Catalog
"Add Option","옵션 추가",module,Magento_Catalog
"New Option","신규 옵션",module,Magento_Catalog
"Select Product","상품 선택",module,Magento_Catalog
"Option Title","옵션 타이틀",module,Magento_Catalog
"Add Value","밸루 추가",module,Magento_Catalog
Title,타이틀,module,Magento_Catalog
"Option Type","옵션 타입",module,Magento_Catalog
Required,필수,module,Magento_Catalog
"Price Type","가격 유형",module,Magento_Catalog
"Max Characters","최대 글자수",module,Magento_Catalog
"Compatible File Extensions","호환 가능한 파일 확장자",module,Magento_Catalog
"Maximum Image Size","최대 이미지 사이즈",module,Magento_Catalog
"Please leave blank if it is not an image.","이미지가 아니면 빈칸으로 두십시오.",module,Magento_Catalog
"This item has weight","해당 상품은 중량이 있습니다.",module,Magento_Catalog
"This item has no weight","해당 상품은 중량이 없습니다.",module,Magento_Catalog
"Set Product as New From","상품을 신규 상태로 설정 From",module,Magento_Catalog
"Related Products, Up-Sells, and Cross-Sells","관련 상품, 상향판매, 교차판매",module,Magento_Catalog
"Add Related Products","관련 상품 추가",module,Magento_Catalog
"An up-sell item is offered to the customer as a pricier or higher-quality alternative to the product the customer is looking at.","상향판매 상품은 고객이 보고있는 제품에 비해 가격이 비싸거나 고품질의 상품을 제안합니다.",module,Magento_Catalog
"Add Up-Sell Products","상향판매 상품 추가",module,Magento_Catalog
"Up-Sell Products","상향판매 상품",module,Magento_Catalog
"Add Cross-Sell Products","교차판매 상품 추가",module,Magento_Catalog
"Cross-Sell Products","교차판매 상품",module,Magento_Catalog
"Add Selected Products","선택 상품 추가",module,Magento_Catalog
Remove,삭제,module,Magento_Catalog
Thumbnail,썸네일,module,Magento_Catalog
"Product in Websites","웹사이트 상품",module,Magento_Catalog
name,이름,module,Magento_Catalog
"If there are no custom parent categories, please use the default parent category. You can reassign the category at any time in <a href=""%1"" target=""_blank"">Products > Categories</a>.","If there are no custom parent categories, please use the default parent category. You can reassign the category at any time in <a href=""%1"" target=""_blank"">
Products > Categories</a>
.",module,Magento_Catalog
"This operation can take a long time","이 작업은 시간이 걸립니다.",module,Magento_Catalog
"Collapse All","모두 접기",module,Magento_Catalog
"Expand All","모두 확장",module,Magento_Catalog
None,없음,module,Magento_Catalog
"Use Default Value","기본값 사용",module,Magento_Catalog
"Manage Titles (Size, Color, etc.)","타이틀 관리(사이즈, 색상 등)",module,Magento_Catalog
"Manage Options (Values of Your Attribute)","옵션 관리(어트리뷰트 값)",module,Magento_Catalog
"Sort Option","정렬 옵션",module,Magento_Catalog
Groups,그룹,module,Magento_Catalog
"Double click on a group to rename it.","그룹을 더블클릭하면 이름을 바꿀 수 있습니다.",module,Magento_Catalog
"Unassigned Attributes","미할당 어트리뷰트",module,Magento_Catalog
"A name is required.","이름은 필수 항목 입니다.",module,Magento_Catalog
"This group contains system attributes. Please move system attributes to another group and try again.","해당 그룹은 시스템 어트리뷰트를 포함하고 있습니다. 시스템 어트리뷰트를 다른 그룹으로 옮기고 다시 시도해 주십시오.",module,Magento_Catalog
"Please enter a new group name.","새로운 그룹 이름을 입력해 주십시오.",module,Magento_Catalog
"This is a required option.","필수 옵션 입니다.",module,Magento_Catalog
"Compatible file extensions to upload","업로드할 수 있는 호환가능한 파일 확장자",module,Magento_Catalog
"Maximum image width","최대 이미지 폭",module,Magento_Catalog
"Maximum image height","최대 이미지 높이",module,Magento_Catalog
"Maximum number of characters:","최대 글자수:",module,Magento_Catalog
"Manage Stock","재고 관리",module,Magento_Catalog
Qty,수량,module,Magento_Catalog
"Out-of-Stock Threshold","재고 임계치",module,Magento_Catalog
"Minimum Qty Allowed in Shopping Cart","장바구니에 담을 수 있는 최소 수량",module,Magento_Catalog
"Maximum Qty Allowed in Shopping Cart","장바구니에 담을 수 있는 최대 수량",module,Magento_Catalog
"Qty Uses Decimals","수량에 소수점 사용",module,Magento_Catalog
Backorders,백오더,module,Magento_Catalog
"Notify for Quantity Below","해당 수량 이하일때 알림",module,Magento_Catalog
"Stock Availability",재고상태,module,Magento_Catalog
"In Stock","재고 있음",module,Magento_Catalog
"Out of Stock",품절,module,Magento_Catalog
"Add Product To Websites","웹사이트에 상품 추가",module,Magento_Catalog
"Remove Product From Websites","웹사이트에서 상품 삭제",module,Magento_Catalog
"To hide an item in catalog or search results, set the status to ""Disabled"".","카탈로그나 검색에서 상품을 보이지 않게 하려면 상태를 ""비활성화""로 바꾸십시오.",module,Magento_Catalog
"Input Type","입력 유형",module,Magento_Catalog
"%1 <span>x</span> %2 <span>px.</span>","%1 <span>
x</span>
%2 <span>
px.</span>
",module,Magento_Catalog
"Item Price","상품 가격",module,Magento_Catalog
Action,동작,module,Magento_Catalog
"Product In Websites","웹사이트 상품",module,Magento_Catalog
"(Copy data from: %1)","(%1에서 데이터 복사)",module,Magento_Catalog
"Delete image","이미지 삭제",module,Magento_Catalog
"Alt Text","대체 텍스트",module,Magento_Catalog
"Image Size","이미지 사이즈",module,Magento_Catalog
"Image Resolution","이미지 해상도",module,Magento_Catalog
"Hide from Product Page","상품 페이지에서 숨기기",module,Magento_Catalog
"Allow Multiple Boxes for Shipping","배송시 복수 박스 포장 허용",module,Magento_Catalog
"Basic Settings","기본 설정",module,Magento_Catalog
"Advanced Settings","고급 설정",module,Magento_Catalog
"This tab contains invalid data. Please resolve this before saving.","해당 탭에 잘못된 데이터가 있습니다. 문제를 해결한 후 저장해 주십시오.",module,Magento_Catalog
"Select All","모두 선택",module,Magento_Catalog
"Unselect All","모두 해제",module,Magento_Catalog
"Select Visible","보이는 항목 선택",module,Magento_Catalog
"Unselect Visible","보이는 항목 해제",module,Magento_Catalog
"Special Price","특별 가격",module,Magento_Catalog
"Regular Price","일반 가격",module,Magento_Catalog
"Buy %1 for %2 each and <strong class=""benefit"">save<span class=""percent tier-%3""> %4</span>%</strong>","Buy %1 for %2 each and <strong class=""benefit"">
save<span class=""percent tier-%3"">
%4</span>
%</strong>
",module,Magento_Catalog
"Shopping Options","쇼핑 옵션",module,Magento_Catalog
"Compare Products","상품 비교",module,Magento_Catalog
"Print This Page","페이지 인쇄",module,Magento_Catalog
"Remove Product","상품 삭제",module,Magento_Catalog
"Add to Cart","장바구니 담기",module,Magento_Catalog
"In stock","재고 있음",module,Magento_Catalog
"Out of stock",품절,module,Magento_Catalog
"Add to Wish List",찜하기,module,Magento_Catalog
"You have no items to compare.","비교 리스트에 상품이 없습니다.",module,Magento_Catalog
"Remove This Item","항목 삭제",module,Magento_Catalog
Compare,비교,module,Magento_Catalog
"Clear All","모두 지우기",module,Magento_Catalog
Prev,이전,module,Magento_Catalog
Next,다음,module,Magento_Catalog
"Learn More","더 알아보기",module,Magento_Catalog
"Add to Compare","비교하기에 추가",module,Magento_Catalog
"select all","모두 선택",module,Magento_Catalog
"Items %1-%2 of %3","%3개의 상품 중 %1-%2",module,Magento_Catalog
Show,보기,module,Magento_Catalog
"per page","페이지 당",module,Magento_Catalog
"Sort By","정렬 기준",module,Magento_Catalog
"Set Ascending Direction",오름차순,module,Magento_Catalog
"Set Descending Direction",내림차순,module,Magento_Catalog
"View as",보기,module,Magento_Catalog
"More Information","추가 정보",module,Magento_Catalog
Loading...,"불러오는 중...",module,Magento_Catalog
"* Required Fields","* 필수 항목",module,Magento_Catalog
Availability,재고상태,module,Magento_Catalog
"Terms and Conditions",이용약관,module,Magento_CheckoutAgreements
"Add New Condition","신규 조건 추가",module,Magento_CheckoutAgreements
"Save Condition","조건 저장",module,Magento_CheckoutAgreements
"Delete Condition","조건 삭제",module,Magento_CheckoutAgreements
"Edit Terms and Conditions","이용약관 수정",module,Magento_CheckoutAgreements
"New Terms and Conditions","신규 이용약관",module,Magento_CheckoutAgreements
"Terms and Conditions Information","이용약관 정보",module,Magento_CheckoutAgreements
"Condition Name",조건명,module,Magento_CheckoutAgreements
Status,상태,module,Magento_CheckoutAgreements
Enabled,활성화,module,Magento_CheckoutAgreements
Text,텍스트,module,Magento_CheckoutAgreements
Applied,적용됨,module,Magento_CheckoutAgreements
"Store View",스토어뷰,module,Magento_CheckoutAgreements
"Checkbox Text","체크박스 텍스트",module,Magento_CheckoutAgreements
Content,컨텐츠,module,Magento_CheckoutAgreements
"Content Height (css)","컨텐츠 높이 (css)",module,Magento_CheckoutAgreements
"Content Height","컨텐츠 높이",module,Magento_CheckoutAgreements
Condition,조건,module,Magento_CheckoutAgreements
"Checkout Conditions","체크아웃 조건",module,Magento_CheckoutAgreements
"Checkout Terms and Conditions","체크아웃 이용약관",module,Magento_CheckoutAgreements
"This condition no longer exists.","조건이 더이상 존재하지 않습니다.",module,Magento_CheckoutAgreements
"You deleted the condition.","조건을 삭제했습니다.",module,Magento_CheckoutAgreements
"Something went wrong while deleting this condition.","조건을 삭제하던중 문제가 발생했습니다.",module,Magento_CheckoutAgreements
"Edit Condition","조건 수정",module,Magento_CheckoutAgreements
"New Condition","신규 조건",module,Magento_CheckoutAgreements
"You saved the condition.","조건을 저장했습니다.",module,Magento_CheckoutAgreements
"Something went wrong while saving this condition.","조건을 저장하는중 문제가 발생했습니다.",module,Magento_CheckoutAgreements
Automatically,자동으로,module,Magento_CheckoutAgreements
Manually,수동으로,module,Magento_CheckoutAgreements
"Shopping Cart",장바구니,module,Magento_Checkout
"Invalid method: %1","유효하지 않은 방법: %1",module,Magento_Checkout
City,시/군,module,Magento_Checkout
Country,국가,module,Magento_Checkout
State/Province,시/도,module,Magento_Checkout
"Zip/Postal Code",우편번호,module,Magento_Checkout
"My Cart (1 item)","장바구니 (1 상품)",module,Magento_Checkout
"My Cart (%1 items)","장바구니 (%1 상품)",module,Magento_Checkout
"My Cart",장바구니,module,Magento_Checkout