forked from bambulab/BambuStudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BambuStudio.pot
7412 lines (5224 loc) · 130 KB
/
BambuStudio.pot
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-24 13:01+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
msgid "Supports Painting"
msgstr ""
msgid "Alt + Mouse wheel"
msgstr ""
msgid "Section view"
msgstr ""
msgid "Reset direction"
msgstr ""
msgid "Ctrl + Mouse wheel"
msgstr ""
msgid "Pen size"
msgstr ""
msgid "Left mouse button"
msgstr ""
msgid "Enforce supports"
msgstr ""
msgid "Right mouse button"
msgstr ""
msgid "Block supports"
msgstr ""
msgid "Shift + Left mouse button"
msgstr ""
msgid "Erase"
msgstr ""
msgid "Erase all painting"
msgstr ""
msgid "Highlight overhang areas"
msgstr ""
msgid "Gap fill"
msgstr ""
msgid "Perform"
msgstr ""
msgid "Gap area"
msgstr ""
msgid "Tool type"
msgstr ""
msgid "Smart fill angle"
msgstr ""
msgid "On overhangs only"
msgstr ""
msgid "Auto support threshold angle: "
msgstr ""
msgid "Circle"
msgstr ""
msgid "Sphere"
msgstr ""
msgid "Fill"
msgstr ""
msgid "Gap Fill"
msgstr ""
#, possible-boost-format
msgid "Allows painting only on facets selected by: \"%1%\""
msgstr ""
msgid "Highlight faces according to overhang angle."
msgstr ""
msgid "No auto support"
msgstr ""
msgid "Support Generated"
msgstr ""
msgid "Lay on face"
msgstr ""
#, possible-boost-format
msgid ""
"Filament count exceeds the maximum number that painting tool supports. only "
"the first %1% filaments will be available in painting tool."
msgstr ""
msgid "Color Painting"
msgstr ""
msgid "Pen shape"
msgstr ""
msgid "Paint"
msgstr ""
msgid "Key 1~9"
msgstr ""
msgid "Choose filament"
msgstr ""
msgid "Edge detection"
msgstr ""
msgid "Triangles"
msgstr ""
msgid "Filaments"
msgstr ""
msgid "Brush"
msgstr ""
msgid "Smart fill"
msgstr ""
msgid "Bucket fill"
msgstr ""
msgid "Height range"
msgstr ""
msgid "Ctrl + Shift + Enter"
msgstr ""
msgid "Toggle Wireframe"
msgstr ""
msgid "Shortcut Key "
msgstr ""
msgid "Triangle"
msgstr ""
msgid "Height Range"
msgstr ""
msgid "Remove painted color"
msgstr ""
#, possible-boost-format
msgid "Painted using: Filament %1%"
msgstr ""
msgid "Move"
msgstr ""
msgid "Rotate"
msgstr ""
msgid "Optimize orientation"
msgstr ""
msgid "Apply"
msgstr ""
msgid "Scale"
msgstr ""
msgid "Error: Please close all toolbar menus first"
msgstr ""
msgid "Tool-Lay on Face"
msgstr ""
msgid "in"
msgstr ""
msgid "mm"
msgstr ""
msgid "Position"
msgstr ""
msgid "Rotation"
msgstr ""
msgid "Scale ratios"
msgstr ""
msgid "Object Operations"
msgstr ""
msgid "Volume Operations"
msgstr ""
msgid "Translate"
msgstr ""
msgid "Group Operations"
msgstr ""
msgid "Set Position"
msgstr ""
msgid "Set Orientation"
msgstr ""
msgid "Set Scale"
msgstr ""
msgid "Reset Position"
msgstr ""
msgid "Reset Rotation"
msgstr ""
msgid "World coordinates"
msgstr ""
msgid "°"
msgstr ""
msgid "Size"
msgstr ""
msgid "%"
msgstr ""
msgid "uniform scale"
msgstr ""
msgid "Cut"
msgstr ""
msgid "Movement:"
msgstr ""
msgid "Movement"
msgstr ""
msgid "Height"
msgstr ""
msgid "Keep upper part"
msgstr ""
msgid "Keep lower part"
msgstr ""
msgid "Cut to parts"
msgstr ""
msgid "Auto Segment"
msgstr ""
msgid "Perform cut"
msgstr ""
msgid "Reset"
msgstr ""
msgid "Mesh name"
msgstr ""
msgid "Detail level"
msgstr ""
msgid "Decimate ratio"
msgstr ""
#, possible-boost-format
msgid ""
"Processing model '%1%' with more than 1M triangles could be slow. It is "
"highly recommended to simplify the model."
msgstr ""
msgid "Simplify model"
msgstr ""
msgid "Simplify"
msgstr ""
msgid "Simplification is currently only allowed when a single part is selected"
msgstr ""
msgid "Error"
msgstr ""
msgid "Extra high"
msgstr ""
msgid "High"
msgstr ""
msgid "Medium"
msgstr ""
msgid "Low"
msgstr ""
msgid "Extra low"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "%d triangles"
msgstr ""
msgid "Show wireframe"
msgstr ""
#, possible-boost-format
msgid "%1%"
msgstr ""
msgid "Can't apply when proccess preview."
msgstr ""
msgid "Cancel"
msgstr ""
msgid "Operation already cancelling. Please wait few seconds."
msgstr ""
msgid "Face recognition"
msgstr ""
msgid "Perform Recognition"
msgstr ""
msgid "Brush size"
msgstr ""
msgid "Brush shape"
msgstr ""
msgid "Enforce seam"
msgstr ""
msgid "Block seam"
msgstr ""
msgid "Seam painting"
msgstr ""
msgid "Remove selection"
msgstr ""
msgid "Text shape"
msgstr ""
msgid "Font"
msgstr ""
msgid "Thickness"
msgstr ""
msgid "Input text"
msgstr ""
msgid "Add"
msgstr ""
msgid "Notice"
msgstr ""
msgid "Warning"
msgstr ""
msgid "Undefined"
msgstr ""
#, possible-boost-format
msgid "%1% was replaced with %2%"
msgstr ""
msgid "The configuration may be generated by a newer version of BambuStudio."
msgstr ""
msgid "Some values have been replaced. Please check them:"
msgstr ""
msgid "Process"
msgstr ""
msgid "Filament"
msgstr ""
msgid "Machine"
msgstr ""
msgid "Configuration package was loaded, but some values were not recognized."
msgstr ""
#, possible-boost-format
msgid ""
"Configuration file \"%1%\" was loaded, but some values were not recognized."
msgstr ""
msgid "V"
msgstr ""
msgid "Internal Version"
msgstr ""
msgid "Version"
msgstr ""
msgid ""
"BambuStudio will terminate because of running out of memory.It may be a bug. "
"It will be appreciated if you report the issue to our team."
msgstr ""
msgid "Fatal error"
msgstr ""
msgid ""
"BambuStudio will terminate because of a localization error. It will be "
"appreciated if you report the specific scenario this issue happened."
msgstr ""
msgid "Critical error"
msgstr ""
#, possible-boost-format
msgid "BambuStudio got an unhandled exception: %1%"
msgstr ""
msgid "Downloading Bambu Network Plug-in"
msgstr ""
msgid "Incorrect password"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "Connect %s failed! [SN:%s, code=%s]"
msgstr ""
msgid ""
"BambuStudio configuration file may be corrupted and is not abled to be "
"parsed.Please delete the file and try again."
msgstr ""
#, possible-c-format, possible-boost-format
msgid ""
"%s\n"
"Do you want to continue?"
msgstr ""
msgid "Remember my choice"
msgstr ""
msgid "Loading configuration"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "Click to download new version in default browser: %s"
msgstr ""
msgid "The Bambu Studio needs an upgrade"
msgstr ""
msgid "This is the newest version."
msgstr ""
msgid "Info"
msgstr ""
msgid "Loading user presets..."
msgstr ""
msgid "Rebuild"
msgstr ""
msgid "Loading current presets"
msgstr ""
msgid "Loading a mode view"
msgstr ""
msgid "Choose one file (3mf):"
msgstr ""
msgid "Choose one or more files (3mf/step/stl/svg/obj/amf):"
msgstr ""
msgid "Choose one file (gcode/.gco/.g/.ngc/ngc):"
msgstr ""
msgid "Some presets are modified."
msgstr ""
msgid ""
"You can keep the modifield presets to the new project, discard or save "
"changes as new presets."
msgstr ""
msgid "User logged out"
msgstr ""
msgid "new or open project file is not allowed during the slicing process!"
msgstr ""
msgid "Open Project"
msgstr ""
msgid ""
"The version of Bambu studio is too low and needs to be updated to the latest "
"version before it can be used normally"
msgstr ""
msgid "Login information expired. Please login again."
msgstr ""
msgid "Loading"
msgstr ""
msgid "Loading user preset"
msgstr ""
msgid "Switching application language"
msgstr ""
msgid "Select the language"
msgstr ""
msgid "Language"
msgstr ""
msgid "*"
msgstr ""
msgid "The uploads are still ongoing"
msgstr ""
msgid "Stop them and continue anyway?"
msgstr ""
msgid "Ongoing uploads"
msgstr ""
msgid "Select a G-code file:"
msgstr ""
msgid "Bambu Studio GUI initialization failed"
msgstr ""
#, possible-boost-format
msgid "Fatal error, exception catched: %1%"
msgstr ""
msgid "Quality"
msgstr ""
msgid "Shell"
msgstr ""
msgid "Infill"
msgstr ""
msgid "Support"
msgstr ""
msgid "Flush options"
msgstr ""
msgid "Speed"
msgstr ""
msgid "Strength"
msgstr ""
msgid "Top Solid Layers"
msgstr ""
msgid "Top Minimum Shell Thickness"
msgstr ""
msgid "Bottom Solid Layers"
msgstr ""
msgid "Bottom Minimum Shell Thickness"
msgstr ""
msgid "Ironing"
msgstr ""
msgid "Fuzzy Skin"
msgstr ""
msgid "Extruders"
msgstr ""
msgid "Extrusion Width"
msgstr ""
msgid "Wipe options"
msgstr ""
msgid "Bed adhension"
msgstr ""
msgid "Advanced"
msgstr ""
msgid "Add part"
msgstr ""
msgid "Add negative part"
msgstr ""
msgid "Add modifier"
msgstr ""
msgid "Add support blocker"
msgstr ""
msgid "Add support enforcer"
msgstr ""
msgid "Select settings"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Delete the selected object"
msgstr ""
msgid "Load..."
msgstr ""
msgid "Cube"
msgstr ""
msgid "Cylinder"
msgstr ""
msgid "Cone"
msgstr ""
msgid "Add settings"
msgstr ""
msgid "Change type"
msgstr ""
msgid "Set as an individual object"
msgstr ""
msgid "Set as individual objects"
msgstr ""
msgid "Printable"
msgstr ""
msgid "Rename"
msgstr ""
msgid "Fix model"
msgstr ""
msgid "Export as STL"
msgstr ""
msgid "Reload from disk"
msgstr ""
msgid "Reload the selected parts from disk"
msgstr ""
msgid "Replace with STL"
msgstr ""
msgid "Replace the selected part with new STL"
msgstr ""
msgid "Change filament"
msgstr ""
msgid "Set filament for selected items"
msgstr ""
msgid "Default"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "Filament %d"
msgstr ""
msgid "active"
msgstr ""
msgid "Scale to build volume"
msgstr ""
msgid "Scale an object to fit the build volume"
msgstr ""
msgid "Flush Options"
msgstr ""
msgid "Flush into objects' infill"
msgstr ""
msgid "Flush into this object"
msgstr ""
msgid "Flush into objects' support"
msgstr ""
msgid "Convert from inch"
msgstr ""
msgid "Restore to inch"
msgstr ""
msgid "Convert from meter"
msgstr ""
msgid "Restore to meter"
msgstr ""
msgid "Assemble"
msgstr ""
msgid "Assemble the selected objects to an object with multiple parts"
msgstr ""
msgid "Assemble the selected objects to an object with single part"
msgstr ""
msgid "Assemble the selected parts to a single part"
msgstr ""
msgid "Along X axis"
msgstr ""
msgid "Mirror along the X axis"
msgstr ""
msgid "Along Y axis"
msgstr ""
msgid "Mirror along the Y axis"
msgstr ""
msgid "Along Z axis"
msgstr ""
msgid "Mirror along the Z axis"
msgstr ""
msgid "Mirror"
msgstr ""
msgid "Mirror object"
msgstr ""
msgid "Add Primitive"
msgstr ""
msgid "Show Labels"
msgstr ""
msgid "To objects"
msgstr ""
msgid "Split the selected object into multiple objects"
msgstr ""
msgid "To parts"
msgstr ""
msgid "Split the selected object into multiple parts"
msgstr ""
msgid "Split"
msgstr ""
msgid "Split the selected object"
msgstr ""
msgid "Auto orientation"
msgstr ""
msgid "Auto orient the object to improve print quality."
msgstr ""
msgid "Split the selected object into mutiple objects"
msgstr ""
msgid "Split the selected object into mutiple parts"
msgstr ""
msgid "Select All"
msgstr ""
msgid "select all objects on current plate"
msgstr ""
msgid "Delete All"
msgstr ""
msgid "delete all objects on current plate"
msgstr ""
msgid "Arrange"
msgstr ""
msgid "arrange current plate"
msgstr ""
msgid "Auto Rotate"
msgstr ""
msgid "auto rotate current plate"
msgstr ""
msgid "Remove the selected plate"
msgstr ""
msgid "Clone"
msgstr ""
msgid "Simplify Model"
msgstr ""
msgid "Center"
msgstr ""
msgid "Edit Process Settings"
msgstr ""
msgid "Edit in Parameter Table"
msgstr ""
msgid "Edit print parameters for a single object"
msgstr ""
msgid "Change Filament"
msgstr ""
msgid "Set Filament for selected items"
msgstr ""
msgid "current"
msgstr ""
msgid "Set Unprintable"
msgstr ""
msgid "Set Printable"
msgstr ""
msgid "Unlock"
msgstr ""
msgid "Lock"
msgstr ""
msgid "Name"
msgstr ""
msgid "Fila."
msgstr ""
#, possible-c-format, possible-boost-format
msgid "%1$d error repaired"
msgid_plural "%1$d errors repaired"
msgstr[0] ""
msgstr[1] ""
#, possible-c-format, possible-boost-format
msgid "Error: %1$d non-manifold edge."
msgid_plural "Error: %1$d non-manifold edges."
msgstr[0] ""
msgstr[1] ""
msgid "Remaining errors"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "%1$d non-manifold edge"
msgid_plural "%1$d non-manifold edges"
msgstr[0] ""
msgstr[1] ""
msgid "Right click the icon to fix model object"
msgstr ""
msgid "Right button click the icon to drop the object settings"
msgstr ""
msgid "Click the icon to reset all settings of the object"
msgstr ""
msgid "Right button click the icon to drop the object printable property"
msgstr ""
msgid "Click the icon to toggle printable property of the object"
msgstr ""
msgid "Click the icon to edit support painting of the object"
msgstr ""
msgid "Click the icon to edit color painting of the object"
msgstr ""
msgid "Loading file"
msgstr ""
msgid "Error!"
msgstr ""
msgid "Generic"
msgstr ""
msgid "Add Modifier"
msgstr ""
msgid "Switch to per-object setting mode to edit modifier settings."
msgstr ""
msgid ""
"Switch to per-object setting mode to edit process settings of selected "
"objects."
msgstr ""
msgid "Deleting the last solid part is not allowed."
msgstr ""
msgid "The target object contains only one part and can not be splited."
msgstr ""
msgid "Assembly"
msgstr ""
msgid "Object"
msgstr ""
msgid "Part"
msgstr ""
msgid "Layer"
msgstr ""
msgid "Selection conflicts"
msgstr ""
msgid ""
"If first selected item is an object, the second one should also be object."
msgstr ""
msgid ""
"If first selected item is a part, the second one should be part in the same "
"object."
msgstr ""
msgid "The type of the last solid object part is not to be changed."
msgstr ""
msgid "Negative Part"
msgstr ""
msgid "Modifier"
msgstr ""
msgid "Support Blocker"
msgstr ""
msgid "Support Enforcer"
msgstr ""
msgid "Type:"
msgstr ""
msgid "Choose part type"
msgstr ""