-
Notifications
You must be signed in to change notification settings - Fork 16
/
Localizable.strings
1138 lines (921 loc) · 46.7 KB
/
Localizable.strings
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
/*
1) Copy and paste this file in the host application
2) Remove unused
3) Override values
*/
// MARK: - Camera Screen
/* Music selection screen title */
"Music" = "Music";
/* Used when the question is answered yes */
"Yes" = "Yes";
/* Used when answering a negative question */
"No" = "No";
/* Title of the message if an error occurs */
"Error" = "Error";
/* Move to next screen */
"Next" = "Next";
/* Ability to cancel */
"Cancel" = "Cancel";
/* Ability to close */
"CLOSE" = "CLOSE";
"alert.reset.all.title" = "Reset all?";
"alert.reset.all.message" = "";
/* Used in alert with Yes and No options when resetting filters. */
"record.screen.reset.all.title" = "Want to reset changes?";
"editor.screen.reset.all.title" = "Reset all?";
"record.screen.reset.all.message" = "";
"editor.screen.reset.all.message" = "";
/* Used in alert with Yes and No options */
"alert.delete.last.clip.title" = "Delete the last video?";
"alert.delete.last.clip.message" = "";
/* Used for alert message to continure editing video*/
"alert.camera.continue.editing.video.question.title" = "You have a not finished video. Do you want to continue?";
"alert.camera.continue.editing.video.question.message" = "";
/* Error message received when trying to load a mask */
"Mask not loaded" = "Mask not loaded";
/* An error message that appears in the camera when the length of the recorded video is less than the minimum allowed duration */
"com.banuba.toShortVideoMessageFormatPluralSeconds" = "Record at least %d seconds";
"com.banuba.toShortVideoMessageSingleSecond" = "Record at least 1 second";
"com.banuba.recorder.requireMaskAlertTitle" = "Let's Keep it Fun and Safe!";
"com.banuba.recorder.requreMaskAlertMessage" = "Before you start recording, please select a mask filter! It's a fun and cool way to express yourself while keeping our community joyful and secure!";
"com.banuba.recorder.requireMaskButtonTitle" = "Ok, got it!";
/* An error message that appears in the trimmer when user tryed to use too long video */
"com.banuba.TooLongVideoMessageFormat" = "Video duration should be between %d and %d seconds";
/* An error message that appears in the camera if the recorded video is longer than the maximum allowed length */
"Max video length %d sec" = "Max video length %d sec";
/* Turning off the camera's auto timer */
"Timer is off" = "Timer is off";
/* Enabling the countdown timer to automatically start shooting in the camera */
"%i seconds timer is on" = "%i seconds timer is on";
/* Record speed format */
"com.banuba.recorder.speedFormat" = "%@x";
/* Hint on how to apply masks to video */
"Press and hold mask" = "Tap and hold to apply mask";
/* Hint on how to apply time filter to video */
"Press and hold time" = "Tap and hold to add time warp effects";
/* Hint on how to apply visual filters to video */
"Press and hold visual" = "Tap and hold to add effects";
/* Message about downloading videos from iCloud in the window for selecting videos saved on the mobile device */
"Video is uploading from iCloud" = "Video is uploading from iCloud";
/* Network Unavailable info */
"Network Unavailable" = "Network Unavailable";
/* Screen name which will be visible if enable in configuration */
"Choose Cover Screen Name" = "Thumbnail";
"Reach maximum video duration" = "Reach maximum video duration";
// MARK: - Gifphy Screen
/* Hint, which is shown in the GIF objects search input field, if it is empty */
"com.banuba.searchGif.placeholder" = "Search GIPHY";
/* Ability to cancel the search for GIF objects */
"Cancel" = "Cancel";
/* Pictures not found by custom keyword */
"No stickers found" = "No stickers found";
/* Stickers search can not be performed due to missing API key */
"Giphy API key missing" = "Stickers will appear here when you set up Giphy key";
/* A heading showing that there are problems with the Internet connection */
"Problems with internet" = "No internet connection";
/* Advice to the user on further actions to solve this problem */
"Check your connection and try again" = "Check your connection and try again";
/* Ability to load GIF objects again */
"Again" = "Try again";
// MARK: - ERROR MESSAGES
/* Message when request failed with `statusCode` code */
"HTTP Error %d" = "HTTP Error %d";
/* Message displayed when there is no internet connection */
"You don't seem to be connected to the internet. \nPlease try again" = "You don't seem to be connected to the internet. \nPlease try again";
/* Message displayed when media file cannot be downloaded */
"Cannot download media file from your iCloud" = "Cannot download media file from your iCloud";
/* Error if the format of the response from the server does not match the expected */
"Unknown data format" = "Unknown data format";
/* Used in alert re-asking permissions to Photos with Cancel and Settings options. */
"banuba.camera.alert.missed.gallery.persmission.title" = "Please, allow your Photos & Videos in the settings to make a clip.";
"banuba.camera.alert.missed.gallery.persmission.message" = "";
/* Used in alert re-asking Camera & Microphone permissions with Settings option. */
"Banuba.Camera.MissedCameraAndMicrophonePersmissions" = "Please, allow your Camera and Mic to make a recording.";
/* Used in a message to the user when access to the camera is denied through special options in the phone settings (such as 'Parental Control') */
"banuba.alert.camera.access.restricted.title" = "Camera permissions are not granted";
"banuba.alert.camera.access.restricted.message" = "";
/* Used in a message to the user when microphone is not muted and headphones are not plugged */
"banuba.alert.camera.no.headphones.title" = "Use Headphones";
"banuba.alert.camera.no.headphones.message" = "For better sound of your reaction, please, use headphones.";
"banuba.alert.camera.no.headphones.music.messageFormat" = "To achieve premium audio please record with headphones. Recording must be greater than %d seconds.";
"banuba.alert.camera.no.headphones.button.title" = "Okay";
/* Used in alert with options Cancel and In settings */
"alert.microphone.unavailable.title" = "Microphone unavailable. Please allow access in device settings";
"alert.microphone.unavailable.message" = "";
"errors.lowDiskSpace" = "Low on space. Please make sure the device storage space is not critically full";
"errors.photosLibraryNetworkError" = "Unfortunately, there was an error downloading the video. Please try again.\nIf the issue persists check internet connection and try opening the video in your gallery first.";
// MARK: - Settings
/* The name of the button, by clicking on which you can go to the Settings application. */
"Settings" = "Settings";
/* The name of the button, by clicking on which you can refuse missed permission alert message */
"Settings.Close" = "Close";
/* Used in an alert with Yes and No when resetting effects. */
"alert.reset.effects.title" = "Discard changes?";
"alert.reset.effects.message" = "";
/* Undo filters applied to video in the add filters screen */
"Undo" = "Undo";
/* Finish button title */
"Done" = "Done";
/* OK button title in alert */
"OK" = "OK";
/* Show the user when the disk space has run out during video recording and when he clicks the Record video button */
"Not enough storage" = "Not enough storage";
// MARK: - Effects names
/* Soul effect name */
"com.banuba.editor.effect.name.soul" = "Soul";
/* TV Foam effect name */
"com.banuba.editor.effect.name.tv-foam" = "TV-Foam";
/* VHS video effect name */
"com.banuba.editor.effect.name.vhs" = "VHS";
/* Flash video effect name */
"com.banuba.editor.effect.name.flash" = "Flash";
/* Rave effect name */
"com.banuba.editor.effect.name.rave" = "Rave";
/* Glitch effect name */
"com.banuba.editor.effect.name.glitch" = "Glitch";
/* Acid whip effect name */
"com.banuba.editor.effect.name.acid-whip" = "Acid whip";
/* Zoom effect name */
"com.banuba.editor.effect.name.zoom" = "Zoom";
/* Zoom 2 effect name */
"com.banuba.editor.effect.name.zoom2" = "Zoom 2";
/* Cathode effect name */
"com.banuba.editor.effect.name.cathode" = "Cathode";
/* Polaroid effect name */
"com.banuba.editor.effect.name.polaroid" = "Polaroid";
/* Slow motion effect name */
"com.banuba.editor.effect.name.slow-motion" = "Slow mo";
/* Rapid effect name */
"com.banuba.editor.effect.name.rapid" = "Rapid";
/* Mirror 2 effect name*/
"com.banuba.editor.effect.name.mirror2" = "Mirror 2";
/* DV Cam effect name */
"com.banuba.editor.effect.name.dvcam" = "DV Cam";
/* Glitch 2 effect name */
"com.banuba.editor.effect.name.glitch2" = "Glitch 2";
/* Heat map effect name */
"com.banuba.editor.effect.name.heatmap" = "Heat Map";
/* Mirror effect name */
"com.banuba.editor.effect.name.mirror" = "Mirror";
/* Lumiere */
"com.banuba.editor.effect.name.lumiere" = "Lumiere";
/* Pixel dynamic effect name */
"com.banuba.editor.effect.name.pixelationdynamic" = "Pixel Dynamic";
/* Pixel static effect name */
"com.banuba.editor.effect.name.pixelationstatic" = "Pixel Static";
/* Stars effect name */
"com.banuba.editor.effect.name.stars" = "Stars";
/* Transition effect name */
"com.banuba.editor.effect.name.transition" = "Transition";
/* Transition 4 */
"com.banuba.editor.effect.name.transition4" = "Transition 4";
/* VHS 2 effect name */
"com.banuba.editor.effect.name.vhs2" = "VHS 2";
/* Twitch effect name */
"com.banuba.editor.effect.name.twitch" = "Twitch";
/* Blur out effect name */
"com.banuba.editor.effect.name.blur-out" = "Blur out";
/* Corner flip effect name */
"com.banuba.editor.effect.name.corner-flip" = "Corner flip";
/* Zoom out effect name */
"com.banuba.editor.effect.name.zoom-out" = "Zoom out";
/* Warp back effect name */
"com.banuba.editor.effect.name.warp-back" = "Warp back";
/* Open trimmer button name (for dradt) */
"com.banuba.editor.openTrimButtonTitle" = "Adjust Clip";
/* Captions button title */
"com.banuba.editor.captions" = "Captions";
/* Captions not available for multiple videos */
"com.banuba.editor.captionsNotAvailableForMutipleVideos" = "Not available for multiple videos and photo";
// MARK: - Filter names
/* glitch filter name */
"com.banuba.filter.name.lux" = "Lux";
/* remy filter name */
"com.banuba.filter.name.remy" = "Remy";
/* hyla filter name */
"com.banuba.filter.name.hyla" = "Hyla";
/* neon filter name */
"com.banuba.filter.name.neon" = "Neon";
/* retro filter name */
"com.banuba.filter.name.retro" = "Retro";
/* sunny filter name */
"com.banuba.filter.name.sunny" = "Sunny";
/* egypt filter name */
"com.banuba.filter.name.egypt" = "Egypt";
/* spark filter name */
"com.banuba.filter.name.spark" = "Spark";
/* byers filter name */
"com.banuba.filter.name.byers" = "Byers";
/* lilac filter name */
"com.banuba.filter.name.lilac" = "Lilac";
/* vinyl filter name */
"com.banuba.filter.name.vinyl" = "Vinyl";
/* japan filter name */
"com.banuba.filter.name.japan" = "Japan";
/* chile filter name */
"com.banuba.filter.name.chile" = "Chile";
/* glitch filter name */
"com.banuba.filter.name.glitch" = "Glitch";
/* grunge filter name */
"com.banuba.filter.name.grunge" = "Grunge";
/* canada filter name */
"com.banuba.filter.name.canada" = "Canada";
/* chroma filter name */
"com.banuba.filter.name.chroma" = "Chroma";
/* norway filter name */
"com.banuba.filter.name.norway" = "Norway";
/* korben filter name */
"com.banuba.filter.name.korben" = "Korben";
/* sunset filter name */
"com.banuba.filter.name.sunset" = "Sunset";
/* instant filter name */
"com.banuba.filter.name.instant" = "Instant";
/* england filter name */
"com.banuba.filter.name.england" = "England";
/* pinkvine filter name */
"com.banuba.filter.name.pinkvine" = "Pinkvine";
/* vivid filter name */
"com.banuba.filter.name.vivid" = "Vivid";
/* bright filter name */
"com.banuba.filter.name.bright" = "Bright";
// MARK: - GALLERY SCREEN / SLIDE SHOW
/* User selected too many files in the gallery */
"You can select only %d files" = "You can select up to %d files";
/* Failed to export a video */
"Failed to create video" = "Failed to create video";
// MARK: - Music Editor
/* Delete track button title */
"MusicEditor.Delete" = "Delete";
/* Voice effect button title */
"MusicEditor.VoiceEffect" = "Effect";
/* Edit track button title */
"MusicEditor.Edit" = "Edit";
/* Add track button title */
"MusicEditor.Tracks" = "Tracks";
/* Add voice record button title */
"MusicEditor.Record" = "Record";
/* Video volume title */
"MusicEditor.VideoVolume" = "Volume";
/* Original sound title */
"MusicEditor.OriginalSound" = "Original sound";
/* Added sound title */
"MusicEditor.AddedSound" = "Added sound";
/* Audio duration title */
"MusicEditor.Duration" = "Duration";
/* Confirmation message for discarding changes */
"com.banuba.musicEditor.mainScreen.resetAll.title" = "Discard changes?";
"com.banuba.musicEditor.mainScreen.resetAll.message" = "";
/* Error message when a user tries to add tracks with reached limit */
"MusicEditor.Max available tracks - %i" = "Max available tracks - %i";
/* Elf filter title */
"com.banuba.musicEditor.elf" = "Elf";
/* Baritone filter title */
"com.banuba.musicEditor.baritone" = "Baritone";
/* Echo filter title */
"com.banuba.musicEditor.echo" = "Echo";
/* Giant filter title */
"com.banuba.musicEditor.giant" = "Giant";
/* Robot filter title */
"com.banuba.musicEditor.robot" = "Robot";
/* Squirrel filter title */
"com.banuba.musicEditor.squirrel" = "Squirrel";
// MARK: - Overlay Editor
/* Delete overlay item button title */
"OverlayEditor.Delete" = "Delete";
/* Edit overlay item button title */
"OverlayEditor.Edit" = "Edit";
/* Style overlay item button title */
"OverlayEditor.Style" = "Style";
/* Add text button title */
"OverlayEditor.Text" = "Text";
/* Add captions button title */
"OverlayEditor.Captions" = "Captions";
/* Add sticker button title */
"OverlayEditor.Sticker" = "Sticker";
/* Add square blur button title */
"OverlayEditor.Square.Blur" = "Square";
/* Add circle Blur button title */
"OverlayEditor.Circle.Blur" = "Circle";
/* Cancel button title */
"OverlayEditor.Cancel" = "Cancel";
/* Confirmation message for discarding changes */
"com.banuba.overlayEditor.mainScreen.resetAll.title" = "Discard changes?";
"com.banuba.overlayEditor.mainScreen.resetAll.message" = "";
"com.banuba.overlayEditor.mainScreen.resetAll.agree" = "Discard";
"com.banuba.overlayEditor.mainScreen.resetAll.disagree" = "Cancel";
"com.banuba.overlayEditor.captions.creationCaptions" = "Creating auto captions";
"com.banuba.overlayEditor.captions.noSpeechRecognized" = "No speech recognized";
"com.banuba.overlayEditor.captions.noInternetConnectionTitle" = "No internet connection";
"com.banuba.overlayEditor.captions.noInternetConnectionMessage" = "Check your connection and try again.";
"com.banuba.overlayEditor.captions.tryAgain" = "Try Again";
"com.banuba.overlayEditor.captions.noInternetConnectionToast" = "The internet connection appears to be offline.";
"com.banuba.captions.noAvailableForMiltipleVideosAndPhotoError" = "Not available for multiple videos and photo.";
"com.banuba.overlayEditor.captions.textStyle.basic" = "Basic";
"com.banuba.overlayEditor.captions.textStyle.multicolor" = "Multicolor";
"com.banuba.overlayEditor.captions.textStyle.gradient" = "Gradient";
"com.banuba.overlayEditor.captions.createNewCaptionsQuestion" = "Create new captions?";
"com.banuba.overlayEditor.captions.createNewCaptionsQuestionDetails" = "Previously created captions will be deleted.";
"com.banuba.overlayEditor.captions.create" = "Create";
"com.banuba.overlayEditor.captions.captionsEditing" = "Captions editing";
"com.banuba.overlayEditor.captions.discardCaptionsTitle" = "Discard captions?";
"com.banuba.overlayEditor.captions.discard" = "Discard";
"com.banuba.overlayEditor.captions.delete" = "Delete";
"com.banuba.overlayEditor.captions.keep" = "Keep";
"com.banuba.overlayEditor.captions.deleteCaptionsTitle" = "Delete captions?";
"com.banuba.overlayEditor.captions.deleteSelectedCaption" = "Delete selected";
"com.banuba.overlayEditor.captions.deleteAllCaptions" = "Delete all";
"com.banuba.overlayEditor.captions.selectLanguage" = "Select language";
"com.banuba.overlayEditor.captions.language.english" = "English";
"com.banuba.overlayEditor.captions.language.mandarin" = "Mandarin";
"com.banuba.overlayEditor.captions.language.portuguese" = "Portuguese";
"com.banuba.overlayEditor.captions.language.spanish" = "Spanish";
"com.banuba.overlayEditor.captions.language.arabicGulf" = "Gulf Arabic";
"com.banuba.overlayEditor.captions.language.arabic" = "Arabic";
// MARK: - AudioBrowser
/* No internet connection title in alert */
"AudioBrowser.noInternetConnection" = "No internet connection";
/* Message for user if No internet connection */
"AudioBrowser.checkConnectionMessage" = "Please, check your connection and try again";
/* Retry button title */
"AudioBrowser.retry" = "Retry";
/* Allow access message */
"AudioBrowser.allowAccessMessage" = "To use your own music, allow access to Apple Music library, please.";
/* Allow button title */
"AudioBrowser.allowAccess" = "Allow Access";
/* My files button title */
"AudioBrowser.myFiles" = "My Files";
"audioBrowser.search.by.categories" = "Search by categories";
"audioBrowser.search.by.groups" = "Search by groups";
"audioBrowser.search.by.tracks" = "Search by tracks";
"audioBrowser.use" = "Use";
"audioBrowser.show.more" = "Show more";
"audioBrowser.stop.using" = "Stop using";
"audioBrowser.my.library" = "My library";
"audioBrowser.no.matches" = "No matches";
"audioBrowser.no.tracks" = "No tracks";
/* Track format for displaying mubert track title*/
"audioBrowser.mubertTrackFormat" = "Track %d";
/* Wrong Mubert key error text */
"audioBrowser.wrongPatError" = "Mubert license is missing. Please contact Mubert";
"feature.disabled.audiobrowser" = "Default music browser is not included in your package. You can plugin your own music.";
// MARK: - MusicLibrary
"MusicLibrary.homeScreenTitle" = "Music";
"MusicLibrary.featured" = "Featured";
"MusicLibrary.favorites" = "Favorites";
"MusicLibrary.recents" = "Recents";
"MusicLibrary.collections" = "Collections";
"MusicLibrary.genres" = "Genres";
"MusicLibrary.viewAll" = "View All";
"MusicLibrary.showMore" = "Show More";
"MusicLibrary.tryAgain" = "Try again";
"MusicLibrary.tryAgainLaterTitle" = "Please try again later";
"MusicLibrary.allTracks" = "All tracks";
"MusicLibrary.popular" = "Popular";
"MusicLibrary.noInternetTitle" = "No internet connection";
"MusicLibrary.noInternetMessage" = "Check your connection or try again.";
"MusicLibrary.noContentMessage" = "Sorry, audio content is temporarily unavailable";
"MusicLibrary.noFavoritesTitle" = "No favorites yet";
"MusicLibrary.noFavoritesMessage" = "Mark your favorite songs and always have them here.";
"MusicLibrary.noRecentsTitle" = "No recent sounds";
"MusicLibrary.noRecentsMessage" = "The sounds you have used in your videos will be displayed here.";
"MusicLibrary.noMatchesMessage" = "No matches";
"MusicLibrary.searchBarPlaceholder" = "Search by song names";
"MusicLibrary.searchBarCancelButtonTitle" = "Cancel";
// MARK: - Soundstripe
"Soundstripe.artists" = "Artists";
"Soundstripe.playlists" = "Playlists";
"Soundstripe.categories" = "Categories";
"Soundstripe.trendingSongs" = "Trending Songs";
"Soundstripe.moods" = "Moods";
"Soundstripe.styles" = "Styles";
"Soundstripe.instruments" = "Instruments";
"Soundstripe.searchBarPlaceholder" = "Search";
"Soundstripe.homeScreenTitle" = "Music";
"Soundstripe.genres" = "Genres";
"Soundstripe.viewAll" = "View All";
"Soundstripe.noContentMessage" = "Sorry, audio content is temporarily unavailable";
"Soundstripe.showMore" = "Show More";
"Soundstripe.searchBarCancelButtonTitle" = "Cancel";
// MARK: - Hands-free
"hands.free.video.drag.title" = "Drag to set video duration";
"hands.free.btn.title" = "Start countdown";
"hands.free.seconds" = "%@ s";
// MARK: - Video Editor
/* Gallery all tab title */
"BanubaVideoEditor.Gallery.AllTabTitle" = "All";
/* Gallery image tab title */
"BanubaVideoEditor.Gallery.ImageTabTitle" = "Photos";
/* Gallery video tab title */
"BanubaVideoEditor.Gallery.VideoTabTitle" = "Videos";
/* Gallery previe select button name*/
"BanubaVideoEditor.Gallery.SelectItemName" = "Select";
/* Gallery previe deselect button name*/
"BanubaVideoEditor.Gallery.DeselectItemName" = "Deselect";
/* Gallery header info title */
"BanubaVideoEditor.Gallery.HeaderInfoTitle" = "Update files %@ to choose more files";
"BanubaVideoEditor.Gallery.HeaderInfoColoredTitle" = "settings";
/* Gallery Recent Photos title */
"BanubaVideoEditor.Gallery.RecentPhotosTitle" = "Recents";
/* Damaged file from gallery */
"BanubaVideoEditor.Gallery.DamagedFile" = "Damaged file";
/* Export video from gallery failed */
"BanubaVideoEditor.Gallery.ExportVideoFailed" = "Content uploading failed";
/* Gallery selection hint */
"BanubaVideoEditor.Gallery.SelectItems" = "Select items";
/* Gallery empty selection message */
"BanubaVideoEditor.Gallery.EmptySelectionMessage" = "Select at least 1 file";
// MARK: - Effect additional media picker text resource
/* No media files found in gallery for adding to the effect */
"com.banuba.videoEditor.recorder.additionalEffects.NoMediaFound" = "No media found";
/* No media files found in gallery for adding to the effect */
"com.banuba.videoEditor.recorder.additionalEffects.AllowAccess" = "Allow Access";
// MARK: - Cover
"cover.thumbnail.title" = "Choose a thumbnail";
"cover.gallery.button.title" = "Choose from Gallery";
// MARK: - PIP
"pip.switch.camera.title" = "Switch";
"pip.square.camera.title" = "Square";
"pip.round.camera.title" = "Round";
"pip.floating.camera.title" = "Floating";
"pip.react.camera.title" = "React";
"pip.original.camera.title" = "Original";
"pip.centered.camera.title" = "Centered";
"pip.left.right.camera.title" = "Portrait";
"pip.top.bottom.camera.title" = "Landscape";
"pip.layout.settings.title" = "Select layout settings";
"feature.disabled.pip" = "Picture in picture is not included in your package. Contact account manager to have it.";
// MARK: - Drafts
/* Drafts button title */
"BanubaVideoEditor.Gallery.DraftsTitle" = "Drafts";
/* Draft actions subtitle */
"BanubaVideoEditor.Gallery.DraftTitle" = "Draft";
/* Draft edit action name */
"BanubaVideoEditor.Gallery.DraftEditActionName" = "Edit";
/* Draft remove action name */
"BanubaVideoEditor.Gallery.DraftRemoveActionName" = "Delete";
/* Used in alert with Yes and No options when resetting current sequence */
"com.banuba.BanubaVideoEditor.draft.question.title" = "Do you want to save the draft?";
"com.banuba.BanubaVideoEditor.draft.question.message" = "";
"com.banuba.BanubaVideoEditor.draft.question.agree" = "Save";
"com.banuba.BanubaVideoEditor.draft.question.disagree" = "Cancel";
/* Displayed when current sequence saved to drafts */
"BanubaVideoEditor.Draft.DraftSavedMessage" = "Draft saved";
/* Displays message about no saved drafts */
"BanubaVideoEditor.Draft.EmptyDraftsMessage" = "No drafts";
/* Ask a user about completion removing a draft */
"com.banuba.BanubaVideoEditor.draft.remove.title" = "Do you want to delete the draft?";
"com.banuba.BanubaVideoEditor.draft.remove.message" = "";
"com.banuba.BanubaVideoEditor.draft.remove.agree" = "Delete";
"com.banuba.BanubaVideoEditor.draft.remove.disagree" = "Cancel";
/* Ask a user about completion updating a draft */
"com.banuba.BanubaVideoEditor.draft.update.title" = "Do you want to update the draft?";
"com.banuba.BanubaVideoEditor.draft.update.message" = "";
"com.banuba.BanubaVideoEditor.draft.update.agree" = "Update";
"com.banuba.BanubaVideoEditor.draft.update.disagree" = "Cancel";
"com.banuba.BanubaVideoEditor.draft.lose.message" = "Note! You will lose the current editing settings. Continue?";
"com.banuba.BanubaVideoEditor.draft.lose.agree" ="Adjust Clip";
/* Editor, back button menu. Edit draft mode */
"com.banuba.BanubaVideoEditor.draft.discardChangesAction" = "Discard changes";
"com.banuba.BanubaVideoEditor.draft.updateAction" = "Update draft";
//MARK: - Additional buttons
"com.banuba.recorder.color.title" = "Filters";
"com.banuba.recorder.sticker.title" = "Stickers";
"com.banuba.recorder.blur.title" = "Blur";
"com.banuba.recorder.text.title" = "Text";
"com.banuba.recorder.sound.title" = "Add sound";
"com.banuba.recorder.effects.title" = "Effects";
"com.banuba.recorder.toggle.title" = "Flip";
"com.banuba.recorder.greenScreen.title" = "Green Screen";
"com.banuba.recorder.flashlight.title" = "Flash";
"com.banuba.recorder.timer.title" = "Timer";
"com.banuba.recorder.speed.title" = "Speed";
"com.banuba.recorder.beauty.title" = "Beauty";
"com.banuba.recorder.masks.title" = "Masks";
"com.banuba.recorder.muteSound.title" = "Mic";
"com.banuba.recorder.pip.title" = "PiP";
"com.banuba.editor.music" = "Music";
"com.banuba.editor.time.title" = "Time";
"com.banuba.editor.autoCut" = "AI Clipping";
/* Gallery button title */
"com.banuba.recorder.gallery.title" = "Gallery";
/* Recorder video duration */
"com.banuba.recorder.secondsFormat" = "%d sec";
"com.banuba.recorder.minutesFormat" = "%d min";
"com.banuba.recorder.shortedSecondsFormat" = "%ds";
"com.banuba.recorder.shortedMinutesFormat" = "%dm";
/* Aspect title for cells*/
"com.banuba.videoEditor.aspect.original" = "Original";
"com.banuba.videoEditor.aspect.16:9" = "16:9";
"com.banuba.videoEditor.aspect.9:16" = "9:16";
"com.banuba.videoEditor.aspect.4:3" = "4:3";
"com.banuba.videoEditor.aspect.4:5" = "4:5";
/* Transitions title for cells*/
"com.banuba.videoEditor.transition.none" = "None";
"com.banuba.videoEditor.transition.whipDown" = "Whip down";
"com.banuba.videoEditor.transition.whipUp" = "Whip up";
"com.banuba.videoEditor.transition.whipRight" = "Whip right";
"com.banuba.videoEditor.transition.whipLeft" = "Whip left";
"com.banuba.videoEditor.transition.scrollDown" = "Scroll down";
"com.banuba.videoEditor.transition.scrollUp" = "Scroll up";
"com.banuba.videoEditor.transition.scrollRight" = "Scroll right";
"com.banuba.videoEditor.transition.scrollLeft" = "Scroll left";
"com.banuba.videoEditor.transition.spinRight" = "Spin";
"com.banuba.videoEditor.transition.fade" = "Fade";
/* Transition disabled alert message */
"com.banuba.videoEditor.transition.disabledToastMessage" = "The clip must be longer than 0.5 sec to apply transition.";
/* Text editor font names */
"com.banuba.textEditor.fontName.baskerville" = "Baskerville";
"com.banuba.textEditor.fontName.courier" = "Courier";
"com.banuba.textEditor.fontName.palatino" = "Palatino";
"com.banuba.textEditor.fontName.noteworthy" = "Noteworthy";
"com.banuba.textEditor.fontName.papyrus" = "Papyrus";
"com.banuba.textEditor.fontName.sinhala" = "Sinhala";
"com.banuba.textEditor.fontName.menlo" = "Menlo";
"com.banuba.textEditor.fontName.emoji" = "Emoji";
// MARK: - Alert
/* Titles for alert buttons */
/* discard all alert type for record screen */
"com.banuba.alert.discardAllRecord.additionalButtonTitle" = "Start over";
"com.banuba.alert.discardAllRecord.agreeButtonTitle" = "Reset";
"com.banuba.alert.discardAllRecord.disagreeButtonTitle" = "Cancel";
/* discard all alert type for editor screen */
"com.banuba.alert.discardAllEditor.agreeButtonTitle" = "Reset";
"com.banuba.alert.discardAllEditor.disagreeButtonTitle" = "Cancel";
/* not finished video alert type */
"com.banuba.alert.notFinishedVideo.agreeButtonTitle" = "Continue";
"com.banuba.alert.notFinishedVideo.disagreeButtonTitle" = "Cancel";
/* discard changes alert type */
"com.banuba.alert.discardChanges.agreeButtonTitle" = "Reset";
"com.banuba.alert.discardChanges.disagreeButtonTitle" = "Cancel";
/* delete segment alert type */
"com.banuba.alert.deleteSegment.agreeButtonTitle" = "Delete";
"com.banuba.alert.deleteSegment.disagreeButtonTitle" = "Cancel";
/* discard effects alert type */
"com.banuba.alert.discardEffects.agreeButtonTitle" = "Discard";
"com.banuba.alert.discardEffects.disagreeButtonTitle" = "Cancel";
/* discard music alert type */
"com.banuba.alert.discardMusic.agreeButtonTitle" = "Discard";
"com.banuba.alert.discardMusic.disagreeButtonTitle" = "Cancel";
/* progress view alert type */
"com.banuba.alert.progressView.agreeButtonTitle" = "Retry";
"com.banuba.alert.progressView.disagreeButtonTitle" = "Cancel";
"com.banuba.alert.progressView.importingMedia" = "Importing media";
"com.banuba.alert.progressView.exportingVideo" = "Exporting video";
"com.banuba.alert.progressView.tooltipMessage" = "Please, don't lock your screen or switch to other apps";
"com.banuba.alert.progressView.exportVideoInterrupted" = "Export interrupted";
/* remove and start over record video */
"com.banuba.trim.startOverRecordVideoTitle" = "Want to record a new video?";
"com.banuba.trim.startOverRecordVideoMessage" = "";
"com.banuba.trim.startOverRecordVideoAgreeButtonTitle" = "Start over";
"com.banuba.trim.startOverRecordVideoDisagreeButtonTitle" = "Discard";
// MARK: - Trim
/* Edit video rotate button title */
"com.banuba.trim.rotateEditButtonTitle" = "Rotate";
/* Edit video split button title */
"com.banuba.trim.splitEditButtonTitle" = "Split";
/* Edit video delete button title */
"com.banuba.trim.deleteEditButtonTitle" = "Delete";
/* Edit video trim button title */
"com.banuba.trim.trimEditButtonTitle" = "Trim";
/* Reordering video tool tip label message */
"com.banuba.trim.reorderingToolTip" = "Drag to swap";
/* Delete single video error message */
"com.banuba.trim.deleteLastClipErrorMessage" = "The last clip can't be deleted";
/* Split video part error message */
"com.banuba.trim.splitErrorMessage" = "The selected position is invalid";
// MARK: - Capture button modes
"com.banuba.record.captureButtonVideoMode" = "Video";
"com.banuba.record.captureButtonPhotoMode" = "Photo";
"com.banuba.record.beautyIntensityTitle" = "Intensity";
/* Sharing other button */
"sharing.other.title" = "Other";
/* Sharing video main title */
"sharing.video.title" = "Share video";
/* Error if sharing application is not installed */
"sharing.app.not.installed" = "Sorry the application is not installed";
// MARK: - Expired license screen
"com.banuba.expiredLicense.infoLabel" = "Video content creation is temporarily unavailable";
"com.banuba.expiredLicense.cancelButtonTitle" = "Close";
// MARK: - New Video Editor
"com.banuba.newEditor.canvas" = "Canvas";
"com.banuba.newEditor.sticker" = "Sticker";
"com.banuba.newEditor.text" = "Text";
"com.banuba.newEditor.effects" = "Effects";
"com.banuba.newEditor.masks" = "Masks";
"com.banuba.newEditor.audio" = "Audio";
"com.banuba.newEditor.filters" = "Filters";
"com.banuba.newEditor.blur" = "Blur";
"com.banuba.newEditor.speed" = "Speed";
"com.banuba.newEditor.crop" = "Crop";
"com.banuba.newEditor.split" = "Split";
"com.banuba.newEditor.add" = "Add";
"com.banuba.newEditor.edit" = "Edit";
"com.banuba.newEditor.replace" = "Replace";
"com.banuba.newEditor.delete" = "Delete";
"com.banuba.newEditor.adjust" = "Adjust";
"com.banuba.newEditor.circle" = "Circle";
"com.banuba.newEditor.square" = "Square";
"com.banuba.newEditor.voiceEffect" = "Effect";
"com.banuba.newEditor.captions" = "Captions";
"com.banuba.newEditor.secondsFormat" = "%@s";
"com.banuba.newEditor.musicVolume" = "Volume";
"com.banuba.newEditor.recordingEffectTitle" = "Recording...";
"com.banuba.newEditor.voiceoverEffectTitle" = "Voiceover";
"com.banuba.newEditor.unavailableAtCurrentPosition" = "Unavailable at current position.";
"com.banuba.newEditor.addAudioButtonTitle" = "Add Audio";
"com.banuba.newEditor.theSelectedPositionIsInvalid" = "The selected position is invalid.";
"com.banuba.newEditor.addVoiceover" = "Voiceover";
"com.banuba.newEditor.addText" = "Add Text";
"com.banuba.newEditor.addCaptions" = "Add Captions";
"com.banuba.newEditor.applyToAll" = "Apply to all";
"com.banuba.newEditor.videoIsTooLongFormat" = "The video is too long. Maximum length is %d minutes.";
"com.banuba.newEditor.videoIsTooShortFormat" = "The video is too short. Minimum length is %d second.";
"com.banuba.newEditor.next" = "Next";
"com.banuba.newEditor.reset" = "Reset";
"com.banuba.newEditor.videoSaved" = "Video saved.";
"com.banuba.newEditor.none" = "None";
"com.banuba.newEditor.normal" = "Normal";
"com.banuba.newEditor.videoVolumeTitle" = "Video";
"com.banuba.newEditor.audioVolumeTitle" = "Audio";
"com.banuba.newEditor.editCover" = "Edit Cover";
"com.banuba.recorder.disardVideoAlertMessage" = "Discard video?";
"com.banuba.recorder.disardVideoAlertDiscardButton" = "Discard";
"com.banuba.recorder.greenScreen.selectImageAsABackground" = "Select image as a background";
"com.banuba.recorder.greenScreen.selectFromGallery" = "Select from gallery";
"com.banuba.recorder.greenScreen.allowAccess" = "Allow Access";
// MARK: - Auto Cut
"com.banuba.autocut.choosePart" = "Choose the part you want for your video";
"com.banuba.autocut.changesWillNotBeSaved" = "Previously made changes will not be saved";
"com.banuba.autocut.processingMedia" = "Processing media %@";
"com.banuba.autocut.tryAgain" = "Try Again";
"com.banuba.autocut.couldNotProcess" = "Couldn't process video";
"com.banuba.autocut.somethingWentWrong" = "Something went wrong. Please try again.";
"com.banuba.autocut.chooseTheme" = "Choose a theme";
"com.banuba.autocut.alert.tryAgain.agree" = "Try again";
"com.banuba.autocut.alert.tryAgain.disagree" = "Cancel";
"com.banuba.autocut.alert.tryAgain.title" = "Something went wrong.\nTry again?";
"com.banuba.autocut.alert.discard.agree" = "Discard";
"com.banuba.autocut.alert.discard.disagree" = "Cancel";
"com.banuba.autocut.alert.discard.title" = "Discard AI Clipping video?";
"com.banuba.autocut.recommended.sounds" = "Recommended sounds";
"com.banuba.autocut.original.sound" = "Original sound";
"com.banuba.autocut.added.sound" = "Added sound";
"com.banuba.autocut.error.loadingTrackFailedMessage" = "Unable to load the song. Check your internet connection.";
"BanubaVideoEditor.Gallery.Autocut" = "AI Clipping";
"BanubaVideoEditor.Gallery.Next" = "Next";
"BanubaVideoEditor.Gallery.NextWithCount" = "Next (%d)";
"BanubaVideoEditor.Gallery.TotalLengthUpTo" = "Total length should be up to %d sec";
// MARK: - Music panel
"com.banuba.music.panel.title" = "Add sound";
"com.banuba.search.placeholder" = "Search";
// MARK: - Photo Editor
"photoEditor.gallery.addPhotos" = "Add photos";
"photoEditor.gallery.noPhotos" = "No photos found";
"photoEditor.gallery.openSettings" = "Open Settings";
"photoEditor.gallery.allowAccessToContinue" = "Allow access to “All Photos” in Settings to continue";
"photoEditor.gallery.noAccessToPhotos" = "No access to photos";
"photoEditor.editor.adjust" = "Adjust";
"photoEditor.editor.retouch" = "Retouch";
"photoEditor.editor.makeup" = "Makeup";
"photoEditor.editor.effects" = "Effects";
"photoEditor.editor.text" = "Text";
"photoEditor.editor.faceNotRecognizedHint" = "The face is not recognized, so this tool is not available";
"photoEditor.editor.reset" = "Reset";
"photoEditor.editor.default" = "Default";
"photoEditor.editor.slider.noFilter" = "No filter";
"photoEditor.editor.slider.natural" = "Soft";
"photoEditor.editor.slider.delicate" = "Moderate";
"photoEditor.editor.slider.supreme" = "Supreme";
"photoEditor.editor.done" = "Done";
"photoEditor.editor.save" = "Save";
"photoEditor.editor.acneHint" = "Tap on spots";
"photoEditor.editor.eyebagsHint" = "Drag to remove eyebags";
"photoEditor.editor.makeupTab.looks" = "Looks";
"photoEditor.editor.makeupTab.haircolors" = "Hair";
"photoEditor.editor.makeupTab.lips" = "Lips";
"photoEditor.editor.makeupTab.eyes" = "Eyes";
"photoEditor.editor.makeupTab.foundation" = "Foundation";
"photoEditor.editor.makeupTab.lashes" = "Lashes";
"photoEditor.editor.makeupTab.blush" = "Blush";
"photoEditor.editor.effectsTab.backdrop" = "Backdrop";
"photoEditor.editor.effectsTab.filters" = "Filters";
"photoEditor.editor.effectsTab.overlays" = "Overlays";
"photoEditor.editor.alert.resetAll" = "Reset all?";
"photoEditor.editor.alert.reset" = "Reset";
"photoEditor.editor.alert.cancel" = "Cancel";
"photoEditor.preview.saved" = "Saved!";
"photoEditor.preview.more" = "More";
"photoEditor.preview.stories" = "Stories";
"photoEditor.editor.content.makeup.Aster" = "Aster";
"photoEditor.editor.content.makeup.Begonia" = "Begonia";
"photoEditor.editor.content.makeup.Jasmine" = "Jasmine";
"photoEditor.editor.content.makeup.Carnation" = "Carnation";
"photoEditor.editor.content.makeup.Daisy" = "Daisy";
"photoEditor.editor.content.makeup.Freesia" = "Freesia";
"photoEditor.editor.content.makeup.Iris" = "Iris";
"photoEditor.editor.content.makeup.Tulip" = "Tulip";
"photoEditor.editor.content.makeup.Sunset" = "Sunset";
"photoEditor.editor.content.makeup.Smoky" = "Smoky";
"photoEditor.editor.content.makeup.Femme" = "Femme";
"photoEditor.editor.content.makeup.Romp" = "Romp";
"photoEditor.editor.content.makeup.Hush" = "Hush";
"photoEditor.editor.content.makeup.Brun" = "Brun";
"photoEditor.editor.content.makeup.Icon" = "Icon";
"photoEditor.editor.content.makeup.Crocus" = "Crocus";
"photoEditor.editor.content.makeup.Malt" = "Malt";
"photoEditor.editor.content.makeup.Kid" = "Kid";
"photoEditor.editor.content.makeup.Bluebell" = "Bluebell";
"photoEditor.editor.content.makeup.Foxy" = "Foxy";
"photoEditor.editor.content.makeup.Swan" = "Swan";
"photoEditor.editor.content.makeup.Dreamy" = "Dreamy";
"photoEditor.editor.content.makeup.Galaxy" = "Galaxy";
"photoEditor.editor.content.makeup.Elf" = "Elf";
"photoEditor.editor.content.makeup.Gloom" = "Gloom";
"photoEditor.editor.content.makeup.Elegant" = "Elegant";
"photoEditor.editor.content.makeup.Feast" = "Feast";
"photoEditor.editor.content.makeup.40s" = "40s";
"photoEditor.editor.content.makeup.Coral" = "Coral";
"photoEditor.editor.content.makeup.Mermaid" = "Mermaid";
"photoEditor.editor.content.makeup.Fresh" = "Fresh";
"photoEditor.editor.content.makeup.Cleo" = "Cleo";
"photoEditor.editor.content.makeup.Dusk" = "Dusk";
"photoEditor.editor.content.makeup.Stylish" = "Stylish";
"photoEditor.editor.content.makeup.Lotus" = "Lotus";
"photoEditor.editor.content.makeup.Hippie" = "Hippie";
"photoEditor.editor.content.makeup.Glitz" = "Glitz";
"photoEditor.editor.content.makeup.Flash" = "Flash";
"photoEditor.editor.content.makeup.Karma" = "Karma";
"photoEditor.editor.content.makeup.Fairy" = "Fairy";
"photoEditor.editor.content.makeup.Holy" = "Holy";
"photoEditor.editor.content.makeup.Flirty" = "Flirty";
"photoEditor.editor.content.makeup.Twilight" = "Twilight";
"photoEditor.editor.content.makeup.Sugar" = "Sugar";
"photoEditor.editor.content.makeup.Misty" = "Misty";
"photoEditor.editor.content.makeup.Bounty" = "Bounty";
"photoEditor.editor.content.makeup.Peachy" = "Peachy";
"photoEditor.editor.content.makeup.Crystal" = "Crystal";
"photoEditor.editor.content.makeup.Queen" = "Queen";
"photoEditor.editor.content.makeup.Cutie" = "Cutie";
"photoEditor.editor.content.makeup.Hearts" = "Hearts";
"photoEditor.editor.content.makeup.Lovebug" = "Love Bug";
"photoEditor.editor.content.makeup.Glossy" = "Glossy";
"photoEditor.editor.content.makeup.Romance" = "Romance";
"photoEditor.editor.content.makeup.Bemine" = "Be Mine";
"photoEditor.editor.content.makeup.Candy" = "Candy";
"photoEditor.editor.content.makeup.Xmas" = "Xmas";
"photoEditor.editor.content.makeup.Snowy" = "Snowy";
"photoEditor.editor.content.makeup.Club" = "Club";
"photoEditor.editor.content.makeup.Dewy" = "Dewy";
"photoEditor.editor.content.makeup.Drama" = "Drama";
"photoEditor.editor.content.makeup.Swish" = "Swish";
"photoEditor.editor.feature.main" = "Auto";
"photoEditor.editor.feature.morph_cheeks_str" = "Shape";
"photoEditor.editor.feature.morph_eyes_str" = "Eyes";
"photoEditor.editor.feature.morph_nose_str" = "Nose";
"photoEditor.editor.feature.skin_soft_str" = "Smooth";
"photoEditor.editor.feature.softlight_alpha" = "Bright";
"photoEditor.editor.feature.teeth_whitening_str" = "Whiten";
"photoEditor.editor.feature.reset_button" = "Reset";
"photoEditor.editor.feature.acne_str" = "Heal";
"photoEditor.editor.feature.eyebags_str" = "Eyebags";
"photoEditor.editor.feature.necklift_str" = "Neck Lift";
"photoEditor.editor.feature.lipsize_str" = "Lip Size";
"photoEditor.editor.feature.eyes_whitening" = "Whitening";
"photoEditor.editor.feature.saturation" = "Saturation";
"photoEditor.editor.feature.brightness" = "Brightness";
"photoEditor.editor.feature.sharpen" = "Sharpness";
"photoEditor.editor.feature.noise" = "Noise";
"photoEditor.editor.feature.contrast" = "Contrast";