-
Notifications
You must be signed in to change notification settings - Fork 8
/
sp.po
3120 lines (2365 loc) · 74 KB
/
sp.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
# NanoDLP en Español por Roi Sóñara
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 Pulso ⇧"
#: ../templates/calibration/z-calibration.html:73
msgid "1 Pulse ⇩"
msgstr "1 Pulso ⇩"
#: ../templates/calibration/z-calibration.html:85
msgid "10 Pulse ⇧"
msgstr "10 Pulsos ⇧"
#: ../templates/calibration/z-calibration.html:72
msgid "10 Pulse ⇩"
msgstr "10 Pulsos ⇩"
#: ../templates/calibration/z-calibration.html:84
msgid "100 Pulse ⇧"
msgstr "100 Pulsos ⇧"
#: ../templates/calibration/z-calibration.html:71
msgid "100 Pulse ⇩"
msgstr "100 Pulsos ⇩"
#: ../templates/plate/advanced-plates.html:92
msgid "3D"
msgstr ""
#: ../templates/profile/edit.html:120
msgid "3D Anti-aliasing"
msgstr ""
#: ../templates/setup/setup.html:254
msgid "ASCII (\\n)"
msgstr ""
#: ../templates/setup/setup.html:255
msgid "ASCII (\\r)"
msgstr ""
#: ../templates/setup/setup.html:253
msgid "ASCII (\\r\\n)"
msgstr ""
#: ../templates/setup/setup.html:285
msgid "Absolute"
msgstr "Absoluto"
#: ../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 "Acción"
#: ../templates/profile/profiles.html:16 ../templates/setup/tools.html:23
msgid "Actions"
msgstr "Acciones"
#: ../templates/profile/edit.html:97
msgid "Adaptive Thickness"
msgstr ""
#: ../templates/setup/mask.html:11
msgid "Add Mask"
msgstr "Añadir Máscara"
#: ../templates/plate/cover.html:28
msgid "Add Selection"
msgstr "Añadir Selección"
#: ../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 "El administrador tiene acesso a todas las funciones incluido el panel de control."
#: ../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 "Todas las Imágenes"
#: ../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 "Suavizado"
#: ../templates/profile/edit.html:138
msgid "Anti-aliasing Minimum Light Intensity Threshold"
msgstr ""
#: ../templates/setup/custom-buttons.html:21
msgid "Anytime"
msgstr "En cualquier momento"
#: ../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 "¿Estás seguro de querer borrar este Molde?"
#: ../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 ""
#: ../templates/setup/tools.html:84
msgid "Are you sure you want to expand filesystem?"
msgstr "¿Estás seguro de querer expandir el sistema de archivos?"
#: ../templates/setup/tools.html:26
msgid "Are you sure you want to force stop the printer?"
msgstr "¿Estás seguro de querer forzar la detención de la impresora?"
#: ../templates/index-progress.html:141 ../templates/setup/tools.html:30
msgid "Are you sure you want to power off the printer?"
msgstr "¿Estás seguro de querer apagar la impresora?"
#: ../templates/index-progress.html:142
msgid "Are you sure you want to power off the projector?"
msgstr "¿Estás seguro de querer apagar el proyector?"
#: ../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 "¿Estás seguro de querer imprimir el Molde de Calibración?"
#: ../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 "¿Estás seguro de querer regenerar las capas de este Molde?"
#: ../templates/index-progress.html:144 ../templates/setup/tools.html:34
msgid "Are you sure you want to restart the printer?"
msgstr "¿Estás seguro de querer reiniciar la impresora?"
#: ../templates/setup/tools.html:15
msgid "Are you sure you want to restore the default settings and reboot the printer?"
msgstr "¿Estás seguro de querer restaurar los Valores por Defecto y Reiniciar la impresora?"
#: ../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 "¿Estás seguro de querer Guardar las secciones cubiertas"
#: ../templates/calibration/z-calibration.html:44
msgid "Are you sure you want to set this height as the bottom?"
msgstr "¿Estás seguro de querer usar esta altura para la base?"
#: ../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 "¿Estás seguro de querer cancelar la impresión?"
#: ../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 ""
#: ../templates/plate/preview.html:76
msgid "Area Count"
msgstr "Área"
#: ../templates/setup/wireless.html:42
msgid "Authentication"
msgstr "Autenticación"
#: ../templates/login.html:8
msgid "Authentication Required"
msgstr "Autenticación Requerida"
#: ../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 ""
#: ../templates/setup/tools.html:17
msgid "Backup Plates and Settings"
msgstr ""
#: ../templates/calibration/projector-calibration.html:72
msgid "Barrel Distortion"
msgstr "Distorsión de Barril"
#: ../templates/calibration/projector-calibration.html:77
msgid "Barrel Factor"
msgstr "Factor del Efecto Barril"
#: ../templates/calibration/projector-calibration.html:82
msgid "Barrel's Center X"
msgstr "Centro del Barril en X"
#: ../templates/calibration/projector-calibration.html:86
msgid "Barrel's Center Y"
msgstr "Centro del Barril en 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 "Binario"
#: ../templates/setup/setup.html:127
msgid "Black / Dark"
msgstr "Negro / Oscuro"
#: ../templates/setup/setup.html:125
msgid "Black / Light"
msgstr "Negro / Luminoso"
#: ../templates/plate/list.html:188
msgid "Blackout"
msgstr ""
#: ../templates/plate/cover.html:3
msgid "Blackout Platform"
msgstr "Plataforma de Oscurecimiento"
#: ../templates/profile/edit.html:313
msgid "Blank Area Color"
msgstr "Color de Áreas en Blanco"
#: ../templates/setup/custom-buttons.html:9
msgid "Blue"
msgstr "Azul"
#: ../templates/setup/setup.html:123
msgid "Blue / Dark"
msgstr "Azul / Oscuro"
#: ../templates/setup/setup.html:124
msgid "Blue / Light"
msgstr "Azul / Luminoso"
#: ../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 "Ambos"
#: ../templates/profile/edit.html:429
msgid "Bottom Cap Wall"
msgstr "Pared de la Base"
#: ../templates/calibration/projector-calibration.html:9
msgid "Boundary & Size"
msgstr ""
#: ../templates/plate/preview.html:87
msgid "Boundary - X"
msgstr ""
#: ../templates/plate/preview.html:89
msgid "Boundary - Y"
msgstr ""
#: ../templates/setup/setup.html:96
msgid "Brazilian Portuguese"
msgstr "Brasileño Portugués"
#: ../templates/setup/setup.html:126
msgid "Brown / Light"
msgstr "Marrón / Luminoso"
#: ../templates/menu.html:61 ../templates/menu.html:66
msgid "Build"
msgstr "Versión"
#: ../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 "Calibrar Posición Cero ⇧"
#: ../templates/plate/plates.html:50
msgid "Calibration Plate"
msgstr "Molde de Calibración"
#: ../templates/setup/setup.html:62
msgid "Camera"
msgstr ""
#: ../templates/setup/setup.html:709
msgid "Camera Command"
msgstr "Comando de Cámara"
#: ../templates/setup/setup.html:682
msgid "Camera Photo Frequency"
msgstr "Fotofrecuencia de la Cámara"
#: ../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 "Centrar Origen"
#: ../templates/plate/edit.html:56
msgid "Center Pieces"
msgstr "Centrar Piezas"
#: ../templates/setup/setup.html:479
msgid "Center of Barrel - X"
msgstr "Centro del Barril - X"
#: ../templates/setup/setup.html:486
msgid "Center of Barrel - Y"
msgstr "Centro del Barril - 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 "Cambiar Distribución"
#: ../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 "Cambiar a Versión \"Microlay\""
#: ../templates/setup/distro.html:14
msgid "Change to \"NanoDLP Controller Board\" Version"
msgstr ""
#: ../templates/setup/distro.html:19
msgid "Change to \"Phrozen\" Version"
msgstr "Cambiar a Versión \"Phrozen\""
#: ../templates/setup/distro.html:17
msgid "Change to \"mUVe3D\" Version"
msgstr "Cambiar a Versión \"mUVe3D\""
#: ../templates/setup/distro.html:16
msgid "Change to \"ynde\" Version"
msgstr ""
#: ../templates/setup/wireless.html:38
msgid "Changing the WiFi settings during printing could cause interruption."
msgstr "Cambiar la Configuración Wifi durante la impresión puede provocar una interrupción."
#: ../templates/profile/edit.html:326 ../templates/profile/edit.html:378
msgid "Checkerboard"
msgstr "Tablero de Cuadros Alternos"
#: ../templates/setup/setup.html:93
msgid "Chinese"
msgstr "Chino"
#: ../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 "Cerrar"
#: ../templates/setup/setup.html:54
msgid "Code / Gcode"
msgstr ""
#: ../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 "Tiempos de Curado separados por comas"
#: ../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 "Conectar"
#: ../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 ""
#: ../templates/profile/edit.html:260
msgid "Crash Detection"
msgstr ""
#: ../templates/plate/plates.html:40
msgid "Create 3D shapes by repeating an image frame"
msgstr "Crea Formas 3D repitiendo un fotograma de imagen"
#: ../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 "Tiempo de Curado"
#: ../templates/calibration/z-calibration.html:26
msgid "Current"
msgstr "Actual"
#: ../templates/setup/setup.html:242
msgid "Custom Acceleration"
msgstr "Aceleración Personalizada"
#: ../templates/menu.html:25
msgid "Custom Buttons"
msgstr ""
#: ../templates/setup/custom-buttons.html:41
msgid "Custom HTML"
msgstr ""
#: ../templates/setup/custom-buttons.html:16
msgid "Dashboard"
msgstr "Panel de Control"
#: ../templates/setup/setup.html:250
msgid "Data Encoding"
msgstr "Codificación de Datos"
#: ../templates/plate/list.html:16
msgid "Date"
msgstr ""
#: ../templates/plate/edit.html:91
msgid "Decrease Mask Intensity"
msgstr "Reducir Intensidad de la Máscara"
#: ../templates/profile/profiles.html:15
msgid "Default"
msgstr "Predeterminado"
#: ../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 "Descripción"
#: ../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 "Detalles"
#: ../templates/profile/edit.html:333
msgid "Dimming Amount Percentage"
msgstr "Cantidad de Atenuación (en porcentaje)"
#: ../templates/plate/extrude.html:6
msgid "Dimming and Mask settings will take effect on the created layers."
msgstr "Las configuraciones de Atenuación y Máscara afectarán a las capas creadas."
#: ../templates/setup/setup.html:164
msgid "Direction GPIO"
msgstr "Dirección 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 "Deshabilitar"
#: ../templates/setup/tools.html:43
msgid "Disable & Stop NanoDLP DSI HMI"
msgstr ""
#: ../templates/index-progress.html:114
msgid "Disable Auto Shutdown"
msgstr "Deshabilitar Autoapagado"
#: ../templates/calibration/z-calibration.html:49
msgid "Disable Motor"
msgstr "Deshabilitar Motor"
#: ../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 "Deshabilitar"
#: ../templates/printer.html:45
msgid "Disk"
msgstr "Disco"
#: ../templates/index-progress.html:11
msgid "Dismiss"
msgstr ""
#: ../templates/calibration/projector-calibration.html:132
#: ../templates/calibration/projector-calibration.html:91
msgid "Display"
msgstr "Pantalla"
#: ../templates/menu.html:20
msgid "Display Calibration"
msgstr ""
#: ../templates/setup/setup.html:504
msgid "Display Communication Type"
msgstr "Tipo Comunicación de la Pantalla"
#: ../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 "Mostrar Máscara"
#: ../templates/setup/setup.html:574
msgid "Display Number"
msgstr ""
#: ../templates/setup/setup.html:564
msgid "Display Power Cycle"
msgstr "Mostrar Ciclo de Encendido"
#: ../templates/setup/setup.html:557
msgid "Display Turn Off Command"
msgstr "Mostrar Comando de Apagado"
#: ../templates/setup/setup.html:551
msgid "Display Turn On Command"
msgstr "Mostrar Comando de Encendido"
#: ../templates/setup/setup.html:518
msgid "Display Warm-up Time"
msgstr "Mostrar Tiempo de Calentamiento"
#: ../templates/setup/setup.html:51
msgid "Display resolution, connection, lamps"
msgstr ""
#: ../templates/plate/edit.html:99
msgid "Do not Rotate"
msgstr "No Rotar"
#: ../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 ""
#: ../templates/analytics.html:197
msgid "Download CSV"
msgstr ""
#: ../templates/plate/list.html:199
msgid "Download CTB"
msgstr ""
#: ../templates/plate/list.html:200
msgid "Download CWS"
msgstr ""
#: ../templates/plate/list.html:201
msgid "Download CZIP"
msgstr ""
#: ../templates/setup/tools.html:52
msgid "Download Debug File"
msgstr ""
#: ../templates/plate/list.html:202
msgid "Download FDG"
msgstr ""
#: ../templates/plate/list.html:203
msgid "Download LGS"
msgstr ""
#: ../templates/plate/list.html:204
msgid "Download LGS30"
msgstr ""
#: ../templates/import.html:41
msgid "Download Machine Settings"
msgstr "Descargar Configuración de la Máquina"
#: ../templates/plate/list.html:196
msgid "Download NanoDLP"
msgstr ""
#: ../templates/plate/list.html:205
msgid "Download PHZ"
msgstr ""
#: ../templates/plate/list.html:207
msgid "Download PW0"
msgstr ""
#: ../templates/plate/list.html:206
msgid "Download PWS"
msgstr ""
#: ../templates/plate/list.html:198
msgid "Download Photon"
msgstr ""
#: ../templates/import.html:19
msgid "Download Profile"
msgstr "Descargar Perfil"
#: ../templates/plate/list.html:208
msgid "Download SL1"
msgstr ""
#: ../templates/plate/list.html:209
msgid "Download UVJ"
msgstr ""
#: ../templates/plate/list.html:210
msgid "Download ZCODEX"
msgstr ""
#: ../templates/plate/list.html:211
msgid "Download {{ row.Type|upper }}"
msgstr ""
#: ../templates/setup/setup.html:211
msgid "Driver Enable GPIO"
msgstr ""
#: ../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 ""
#: ../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 "Editar Molde"
#: ../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 "Habilitar"
#: ../templates/index-progress.html:117
msgid ""
"Enable\n"
"\t\t\t\t\tAuto Shutdown"
msgstr ""
#: ../templates/setup/tools.html:45
msgid "Enable & Start NanoDLP DSI HMI"
msgstr ""
#: ../templates/setup/custom-inputs.html:34
msgid "Enable / Disable"
msgstr ""
#: ../templates/setup/setup.html:234
msgid "Enable Before Each Print"