-
Notifications
You must be signed in to change notification settings - Fork 0
/
translations.json
704 lines (704 loc) · 55.6 KB
/
translations.json
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
{
"app.adjustmentFilters.reset": "Revert changes",
"app.advancedBook.addPictures.disabled.tooltip": "Maximum amount of pages is reached. Open a page to add more pictures.",
"app.advancedBook.start.choosePhotos.button": "Choose pictures",
"app.advancedBook.start.choosePhotos.title": "Choose pictures for your Photobook.",
"app.advancedBook.start.skipToEditor.button": "Skip to Editor",
"app.advancedBook.wizard.continueToEditor.button": "Continue to Editor",
"app.advancedBook.wizard.editMode.acceptAndContinueToEditor.button": "Confirm changes",
"app.advancedBook.wizard.editMode.cancel.button": "Cancel changes",
"app.badQualityIndicator.tooltip": "Poor image quality. Click to edit.",
"app.checkout.upload.action.download": "Downloading...",
"app.checkout.upload.action.finalize": "Finalizing...",
"app.checkout.upload.action.init": "Initializing...",
"app.checkout.upload.action.process": "Processing...",
"app.checkout.upload.action.upload": "Uploading...",
"app.checkout.upload.details.files.info": "$1 of $2",
"app.checkout.upload.details.files.title": "Currently uploading:",
"app.checkout.upload.details.timeRemaining.hours": "$1 hours, $2 minutes",
"app.checkout.upload.details.timeRemaining.minutes": "$1 minutes, $2 seconds",
"app.checkout.upload.details.timeRemaining.seconds": "$1 seconds",
"app.checkout.upload.details.timeRemaining.title": "Remaining upload time:",
"app.checkout.upload.details.uploadSpeed.info": "$1 kb/s",
"app.checkout.upload.details.uploadSpeed.title": "Upload speed:",
"app.checkout.upload.error.leaving": "Upload in progress, do you want to cancel? (This will also cancel the order)",
"app.checkout.upload.error.unknown": "An error occurred while uploading your images. Please try again later.",
"app.checkout.upload.info": "Your photos are being uploaded, this may take a while depending on your internet connection and the size of your photos",
"app.checkout.upload.longUploadWarning": "Please leave the app open during the upload",
"app.checkout.upload.mainTitle": "Step $1 / $2: $3",
"app.checkout.upload.percentage": "$1 %",
"app.checkout.upload.step.finalize.title": "Finalizing",
"app.checkout.upload.step.reservePictures.title": "Downloading Cloud Photos",
"app.checkout.upload.step.uploadCartItems.title": "Packing basket",
"app.checkout.upload.step.uploadPictures.title": "Uploading Images",
"app.checkout.upload.step.uploadProject.title": "Saving project",
"app.checkout.upload.step.uploadTexts.title": "Uploading Texts",
"app.checkout.upload.title": "Upload in progress",
"app.common.cartItemOptionSelector.option.tooltip": "Change the option $1",
"app.common.privacyPolicyInfo.info": "Privacy Policy Info",
"app.composition.changePhoto.button": "Change Picture",
"app.composition.changePhoto.tooltip": "Choose a different image",
"app.composition.colorCorrection.button": "Color Correction",
"app.composition.colorCorrection.tooltip": "Configure brightness, saturation or contrast",
"app.composition.cropZoom.button": "Cropping",
"app.composition.cropZoom.tooltip": "Rotate, zoom or mirror the image",
"app.composition.options.button": "Options",
"app.composition.photoEffects.button": "Filter",
"app.composition.photoEffects.tooltip": "Apply a filter to the image",
"app.composition.themeSwitcher.button": "Change Theme",
"app.composition.themeSwitcher.tooltip": "Go to the photobook assistant to change your theme.",
"app.confirm.dialog.cancel": "Cancel",
"app.confirm.dialog.ok": "OK",
"app.confirm.dialog.title": "Please Confirm",
"app.cropZoom.fixedRotation.right": "Rotate right",
"app.cropZoom.freeRotation": "Free Rotation",
"app.cropZoom.mirror.horizontal": "Mirror horizontally",
"app.cropZoom.reset": "Revert changes",
"app.cropZoom.transformations": "Mirror & Rotation",
"app.cropZoom.zoomPicture": "Picture zoom",
"app.curation.eventCard.geoTag.LoadingText": "",
"app.curation.eventCard.missingGeoTagInfo.title": "Missing Geolocation",
"app.curation.eventSelection.batteryWarning.button": "Understood",
"app.curation.eventSelection.batteryWarning.message": "Image analysis can take a lot of power when creating a Smart Photobook and therefore quickly drains the battery. You might want to charge your smartphone before you continue.",
"app.curation.eventSelection.batteryWarning.title": "Battery low!",
"app.curation.eventSelection.button.clearSelection": "Clear Selection",
"app.curation.eventSelection.button.reloadEvents": "Reload Events",
"app.curation.eventSelection.button.selectEvents": "Select Events",
"app.curation.eventSelection.header.highlights": "Highlights",
"app.curation.eventSelection.header.yourMemories": "Your Memories",
"app.curation.eventSelection.message.checkSettings.button": "Check Photos access",
"app.curation.eventSelection.message.goBack.button": "Back to start",
"app.curation.eventSelection.missingGeoTagInfo.button": "Understood",
"app.curation.eventSelection.missingGeoTagInfo.message.android": "Hello there, we found that some of your photos do not contain geolocation information. To give you the best photo sorting results, that information helps us a lot. If you want to change your settings, open the Camera App and navigate to → “Settings” → “Save Locations”or “Geotagging”. Simply enable this feature.",
"app.curation.eventSelection.missingGeoTagInfo.message.ios": "Hello there, we found that some of your photos do not contain geolocation information. To give you the best photo sorting results, that information helps us a lot. If you want to change your settings, open the Settings App and navigate to → “Privacy” → “Location Services” → “Camera”. Select “While Using the App”.",
"app.curation.eventSelection.missingGeoTagInfo.title": "No Geolocation Found",
"app.curation.eventSelection.noMemories.message": "We are sad that we could not curate any meaningful photo moments for your photo book. There could be few reasons behind it:",
"app.curation.eventSelection.noMemories.reason1.text": "The more pictures you collect, the better suggestions we can provide to you. In the meantime please use our classic photo books or other product categories for curating your print product.",
"app.curation.eventSelection.noMemories.reason1.title": "Not many Photos on device:",
"app.curation.eventSelection.noMemories.reason2.text": "Please provide us full access to your Photo Library in your phone settings.",
"app.curation.eventSelection.noMemories.reason2.title": "Limited access permission to Photo Library:",
"app.curation.eventSelection.onboardingScreen.button.close": "Close",
"app.curation.eventSelection.onboardingScreen.button.next": "Next",
"app.curation.eventSelection.onboardingScreen.button.skip": "Skip",
"app.curation.eventSelection.onboardingScreen.card1.text": "Let us make you a proposal for your photo book. We will pick some of your most important events and sort them on top.",
"app.curation.eventSelection.onboardingScreen.card2.text": "Privacy: Photos are analyzed on the device and remain on the device and are only tranferred when the product is ordered or saved.",
"app.curation.eventSelection.onboardingScreen.card3.text": "Suggestions in the picture overview: Adjust your selection.",
"app.curation.eventSelection.onboardingScreen.card4.text": "Find the best photo: Longpress on photo leads to the detail view.",
"app.curation.eventSelection.onboardingScreen.card5.text": "Save photo book online and add more photos on other devices.",
"app.curation.eventSelection.onboardingScreen.card6.text": "Please note that the loading time may be longer if you have stored your photos in iCloud.",
"app.curation.eventSelection.onboardingScreen.card7.text": "We are happy to receive feedback and wishes from you.",
"app.curation.eventSelection.onboardingScreen.checkbox": "Don't show this again",
"app.curation.eventSelection.onboardingScreen.title": "Curation Tutorial",
"app.curation.eventSelection.title": "Choose your Event",
"app.curation.feedback.address": "noreply@noreply.com",
"app.curation.feedback.body": "What do you want to tell us?\n------\n$OS_NAME $OS_VERSION\nPGX $PGX_VERSION",
"app.curation.feedback.button": "Feedback",
"app.curation.feedback.subject": "Feedback from iOS app",
"app.curation.filtermemories.button": "Filter Memories",
"app.curation.pictureSelection.backButtonText": "Back to Event Selection",
"app.curation.pictureSelection.coverSelectionButtonText": "Create SimpleBook",
"app.curation.pictureSelection.loadingText.clustering": "Identifying Stories",
"app.curation.pictureSelection.loadingText.creatingSimplebook": "Creating SimpleBook",
"app.curation.pictureSelection.loadingText.creatingSuggestions": "Suggesting Pictures",
"app.curation.pictureSelection.maxPicturesReached.popover": "The maximum amount of pictures is reached. Please deselect pictures to select other pictures.",
"app.curation.pictureSelection.title": "Picture Selection",
"app.curation.showall.button": "Show All Memories",
"app.editor.backgroundColor.title": "Background color",
"app.editor.bleedInfo.description.close": "Back to Editor",
"app.editor.bleedInfo.description.title": "Bleed Information",
"app.editor.bleedInfo.description.txt": "The highlighted bleed area is indicating the part of the product that possibly can be cut off during production. So there should be no images or text or any other elements as they be trimmed off. Still if you use a background image, it should fill the entire page including the bleed area.",
"app.editor.bleedInfo.txt": "The marked bleed areas may be cut off during production",
"app.editor.composer.order.button": "Order",
"app.editor.composer.order.button.price": "($1)",
"app.editor.copy": "Copy",
"app.editor.copy.tooltip": "Copy selected Element",
"app.editor.cut": "Cut",
"app.editor.cut.tooltip": "Cut selected Element",
"app.editor.deleteElements": "Delete",
"app.editor.deleteElements.tooltip": "Delete",
"app.editor.loadProject": "Load",
"app.editor.loadProject.tooltip": "Load project",
"app.editor.paste": "Paste",
"app.editor.paste.tooltip": "Paste Element",
"app.editor.rearrangeMode.fixedItem.tooltip": "The position of this page is fixed, it cannot be moved",
"app.editor.redo": "Redo",
"app.editor.redo.tooltip": "Redo",
"app.editor.saveProject": "Save",
"app.editor.saveProject.tooltip": "Save",
"app.editor.saveProjectAs": "Save As",
"app.editor.saveProjectAs.tooltip": "Save as",
"app.editor.selectAll": " Select all",
"app.editor.toast.projectSave.aborted": "Saving project $1 aborted",
"app.editor.toast.projectSave.failedFilename": "Saving project $1 failed: the image file $2 has been changed or deleted",
"app.editor.toast.projectSave.failedNoFilename": "Saving project $1 failed due to unknown error",
"app.editor.toast.projectSaved": "Project $1 has been saved successfully",
"app.editor.undo": "Undo",
"app.editor.undo.tooltip": "Undo",
"app.editor.uploadInfo.back": "Back to Editor",
"app.editor.uploadInfo.basket": "Basket",
"app.editor.uploadInfo.content.continue": "To start the upload process, press continue",
"app.editor.uploadInfo.content.main": "Your photos need to be uploaded in the next step. This may take a while depending on the amount and the size of your photos as well as your internet connection.",
"app.editor.uploadInfo.content.title": "Photo Upload",
"app.editor.uploadInfo.proceed": "Continue",
"app.editor.uploadInfo.title": "Placing item into Basket",
"app.editor.uploadInfo.upload": "Upload",
"app.editor.uploadProgress.cancel": "Abort Upload",
"app.editor.uploadProgress.cancelling": "Aborting ...",
"app.editor.uploadProgress.title": "Uploading item",
"app.filters.bloom.title": "bloom",
"app.filters.blur.title": "blur",
"app.filters.brighter.title": "brighter",
"app.filters.cinematic.title": "cinematic",
"app.filters.color_inversion.title": "color inversion",
"app.filters.colorful.title": "colorful",
"app.filters.cooler.title": "cooler",
"app.filters.darker.title": "darker",
"app.filters.dramatic.title": "dramatic",
"app.filters.gloom.title": "gloom",
"app.filters.grayscale.title": "grayscale",
"app.filters.high_contrast.title": "high contrast",
"app.filters.highlight_colors.title": "highlight colors",
"app.filters.low_contrast.title": "low contrast",
"app.filters.moody.title": "moody",
"app.filters.negative.title": "negative",
"app.filters.nighttime.title": "nighttime",
"app.filters.original.title": "original",
"app.filters.sepia.title": "sepia",
"app.filters.sharpen.title": "sharpen",
"app.filters.stylish_green.title": "stylish green",
"app.filters.stylish_pink.title": "stylish pink",
"app.filters.warmer.title": "warmer",
"app.fonts.fontStyle.italic": "Italic",
"app.fonts.fontWeight.100": "Thin",
"app.fonts.fontWeight.200": "Extra-Light",
"app.fonts.fontWeight.300": "Light",
"app.fonts.fontWeight.400": "Regular",
"app.fonts.fontWeight.500": "Medium",
"app.fonts.fontWeight.600": "Semi-Bold",
"app.fonts.fontWeight.700": "Bold",
"app.fonts.fontWeight.800": "Extra-Bold",
"app.fonts.fontWeight.900": "Black",
"app.layoutSwitcher.button.label": "Layouts",
"app.layoutSwitcher.title": "Choose layout",
"app.layoutSwitcher.tooltip": "Choose automatic or designed layouts",
"app.mirai.actionsGroup": "Actions",
"app.mirai.addElementsButton.button": "Add Elements",
"app.mirai.addElementsButton.tutorialTooltip": "Use this button to add pictures, text or stickers to the page",
"app.mirai.addPages.button": "Add pages",
"app.mirai.addPages.maxPagesCountReached.tooltip": "Maximum amount of pages reached",
"app.mirai.addPages.tooltip": "Add more pages",
"app.mirai.addPicture.corruptedPictureDiscarded.toast": "The picture '$1' is corrupted and can not be used",
"app.mirai.backgrounds.addPictures.button": "Add Background Image",
"app.mirai.backgrounds.addPictures.button.tooltip": "Add images to this list",
"app.mirai.backgrounds.applyToBothPages": "Apply to double-page",
"app.mirai.backgrounds.applyToBothPages.tooltip": "If active, the background will be placed as one merged background over the double-page",
"app.mirai.backgrounds.category.allBackgrounds": "All backgrounds",
"app.mirai.backgrounds.category.currentlyUsed": "Currently used",
"app.mirai.backgrounds.category.title": "Select background category",
"app.mirai.backgrounds.colorTab.label": "Color",
"app.mirai.backgrounds.contextmenu.applyToAllPages": "Apply background to all pages",
"app.mirai.backgrounds.contextmenu.applyToTargetPage": "Apply background",
"app.mirai.backgrounds.designedTab.label": "Designed",
"app.mirai.backgrounds.imageTab.label": "Image",
"app.mirai.backgrounds.pictureBackgrounds.noPictures.infoText": "No background images added yet. Use the Add background images tab to fill this list.",
"app.mirai.backgrounds.removeAllBackgrounds": "Remove all backgrounds",
"app.mirai.backgrounds.removeBackground": "Remove background",
"app.mirai.badPictureBackgroundQuality.tooltip": "Poor background image quality. Click to edit.",
"app.mirai.bleedInfoDialog.back": "Back to Editor",
"app.mirai.bleedInfoDialog.message": "The highlighted bleed area is indicating that part of the product that could possibly be cut off during production. So there should be no images, texts or any other elements as they may be trimmed off. Still, if you use a background image, it should fill the entire page including the bleed area.",
"app.mirai.bleedInfoDialog.title": "Bleed Information",
"app.mirai.bleedPartiallyCoveredDialog.button.back": "Back",
"app.mirai.bleedPartiallyCoveredDialog.button.continue": "Confirm",
"app.mirai.bleedPartiallyCoveredDialog.message": "Please note that the exact placement of the picture can vary by some millimeters. Please avoid empty borders in order to prevent white spaces on your product.",
"app.mirai.bleedPartiallyCoveredDialog.title": "Warning: Empty areas",
"app.mirai.calendar.addElementsButton.button": "Add Elements",
"app.mirai.calendar.addElementsButton.tooltip": "Add Elements",
"app.mirai.calendar.backToOverview.button": "To overview",
"app.mirai.calendar.calendarEvents.button": "Events",
"app.mirai.calendar.calendarEvents.button.tooltip": "Edit the calendar events",
"app.mirai.calendar.calendarEvents.countryHolidays.changeCountry.button": "Change Country",
"app.mirai.calendar.calendarEvents.countryHolidays.changeCountry.button.tooltip": "Change country and state for the shown holidays",
"app.mirai.calendar.calendarEvents.countryHolidays.showHolidays.description": "Show holidays of $1 on your calendar.",
"app.mirai.calendar.calendarEvents.countryHolidays.showHolidays.label": "Print Holidays",
"app.mirai.calendar.calendarEvents.countryHolidays.title": "Country Holidays",
"app.mirai.calendar.calendarEvents.customEvents.title": "Personal Events",
"app.mirai.calendar.calendarEvents.limitedHolidays.asterisk": "* Marked holidays only occur in certain states",
"app.mirai.calendar.calendarEvents.title": "Calendar Events",
"app.mirai.calendar.calendarSettings.button": "Settings",
"app.mirai.calendar.calendarSettings.category.language": "Calendar Language",
"app.mirai.calendar.calendarSettings.category.startMonth": "Start Month",
"app.mirai.calendar.calendarSettings.inputLabel.language": "Language",
"app.mirai.calendar.calendarSettings.inputLabel.startMonth": "Month",
"app.mirai.calendar.calendarSettings.title": "Calendar Settings",
"app.mirai.calendar.calendarSettings.tooltip": "Change calendar settings like start month, year, calendar language or general styling",
"app.mirai.calendar.calendarThemes.button": "Themes",
"app.mirai.calendar.calendarThemes.title": "Themes",
"app.mirai.calendar.calendarThemes.tooltip": "Choose theme",
"app.mirai.calendar.confirmLeave": "The changes you made will not be saved. Are you sure you want to leave?",
"app.mirai.calendar.countryHolidays.applyCountry.button": "Done",
"app.mirai.calendar.countryHolidays.applyCountry.button.tooltip": "Apply the selected country/state",
"app.mirai.calendar.countryHolidays.country.label": "Country",
"app.mirai.calendar.countryHolidays.description": "Change country and state for the shown holidays.",
"app.mirai.calendar.countryHolidays.state.allCountryHolidays": "All country holidays",
"app.mirai.calendar.countryHolidays.state.label": "State",
"app.mirai.calendar.countryHolidays.state.nationwide": "Nationwide",
"app.mirai.calendar.countryHolidays.title": "Change Country",
"app.mirai.calendar.pageInfo.backCoverPage": "Back Cover",
"app.mirai.calendar.pageInfo.frontCoverPage": "Front Cover",
"app.mirai.cartItemOptions.pageCountChangedByDependentOptionUndoToast.message": "The selected option is not compatible with your current number of pages. $1 page(s) have been removed.",
"app.mirai.cartItemOptions.pageCountChangedByDependentOptionUndoToast.undoText": "Undo",
"app.mirai.changeCalendarOptionConfirmationDialog.message": "Please note that all manual changes will be lost. Do you want to continue?",
"app.mirai.changeCalendarThemeDialog.cancel": "Cancel",
"app.mirai.changeCalendarThemeDialog.confirm": "Confirm",
"app.mirai.changeCalendarThemeDialog.message": "Please note that all manual changes will be lost. Do you want to continue?",
"app.mirai.changeCalendarThemeDialog.title": "Change Theme",
"app.mirai.changeLocalProjectsSaveLocation.legacyLocalProjectNotice": "Please note that save location for this project can not be changed due to compatibility reasons and it will remain in original location",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.closeBtn": "Close",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.description": "Moving project files to the new save location",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.failedMsg.513": "(Error 513) There is already a saved location migration pending. Please restart the client.",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.failedMsg.514": "(Error 514) There is not enough space on the target device. Please select another save location.",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.failedMsg.515": "(Error 515) The target device is of an invalid type. The client only supports fixed local drives and network shares as target for a migration.",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.failedMsg.516": "(Error 516) You are not allowed to write to the selected target location. Please select another location.",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.failedMsg.default": "(Error $1) Unexpected error: $2",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.failedTitle": "Failed to change save location for local projects",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.progressMsg": "File $1 of $2",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.selectTargetNotice": "Please select the new local projects storage location in opened explorer window",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.successMsg": "Save location for local projects was successfully changed to $1",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.successTitle": "Changed save location for local projects",
"app.mirai.changeLocalProjectsSaveLocation.progressDialog.title": "Changing save location for local projects",
"app.mirai.chooseBackground.button.label": "Background",
"app.mirai.chooseBackground.button.tooltip": "Choose background",
"app.mirai.chooseBackground.panel.title": "Choose background",
"app.mirai.colorCorrectionResetDialog.button.apply": "Apply filter",
"app.mirai.colorCorrectionResetDialog.button.cancel": "Cancel",
"app.mirai.colorCorrectionResetDialog.message": "Applying this filter will reset the color correction. Apply anyway?",
"app.mirai.colorCorrectionResetDialog.title": "Resetting Color-Correction",
"app.mirai.confirmLeaveDialog.cancel": "Cancel",
"app.mirai.confirmLeaveDialog.discardAndLeave": "Leave without saving",
"app.mirai.confirmLeaveDialog.message": "The changes you made will not be saved. Are you sure to leave?",
"app.mirai.confirmLeaveDialog.save": "Save and Leave",
"app.mirai.confirmLeaveDialog.title": "Please Confirm",
"app.mirai.confirmProceedToWizardDialog.cancel": "Cancel",
"app.mirai.confirmProceedToWizardDialog.continue": "Continue",
"app.mirai.confirmProceedToWizardDialog.discardAndLeave": "Continue without saving",
"app.mirai.confirmProceedToWizardDialog.message": "You will be forwarded to the photobook assistant to change your theme.",
"app.mirai.confirmProceedToWizardDialog.save": "Save and continue",
"app.mirai.confirmProceedToWizardDialog.title": "Change Theme",
"app.mirai.confirmProceedToWizardDialog.warning": "Please note, if you confirm your changes in the photobook assistant, your manual changes including texts will be discarded.",
"app.mirai.editor.collapseSidebar": "Click to collapse the sidebar",
"app.mirai.editor.expandSidebar": "Click to expand the sidebar",
"app.mirai.elementOperations.mirrorHorizontally.button": "Mirror horizontally",
"app.mirai.elementOperations.mirrorVertically.button": "Mirror vertically",
"app.mirai.error.required": "$1 may not be empty",
"app.mirai.forceToSaveDialog.cancelSave": "Back to editor",
"app.mirai.forceToSaveDialog.currentProjectWarning.txt": "The current project will be overwritten.",
"app.mirai.forceToSaveDialog.save": "Save",
"app.mirai.forceToSaveDialog.saveBeforeCheckout.txt": "Your project needs to be saved before continue to the checkout.",
"app.mirai.forceToSaveDialog.title": "Save project",
"app.mirai.frames.button.label": "Frames",
"app.mirai.frames.category.allFrames": "All frames",
"app.mirai.frames.category.currentlyUsed": "Currently used",
"app.mirai.frames.category.title": "Select Frame Category",
"app.mirai.frames.contextmenu.applyToAllPages": "Apply frame to all pages",
"app.mirai.frames.contextmenu.applyToPage": "Apply frame to page",
"app.mirai.frames.menu.title": "Add frames",
"app.mirai.frames.menu.tooltip": "Manage frames for your pictures",
"app.mirai.frames.menu.tooltipWhenDisabled": "Pictures need to be available to apply frames",
"app.mirai.frames.remove.button.label": "Remove frame",
"app.mirai.frames.removeAll.button.label": "Remove all frames",
"app.mirai.framesMenu.contextmenu.applyToComposition": "Apply frame to all pages",
"app.mirai.framesMenu.contextmenu.applyToOnlyPage": "Apply frame to all pictures",
"app.mirai.framesMenu.contextmenu.applyToPage": "Apply frame to current page",
"app.mirai.framesMenu.contextmenu.applyToPageGroup": "Apply frame to double page",
"app.mirai.grid.previewSize.large": "Large previews",
"app.mirai.grid.previewSize.medium": "Medium previews",
"app.mirai.grid.previewSize.small": "Small previews",
"app.mirai.help.title": "Help",
"app.mirai.help.tooltip": "Help",
"app.mirai.insertPages.button": "Insert pages",
"app.mirai.insertPages.tooltip": "Insert more pages",
"app.mirai.layoutSettingsGroup": "Layout settings",
"app.mirai.layouts.autoLayoutIndicator.disabledTooltip": "Autolayouting automatically arranges the page when adding or removing elements. Click to activate autolayouting.",
"app.mirai.layouts.autoLayoutIndicator.tooltip": "Autolayouting automatically arranges the page when adding or removing elements. Click to deactivate autolayouting.",
"app.mirai.layouts.autoLayoutTutorial.autoLayoutButton.subtitle": "Let Auto Layout arrange pictures to fit nicely.",
"app.mirai.layouts.autoLayoutTutorial.autoLayoutButton.title": "Auto Layout",
"app.mirai.layouts.autoLayoutTutorial.confirm": "OK",
"app.mirai.layouts.autoLayoutTutorial.explanation.subtitle": "You can always use the toggle buttons above pages to turn Auto Layout on or off.",
"app.mirai.layouts.autoLayoutTutorial.explanation.title": "Available for every page",
"app.mirai.layouts.autoLayoutTutorial.manualLayoutButton.subtitle": "Arrange pictures and other elements by hand.",
"app.mirai.layouts.autoLayoutTutorial.manualLayoutButton.title": "Manual Layout",
"app.mirai.layouts.autoLayoutTutorial.subtitle": "Choose how to arrange pictures",
"app.mirai.layouts.autoLayoutTutorial.title": "Layout",
"app.mirai.layouts.category.currentTheme": "Current ($1)",
"app.mirai.layouts.category.standard": "Standard",
"app.mirai.layouts.category.title": "Select Layout Category",
"app.mirai.layouts.category.userLayouts": "Your Layouts",
"app.mirai.layouts.menu.tab.doublePage": "Double Page",
"app.mirai.layouts.menu.tab.singlePage": "Single Page",
"app.mirai.layouts.save.button": "Save Layout",
"app.mirai.layouts.save.button.disabledTooltip": "The Page is empty",
"app.mirai.layouts.save.button.tooltip": "Save the Page Layout",
"app.mirai.layouts.save.doublePage": "Save Double Page Layout",
"app.mirai.layouts.save.left": "Save Left Page Layout",
"app.mirai.layouts.save.right": "Save Right Page Layout",
"app.mirai.layouts.showMore": "Show more",
"app.mirai.legalFooter.priceInfo.full": "* All prices include vat. Delivery costs are extra.",
"app.mirai.legalFooter.priceInfo.short": "* Incl. vat. Delivery extra.",
"app.mirai.loadSaveProjectFailedDialog.copiedToClipboard": "Copied!",
"app.mirai.loadSaveProjectFailedDialog.copyToClipboard": "Copy to clipboard",
"app.mirai.loadSaveProjectFailedDialog.deleteFailedMessage": "We are sorry. The delete operation failed. If the problem persists, please contact customer support with the details in the box below.",
"app.mirai.loadSaveProjectFailedDialog.loadFailedMessage": "We are sorry. The load operation failed. If the problem persists, please contact customer support with the details in the box below.",
"app.mirai.loadSaveProjectFailedDialog.ok": "Ok",
"app.mirai.loadSaveProjectFailedDialog.onlineSaveFailed": "Failed to save project in the cloud",
"app.mirai.loadSaveProjectFailedDialog.saveFailedMessage": "We are sorry. The save operation failed. If the problem persists, please contact customer support with the details in the box below.",
"app.mirai.loadSaveProjectFailedDialog.titleDelete": "Delete failed",
"app.mirai.loadSaveProjectFailedDialog.titleLoad": "Load failed",
"app.mirai.loadSaveProjectFailedDialog.titleSave": "Save failed",
"app.mirai.loader.pictureProcessingProgress": "Processing picture $1 of $2",
"app.mirai.loader.pictureProgress": "Loading picture $1 of $2",
"app.mirai.moreMenu.title": "More",
"app.mirai.moreMenu.tooltip": "More",
"app.mirai.notEditableArea.hint": "This area is not editable",
"app.mirai.offerToSaveDialog.save": "Save",
"app.mirai.offerToSaveDialog.skip": "Skip saving",
"app.mirai.offerToSaveDialog.title": "Save project",
"app.mirai.offerToSaveDialog.txt": "Would you like to save your product before leaving the editor?",
"app.mirai.offlineNotification.message": "Please connect your device to the internet to proceed.",
"app.mirai.offlineNotification.onlineDesignContent.message": "The use of design content requires an internet connection. Please connect your device to the internet to proceed.",
"app.mirai.offlineNotification.savedProjectWithOnlineDesignContent.continue": "OK",
"app.mirai.offlineNotification.savedProjectWithOnlineDesignContent.message": "Your saved project includes online design content. Please connect your device to the internet and try again.",
"app.mirai.opacityEditor.opacity.title": "Opacity",
"app.mirai.opacityEditor.reset": "Reset",
"app.mirai.orderButton.popOver.withoutVisualElements": "Please add at least one element on the product to order.",
"app.mirai.orderWarningIndicator.label": "Warnings",
"app.mirai.page.contextmenu.applyAutoLayout": "Apply autolayout",
"app.mirai.page.contextmenu.applyAutoLayout.tooltip": "Click to automatically layout your pictures on the page",
"app.mirai.page.contextmenu.applyManualMode": "Change to manual mode",
"app.mirai.page.contextmenu.applyManualMode.tooltip": "Click to activate manual mode, no elements will change then when adding or removing elements.",
"app.mirai.page.warningIndicator.tooltip": "There are warnings on the page. Click to edit.",
"app.mirai.pageElement.failedValidation.EmptyPicture": "The image placeholder is empty",
"app.mirai.pageElement.failedValidation.EmptyText": "The text placeholder is empty",
"app.mirai.pageElement.failedValidation.TextOutsidePage": "The text is placed outside of the product",
"app.mirai.pageSettingsGroup": "Page settings",
"app.mirai.panelBarMenu.panelContainer.closeButton.tooltip": "Close panel",
"app.mirai.panelBarMenu.subPanelBar.backButton.label": "Back",
"app.mirai.photoBook.start.dialog.button.continue": "Continue",
"app.mirai.photoBook.start.dialog.button.facePositioning.description": "Scans your pictures to position faces perfectly. It's not recommended for pictures of landscapes due to longer processing times.",
"app.mirai.photoBook.start.dialog.button.facePositioning.label": "Face Positioning",
"app.mirai.photoBook.start.dialog.button.loadProject": "Load Project",
"app.mirai.photoBook.start.dialog.button.noWizard.description": "Start with an empty photobook and edit it manually.",
"app.mirai.photoBook.start.dialog.button.noWizard.label": "Empty Pages",
"app.mirai.photoBook.start.dialog.button.withWizard.description": "Select pictures, choose a visual theme and edit the result.",
"app.mirai.photoBook.start.dialog.button.withWizard.label": "Photobook Assistant",
"app.mirai.photoBook.start.dialog.subtitle": "Choose how to start",
"app.mirai.photoEditing": "Photo Editing",
"app.mirai.picture.contextmenu.previewPicture": "Picture preview",
"app.mirai.pictureBackground.contextMenu.doublePageBackground.button": "Use as double page background",
"app.mirai.pictureBackground.contextMenu.doublePageBackground.tooltip": "Use as double page background",
"app.mirai.pictureBackground.contextMenu.singlePageBackground.button": "Use as background",
"app.mirai.pictureBackground.contextMenu.singlePageBackground.tooltip": "Use as background",
"app.mirai.pictureManager": "Pictures",
"app.mirai.pictureManager.addPictures.button": "Add Pictures",
"app.mirai.pictureManager.addPictures.button.tooltip": "Add pictures to this list",
"app.mirai.pictureManager.button": "Pictures",
"app.mirai.pictureManager.button.tooltip": "List of all used and unused pictures",
"app.mirai.pictureManager.counter.tooltip": "This picture is used $1 time(s)",
"app.mirai.pictureManager.deletePicture.tooltip": "Delete pictures",
"app.mirai.pictureManager.deleteSelected.button.disabled.tooltip": "Only unused pictures can be removed",
"app.mirai.pictureManager.deleteSelected.button.tooltip": "Delete selected pictures",
"app.mirai.pictureManager.density": "Picture density",
"app.mirai.pictureManager.density.high": "High",
"app.mirai.pictureManager.density.highest": "Highest",
"app.mirai.pictureManager.density.low": "Low",
"app.mirai.pictureManager.density.lowest": "Lowest",
"app.mirai.pictureManager.density.standard": "Standard",
"app.mirai.pictureManager.density.tooltip": "This slider manipulates the density of pictures that will be distributed to each page.",
"app.mirai.pictureManager.deselectAll.button.tooltip": "Deselect pictures",
"app.mirai.pictureManager.noPictures": "No pictures added yet. Use the Add Pictures button to fill this list.",
"app.mirai.pictureManager.picturesAlreadyAdded.toast": "$1 picture(s) were not added because they are already in the list",
"app.mirai.pictureManager.revealNextOccurrence": "Reveal next occurrence",
"app.mirai.pictureManager.selectAll.button.disabled.tooltip": "All pictures have been selected",
"app.mirai.pictureManager.selectAll.button.tooltip": "Select all pictures of this list",
"app.mirai.pictureManager.sortButton.tooltip": "Change sort order for the picture list",
"app.mirai.pictureManager.sortOrder.ascending": "ascending",
"app.mirai.pictureManager.sortOrder.descending": "descending",
"app.mirai.pictureManager.sortedBy": "Sorted by",
"app.mirai.pictureManager.sortedBy.alphabet": "alphabet",
"app.mirai.pictureManager.sortedBy.custom": "custom",
"app.mirai.pictureManager.sortedBy.date": "date",
"app.mirai.pictureManager.sortedBy.unsorted": "unsorted",
"app.mirai.pictureManager.title": "Your Pictures",
"app.mirai.pictureManager.toManyPicturesSelected.toast": "Please select less than $1 pictures to add them to the page",
"app.mirai.pictureOperations.subPanelBar.backButton.tooltip": "Close picture editing options",
"app.mirai.picturePreviewDialog.close": "Close",
"app.mirai.picturePreviewDialog.title": "Picture Preview",
"app.mirai.productOptions.pageNumbering.color.label": "Color",
"app.mirai.productOptions.pageNumbering.font.label": "Font",
"app.mirai.productOptions.pageNumbering.format.label": "Format",
"app.mirai.productOptions.pageNumbering.optionName": "Page Numbering",
"app.mirai.productOptions.pageNumbering.positioning.label.centerBottom": "Bottom Center",
"app.mirai.productOptions.pageNumbering.positioning.label.centerTop": "Top Center",
"app.mirai.productOptions.pageNumbering.positioning.label.outerBottom": "Bottom Corner",
"app.mirai.productOptions.pageNumbering.positioning.label.outerTop": "Top Corner",
"app.mirai.productOptions.pageNumbering.state.disabled": "Inactive",
"app.mirai.productOptions.pageNumbering.state.enabled": "Active",
"app.mirai.productOptions.pageNumbering.title": "Page Numbering",
"app.mirai.productOptions.pageNumbering.toggle.description": "Show consecutive numbers at the bottom of each page.",
"app.mirai.productOptions.pageNumbering.toggle.label": "Print Page Numbers",
"app.mirai.productSettings.button.label": "Product",
"app.mirai.productSettings.button.tooltip": "Change the settings of the product",
"app.mirai.productSettings.menu.title": "Product settings",
"app.mirai.productSettingsGroup": "Product settings",
"app.mirai.project.couldNotBeSaved.alert": "Project could not be saved",
"app.mirai.saveMenu.tooltip": "Save and load",
"app.mirai.saveProjectDialog.close": "Close",
"app.mirai.saveProjectDialog.confirmOverwrite": "Do you really want to overwrite $1? The original Project will not be accessible anymore.",
"app.mirai.saveProjectDialog.projectName": "Project name:",
"app.mirai.saveProjectDialog.save": "Save",
"app.mirai.saveProjectDialog.saveLocal": "Save locally",
"app.mirai.saveProjectDialog.saveLocal.description": "Store your project on this device",
"app.mirai.saveProjectDialog.saveOnline": "Save into cloud",
"app.mirai.saveProjectDialog.saveOnline.description": "Store your project in the cloud to have access from any device",
"app.mirai.saveProjectDialog.title": "Save Your Project",
"app.mirai.saveReminderDialog.noReminder.label": "Do not ask me again",
"app.mirai.saveReminderDialog.save": "Save",
"app.mirai.saveReminderDialog.skip": "Close",
"app.mirai.saveReminderDialog.title": "Save changes",
"app.mirai.saveReminderDialog.txt": "Do you want to save the changes to the product?",
"app.mirai.showLocalProjectsSaveLocationDialog.changeBtn": "Change save location",
"app.mirai.showLocalProjectsSaveLocationDialog.closeBtn": "Close",
"app.mirai.showLocalProjectsSaveLocationDialog.currentLocation": "Current save location for local projects",
"app.mirai.showLocalProjectsSaveLocationDialog.externalDriveHint": "Please do not use an external or network drive. This can cause the loss of your saved projects in case the drive is not available any longer.",
"app.mirai.showLocalProjectsSaveLocationDialog.title": "Save location for local projects",
"app.mirai.shuffleLayouts": "Shuffle",
"app.mirai.simpleBook.autofill.minPageCount.toast": "Your Photobook has been filled up to reach the minimum page count of $1 pages.",
"app.mirai.simpleBook.autofill.nextLargerCountStep.toast": "$1 empty page(s) were added to your Photobook to reach a valid page count.",
"app.mirai.simpleBook.coverContentRemovedAction.toast": "The content from the cover was removed",
"app.mirai.snapping.osx.struggleToast": "Note that you can hold the Control key while snapping to temporarily disable it",
"app.mirai.snapping.win.struggleToast": "Note that you can hold Ctrl while snapping to temporarily disable it",
"app.mirai.stickers.add": "Add Stickers",
"app.mirai.stickers.button": "Stickers",
"app.mirai.stickers.button.tooltip": "Add stickers to your page",
"app.mirai.stickers.category.allStickers": "All stickers",
"app.mirai.stickers.category.currentlyUsed": "Currently used",
"app.mirai.stickers.category.title": "Select Sticker Category",
"app.mirai.stickers.menu.title": "Stickers",
"app.mirai.stickers.remove": "Remove Selected Sticker(s)",
"app.mirai.stickers.title": "Add stickers",
"app.mirai.themeSelection.removeButton.label": "Remove theme",
"app.mirai.themeSelection.title": "Themes",
"app.mirai.themeSelection.tooltip": "Choose a theme to apply designed layouts to the complete book",
"app.mirai.themeSelection.tutorial": "You can choose a theme. This will apply designed layouts to the complete book.",
"app.mirai.troubleshooter.button.back": "Back",
"app.mirai.troubleshooter.button.continue": "Ignore warnings",
"app.mirai.troubleshooter.failedValidation.BadBackgroundQuality": "There are $1 background image(s) with insufficient resolution",
"app.mirai.troubleshooter.failedValidation.BadPictureQuality": "There are $1 picture(s) with insufficient resolution",
"app.mirai.troubleshooter.failedValidation.EmptyPage": "There are $1 empty page(s)",
"app.mirai.troubleshooter.failedValidation.EmptyPicture": "There are $1 empty picture placeholders",
"app.mirai.troubleshooter.failedValidation.EmptyText": "There are $1 empty text placeholders",
"app.mirai.troubleshooter.failedValidation.NoPicturesInComposition": "There are no pictures added to the product",
"app.mirai.troubleshooter.failedValidation.NoVisualElementsInComposition": "There are no visual elements",
"app.mirai.troubleshooter.failedValidation.TextOutsidePage": "There are $1 text(s) placed outside of the product",
"app.mirai.troubleshooter.failedValidation.WithoutPictures": "There are $1 page(s) without pictures",
"app.mirai.troubleshooter.recommendation.multiplePages": "It is recommended to go back to the editor and resolve the issues on the marked pages.",
"app.mirai.troubleshooter.recommendation.singlePage": "It is recommended to go back to the editor and resolve the marked issues.",
"app.mirai.troubleshooter.title": "There are warnings",
"app.mirai.upsellingDialog.acceptPreview.button": "Accept & Order ($1)",
"app.mirai.upsellingDialog.back.button": "Back",
"app.mirai.upsellingDialog.edit.button": "Edit",
"app.mirai.upsellingDialog.next.button": "Next",
"app.mirai.upsellingDialog.productChanged.info": "Your product has changed. Please check if everything is alright.",
"app.mirai.upsellingDialog.title": "Option enhancements",
"app.mirai.wizard.allPicturesAreDistributedAgain.message": "All pictures are successfully distributed in the product",
"app.mirai.wizard.bookTitle.placeholder": "Click here to add a title to your photobook",
"app.mirai.wizard.dialog.back": "Back",
"app.mirai.wizard.dialog.finish": "OK",
"app.mirai.wizard.dialog.next": "Next",
"app.mirai.wizard.dialog.skipToEditor": "Skip to Editor",
"app.mirai.wizard.pageEditingHint": "This is a non-editable Preview. You can continue to the Editor for more editing options.",
"app.mirai.wizard.pictureManager.addMorePictures.tooltip": "Add more pictures",
"app.mirai.wizard.pictureManager.contextmenu.copyToCover": "Copy to cover",
"app.mirai.wizard.pictureManager.contextmenu.copyToPages": "Copy to pages",
"app.mirai.wizard.pictureManager.contextmenu.moveToCover": "Move to cover",
"app.mirai.wizard.pictureManager.contextmenu.moveToPages": "Move to pages",
"app.mirai.wizard.pictureManager.coverGroup.label": "Cover",
"app.mirai.wizard.pictureManager.deleteDropZone.tooltip": "Drag & Drop pictures here to delete them",
"app.mirai.wizard.pictureManager.noCoverPictures": "Drag pictures here to move them to your cover",
"app.mirai.wizard.pictureManager.noPictures": "Add pictures to fill your photobook",
"app.mirai.wizard.pictureManager.pagesGroup.label": "Pages",
"app.mirai.wizard.pictureManager.sortButton.tooltip": "Set the sorting order for your page pictures",
"app.mirai.wizard.pictureManager.title": "Your Pictures",
"app.mirai.wizard.pictureManager.tooltip": "Add/remove and re-order pictures",
"app.mirai.wizard.tutorial.density": "Choose if you want more or less pictures per page.",
"app.mirai.wizard.tutorial.intro.message": "Added pictures will automatically be distributed into your Photobook, based on the current sort order.<br> Continue to the Editor for more editing options.",
"app.mirai.wizard.tutorial.intro.title": "Welcome to the Photobook Assistant",
"app.mirai.wizard.tutorial.pictures": "Here you can change the sort order of your pictures or manually sort your pictures with drag and drop. Use the context menu to copy or move pictures to the cover.",
"app.mirai.wizard.tutorial.picturesTab": "You can choose a cover picture here and add/remove or re-order the pictures.",
"app.mirai.wizard.tutorial.startButton": "Start",
"app.mirai.wizard.tutorial.title": "You can add a title to your Photobook cover here.",
"app.mirai.wizard.undistributedPicturesArePresent.message": "$1 pictures could not be used with the current settings. Please use a higher picture density or choose a different theme",
"app.mirai.wizardPictureManager.pictureNotUsed.tooltip": "This picture in not used in the product",
"app.mirai.wizardPictureManager.pictureUsed.tooltip": "This picture is used in the product",
"app.mirai.workflow.overview.changeAllPageBackgroundAction.toast": "Background was changed for all pages.",
"app.mirai.workflow.overview.changeLayoutAction.toast": "All layouts were changed.",
"app.miraiProjectService.SaveSuccessfulNotification": "Your project \"$1\" has been saved successfully",
"app.miraiProjectService.error.fileCorrupt": "We are sorry! The project file is corrupted and the project cannot be loaded.",
"app.miraiProjectService.error.folderDeletionFailed": "Not all files of the project could be deleted. Please remove the files and folder manually.",
"app.miraiProjectService.error.noAccess": "Cannot access the file \"$1\". This can be due to insufficient user rights or because the file is write protected.",
"app.miraiProjectService.error.notFound": "Cannot find the file \"$1\". If it is located on a removable device, please reconnect the device.",
"app.miraiProjectService.initialProjectTitle": "My $1 Project Name",
"app.multiPageSimple.addElementsButton.button": "Add Elements",
"app.multiPageSimple.addElementsButton.tooltip": "Add Elements",
"app.multiPageSimple.addMorePictures.button": "Add more Pictures",
"app.multiPageSimple.addMorePictures.button.tooltip": "Add more Pictures",
"app.multiPageSimple.addMorePictures.samePrice.button": "Add $1 more picture(s) for the same price",
"app.multiPageSimple.addPictures.disabled.tooltip": "Maximum amount of prints is reached.",
"app.multiPageSimple.backToOverview.button": "To overview",
"app.multiPageSimple.confirmLeave": "The changes you made will not be saved. Are you sure you want to leave?",
"app.multiPageSimple.controlsHeader.title": "Your Insta-Print",
"app.multiPageSimple.emptyPagesDialog.button.back": "Back",
"app.multiPageSimple.emptyPagesDialog.button.confirm": "Confirm",
"app.multiPageSimple.emptyPagesDialog.message": "You can add $1 more picture(s) for the same price. Are you sure you want to proceed to the checkout?",
"app.multiPageSimple.emptyPagesDialog.title": "Information",
"app.multiPageSimple.options.selection": "Insta-Print Options",
"app.multiPageSimple.overview.changeAllPageBackgroundAction.toast": "Background was changed for all pages.",
"app.multiPageSimple.overview.changeLayoutAction.toast": "All layouts were changed.",
"app.multiPageSimple.overview.deleteAction.text": "Delete",
"app.multiPageSimple.overview.deleteAction.toast": "$1 Print(s) were removed.",
"app.multiPageSimple.overview.deleteAction.tooltip": "Delete print",
"app.multiPageSimple.overview.maxPicturesReached.toast": "$1 picture(s) could not be added. The maximum is $2 pictures.",
"app.multiPageSimple.overview.packageUpgrade.toast": "The product was upgraded to the next package of $1 pictures for $2.",
"app.multiPageSimple.overview.undoToast.message": "Undo",
"app.multiPageSimple.pageCount": "Print $1",
"app.multiPageSimple.pictureEditOverlay.clickToEdit": "Click picture to edit",
"app.multiPageSimple.pictureEditOverlay.touchToEdit": "Touch picture to edit",
"app.multiPageSimple.start.addMorePictures.button.tooltip": "Add pictures",
"app.multiPageSimple.start.choosePhotos.button": "Choose pictures",
"app.multiPageSimple.start.choosePhotos.description": "Start by adding pictures for your prints. You can add more or remove pictures in the overview.",
"app.multiPageSimple.start.choosePhotos.singleItem.title": "Choose $1 pictures",
"app.multiPageSimple.start.choosePhotos.title": "Choose $1 pictures or more",
"app.pictureEditor.adjustments": "Color Correction",
"app.pictureEditor.brightness.label": "Brightness:",
"app.pictureEditor.contrast.label": "Contrast:",
"app.pictureEditor.crop": "Crop / Zoom",
"app.pictureEditor.effects": "Photo Effects",
"app.pictureEditor.saturation.label": "Saturation:",
"app.pictureLayoutOperations.toBack.button": "To back",
"app.pictureLayoutOperations.toFront.button": "To front",
"app.pictureOperations.addPicture": "Add Picture",
"app.pictureOperations.addPictures": "Add Pictures",
"app.pictureOperations.editPicture": "Edit Picture",
"app.pictureOperations.editPicture.tooltip": "Options for picture editing",
"app.pictureOperations.editPicture.tooltipWhenDisabled": "Please select a picture",
"app.pictureTransformations.mirrorHorizontal.tooltip": "Mirror horizontally",
"app.pictureTransformations.pinchToZoom.overlay": "Pinch here to zoom",
"app.pictureTransformations.rotateRight.tooltip": "Rotate right",
"app.price.free.text": "Free",
"app.printQualityIndicator.bad": "Poor image quality",
"app.printQualityIndicator.good": "Good image quality",
"app.printQualityIndicator.popOver.bad": "The resolution of the used image is insufficient. It is recommended to use a resolution of at least $1 pixels.",
"app.printQualityIndicator.popOver.badZoomed": "For this zoom level, the resolution of the used image is insufficient. Please zoom out the picture and check the quality again.",
"app.printQualityIndicator.popOver.good": "The resolution of the used image is very good for the selected product.",
"app.printQualityIndicator.popOver.multiplePages.bad": "The resolution of the marked pages is insufficient. Please check the marked pages.",
"app.printQualityIndicator.popOver.multiplePages.good": "The resolution of the used images is very good for the selected product.",
"app.printQualityIndicator.popOver.multiplePictures.bad": "The resolution of the marked images is insufficient. It is recommended to use a resolution of at least $1 pixels.",
"app.printQualityIndicator.popOver.pictureBackgroundQuality.bad": "The resolution of the used image background is insufficient",
"app.printQualityIndicator.popOver.pictureBackgroundQuality.bad.withRecommendation": "The resolution of the background image is too low and could result in a minor quality. It is recommended to use a resolution of at least $1 pixels.",
"app.printQualityIndicator.popOver.pictureBackgroundQuality.bad.zoomed": "The resolution of the background image is too low and could result in a minor quality.",
"app.project.load.error": "Sorry the product changed and can not be loaded anymore!",
"app.project.name.change.hint": "Click to change: $1",
"app.project.name.save.success": "Project name has been changed",
"app.project.name.validation.isEmpty.error": "Project name must not be empty",
"app.project.name.validation.tooLong.error": "Project name must not be longer than $1 characters",
"app.project.save.elementLoadErrors": "Not all images or texts are available any longer. Please check the elements marked as problem.",
"app.selectionList.close.text": "Close",
"app.selectionList.deselectAll.text": "Deselect all",
"app.selectionList.selectAll.text": "Select all",
"app.selectionList.selectionCount.text": "$1 items selected",
"app.simpleBook.addElementsButton.button": "Add Elements",
"app.simpleBook.addElementsButton.tooltip": "Add Elements",
"app.simpleBook.addMorePictures.button": "Add more Pictures",
"app.simpleBook.addMorePictures.button.tooltip": "Pictures will be added to the picture list and will automatically be distributed on the pages",
"app.simpleBook.addMorePictures.samePrice.button": "Add $1 more picture(s) for the same price",
"app.simpleBook.addPictures.disabled.tooltip": "Maximum amount of pages is reached.",
"app.simpleBook.confirmLeave": "The changes you made will not be saved. Are you sure you want to leave?",
"app.simpleBook.emptyPagesDialog.message": "You can add $1 more picture(s) for the same price. Please note that the book will contain empty pages if not filled. Are you sure you want to proceed to the checkout?",
"app.simpleBook.maxPagesReached.toast": "$1 picture(s) could not be added because of the maximum page count of $2 pages.",
"app.simpleBook.overview.listEdit": "Edit",
"app.simpleBook.overview.listEdit.tooltip": "Edit",
"app.simpleBook.overview.maxPicturesReached.toast": "$1 picture(s) could not be added. The maximum is $2 pictures.",
"app.simpleBook.overview.packageUpgrade.toast": "The product was upgraded to the next package of $1 pictures for $2.",
"app.simpleBook.packageDowngrade.toast": "$1 empty pages were removed and the product price was updated to $2.",
"app.simpleBook.packageUpgrade.toast": "$1 pages were added and the product price was updated to $2.",
"app.simpleBook.pageCount": "Page $1",
"app.simpleBook.pageInfo.backCoverPage": "Back Cover",
"app.simpleBook.pageInfo.frontCoverPage": "Front Cover",
"app.simpleBook.rearrangeControls.title": "Rearrange Pages",
"app.simpleBook.start.addMorePictures.button.tooltip": "Add pictures",
"app.simpleBook.start.choosePhotos.button": "Choose pictures",
"app.simpleBook.start.choosePhotos.description": "Start by adding pictures to your photobook. You can add more or remove pictures in the overview.",
"app.simpleBook.start.choosePhotos.title": "Choose $1 pictures or more",
"app.simpleProducts.addElementsButton.button": "Add Elements",
"app.simpleProducts.addElementsButton.tooltip": "Add Elements",
"app.simpleProducts.confirmLeave": "The changes you made will not be saved. Are you sure you want to leave?",
"app.textEditor.addTextElement": "Add Text",
"app.textEditor.addTextElement.maxTextElementsReachedTooltip": "Maximum of $1 Text(s) per page allowed.",
"app.textEditor.addTextElement.tooltip": "Add Text",
"app.textEditor.button": "Edit Text",
"app.textEditor.desktop.editText.title": "Text",
"app.textEditor.desktop.textColor.title": "Color",
"app.textEditor.editFont.button": "Change font",
"app.textEditor.editFont.title": "Font",
"app.textEditor.editText.button": "Edit Text",
"app.textEditor.editText.readonly.tooltip": "This text can not be edited.",
"app.textEditor.editText.removedInvalidCharacters.toast": "Invalid characters has been removed.",
"app.textEditor.editTextElement": "Edit Text",
"app.textEditor.editTextElement.tooltip": "Edit Text",
"app.textEditor.editTextElement.tooltipWhenDisabled": "Please select a text element",
"app.textEditor.fontStyle.title": "Style",
"app.textEditor.textColor.button": "Text Color",
"app.textEditor.textColor.title": "Change Text Color",
"app.textEditor.textElementDelete.button": "Delete Text",
"app.textEditor.textStyle.autoSize.button": "Auto-size",
"app.textEditor.textStyle.autoSize.button.tooltip": "Resizes the text so it fits into its placeholder.",
"app.textEditor.textStyle.button": "Change Text Style",
"app.textEditor.textStyle.fontSize": "Font-Size",
"app.textEditor.textStyle.fontSize.decrease": "decrease font-size",
"app.textEditor.textStyle.fontSize.increase": "increase font-size",
"app.textEditor.textStyle.format": "Format",
"app.textEditor.textStyle.format.alignCenter": "align center",
"app.textEditor.textStyle.format.alignLeft": "align left",
"app.textEditor.textStyle.format.alignRight": "align right",
"app.textEditor.title": "Text-Editor",
"app.upload.error": "The following error occurred during upload: $1",
"app.upload.errorLostConnection": "Your device lost connection to the internet. Please make sure you are online before restarting the upload.",
"app.usageCountIdenticator.text": "$1 of $2",
"app.user.login.deviceOffline.title": "Your device is offline",
"app.user.login.deviceOffline.txt": "Please connect your device to the internet to proceed.",
"app.wallDecor.addElementsButton.button": "Add Elements",
"app.wallDecor.addElementsButton.tooltip": "Add Elements",
"app.wallDecor.confirmLeave": "The changes you made will not be saved. Are you sure you want to leave?",
"app.wallDecor.controlsHeader.title": "Your Wall Décor",
"composer.nonDesignableInnerCoverHint": "This page is not editable and will be left blank",
"composer.viewModels.collapsed": "Normal",
"composer.viewModels.collapsed.tooltip": "Switch to normal view mode",
"composer.viewModels.edit": "Normal",
"composer.viewModels.edit.tooltip": "Switch to normal view mode",
"composer.viewModels.expanded": "Border",
"composer.viewModels.expanded.tooltip": "Switch to border view mode",
"composer.viewModels.preview": "Preview",
"composer.viewModels.preview.tooltip": "Switch to preview mode",
"composer.viewModels.preview3D": "3D Preview",
"composer.viewModels.preview3D.tooltip": "Switch to 3D preview mode",
"ips.portfolio.upselling.currentPrice": "$2",
"ips.portfolio.upselling.higherPrice": "only + $1",
"ips.portfolio.upselling.lowerPrice": "- $1",
"ips.progress.time.about.hour": "ca. $1 hour",
"ips.progress.time.about.hours": "ca. $1 hours",
"ips.progress.time.about.minute": "ca. $1 minute",
"ips.progress.time.about.minutes": "ca. $1 minutes",
"ips.progress.time.about.moreThanHours": "more than $1 hours",
"jade.currency.decPoint": ".",
"jade.currency.format": "€ %s",
"jade.currency.thousandsSep": ","
}