File size: 14,735 Bytes
a8da962
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
msgid ""
msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: SLS4All.Compact.AppCore/Components/JobAndProfileExecutor.razor.cs
msgid "Listing profiles"
msgstr "Listing profiles"

#: SLS4All.Compact.AppCore/Components/JobAndProfileExecutor.razor.cs
msgid ""
"Profiles are being listed, this dialog will automatically close when done..."
msgstr ""
"Profiles are being listed, this dialog will automatically close when done..."

#: SLS4All.Compact.AppCore/Components/JobAndProfileExecutor.razor.cs
msgid "Cancel the listing"
msgstr "Cancel the listing"

#: SLS4All.Compact.AppCore/Components/JobAndProfileExecutor.razor.cs
msgid "Failed to list the profiles"
msgstr "Failed to list the profiles"

#: SLS4All.Compact.AppCore/Components/JobAndProfileExecutor.razor.cs
msgid "Listing jobs"
msgstr "Listing jobs"

#: SLS4All.Compact.AppCore/Components/JobAndProfileExecutor.razor.cs
msgid "Jobs are being listed, this dialog will automatically close when done..."
msgstr ""
"Jobs are being listed, this dialog will automatically close when done..."

#: SLS4All.Compact.AppCore/Components/JobAndProfileExecutor.razor.cs
msgid "Failed to list the jobs"
msgstr "Failed to list the jobs"

#  Keep short
#: SLS4All.Compact.AppCore/Components/PrintPreview.razor
msgid "Relative energy"
msgstr "Relative energy"

#: SLS4All.Compact.AppCore/Components/PrintPreview.razor
msgid ""
"Scales all used energy densities for sintering (outlines, fill, increase) for "
"this particular layer."
msgstr ""
"Scales all used energy densities for sintering (outlines, fill, increase) for "
"this particular layer."

#: SLS4All.Compact.AppCore/Components/PrintPreview.razor
msgid ""
"This value is relative to the value that would normally go to this layer and "
"its objects."
msgstr ""
"This value is relative to the value that would normally go to this layer and "
"its objects."

#  Keep short
#: SLS4All.Compact.AppCore/Components/PrintPreview.razor
msgid "Dry print"
msgstr "Dry print"

#: SLS4All.Compact.AppCore/Components/PrintPreview.razor
msgid "Whether the laser should be enabled when printing this layer here."
msgstr "Whether the laser should be enabled when printing this layer here."

#: SLS4All.Compact.AppCore/Pages/InfoPage.razor
msgid "Value is {0}"
msgstr "Value is {0}"

#: SLS4All.Compact.AppCore/Pages/InfoPage.razor
msgid "Value SHOULD BE {0} ... {1}x2 = {2}/2 = {3}"
msgstr "Value SHOULD BE {0} ... {1}x2 = {2}/2 = {3}"

#: SLS4All.Compact.AppCore/Pages/InfoPage.razor
msgid "This is <b>bold</b> text and {0} text"
msgstr "This is <b>bold</b> text and {0} text"

#: SLS4All.Compact.AppCore/Pages/InfoPage.razor
msgid "Localized textssss"
msgstr "Localized textssss"

#: SLS4All.Compact.AppCore/Pages/InfoPage.razor
msgid "One ball was dropped"
msgid_plural "{0} balls were dropped"
msgstr[0] "One ball was dropped"
msgstr[1] "{0} balls were dropped"

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgctxt "LiveViewObject"
msgid "Object #{0}"
msgstr "Object #{0}"

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgid ""
"By clicking <b>Exclude object</b> below, the object <b>{0}</b> will no longer "
"be sintered for the rest of the current print job."
msgstr ""
"By clicking <b>Exclude object</b> below, the object <b>{0}</b> will no longer "
"be sintered for the rest of the current print job."

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgctxt "LiveViewObject"
msgid "excluded"
msgstr "excluded"

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgid "Exclude the selected object from printing?"
msgstr "Exclude the selected object from printing?"

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgid ""
"This is useful when there are some issues while printing it and you are "
"trying to avoid a print failure of the whole job."
msgstr ""
"This is useful when there are some issues while printing it and you are "
"trying to avoid a print failure of the whole job."

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgid "Exclude object!"
msgstr "Exclude object!"

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Close this dialog"
msgstr "Close this dialog"

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgid "Select an object"
msgstr "Select an object"

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgid "No objects to list. Is the printing in progress?"
msgstr "No objects to list. Is the printing in progress?"

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgid "Switch to plot"
msgstr "Switch to plot"

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgid "Switch to video"
msgstr "Switch to video"

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgid "List all objects..."
msgstr "List all objects..."

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgid "Exclude from print..."
msgstr "Exclude from print..."

#: SLS4All.Compact.AppCore/Pages/LiveViewPage.razor
msgid "Include back in print"
msgstr "Include back in print"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "As an alternative you can {0} and assign the updated values one by one."
msgstr "As an alternative you can {0} and assign the updated values one by one."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Other ({0})"
msgstr "Other ({0})"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Do you really want to delete profile <b>{0}</b>"
msgstr "Do you really want to delete profile <b>{0}</b>"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "This <b>Default</b> profile fills missing values to others."
msgstr "This <b>Default</b> profile fills missing values to others."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "This is one of the predefined <b>SLS4All</b> profiles."
msgstr "This is one of the predefined <b>SLS4All</b> profiles."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "This is one of <b>your own</b> custom profiles."
msgstr "This is one of <b>your own</b> custom profiles."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Profiles can only be downloaded to/from your computer. "
msgstr "Profiles can only be downloaded to/from your computer. "

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Profiles can only be imported from your computer. {0}"
msgstr "Profiles can only be imported from your computer. {0}"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid ""
"If you restore the profile to defaults, all values will be replaced by the "
"(updated) version that ships with this version of SLS4All Compact. Any local "
"modifications in the profile will be lost. You can however clone this version "
"first."
msgstr ""
"If you restore the profile to defaults, all values will be replaced by the "
"(updated) version that ships with this version of SLS4All Compact. Any local "
"modifications in the profile will be lost. You can however clone this version "
"first."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "compare individual properties"
msgstr "compare individual properties"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Clone current and restore defaults!"
msgstr "Clone current and restore defaults!"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Overwrite current with defaults!"
msgstr "Overwrite current with defaults!"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "I have changed by mind"
msgstr "I have changed by mind"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Compare profiles"
msgstr "Compare profiles"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "SLS4All Defaults"
msgstr "SLS4All Defaults"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfileProperty"
msgid "Copy"
msgstr "Copy"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "All relevant profile properties are the same."
msgstr "All relevant profile properties are the same."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Delete profile?"
msgstr "Delete profile?"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Delete profile!"
msgstr "Delete profile!"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Keep profile"
msgstr "Keep profile"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Calculate shrinkage"
msgstr "Calculate shrinkage"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid ""
"Please supply 3D model measurements and actual measurements of an object "
"printed with the current profile."
msgstr ""
"Please supply 3D model measurements and actual measurements of an object "
"printed with the current profile."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "New shrinkage coefficients will then be written to the profile."
msgstr "New shrinkage coefficients will then be written to the profile."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Calculate new shrinkage!"
msgstr "Calculate new shrinkage!"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "I have changed my mind"
msgstr "I have changed my mind"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Compare with profile:"
msgstr "Compare with profile:"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "General"
msgstr "General"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Nesting"
msgstr "Nesting"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Slicing"
msgstr "Slicing"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Heating 1"
msgstr "Heating 1"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Heating 2"
msgstr "Heating 2"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Cooling"
msgstr "Cooling"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Power"
msgstr "Power"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Layers 1"
msgstr "Layers 1"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Layers 2"
msgstr "Layers 2"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Tuning"
msgstr "Tuning"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Update ready!"
msgstr "Update ready!"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Modified"
msgstr "Modified"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Add"
msgstr "Add"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Clone"
msgstr "Clone"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Transfer..."
msgstr "Transfer..."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Download to computer"
msgstr "Download to computer"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Import from computer..."
msgstr "Import from computer..."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Receive from printer..."
msgstr "Receive from printer..."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Send to printer..."
msgstr "Send to printer..."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Compare..."
msgstr "Compare..."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Delete..."
msgstr "Delete..."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Defaults..."
msgstr "Defaults..."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Restore to defaults..."
msgstr "Restore to defaults..."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Compare with defaults..."
msgstr "Compare with defaults..."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Update ready"
msgstr "Update ready"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Failed to save the profiles"
msgstr "Failed to save the profiles"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles_New"
msgid "Profile"
msgstr "Profile"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Click to browse"
msgstr "Click to browse"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Calculate shrinkage..."
msgstr "Calculate shrinkage..."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "Shrinkage"
msgid "None"
msgstr "None"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "Shrinkage"
msgid "Standard"
msgstr "Standard"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "Shrinkage"
msgid "Other"
msgstr "Other"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Failed to restore the profile defaults"
msgstr "Failed to restore the profile defaults"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Cannot download profile"
msgstr "Cannot download profile"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Downloading profile"
msgstr "Downloading profile"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid ""
"Profile is being downloaded, this dialog will automatically close when done..."
msgstr ""
"Profile is being downloaded, this dialog will automatically close when done..."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Cancel the download"
msgstr "Cancel the download"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Failed to download profile"
msgstr "Failed to download profile"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgctxt "PrintProfiles"
msgid "Cannot reset value"
msgstr "Cannot reset value"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Importing profiles"
msgstr "Importing profiles"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid ""
"Profiles are being imported, this dialog will automatically close when done..."
msgstr ""
"Profiles are being imported, this dialog will automatically close when done..."

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Cancel importing profiles"
msgstr "Cancel importing profiles"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Failed to import profile file(s)"
msgstr "Failed to import profile file(s)"

#: SLS4All.Compact.AppCore/Pages/PrintProfiles.razor
msgid "Cannot import profile"
msgstr "Cannot import profile"