-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathkr.po
3126 lines (2371 loc) · 81.9 KB
/
kr.po
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
# Korean Translation by MORE Tech
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../templates/calibration/z-calibration.html:86
msgid "1 Pulse ⇧"
msgstr "1 Pulse ⇧"
#: ../templates/calibration/z-calibration.html:73
msgid "1 Pulse ⇩"
msgstr "1 Pulse ⇩"
#: ../templates/calibration/z-calibration.html:85
msgid "10 Pulse ⇧"
msgstr "10 Pulse ⇧"
#: ../templates/calibration/z-calibration.html:72
msgid "10 Pulse ⇩"
msgstr "10 Pulse ⇩"
#: ../templates/calibration/z-calibration.html:84
msgid "100 Pulse ⇧"
msgstr "100 Pulse ⇧"
#: ../templates/calibration/z-calibration.html:71
msgid "100 Pulse ⇩"
msgstr "100 Pulse ⇩"
#: ../templates/plate/advanced-plates.html:92
msgid "3D"
msgstr "3D"
#: ../templates/profile/edit.html:120
msgid "3D Anti-aliasing"
msgstr "3D 안티 엘리어싱"
#: ../templates/setup/setup.html:254
msgid "ASCII (\\n)"
msgstr "ASCII (\\n)"
#: ../templates/setup/setup.html:255
msgid "ASCII (\\r)"
msgstr "ASCII (\\r)"
#: ../templates/setup/setup.html:253
msgid "ASCII (\\r\\n)"
msgstr "ASCII (\\r\\n)"
#: ../templates/setup/setup.html:285
msgid "Absolute"
msgstr "절대위치"
#: ../templates/index-progress.html:65
#: ../templates/plate/advanced-plates.html:24 ../templates/plate/list.html:17
#: ../templates/setup/consumables.html:42
#: ../templates/setup/custom-buttons.html:42
#: ../templates/setup/custom-inputs.html:60
msgid "Action"
msgstr "액션"
#: ../templates/profile/profiles.html:16 ../templates/setup/tools.html:23
msgid "Actions"
msgstr "액션"
#: ../templates/profile/edit.html:97
msgid "Adaptive Thickness"
msgstr "적응형 두께"
#: ../templates/setup/mask.html:11
msgid "Add Mask"
msgstr "마스크 추가"
#: ../templates/plate/cover.html:28
msgid "Add Selection"
msgstr "선택 항목 추가"
#: ../templates/plate/plates.html:7
msgid "Add a new job"
msgstr ""
#: ../templates/plate/plates.html:11
msgid "Add a new job using 3D editor"
msgstr ""
#: ../templates/profile/profiles.html:5
msgid "Add a new resin profile"
msgstr ""
#: ../templates/setup/password.html:29
msgid "Admin has access to all functions including the dashboard."
msgstr "관리자는 대시보드를 포함한 모든 기능에 액세스할 수 있습니다."
#: ../templates/plate/edit.html:49
msgid "Advanced Options"
msgstr "고급 옵션"
#: ../templates/plate/advanced-plates.html:5
msgid "Advanced Plates"
msgstr "고급 플레이트"
#: ../templates/profile/edit.html:16
msgid "After Layer"
msgstr "레이어 후"
#: ../templates/setup/upgrade.html:13
msgid "After completion printer will be restarted."
msgstr "완료 후 프린터가 다시 시작됩니다."
#: ../templates/setup/setup.html:704
msgid "All Images"
msgstr "모든 이미지"
#: ../templates/plate/plates.html:17
msgid "All Profiles"
msgstr "모든 프로필"
#: ../templates/setup/tools.html:62
msgid "Analytic Dashboard"
msgstr "분석 대시보드"
#: ../templates/plate/list.html:195
msgid "Analytic Data"
msgstr ""
#: ../templates/profile/edit.html:129
msgid "Anti-aliasing"
msgstr "안티 엘리어싱"
#: ../templates/profile/edit.html:138
msgid "Anti-aliasing Minimum Light Intensity Threshold"
msgstr "안티앨리어싱 최소 광량"
#: ../templates/setup/custom-buttons.html:21
msgid "Anytime"
msgstr "언제나"
#: ../templates/setup/setup.html:63
msgid "Appearance"
msgstr "모습"
#: ../templates/printer.html:75
msgid "Are you sure you have changed the consumable?"
msgstr ""
#: ../templates/plate/list.html:2
msgid "Are you sure you want to delete all plates?"
msgstr "모든 플레이트를 삭제하시겠습니까?"
#: ../templates/plate/advanced-plates.html:12 ../templates/plate/list.html:3
msgid "Are you sure you want to delete this plate?"
msgstr "이 플레이트를 삭제하시겠습니까?"
#: ../templates/profile/profiles.html:43
msgid "Are you sure you want to delete this profile?"
msgstr "이 프로필을 삭제하시겠습니까?"
#: ../templates/plate/preview.html:41
msgid ""
"Are you sure you want to display the current layer on the main\n"
" Projector/LCD unit of the printer?"
msgstr "프린터의 LCD에 현재 레이어를 표시하시겠습니까?"
#: ../templates/setup/tools.html:84
msgid "Are you sure you want to expand filesystem?"
msgstr "파일 시스템을 확장하시겠습니까?"
#: ../templates/setup/tools.html:26
msgid "Are you sure you want to force stop the printer?"
msgstr "프린터를 강제로 중지하시겠습니까?"
#: ../templates/index-progress.html:141 ../templates/setup/tools.html:30
msgid "Are you sure you want to power off the printer?"
msgstr "프린터 전원을 끄시겠습니까?"
#: ../templates/index-progress.html:142
msgid "Are you sure you want to power off the projector?"
msgstr "LED를 끄시겠습니까?"
#: ../templates/plate/advanced-plates.html:15 ../templates/plate/list.html:7
msgid "Are you sure you want to print plate from the start?"
msgstr "처음부터 플레이트를 인쇄하시겠습니까?"
#: ../templates/plate/advanced-plates.html:16 ../templates/plate/list.html:8
msgid "Are you sure you want to print the calibration plate?"
msgstr "보정 플레이트를 인쇄하시겠습니까?"
#: ../templates/plate/advanced-plates.html:13 ../templates/plate/list.html:4
msgid "Are you sure you want to regenerate the layers of this plate?"
msgstr "이 플레이트의 레이어를 재생성하시겠습니까?"
#: ../templates/index-progress.html:144 ../templates/setup/tools.html:34
msgid "Are you sure you want to restart the printer?"
msgstr "프린터를 다시 시작하시겠습니까?"
#: ../templates/setup/tools.html:15
msgid "Are you sure you want to restore the default settings and reboot the printer?"
msgstr "기본 설정을 복원하고 프린터를 재부팅하시겠습니까?"
#: ../templates/index-progress.html:145
msgid "Are you sure you want to resume the previous print?"
msgstr "이전 인쇄를 다시 시작하시겠습니까?"
#: ../templates/plate/cover.html:32
msgid "Are you sure you want to save the covered sections?"
msgstr "적용된 섹션을 저장하시겠습니까?"
#: ../templates/calibration/z-calibration.html:44
msgid "Are you sure you want to set this height as the bottom?"
msgstr "이 높이를 맨 아래로 설정하시겠습니까?"
#: ../templates/index-progress.html:143
msgid "Are you sure you want to start the display? It will automatically select the second display."
msgstr ""
#: ../templates/plate/advanced-plates.html:14 ../templates/plate/list.html:6
msgid "Are you sure you want to stop printing?"
msgstr "인쇄를 중지하시겠습니까?"
#: ../templates/index-progress.html:140
msgid "Are you sure you want to stop printing? It will stop after the current layer is completed. If you want to abort the current layer, go to the `Setup` page, click on `Tools` tab and click the `Force Stop` button."
msgstr ""
#: ../templates/setup/tools.html:40
msgid ""
"Are you sure you want to terminate nanoDLP and have access to\n"
" terminal?"
msgstr "nanoDLP를 종료하고 터미널에 액세스하시겠습니까?"
#: ../templates/plate/preview.html:76
msgid "Area Count"
msgstr "면적 수"
#: ../templates/setup/wireless.html:42
msgid "Authentication"
msgstr "인증"
#: ../templates/login.html:8
msgid "Authentication Required"
msgstr "인증 필요"
#: ../templates/setup/setup.html:772
msgid "Auto Slice"
msgstr "자동 슬라이스"
#: ../templates/analytics.html:187
msgid "Auto Update Paused"
msgstr "자동 업데이트 중지됨"
#: ../templates/setup/setup.html:52
msgid "Axis / Movement"
msgstr "축 / 움직임"
#: ../templates/setup/setup.html:52
msgid "Axis details, speed, gcodes"
msgstr "축 세부 정보, 속도, G코드, "
#: ../templates/setup/tools.html:17
msgid "Backup Plates and Settings"
msgstr "플레이트 및 설정 백업"
#: ../templates/calibration/projector-calibration.html:72
msgid "Barrel Distortion"
msgstr "배럴 왜곡"
#: ../templates/calibration/projector-calibration.html:77
msgid "Barrel Factor"
msgstr "배럴 계수"
#: ../templates/calibration/projector-calibration.html:82
msgid "Barrel's Center X"
msgstr "배럴의 중심 X"
#: ../templates/calibration/projector-calibration.html:86
msgid "Barrel's Center Y"
msgstr "배럴의 중심 Y"
#: ../templates/setup/setup.html:114
msgid "Basic"
msgstr ""
#: ../templates/profile/edit.html:11
msgid "Basic Details"
msgstr "기본 세부 정보"
#: ../templates/menu.html:31
msgid "Basic Mode"
msgstr ""
#: ../templates/setup/setup.html:50
msgid "Basic Settings"
msgstr "기본 설정"
#: ../templates/profile/edit.html:13
msgid "Before Layer"
msgstr "레이어 전"
#: ../templates/setup/setup.html:256
msgid "Binary"
msgstr "바이너리"
#: ../templates/setup/setup.html:127
msgid "Black / Dark"
msgstr "블랙 / 다크"
#: ../templates/setup/setup.html:125
msgid "Black / Light"
msgstr "블랙 / 라이트"
#: ../templates/plate/list.html:188
msgid "Blackout"
msgstr "슬라이스 보기"
#: ../templates/plate/cover.html:3
msgid "Blackout Platform"
msgstr "슬라이스 보기"
#: ../templates/profile/edit.html:313
msgid "Blank Area Color"
msgstr "빈 영역 색상"
#: ../templates/setup/custom-buttons.html:9
msgid "Blue"
msgstr "블루"
#: ../templates/setup/setup.html:123
msgid "Blue / Dark"
msgstr "블루 / 다크"
#: ../templates/setup/setup.html:124
msgid "Blue / Light"
msgstr "블루 / 라이트"
#: ../templates/calibration/mask-generator.html:58
msgid "Blurring Radius"
msgstr "흐릿한 반지름"
#: ../templates/setup/setup.html:317
msgid "Bootup Code"
msgstr "부팅 코드"
#: ../templates/setup/setup.html:54
msgid "Bootup, start, resume, stop print, before, after layer"
msgstr "부팅, 시작, 재시작, 인쇄 중지, 레이어 전 후"
#: ../templates/setup/setup.html:499
msgid "Both"
msgstr "모두"
#: ../templates/profile/edit.html:429
msgid "Bottom Cap Wall"
msgstr "하단 캡 벽"
#: ../templates/calibration/projector-calibration.html:9
msgid "Boundary & Size"
msgstr "경계 및 크기"
#: ../templates/plate/preview.html:87
msgid "Boundary - X"
msgstr "경계 - X"
#: ../templates/plate/preview.html:89
msgid "Boundary - Y"
msgstr "경계 - Y"
#: ../templates/setup/setup.html:96
msgid "Brazilian Portuguese"
msgstr "브라질 포르투갈어"
#: ../templates/setup/setup.html:126
msgid "Brown / Light"
msgstr "브라운 / 라이트"
#: ../templates/menu.html:61 ../templates/menu.html:66
msgid "Build"
msgstr "빌드"
#: ../templates/profile/edit.html:14
msgid "Burin-in layers count, cure time, lift, erode"
msgstr "경화 레이어 수, 경화 시간, 리프트, 침식"
#: ../templates/profile/edit.html:73
msgid "Burn-in Cure Time"
msgstr "초기 레이어 경화 시간"
#: ../templates/profile/edit.html:145
msgid "Burn-in Erode / Dilate Areas"
msgstr "초기 레이어 침식/확장 영역"
#: ../templates/profile/edit.html:14
msgid "Burn-in Layer"
msgstr "초기 레이어"
#: ../templates/profile/simple.html:35
msgid "Burn-in Layer Cure Time"
msgstr ""
#: ../templates/profile/simple.html:47
msgid "Burn-in Layer Number"
msgstr ""
#: ../templates/profile/edit.html:468
msgid "Burn-in Lift After Print"
msgstr "초기 레이어 : 인쇄 후 리프트"
#: ../templates/profile/edit.html:476
msgid "Burn-in Wait After Lift"
msgstr "초기 레이어 : 리프트 후 대기"
#: ../templates/profile/edit.html:89
msgid "Burn-in Wait After Print"
msgstr "초기 레이어 : 인쇄 후 대기"
#: ../templates/profile/edit.html:81
msgid "Burn-in Wait Before Print"
msgstr "초기 레이어 : 인쇄 전 대기"
#: ../templates/setup/support.html:8
msgid "By submitting form below, your printer log files and configurations will be transmitted for debugging purpose."
msgstr "아래 양식을 제출하면 디버깅을 위해 프린터 로그 파일과 구성이 전송됩니다."
#: ../templates/printer.html:32
msgid "CPU"
msgstr "CPU"
#: ../templates/calibration/z-calibration.html:39
msgid "Calibrate Zero Position ⇧"
msgstr "제로 위치 보정⇧"
#: ../templates/plate/plates.html:50
msgid "Calibration Plate"
msgstr "보정 플레이트"
#: ../templates/setup/setup.html:62
msgid "Camera"
msgstr "카메라"
#: ../templates/setup/setup.html:709
msgid "Camera Command"
msgstr "카메라 명령어"
#: ../templates/setup/setup.html:682
msgid "Camera Photo Frequency"
msgstr "카메라 사진 빈도"
#: ../templates/setup/setup.html:62
msgid "Camera settings, storage"
msgstr "카메라 설정, 저장"
#: ../templates/setup/setup.html:816
msgid "Cancel"
msgstr "취소"
#: ../templates/plate/edit.html:57
msgid "Center Origin"
msgstr "원점을 중심으로"
#: ../templates/plate/edit.html:56
msgid "Center Pieces"
msgstr "조각을 중심으로"
#: ../templates/setup/setup.html:479
msgid "Center of Barrel - X"
msgstr "배럴의 중심 - X"
#: ../templates/setup/setup.html:486
msgid "Center of Barrel - Y"
msgstr "배럴의 중심 - Y"
#: ../templates/plate/edit.html:54
msgid "Centering"
msgstr ""
#: ../templates/profile/edit.html:47
msgid "Centigrade°"
msgstr ""
#: ../templates/setup/tools.html:58
msgid "Change Distribution"
msgstr "유통사 변경"
#: ../templates/setup/tools.html:75
msgid "Change Timezone"
msgstr ""
#: ../templates/setup/distro.html:15
msgid "Change to \"Athena\" Version"
msgstr ""
#: ../templates/setup/distro.html:18
msgid "Change to \"Microlay\" Version"
msgstr "Microlay 버전으로 변경"
#: ../templates/setup/distro.html:14
msgid "Change to \"NanoDLP Controller Board\" Version"
msgstr "NanoDLP 컨트롤러 보드로 변경"
#: ../templates/setup/distro.html:19
msgid "Change to \"Phrozen\" Version"
msgstr "Phrozen 버전으로 변경"
#: ../templates/setup/distro.html:17
msgid "Change to \"mUVe3D\" Version"
msgstr "mUVe3D 버전으로 변경"
#: ../templates/setup/distro.html:16
msgid "Change to \"ynde\" Version"
msgstr "ynde 버전으로 변경"
#: ../templates/setup/wireless.html:38
msgid "Changing the WiFi settings during printing could cause interruption."
msgstr "인쇄 중에 WiFi 설정을 변경하면 작업이 중단될 수 있습니다."
#: ../templates/profile/edit.html:326 ../templates/profile/edit.html:378
msgid "Checkerboard"
msgstr "체커보드"
#: ../templates/setup/setup.html:93
msgid "Chinese"
msgstr "중국어"
#: ../templates/profile/profiles.html:40
msgid "Clone"
msgstr ""
#: ../templates/base.html:197
#: ../templates/calibration/projector-calibration.html:133
#: ../templates/calibration/projector-calibration.html:91
msgid "Close"
msgstr "닫기"
#: ../templates/setup/setup.html:54
msgid "Code / Gcode"
msgstr "코드 / Gcode"
#: ../templates/plate/preview.html:103
msgid "Code After"
msgstr "코드 후"
#: ../templates/profile/edit.html:58
msgid "Code After Each Layer"
msgstr "각 레이어 후 코드"
#: ../templates/plate/preview.html:93
msgid "Code Before"
msgstr "코드 전"
#: ../templates/profile/edit.html:223
msgid "Code Before Each Layer"
msgstr "각 레이어 전 코드"
#: ../templates/plate/preview.html:99
msgid "Code During Cure"
msgstr "경화 중 코드"
#: ../templates/plate/generator.html:17
msgid "Comma Separated Cure Times"
msgstr "경화 시간 쉼표 구분"
#: ../templates/plate/generator.html:21
msgid "Comma Separated Pillar Diameter"
msgstr "기둥 지름 쉼표 구분"
#: ../templates/plate/edit.html:67
msgid "Comma separated in second"
msgstr "초 쉼표 구분"
#: ../templates/plate/history.html:10
msgid "Complete Failure"
msgstr "완전 실패"
#: ../templates/setup/wireless.html:45
msgid "Connect"
msgstr "연결"
#: ../templates/setup/password.html:60
msgid "Consider this protection is very basic and easily could be bypassed."
msgstr "이 보호는 매우 기본적이며 쉽게 우회될 수 있습니다."
#: ../templates/setup/consumables.html:16
msgid "Consumable Type"
msgstr ""
#: ../templates/setup/setup.html:358
msgid "Controller Board Output Parser"
msgstr ""
#: ../templates/setup/setup.html:53
msgid "Controller settings"
msgstr "컨트롤러 설정"
#: ../templates/index-progress.html:15
msgid "Could not connect to the NanoDLP. Please check your network connection."
msgstr "NanoDLP에 연결할 수 없습니다. 네트워크 연결을 확인하십시오."
#: ../templates/profile/edit.html:260
msgid "Crash Detection"
msgstr ""
#: ../templates/plate/plates.html:40
msgid "Create 3D shapes by repeating an image frame"
msgstr "이미지 프레임을 반복하여 3D 모양 만들기"
#: ../templates/plate/plates.html:44
msgid "Create a PCB job"
msgstr ""
#: ../templates/plate/plates.html:43
msgid "Create a job using paint"
msgstr ""
#: ../templates/index-progress.html:79
#: ../templates/plate/advanced-plates.html:37 ../templates/plate/list.html:125
#: ../templates/plate/preview.html:97 ../templates/profile/profiles.html:14
#: ../templates/setup/consumables.html:18
msgid "Cure Time"
msgstr "경화 시간"
#: ../templates/calibration/z-calibration.html:26
msgid "Current"
msgstr "현재"
#: ../templates/setup/setup.html:242
msgid "Custom Acceleration"
msgstr "사용자 지정 가속"
#: ../templates/menu.html:25
msgid "Custom Buttons"
msgstr "사용자 지정 버튼"
#: ../templates/setup/custom-buttons.html:41
msgid "Custom HTML"
msgstr "사용자 지정 HTML"
#: ../templates/setup/custom-buttons.html:16
msgid "Dashboard"
msgstr "대시보드"
#: ../templates/setup/setup.html:250
msgid "Data Encoding"
msgstr "데이터 인코딩"
#: ../templates/plate/list.html:16
msgid "Date"
msgstr "날짜"
#: ../templates/plate/edit.html:91
msgid "Decrease Mask Intensity"
msgstr "마스크 강도 감소"
#: ../templates/profile/profiles.html:15
msgid "Default"
msgstr "기본"
#: ../templates/setup/custom-inputs.html:19
msgid "Default Value"
msgstr ""
#: ../templates/plate/list.html:191 ../templates/profile/profiles.html:38
msgid "Delete"
msgstr "삭제"
#: ../templates/profile/edit.html:53
msgid "Description"
msgstr "설명"
#: ../templates/plate/advanced-plates.html:23 ../templates/plate/list.html:15
#: ../templates/printer.html:97 ../templates/setup/consumables.html:39
#: ../templates/setup/consumables.html:40
#: ../templates/setup/consumables.html:41
#: ../templates/setup/custom-inputs.html:57
#: ../templates/setup/custom-inputs.html:58
#: ../templates/setup/custom-inputs.html:59
msgid "Details"
msgstr "세부 정보"
#: ../templates/profile/edit.html:333
msgid "Dimming Amount Percentage"
msgstr "조광량 퍼센트"
#: ../templates/plate/extrude.html:6
msgid "Dimming and Mask settings will take effect on the created layers."
msgstr "조광 및 마스크 설정이 생성된 레이어에 적용됩니다."
#: ../templates/setup/setup.html:164
msgid "Direction GPIO"
msgstr "방향 GPIO"
#: ../templates/plate/edit.html:58 ../templates/profile/edit.html:100
#: ../templates/profile/edit.html:123 ../templates/profile/edit.html:133
#: ../templates/profile/edit.html:359 ../templates/profile/edit.html:369
#: ../templates/setup/setup.html:148 ../templates/setup/setup.html:5
#: ../templates/setup/setup.html:759 ../templates/setup/setup.html:776
msgid "Disable"
msgstr "사용 안 함"
#: ../templates/setup/tools.html:43
msgid "Disable & Stop NanoDLP DSI HMI"
msgstr ""
#: ../templates/index-progress.html:114
msgid "Disable Auto Shutdown"
msgstr "자동 종료 사용 안 함"
#: ../templates/calibration/z-calibration.html:49
msgid "Disable Motor"
msgstr "모터 사용 안 함"
#: ../templates/profile/edit.html:495 ../templates/setup/setup.html:136
#: ../templates/setup/setup.html:496 ../templates/setup/setup.html:507
#: ../templates/setup/setup.html:685
msgid "Disabled"
msgstr "사용 안 함"
#: ../templates/printer.html:45
msgid "Disk"
msgstr "디스크"
#: ../templates/index-progress.html:11
msgid "Dismiss"
msgstr "해제"
#: ../templates/calibration/projector-calibration.html:132
#: ../templates/calibration/projector-calibration.html:91
msgid "Display"
msgstr "디스플레이"
#: ../templates/menu.html:20
msgid "Display Calibration"
msgstr "디스플레이 보정"
#: ../templates/setup/setup.html:504
msgid "Display Communication Type"
msgstr "디스플레이 통신 유형"
#: ../templates/setup/setup.html:580
msgid "Display Connection"
msgstr ""
#: ../templates/setup/setup.html:447
msgid "Display Controller"
msgstr "디스플레이 컨트롤러"
#: ../templates/setup/setup.html:51
msgid "Display Engine"
msgstr "디스플레이 엔진"
#: ../templates/plate/preview.html:9
msgid "Display Layer"
msgstr "디스플레이 레이어"
#: ../templates/calibration/mask-generator.html:35
msgid "Display Mask"
msgstr "디스플레이 마스크"
#: ../templates/setup/setup.html:574
msgid "Display Number"
msgstr "디스플레이 개수"
#: ../templates/setup/setup.html:564
msgid "Display Power Cycle"
msgstr "디스플레이 전원 주기"
#: ../templates/setup/setup.html:557
msgid "Display Turn Off Command"
msgstr "디스플레이 끄기 명령어"
#: ../templates/setup/setup.html:551
msgid "Display Turn On Command"
msgstr "디스플레이 켜기 명령어"
#: ../templates/setup/setup.html:518
msgid "Display Warm-up Time"
msgstr "디스플레이 준비 시간"
#: ../templates/setup/setup.html:51
msgid "Display resolution, connection, lamps"
msgstr "디스플레이 해상도, 연결, lamps"
#: ../templates/plate/edit.html:99
msgid "Do not Rotate"
msgstr "회전 안 함"
#: ../templates/setup/upgrade.html:32
msgid "Downgrade / Upgrade to other builds"
msgstr "다른 빌드로 다운그레이드 / 업그레이드"
#: ../templates/import.html:22
msgid "Download & Import Profile"
msgstr "프로필 다운로드 & 가져오기"
#: ../templates/import.html:44
msgid "Download & Restore Machine Settings"
msgstr "기계 설정 다운로드 & 복구"
#: ../templates/plate/list.html:197
msgid "Download CBDDLP"
msgstr "CBDDLP 다운로드"
#: ../templates/analytics.html:197
msgid "Download CSV"
msgstr "CSV 다운로드"
#: ../templates/plate/list.html:199
msgid "Download CTB"
msgstr "CTB 다운로드"
#: ../templates/plate/list.html:200
msgid "Download CWS"
msgstr "CWS 다운로드"
#: ../templates/plate/list.html:201
msgid "Download CZIP"
msgstr "CZIP 다운로드"
#: ../templates/setup/tools.html:52
msgid "Download Debug File"
msgstr "Debug 파일 다운로드"
#: ../templates/plate/list.html:202
msgid "Download FDG"
msgstr "FDG 다운로드"
#: ../templates/plate/list.html:203
msgid "Download LGS"
msgstr "LGS 다운로드"
#: ../templates/plate/list.html:204
msgid "Download LGS30"
msgstr "LGS30 다운로드"
#: ../templates/import.html:41
msgid "Download Machine Settings"
msgstr "기계 설정 다운로드"
#: ../templates/plate/list.html:196
msgid "Download NanoDLP"
msgstr "NanoDLP 다운로드"
#: ../templates/plate/list.html:205
msgid "Download PHZ"
msgstr "PHZ 다운로드"
#: ../templates/plate/list.html:207
msgid "Download PW0"
msgstr "PW0 다운로드"
#: ../templates/plate/list.html:206
msgid "Download PWS"
msgstr "PWS 다운로드"
#: ../templates/plate/list.html:198
msgid "Download Photon"
msgstr "다운로드 버튼"
#: ../templates/import.html:19
msgid "Download Profile"
msgstr "프로필 다운로드"
#: ../templates/plate/list.html:208
msgid "Download SL1"
msgstr "SL1 다운로드"
#: ../templates/plate/list.html:209
msgid "Download UVJ"
msgstr "UVJ 다운로드"
#: ../templates/plate/list.html:210
msgid "Download ZCODEX"
msgstr "ZCODEX 다운로드"
#: ../templates/plate/list.html:211
msgid "Download {{ row.Type|upper }}"
msgstr "{{ row.Type|upper }} 다운로드"
#: ../templates/setup/setup.html:211
msgid "Driver Enable GPIO"
msgstr "드라이버 활성화 GPIO"
#: ../templates/calibration/mask-generator.html:31
msgid "Duration"
msgstr "지속 시간"
#: ../templates/setup/upgrade.html:10
msgid "During the upgrade process NanoDLP would not be accessible."
msgstr "업그레이드 과정 중에는 NanoDLP에 액세스할 수 없습니다."
#: ../templates/profile/edit.html:213
msgid "Dynamic Cure Time"
msgstr "동적 경화 시간"
#: ../templates/profile/edit.html:179
msgid "Dynamic Lift"
msgstr ""
#: ../templates/profile/edit.html:231
msgid "Dynamic Speed"
msgstr "동적 속도"
#: ../templates/profile/edit.html:169
msgid "Dynamic Wait"
msgstr ""
#: ../templates/index-progress.html:55
msgid "ETA"
msgstr "완료 예정 시간"
#: ../templates/plate/list.html:173 ../templates/profile/profiles.html:36
msgid "Edit"
msgstr "편집"
#: ../templates/setup/editor.html:38
msgid "Edit Config Settings"
msgstr "구성 설정 편집"
#: ../templates/setup/editor.html:4
msgid "Edit Configuration Files"
msgstr ""
#: ../templates/setup/editor.html:77
msgid "Edit HMI Settings"
msgstr ""
#: ../templates/setup/editor.html:52 ../templates/setup/editor.html:63
msgid "Edit Klipper Settings"
msgstr ""
#: ../templates/calibration/projector-calibration.html:114
msgid "Edit Mask"
msgstr "마스크 편집"
#: ../templates/setup/editor.html:10
msgid "Edit Network Settings"
msgstr "네트워크 설정 편집"
#: ../templates/plate/edit.html:13
msgid "Edit Plate"
msgstr "플레이트 편집"
#: ../templates/setup/tools.html:55
msgid "Edit Raspberry Pi Settings"
msgstr "라즈베리파이 설정 편집"
#: ../templates/setup/editor.html:24
msgid "Edit Wifi Settings"
msgstr "와이파이 설정 편집"
#: ../templates/index-progress.html:60
msgid "Elapsed"
msgstr ""
#: ../templates/profile/edit.html:374
msgid "Elephant Foot Compensation"
msgstr "코끼리 발 현상 보상"
#: ../templates/profile/edit.html:385
msgid "Elephant Foot Compensation Amount Percentage"
msgstr "코끼리 발 현상 보상량 퍼센트"
#: ../templates/profile/edit.html:401
msgid "Elephant Foot Compensation Layers"
msgstr "코끼리 발 현상 레이어"
#: ../templates/profile/edit.html:356
msgid "Elephant Foot Middle Exposure"
msgstr "코끼리 발 현상 중심 노광"
#: ../templates/profile/edit.html:393
msgid "Elephant Foot Wall Thickness"
msgstr "코끼리 발 현상 벽 두께"
#: ../templates/setup/password.html:30
msgid "Empty username for dashboard, makes the dashboard accessible to everyone without authentication."
msgstr "대시보드의 비어 있는 사용자 이름은 인증 없이 모든 사용자가 대시보드에 액세스할 수 있도록 합니다."
#: ../templates/profile/edit.html:101 ../templates/profile/edit.html:124
#: ../templates/profile/edit.html:132 ../templates/profile/edit.html:360
#: ../templates/profile/edit.html:368 ../templates/setup/setup.html:758
#: ../templates/setup/setup.html:775
msgid "Enable"
msgstr "사용"
#: ../templates/index-progress.html:117
msgid ""
"Enable\n"
"\t\t\t\t\tAuto Shutdown"
msgstr ""
"사용\n"
"\t\t\t\t\t자동 종료"
#: ../templates/setup/tools.html:45
msgid "Enable & Start NanoDLP DSI HMI"
msgstr ""
#: ../templates/setup/custom-inputs.html:34
msgid "Enable / Disable"
msgstr ""