forked from volumio/translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings_en.json
1182 lines (1182 loc) · 64.5 KB
/
strings_en.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
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
{
"DEVICESETUP": {
"SETUP_NEW_DEVICE": "Configure a new device",
"INSTRUCTION_STEP_1": "Power on your device",
"INSTRUCTION_STEP_2": "Optionally connect an ethernet cable",
"INSTRUCTION_STEP_3": "Wait 5 minutes for the device to start",
"INSTRUCTION_STEP_4": "Connect to your preferred wireless network",
"CONNECTION_METHOD": "How would you like to connect your device to your network?",
"CONNECTION_WIRELESS": "Wireless",
"CONNECTION_WIRED": "Wired",
"DEVICE_ALREADY_SETUP": "The device is already configured. Looking for new device",
"LOOKING_FOR_WIRELESS_DEVICES": "Looking for wireless devices",
"LOOKING_FOR_WIRED_DEVICES": "Looking for wired devices",
"CONNECTED_TO_WIRELESS": "Connected to",
"CONNECTING_TO_WIRELESS": "Connecting to",
"DEVICE_CONNECTION_METHOD": "How do you want to connect your device to your network?",
"OR_SELECT_WIRELESS_NETWORK": "Or select a wireless network",
"SELECT_WIRELESS_NETWORK": "Select a wireless network",
"DEVICE_FOUND": "Device found",
"SKIP_WIFI": "Wired connection only",
"ENTER_WIFI_PASSWORD": "Enter password for",
"CHECKING_UPDATES": "Checking for updates...",
"WAIT_FEW_MINUTES": "This can take a few minutes",
"WAIT_5_MINUTES": "This can take up to 5 minutes. Please wait",
"WAIT_30_SECONDS": "This can take up to 30 seconds. Please wait",
"REBOOTING_DEVICE": "Restarting device",
"UPDATING_DEVICE": "Updating your device to latest software",
"DEVICE_UP_TO_DATE": "Your device is up to date",
"GRANT_PERMISSIONS": "When prompted, please grant permissions to connect",
"DEFAULT_NETWORK": "Your current network",
"OTHER_NETWORKS": "Or select a different network",
"ERROR_NO_WIRELESS_DEVICE_FOUND": "We could not find a wireless device",
"ERROR_NO_WIRELESS_DEVICE_FOUND_SUB": "Make sure your device is powered on and try to stand closer to the device. If the problem persists please connect a wired internet connection to your device. Press \"Retry\" to try again, or \"Manual setup\" to start a manual setup, or \"Wired setup\" to start the wired setup.",
"ERROR_WIRELESS_DEVICE_CONNECTION": "Could not connect to the wireless device",
"ERROR_WIRELESS_DEVICE_CONNECTION_SUB": "Please try again, or try a wired connection.",
"ERROR_NO_WIRED_DEVICES_FOUND": "No wired devices found",
"ERROR_NO_WIRED_DEVICES_FOUND_SUB": "Make sure your device is powered and has an internet connection",
"ERROR_COULD_NOT_CONNECT_TO_WIFI": "Could not connect the device to",
"ERROR_COULD_NOT_CONNECT_TO_WIFI_SUB": "Please check the entered password for your Wireless network or try a wired connection.",
"ERROR_COULD_NOT_UPDATE": "The device could not be updated",
"ERROR_COULD_NOT_UPDATE_SUB": "Please update your device from the user interface",
"MANUAL_WIFI_SELECTION": "Manual setup",
"WIRED_SETUP": "Wired setup",
"MANUAL_SETUP": "Manual wireless setup",
"MANUAL_SETUP_SUB": "Press \"Manually select network\" to open your wifi list. Please look for a device named \"Volumio-XXXXX\" and connect to it (no password). When this is done, go back to the app and press \"Continue\"",
"SELECT_NETWORK": "Select a network"
},
"COMMON": {
"RETRY": "Try again",
"EXIT": "Exit",
"OK": "Ok",
"PASSWORD": "Password",
"NEW": "New",
"OPEN_DEVICE": "Go to device",
"PROGRESS": "Progress",
"CONNECT": "Connect",
"CONTINUE": "Continue",
"SAVE": "Save",
"YES": "Yes",
"NO": "No",
"GOT_IT": "Got it",
"CANCEL": "Cancel",
"RESTART_SYSTEM": "Restart System",
"TRY_AGAIN": "Try Again",
"DELETE": "Delete",
"ADD": "Add",
"POWER_OFF": "Power Off",
"REBOOT_SYSTEM": "Restart",
"ACTION": "Action",
"ACTIVE": "Active",
"INACTIVE": "Inactive",
"SHOW_SETTINGS": "Show Settings",
"SETTINGS": "Settings",
"TAB_BROWSE": "Browse",
"TAB_HOME": "Home",
"TAB_SEARCH": "Search",
"TAB_SETTINGS": "Settings",
"TAB_PLAYBACK": "Playback",
"TAB_QUEUE": "Queue",
"TAB_OUTPUTS": "Outputs",
"TAB_VOLUME": "Volume",
"ARTIST": "Artist",
"ARTISTS": "Artists",
"ALBUM": "Album",
"ALBUMS": "Albums",
"SONG": "Track",
"SONGS": "Tracks",
"PLAYTIME": "Playtime",
"TIME": "Time",
"RESCAN": "Rescan",
"SYSTEM_VERSION": "System Version",
"RELEASED": "Released",
"CLOSE": "Close",
"MY_MUSIC": "My Music",
"SEARCH": "Search",
"FAVOURITES": "Favorites",
"NAME": "Name",
"URL": "Url",
"BACK": "Back",
"OPTIONS": "Options",
"CHOOSE_PLAYLIST": "Choose Playlist",
"STOP_MUSIC": "Stop Music",
"HOME": "Home",
"VOLUME_MUTE": "Mute",
"VOLUME_MUTED": "Muted",
"VOLUME_UP": "Volume Up",
"VOLUME_DOWN": "Volume Down",
"HIDDEN": "Hidden",
"LIST": "List",
"PLAY_QUEUE": "Play queue",
"ENTER_PASSWORD": "Enter password",
"INVALID_PASSWORD": "Invalid password",
"RIP": "RIP",
"SKIP": "Skip",
"NEXT": "Next",
"PREVIOUS": "Previous",
"DONE": "Done",
"EMAIL": "Email",
"SUBSCRIBE_ME": "Subscribe me",
"SHARE": "Share",
"EJECT": "Eject",
"FUNCTIONALIES_CONTROL": "Functionalities control",
"UPDATE_ALBUMART": "Update Albumart",
"YEAR": "Year",
"GENRE": "Genre",
"EDIT": "Edit",
"GRID": "Grid",
"REMOVE": "Remove",
"DSP": "DSP",
"DISABLE": "Disable",
"ACCEPT": "Accept",
"DECLINE": "Decline",
"ACCEPT_OR_SHUTDOWN": "Please accept terms of service or shut down your system",
"RELATED": "Related",
"INSTANT_PLAY": "I'm feeling lucky",
"SUPER_SEARCH": "Super search",
"SUPER_SEARCH_EXAMPLE": "Example: smooth jazz with female voices",
"ADD_QUEUE_TEXT_1": "Added ",
"ADD_QUEUE_TEXT_2": " to queue",
"ADD_QUEUE_TITLE": "Add to queue",
"CANNOT_LIST": "Cannot list",
"CONFIGURATION_UPDATE": "Configuration update",
"CONFIGURATION_UPDATE_DESCRIPTION": "Configuration Updated Successfully",
"CONFIGURATION_UPDATE_ERROR": "An error has occurred",
"CONNECTED": "Connected",
"DISABLED": "Disabled",
"DISCONNECTED": "Disconnected",
"ENABLED": "Enabled",
"ERROR": "Error",
"FOUND": "Found",
"GENRES": "Genres",
"ILLEGAL_CHARACTER_/": "Remove forbidden character /",
"LAST_100": "Last 100",
"LOGGING_IN": "Logging in",
"LOGGING_OUT": "Logging out",
"LOGIN": "Login",
"LOGIN_FAIL": "failed to log in",
"LOGIN_SUCCESS": "Successfully logged in",
"LOGOUT": "Logout",
"LOGOUT_SUCCESS": "Successfully logged out",
"MATCHING": "matching",
"MEDIA_SERVERS": "Media Servers",
"MUSIC_LIBRARY": "Music Library",
"NONE": "None",
"NO_RESULTS": "No results",
"OFF": "Off",
"ON": "On",
"OR": "or",
"PLAYER_RESTARTED": "Player successfully restarted",
"PLAYLISTS": "Playlists",
"PLAY_TEXT": "Started playback of ",
"PLAY_TITLE": "Play",
"REMOVE_FAIL": "Could not remove",
"REMOVE_QUEUE_TEXT_1": "Remove ",
"REMOVE_QUEUE_TEXT_2": " from queue",
"REMOVE_QUEUE_TITLE": "Remove",
"RESCAN_DB": "Re-creating Music Database",
"RESTART": "Restart",
"SAVE_QUEUE_ERROR": "Cannot save queue to playlist",
"SAVE_QUEUE_SUCCESS": "Queue successfully saved to playlist",
"SCAN_DB": "Updating Music Database",
"SCAN_DB_ERROR": "Error while scanning database",
"SEARCH_ALBUM_SECTION": "Albums",
"SEARCH_ARTIST_SECTION": "Artists",
"SEARCH_SONG_SECTION": "Tracks",
"SETTINGS_SAVED_SUCCESSFULLY": "Settings saved successfully",
"SETTINGS_SAVE_ERROR": "Error in saving settings",
"SOURCES": "Sources",
"TRACK": "Track",
"TRACKS": "Tracks",
"UPDATING_MUSIC_DB_WAIT_MESSAGE": "Your music is being scanned and the icon on bottom left will keep spinning until all your library has been successfully indexed. Since the system might be less responsive during this operation, please don't use the system while music is being indexed.",
"USERNAME": "Username",
"WITH": "with",
"PLEASE_WAIT": "Please wait",
"SEARCH_RESULTS_TITLE": "Number of search results",
"ARTIST_NOT_FOUND_IN_YOUR_LIBRARY": "Artist not found in your library",
"ALBUM_NOT_FOUND_IN_YOUR_LIBRARY": "Album not found in your library",
"SEARCH_RESULTS_DESC": "Desired Number of search results",
"MINUTE": "Minute",
"MINUTES": "Minutes",
"HOUR": "Hour",
"HOURS": "Hours"
},
"DEVICELIST": {
"SETUP_NEW_DEVICE": "Configure a new device",
"SELECT_A_DEVICE": "Select a device",
"SEARCHING_DEVICES": "Looking for devices",
"BACK_BUTTON": "Press back twice to select a different device"
},
"UI_SETTINGS": {
"THEME_SETTINGS": "Theme Settings",
"UPLOAD_BACKGROUND": "Upload new background",
"UPLOAD_BACKGROUND_FILE": "Click and select new background or drop it here.",
"UPLOAD_PROGRESS": "Upload progress:",
"SELECT_BACKGROUND": "Select background",
"SELECT_BACKGROUND_COLOR": "Select background color",
"APPLY_BACKGROUND": "Apply background",
"APPLY_BACKGROUND_COLOR": "Apply background color",
"DELETE_BACKGROUND": "Delete background"
},
"BROWSER": {
"PLAY": "Play",
"ADD_TO_QUEUE": "Add to queue",
"ADD_TO_PLAYLIST": "Add to Playlist",
"REMOVE_FROM_PLAYLIST": "Remove from Playlist",
"ADD_TO_FAVOURITES": "Add to Favorites",
"REMOVE_FROM_FAVOURITES": "Remove from Favorites",
"ADD_WEBRADIO": "Add Webradio",
"EDIT_WEBRADIO": "Edit Webradio",
"DELETE_WEBRADIO": "Delete Webradio",
"ADD_TO_RADIO_FAVOURITES": "Add to Radio Favorites",
"REMOVE_FROM_RADIO_FAVOURITES": "Remove from Radio Favorites",
"ADD_WEBRADIO_TITLE": "Add Web Radio",
"URL_DOC": "The URL can be either a stream URL or a M3U or PLS remote file",
"DELETE_PLAYLIST": "Delete Playlist",
"GO_TO_SHARE": "Go To - Share",
"NEXT_TRACK": "Next Track",
"PREVIOUS_TRACK": "Previous Track",
"PAUSE": "Pause",
"CLEAR_AND_PLAY": "Clear and play",
"SAFE_REMOVE": "Safe Remove Media",
"UPDATE_FOLDER": "Update Folder",
"DELETE_FOLDER": "Delete Folder",
"SKIP_BACKWARDS": "Skip Backwards",
"SKIP_FORWARD": "Skip Forward",
"CREDITS": "Credits",
"ALBUM_CREDITS": "Album credits",
"ALBUM_STORY": "Album story",
"TRACK_STORY": "Track story",
"ARTIST_STORY": "Artist story",
"READ_MORE": "Read more",
"NO_ITEMS": "No items",
"NOT_FOUND": "Not found",
"CREDITS_NOT_FOUND": "Credits not found",
"ARTIST_STORY_NOT_FOUND_FOR": "Artist story not found for",
"RELATED": "You might also like",
"RELATED_ALBUMS": "Related albums",
"RELATED_ARTISTS": "Related Artists",
"SUPER_SEARCH": "Volumio SuperSearch BETA",
"SUPER_SEARCH_INFO": "SuperSearch is a search mode which allows you to ask Volumio for music suggestions the same way you would ask a friend or a record shop clerk. <br /><br />Simply type a chat-like question on the kind of tracks you want to hear, and Volumio will retrieve the corresponding tracks for you from your library. <br /><br /> Some examples of queries: <br /><br /> <ul><li>Smooth Jazz with female voices</li><li>Italian indie rock </li><li>New wave with drums and synth</li></ul><br /><br />You can either ask in your language or in english. English tends to provide more accurate results.<br /> <br />By enabling Autoplay, once the search is completed, the matched tracks will be played<br /> <br />Notes: <br /><br /><ul><li>To get the best from SuperSearch you should have at least one streaming service connected, such as TIDAL, QOBUZ or Spotify</li><li>If you don't have any of the above, it's suggested that your local library consists of at least 1000 tracks</li></ul>",
"SUPER_SEARCH_WAIT": "Please wait, this search will take up to 20 seconds..."
},
"MY_MUSIC": {
"UPDATE": "Update",
"UPDATE_DOC": "Update music database entries for any changed, new, or deleted files",
"RESCAN": "Rescan",
"RESCAN_DOC": "Remake music database entries for all files"
},
"PLUGINS": {
"BACK_TO_PLUGINS": "Back to Plugins",
"PLUGINS": "Plugins",
"PLUGINS_MANAGEMENT": "Plugins Management",
"SHOW_DETAILS": "+ Show details",
"HIDE_DETAILS": "- Hide details",
"INSTALL": "Install",
"UNINSTALL": "Uninstall",
"UPDATE": "Update",
"DETAILS": "Details",
"DROP": "Click and select a plugin or drop it here.",
"INSTALL_PROGRESS": "Installation Progress",
"INSTALLED_PLUGINS": "Installed Plugins",
"SEARCH_PLUGINS": "Search Plugins",
"UPLOAD_PLUGINS": "Upload Plugin",
"CHECKING_DEPENDENCIES": "Checking that the plugin is suitable for this version of Volumio",
"CHECKING_DUPLICATE_PLUGIN": "Checking for duplicate plugin",
"CONFIRM_PLUGIN_INSTALL": "Install Plugin",
"CONFIRM_PLUGIN_INSTALL_WARNING_MESSAGE": "Warning, community plugins are developed by third party developers and might result in unexpected behaviours and system instabilitiy. Are you sure you want to install this plugin?",
"PLUGIN_LOGIN_MESSAGE": "To access the plugins store you need to <a href=\"/myvolumio/signup\">login to MyVolumio</a>",
"PLUGIN_LOGIN": "Please login",
"CONFIRM_PLUGIN_UNINSTALL": "Confirm plugin uninstall",
"CONFIRM_PLUGIN_UNINSTALL_MESSAGE": "Are you sure you want to uninstall this Plugin?",
"COPYING_PLUGIN_TO_LOCATION": "Copying plugin to location",
"CREATING_INSTALL_LOCATION": "Creating install location",
"DOWNLOADING": "Downloading Plugin",
"DOWNLOADING_FROM": "Downloading Plugin from ",
"DOWNLOADING_PLUGIN": "Downloading plugin",
"ENABLE_PLUGIN": "Enable Plugin",
"ENABLE_PLUGIN_NOW_QUESTION": "Do you want to enable the plugin now?",
"FINALIZING_INSTALLATION": "Finalizing installation",
"FINALIZING_UNINSTALL": "Finalizing plugin uninstall",
"INSTALLING_NECESSARY_UTILITIES": "Installing necessary utilities",
"INSTALLING_PLUGIN": "Installing plugin",
"NO_CONFIGURATION_AVAILABLE": "No configuration available",
"PLUGIN_DISABLED": "Plugin disabled",
"PLUGIN_INSTALL_COMPLETED": "Plugin update completed",
"PLUGIN_INSTALL_ERROR_OCCURRED": "An error occurred while installing the plugin",
"PLUGIN_START_ERROR": "This plugin is failing to start. Please install updated version, or contact plugin developer",
"PLUGIN_STOPPED": "Plugin stopped",
"PLUGIN_UNINSTALLED": "Plugin successfully uninstalled",
"PLUGIN_UNINSTALL_ERROR_OCCURRED": "An error occurred while uninstalling the plugin",
"PLUGIN_UNINSTALL_FAILED": "Plugin uninstall failed",
"PLUGIN_UPDATE_COMPLETED": "Plugin update completed",
"PLUGIN_UPDATE_ERROR_OCCURRED": "An error occurred while updating the plugin",
"PLUGIN_UPDATE_FAILED": "Plugin update failed",
"REMOVING_NECESSARY_UTILITIES": "Removing necessary utilities",
"SUCCESSFULLY_INSTALLED": "Successfully Installed",
"SUCCESSFULLY_UPDATED_PLUGIN": "Successfully updated plugin",
"UNINSTALLING_PLUGIN": "Uninstalling plugin",
"UNPACKING_PLUGIN": "Unpacking plugin",
"UPDATING_PLUGIN": "Updating Plugin",
"UPDATING_PLUGIN_FILES": "Updating plugin files"
},
"UPDATER": {
"DOWNLOAD_SPEED": "Download Speed",
"TIME_REMAINING": "Time Remaining",
"UPDATE_NOW": "Update Now",
"UPDATE_AVAILABLE": "A software update is available",
"CHECKING_FOR_UPDATES": "Checking for Updates",
"CHECKING_FOR_UPDATES_WAIT": "Please Wait",
"CLEANING": "Cleaning old files",
"CREATING_BACKUP": "Creating backup",
"DOWNLOADING_UPDATE": "Downloading new update",
"ERROR": "Error",
"ERROR_UPDATE_FAILED": "Error: update failed, please restart system and try again",
"ERROR_UPDATE_FILE_NOT_FOUND": "Update file not found",
"FINALIZING_UPDATE": "Finalizing update",
"PREPARING_UPDATE": "Preparing update",
"SUCCESSFULLY_UPDATED_TO_VERSION": "Successfully updated to version",
"SYSTEM_RESTART_IN": "Your device will restart in ",
"SYSTEM_RESTART_REQUIRED": "Please restart your device",
"UPDATE": "Update"
},
"TRACK_MANAGER": {
"PLAYING": "Playing",
"BY": "By",
"FROM": "From",
"GO_TO_ARTIST": "Go To Artist",
"GO_TO_ALBUM": "Go To Album",
"TWEET_TRACK": "Tweet Track"
},
"TRACK_INFO_BAR": {
"RANDOM": "Random",
"REPEAT": "Repeat",
"REPEAT_ALL": "Repeat All",
"REPEAT_SINGLE": "Repeat Single",
"REPEAT_OFF": "Repeat Off",
"SAVE_QUEUE_AS_PLAYLIST": "Save queue as playlist",
"CONSUME_PLAYLIST": "Consume playlist",
"CLEAR_QUEUE": "Clear queue",
"INFINITY_PLAY": "Infinity play"
},
"NETWORKFS": {
"NO_DRIVES_FOUND": "No Network Drives Found",
"ALIAS": "Alias",
"ALIAS_DOC": "Choose an Alias that will be displayed in NAS Mounts",
"NAS_IP_ADDRESS": "NAS IP Address",
"NAS_IP_ADDRESS_DOC": "IP Address of your Network Drive",
"NAS_PATH": "Path",
"NAS_PATH_DOC": "Network Share Name or subfolder path",
"SHARE_TYPE": "File Share Type",
"USERNAME": "Username",
"PASSWORD": "Password",
"OPTIONS": "Options",
"SHOW_OPTIONS": "Show Advanced Options",
"HIDE_OPTIONS": "Hide Advanced Options",
"NETWORK_DRIVES": "Network Drives",
"ADD_DRIVE": "Add New Drive",
"NAME": "Name",
"PATH": "Path",
"MOUNTED": "Mounted",
"SIZE": "Size",
"SCANNING_FOR_NETWORK_DRIVES": "Scanning for network drives",
"DELETE_DRIVE": "Delete Drive",
"EDIT_DRIVE": "Edit Drive",
"DELETE_DRIVE_CONFIRM": "Do you want to delete",
"PLACEHOLDER_NAME": "Name",
"PLACEHOLDER_IP_ADDRESS": "NAS Ip Address or Name",
"PLACEHOLDER_PATH_TO_SHARE": "Path/to/Share",
"ERROR_PATH_UNDEFINED": "Please provide Share Name or Path",
"ERROR_UMOUNT": "Cannot remove Share",
"MOUNT_SHARE_ERROR": "Error when adding network drive",
"NETWORK_DRIVE": "Network Drive",
"REMOVED": "Share successfully removed",
"SHARE_MOUNT_SUCCESS": "Network Drive Added successfully",
"SHARE_NOT_CONFIGURED": "This Share is not configured"
},
"NETWORK": {
"NETWORK_STATUS": "Network Status",
"SSID": "SSID",
"SIGNAL": "Signal",
"IP_ADDRESS": "IP Address",
"SPEED": "Speed",
"ONLINE": "Online",
"CONNECT": "Connect",
"REFRESH": "Refresh",
"OPEN_NETWORK": "Open Network",
"SECURE_NETWORK": "Secure Network",
"SECURITY": "Security",
"MANUAL_WIFI_CONNECTION": "Manual WiFi Connection",
"NETWORK_NAME": "Network Name",
"WIRELESS_NETWORK_CONNECTION": "Wireless Network Connection",
"AUTOMATIC_IP": "Automatic IP",
"AUTOMATIC_IP_DOC": "Choose between DHCP and Static IP configuration",
"DNS_ERROR_INFO": "Please fill in both DNS IP addresses properly",
"DNS_SETTINGS": "DNS Settings",
"ENABLE_CUSTOM_DNS": "Enable custom DNS server",
"ENABLE_CUSTOM_DNS_DOC": "Set a custom DNS server, if enabled. This can be useful if your system cannot reach the internet, play webradios or download updates.",
"ENABLE_HOTSPOT": "Enable Hotspot",
"ENABLE_HOTSPOT_DOC": "The system will start an enabled hotspot automatically if the wireless network is dropped or no wireless network has been configured. Disable the hotspot feature to prevent this happening.",
"GATEWAY": "Gateway",
"HOTSPOT_CHANNEL": "Hotspot Channel",
"HOTSPOT_CHANNEL_DOC": "Change the Hotspot Transmitting channel. This might be useful to improve wireless connection through Hotspot in network-dense environments.",
"HOTSPOT_CONF_ERROR": "Hotspot Configuration Error",
"HOTSPOT_FALLBACK": "Hotspot fallback",
"HOTSPOT_FALLBACK_DOC": "If enabled, Hotspot will start when Wireless Network connection is lost. If disabled, the unit will keep on trying to reconnect to a known Wireless network.",
"HOTSPOT_NAME": "Hotspot Name",
"HOTSPOT_PASSWORD": "Hotspot Password",
"HOTSPOT_PASSWORD_DOC": "Change the default Hotspot Password, use a passphrase of at least 8 characters",
"HOTSPOT_PROTECTION": "Password Protected Hotspot",
"HOTSPOT_PW_LENGTH": "Hotspot Password must be at least 8 characters long",
"HOTSPOT_SETTINGS": "Hotspot Settings",
"NETMASK": "Netmask",
"NETWORK_RESTART_ERROR": "Error while restarting network: ",
"NETWORK_RESTART_SUCCESS": "Network successfully restarted",
"NETWORK_RESTART_TITLE": "Network restart",
"NETWORK_SETTINGS": "Network Settings",
"PRIMARY_DNS": "Primary DNS",
"SECONDARYY_DNS": "Secondary DNS",
"STATIC_IP": "Static IP",
"STATIC_IP_WARNING": "Warning, please make sure Static IP Settings are correct. A wrong configuration might render your device unreachable",
"WIRED_NETWORK": "Wired Network",
"WIRELESS_ENABLED": "Wireless Networking",
"WIRELESS_ENABLED_DOC": "Enable or disable Wireless Networking. This might improve Sound quality of the system.",
"WIRELESS_NETWORK": "Wireless Network",
"WIRELESS_NETWORK_CONNECTION_DEFER": "The unit will connect to network",
"WIRELESS_NETWORK_CONNECTION_DEFER2": "when first setup will be completed.",
"WIRELESS_NETWORK_CONNECTION_ERROR": "Failed to connect to network",
"WIRELESS_NETWORK_CONNECTION_ERROR_PROCEED": "Please retry or proceed to next step",
"WIRELESS_NETWORK_CONNECTION_SUCCESSFUL": "Successfully connected to network",
"WIRELESS_NETWORK_CONNECTION_SUCCESSFUL_PROCEED": "Please proceed to next step",
"WIRELESS_RESTART_ERROR": "Error while restarting wireless: ",
"WIRELESS_RESTART_SUCCESS": "Wireless successfully restarted",
"WIRELESS_RESTART_TITLE": "Wireless restart",
"WIRELESS_NETWORK_CONNECTING_TO": "Connecting to wireless network",
"WIRELESS_NETWORK_RESTART_AFTER_CONNECTION": "You will now be disconnected. Please connect back to your Wireless Network and discover your device again, once connection has been established"
},
"WIZARD": {
"LANGUAGE": "Language",
"NAME": "Name",
"OUTPUT": "Output",
"NETWORK": "Network",
"MUSIC": "Music",
"FOLLOW": "Follow",
"DONE": "Done",
"WELCOME": "Welcome, let's get started",
"SELECT_YOUR_LANGUAGE": "Select your language",
"DEVICE_NAME": "Choose a unique name for your device",
"DEVICE_ADDRESS": "This device will be available at the address:",
"SELECT_YOUR_AUDIO_OUTPUT": "Select your audio output",
"SELECT_YOUR_I2S_DAC": "Select your i2s DAC",
"I_HAVE_DAC": "I have an I2S DAC",
"CUSTOM_AMOUNT": "Custom amount",
"DONE_MESSAGE": "Done, your syste is ready",
"MAIL_LIST_SUBSCRIPTION": "Mail list subscription",
"SOCIAL_SHARE": "Social share",
"DONATE": "Donate with paypal",
"SUBSCRIBED_SUCCESFULLY": "Subscribed successfully",
"ADD_YOUR_MUSIC": "To add your music, simply connect a USB Drive or click the button below to add your Network Drive",
"STEP": "Step",
"VOLUMIOAPPS": "Apps",
"GET_APPS": "For your convenience, you can also use our handy apps",
"WIFI_CONNECTION": "Select the wireless network you wish to connect",
"DEVICECODE": "Device Code",
"DEVICE_CODE_TITLE": "Device Activation Code",
"DEVICE_CODE_MESSAGE": "If you have received a Device Activation code with your device, enter it to take advantage of the exclusive features reserved for you.",
"DEVICE_CODE_MESSAGE_CLICK": "Once done, click",
"DEVICE_CODE_VALIDATE": "Validate Device Code",
"ERROR_ACTIVATING_DEVICE": "Could not activate your device",
"DEVICE_ACTIVATED": "Your device has been successfully activated. You can now enjoy your exclusive features",
"ADVANCEDSETTINGS": "Experience",
"EXPERIENCE_SETTINGS_TITLE": "Let's tailor your user experience",
"EXPERIENCE_SETTINGS_TEXT": "Do you prefer an easy to use system with only a simplified set of options or do you want full control over all advanced functions?",
"EXPERIENCE_SETTINGS_TEXT_2": "This setting can be changed later in system settings",
"NO_NEED_DEVICE_CODE_MESSAGE": "If you already entered your device code, there is no need to enter it again",
"LOGIN": "Login",
"STREAMINGSERVICES": "Music Sources",
"SELECT_YOUR_TIMEZONE": "Select your timezone",
"SOFTWAREUPDATE": "Software update",
"AUTOMATIC_SOFTWAREUPDATE": "Automatic updates",
"AUTOMATIC_SOFTWAREUPDATE_DESC": "Your device will be automatically updated when new firmware is released",
"UPDATE_AVAILABLE": "A software update is available",
"CONGRATULATIONS": "Congratulations",
"DEVICE_SUCCESSFULLY_CONFIGURED": "has been configured and is ready to play",
"PLEASE_DONATE": "If you like Volumio please consider donating. You can make a difference for this project!",
"RUN_FIRST_CONFIG_WIZARD": "Run first config Wizard"
},
"SLEEP": {
"POWER_OFF": "Power off",
"STOP_MUSIC": "Stop music",
"PRESET_TIMES": "Preset times",
"CHOOSE_PRESET": "Choose a preset",
"HR": "hr",
"MIN": "min",
"OFF": "Off"
},
"ALARM": {
"CRATE_PLAYLIST_FIRST": "In order to use Alarm Clock, you must create at least one Playlist first",
"ALARM_CLOCK_SAVE": "Alarm has been set",
"ALARM_CLOCK_TITLE": "Alarm Clock",
"PLAYLIST_SELECT_ERROR": "Please select a Playlist",
"SLEEP_MODE_HOUR": "hour(s)",
"SLEEP_MODE_IN": "in",
"SLEEP_MODE_MINUTE": "minute(s)",
"SLEEP_MODE_SYSTEM_WILL": "The system will",
"SLEEP_MODE_TITLE": "Sleep Mode",
"STOP_MUSIC": "Stop Music",
"TIME_SELECT_ERROR": "Please select an alarm start time",
"TURN_OFF": "Turn off"
},
"MULTIDEVICE": {
"EDIT_GROUPS": "Edit groups",
"ROOMS_AND_GROUPS": "Rooms and groups",
"MULTI_ROOM_CONFIGURATION": "Multi room configuration",
"GROUP": "Group",
"NOW_PLAYING": "Now playing",
"PLAYBACK_ZONES": "Playback zones",
"ZONES": "Zones",
"ZONES_AND_OUTPUTS": "Zones & Outputs",
"GROUP_DEVICES": "Group devices",
"THIS_DEVICE": "This device",
"ACTIVE_GROUP": "Active group",
"REMOVE_ALL_DEVICES": "Remove all devices",
"AVAILABLE_DEVICES": "Available devices",
"SYNCED_PLAYBACK_NOT_AVAILABLE": "Synchronized playback not available",
"GROUP_LEADER": "Group leader",
"REMOTE_CONTROL_DEVICES": "Remote control devices",
"ACTIVE_DEVICES": "Active devices",
"CAST_DEVICES": "Cast devices",
"LOCAL_PLAYBACK": "Play here",
"CONTINUE_PLAYING": "Play here",
"LOCAL_PLAYBACK_ENABLED": "Local playback is enabled",
"INPUTS": "Inputs",
"PRESETS": "Presets",
"GROUPING": "Grouping",
"CAST": "Cast",
"SWITCH_DEVICE": "Switch device",
"NO_CAST_DEVICES": "No cast devices found",
"NO_GROUPABLE_DEVICES": "No groupable devices found"
},
"SIDEMENU": {
"ANALOG_INPUT": "ANALOG INPUT",
"BLUETOOTH": "BLUETOOTH"
},
"MYVOLUMIO": {
"MY_VOLUMIO": "MyVolumio",
"ERROR": "MyVolumio Error",
"LOGIN": "Login",
"LOGOUT": "Logout",
"SIGNUP": "Signup",
"SIGNUP_TO": "Sign up to MyVolumio",
"EMAIL_ADDRESS": "Email Address",
"PASSWORD": "Password",
"PAYMENT_SUCCESS": "Payment successful",
"PAYMENT_FAIL": "Payment failed",
"PLANS": "Plans",
"BACK_TO_PLANS": "Return to plans",
"PROFILE": "Profile",
"RECOVER_PASSWORD": "Recover password",
"PASSWORD_RESET": "Reset password",
"RECOVER_PASSWORD_TEXT": "Please fill the form to recover your password",
"FORGOT_PASSWORD": "Forgot password",
"SUBSCRIBE": "Subscribe",
"COMPLETE_UPGRADE": "Complete plan upgrade",
"PAY": "Secure payment",
"PAY_DESC": "Complete the subscription by paying securely to get your account activated and unleash the full power of MyVolumio right now!",
"EDIT_PROFILE": "Edit Profile",
"SAVE_AVATAR": "Save profile picture",
"EDIT_AVATAR": "Change profile picture",
"COMPLETE_YOUR_PROFILE": "Complete your profile information",
"PERSONAL_INFO": "Profile information",
"FIRST_NAME": "First Name",
"LAST_NAME": "Last Name",
"USERNAME": "Username",
"COUNTRY": "Country",
"BIRTHDAY": "Birthday",
"CONFIRM_PASSWORD": "Confirm password",
"OR": "or",
"TOS_AGREE": "I agree to",
"TOS": "Terms and Conditions",
"SELECT_PLAN": "Select plan",
"CURRENT_PLAN": "Current plan",
"CHANGE_PLAN": "Change plan",
"DOWNGRADE": "Downgrade",
"CANCEL_SUBSCRIPTION_TITLE": "Cancel your current subscription",
"CANCEL_SUBSCRIPTION": "Cancel Subscription",
"YOUR_NEW_PLAN": "You new plan will be",
"CANNOT_DOWNGRADE_NO_PLAN": "An error occurred, it seems you're not paying any subscription for this plan. Please contact the support.",
"NOT_LOGGED_IN": "You're not logged in. Please login to continue",
"MOST_POPULAR": "Most popular",
"FREE_DAYS_TRIAL": "Free days trial",
"ALREADY_LOGGED_IN": "Already logged in",
"DELETE_ACCOUNT": "Delete Account",
"CONFIRM_DELETE_ACCOUNT": "Are you sure you want to delete your account? All your profile data, subscriptions and settings will be deleted",
"RESEND_VERIFICATION_EMAIL": "Did not receive the verification email? Resend my verification email now",
"VERIFICATION_DONE_NOW_REMYVOLUMIO": "I have already verified my account, make me log-in again now!",
"PLEASE_VERIFY_EMAIL_TITLE": "",
"PLEASE_VERIFY_EMAIL_DESC": "To use MyVolumio at its full potential, please click on the verification link we've sent to your email",
"USER_EMAIL_NOT_VERIFIED": "Your email has not been verified",
"ERROR_CHANGE_PLAN_NO_PREVIOUS_PLAN_FOUND": "Error, you don't have any plan yet",
"ERROR_CHANGE_PLAN_NO_PLAN_SELECTED": "Please select a plan",
"PAYMENT_IN_PROGRESS": "Payment in progress",
"USER_MISSING_MANDATORY_FIELDS": "Please fill all the required fields",
"USER_VERIFICATION_EMAIL_SENT_DESC": "A verification email has just been sent to your mailbox, check it and click on the verification link to enable your account",
"CONFIRM_DELETE_ACCOUNT_TITLE": "Delete user?",
"DEVICE_NAME": "Name",
"DEVICE_TYPE": "Type",
"DEVICE_ENABLED": "Enabled",
"DEVICE_DISABLED": "Disabled",
"DEVICE_CONFIRM_ENABLE": "Are you sure to enable this device?",
"DEVICE_CONFIRM_DISABLE": "Are you sure to disable this device?",
"DEVICE_CONFIRM_DELETE": "Are you sure to delete this device?",
"ENABLE_DEVICE": "Enable Device",
"DISABLE_DEVICE": "Disable Device",
"DELETE_DEVICE": "Delete Device",
"SELECT_DEVICE": "Activate MyVolumio on devices",
"PAYNG": "Finalizing subscription",
"PAYING": "Paying…",
"PAYING_DESC": "Please wait meanwhile the transaction occurs.",
"PAYMENT_FAIL_DESC": "We're sorry, but the payment has failed! Please check your card data and availability and try again. If the problem persist please contact the support.",
"RETRY_PAYMENT": "Retry Payment",
"PAYMENT_SUCCESS_TITLE": "The payment has been successfull.",
"GO_TO_PROFILE": "Your profile",
"EXPIRING": "Expiring on",
"UPDATE_SUBSCRIPTION_TITLE": "Switch your plan",
"MAX_DEVICES_ALERT_TITLE": "MyVolumio devices limit",
"MAX_DEVICES_ALERT_DESCRIPTION": "You have already activated the max number of allowed MyVolumio Devices, please disable MyVolumio from one of the previous devices or upgrade your plan. If you continue the oldest MyVolumio Device will be disabled in favor of the new one. Do you wish to continue?",
"ENABLED": "Enabled",
"DISABLED": "Disabled",
"UPDATE_SUBSCRIPTION": "Change your plan",
"NO_SUBSCRIPTION_SELECTED_DESC": "Error. No subscribtion has been selected! Please select a subscription.",
"RETRY": "Retry",
"SUPERSTAR_FEATURE1": "An amazing superstar feature",
"ERROR_SERVER_TIMEOUT": "We're sorry but the server it's taking too much to respond. Please try again.",
"NOT_LOGGED": "You're not logged. Please log-in or sign-up.",
"OPEN_DEVICE": "Connect with this device",
"ACCESS": "Access",
"REGISTER_NOW": "Register now, it's free",
"ALREADY_HAVE_ACCOUNT": "Already have an account?",
"ERROR_VALIDATION_TERMS_UNACCEPTED": "Please accept the Terms of Service",
"ERROR_VALIDATION_PASSWORD_MATCH": "Password do not match",
"ACCOUNT_EXISTS_WITH_DIFFERENT_CREDENTIAL": "Account already exist by a different login provider.",
"CANCELLATION_FAILED": "Cancellation Failed",
"NO_SUBSCRIPTION": "No Valid Subscription found",
"COMPLETE_CHECKOUT": "Complete checkout",
"CONFIRM_CHANGE_PLAN_TITLE": "Change Plan",
"CONFIRM_CHANGE_PLAN": "Do you really want to change your plan? You will be automatically charged with the new plan price difference",
"CONFIRM_CANCEL_PLAN_TITLE": "Cancel Plan",
"CONFIRM_CANCEL_PLAN": "Do you really want to cancel your plan? From now on, you will not be able to use MyVolumio Services.",
"SUBSCRIPTION": "MyVolumio Subscription",
"SUBSCRIPTION_SUMMARY": "Subscription Summary",
"SUBSCRIPTION_STATUS": "Status",
"SUBSCRIPTION_PLAN": "Plan",
"SUBSCRIPTION_SIGNED_UP_ON": "Signed up on",
"SUBSCRIPTION_NEXT_PAYMENT": "Next payment",
"SUBSCRIPTION_ON": "on",
"CHANGE_PAYMENT_METHOD": "Update Payment Method",
"ACTIVE": "Active",
"TRIALING": "In trial period",
"PROBLEMS_WITH_PAYMENT": "Problems with your payment method, please update it",
"INACTIVE": "Inactive",
"MONTHLY": "Monthly",
"MONTHLY_PER": "Per Month",
"YEARLY": "Yearly",
"YEARLY_PER": "Per Year",
"SAVE_20": "Save 20% with a Yearly Plan!",
"WHAT_IS_MYVOLUMIO": "What is MyVolumio?",
"RECOVER_PASSWORD_SENT_MESSAGE": "We just sent instructions on how to reset your password to your mail, check it out",
"GO_TO_LOGIN": "Done? Go to login",
"TRY_FOR_FREE": "Try for free",
"LIFETIME": "Lifetime",
"FREE": "Free",
"KEEP_ME_UPDATED_VIA_MAIL": "Keep me updated with the latest Volumio news via email",
"MY_VOLUMIO_SHORTDESC": "Upgrade your experience with premium services like TIDAL, TIDAL Connect and QOBUZ integration, CD Ripping, Advanced Metadata, Bluetooth input and much more",
"MY_VOLUMIO_MORE_INFO": "Discover all features",
"CHOOSE_PLAN": "Choose a plan",
"SUPPORT_MYVOLUMIO": "Support Volumio’s development and get premium features for the price of an espresso per month.",
"SUPPORT_MYVOLUMIO_SHORT": "Support us and get premium features",
"COUPON_CODE": "Coupon code",
"HAVE_COUPON_CODE": "I have a coupon code",
"FINISH_SIGNUP": "Finish sign up",
"CREATING_ACCOUNT": "Creating account...",
"UPGRADE_MYVOLUMIO": "Upgrade MyVolumio",
"UPGRADE_SUPERSTAR": "Upgrade to Premium",
"PREMIUM_STREAMING_TITLE": "Studio quality music at home",
"PREMIUM_STREAMING_FULLY_INTEGRATED_QOBUZ": "Qobuz is fully integrated with Volumio",
"PREMIUM_STREAMING_FULLY_INTEGRATED_TIDAL": "Tidal is fully integrated with Volumio",
"PREMIUM_STREAMING_AVAILABILITY_QOBUZ": "Qobuz is available for Volumio Premium users.",
"PREMIUM_STREAMING_AVAILABILITY_TIDAL": "Tidal is available for Volumio Premium users.",
"MONTH": "month",
"UPGRADE_FROM": "Upgrade from",
"MORE_INFO": "More info",
"MORE_INFO_DESCRIPTION": "Get premium features and support the development of Volumio.",
"NOT_CONNECTED": "Not connected",
"PREMIUM_STREAMING_FEATURE_1": "features in Volumio",
"PREMIUM_STREAMING_FEATURE_2": "Studio quality sound - FLAC 24-Bit up to 192 KHz",
"PREMIUM_STREAMING_FEATURE_3": "directly from Volumio",
"PREMIUM_STREAMING_FEATURE_4": "Sync your favourites and playlists to Volumio",
"LOGIN_WITH": "Login with",
"SIGNUP_WITH": "Signup with",
"CONNECT": "Connect",
"TO_VOLUMIO": "to Volumio in your settings",
"CODE_DEVICE_ALREADY_ACTIVATED": "Your device code has already been successfully activated and your plan is",
"AND_ASSOCIATED_WITH_ACCOUNT": "and associated with account",
"WIN_PRIZES_REFERRING_VOLUMIO": "Refer your friends to MyVolumio and get awesome rewards!",
"MY_ACHIEVEMENTS": "Achievements",
"SIGNUP_ERROR_CONTACT_SUPPORT": "Something went wrong during your signup. Please contact our support at [email protected] providing the following error information:",
"START_SHARING": "Start sharing now",
"SEE_YOUR_RESULTS": "See your results",
"REFERRING_EXPLANATION": "Win premium plans after milestones or beat our monthly leaderboard challenge and win a MyVolumio Superstar subscription for life!",
"REFERRAL_TITLE": "Refer friends & Get Rewarded!",
"REFERRAL_SUBTITLE": "Get rewarded for sharing Volumio with your friends. Invite them by using your unique link below.",
"COPY": "Copy",
"COPIED": "Copied",
"YOUR_RANK": "your rank",
"REFERRALS_THIS_MONTH": "referrals this month",
"TOTAL_REFERRALS": "total referrals",
"LEADERBOARD": "Leaderboard",
"REWARDS": "Rewards",
"NUMBER_OF_REFERRALS": "# of referrals",
"HOW_IT_WORKS": "How it works",
"REFERRAL_HOW_TITLE_1": "Share your link",
"REFERRAL_HOW_TITLE_2": "Your friends sign up",
"REFERRAL_HOW_TITLE_3": "You get rewarded",
"REFERRAL_HOW_BODY_1": "Invite your friends via email, Facebook, Twitter, or WhatsApp",
"REFERRAL_HOW_BODY_2": "They create a MyVolumio account via that link",
"REFERRAL_HOW_BODY_3": "...according to the milestone program and your subscription type",
"FAQ": "FAQ",
"REFERRAL_FAQ_TITLE_1": "How do I refer someone?",
"REFERRAL_FAQ_BODY_1": "Simply share your unique link to a friend who would like to create a MyVolumio account",
"REFERRAL_FAQ_TITLE_2": "What is considered a referral?",
"REFERRAL_FAQ_BODY_2": "A referral is when your friend successfully signs up to MyVolumio via your unique referral link.",
"REFERRAL_FAQ_TITLE_3": "How long is my unique link valid for?",
"REFERRAL_FAQ_BODY_3": "Your unique link does not expire and you can use it at any time, unless Volumio decides to cancel the referral campaign.",
"REFERRAL_FAQ_TITLE_4": "How can I check the status of my referral and the leaderboard?",
"REFERRAL_FAQ_BODY_4": "You can see a real-time count of your referral and the leaderboard on the Volumio UI while logged in on your account.",
"REFERRAL_FAQ_TITLE_5": "When do I receive my rewards?",
"REFERRAL_FAQ_BODY_5": "Once your friend (s) creates a MyVolumio account and you achieve a milestone, you'll receive your referral in a manner of minutes.",
"REFERRAL_FAQ_TITLE_6": "Do I need to insert payment information to receive my rewards?",
"REFERRAL_FAQ_BODY_6": "Only users with a MyVolumio FREE account must insert payment payment to claim their rewards.",
"REFERRAL_FAQ_TITLE_7": "Why are the rewards different for each subscription?",
"REFERRAL_FAQ_BODY_7": "We separated the rewards according to the subscription type to be fair to all users, and get the rewards according to the value of the subscription.",
"REFERRAL_FAQ_TITLE_8": "How many people can I refer?",
"REFERRAL_FAQ_BODY_8": "The limit does not exist! The more you make, the closer you are to being in the Top 1!",
"ACCOUNT": "Account",
"MODAL_DISCOVERY_PREMIUM_TITLE": "Music and Artists Credits Discovery",
"MODAL_DISCOVERY_PREMIUM_HEADING": "This feature is available for Volumio Premium subscribers",
"MODAL_DISCOVERY_PREMIUM_TEXT": "Enhanced metadata for your music and much more",
"WELCOME": "Welcome",
"LANDING_REFERRAL_WELCOME_TEXT1": "Your friend told you about Volumio and invited you to try out? Great, Welcome! ",
"LANDING_REFERRAL_WELCOME_TEXT2": "If you are already familiar with Volumio, just sign up to enjoy lot of extra features. Otherwise, keep scrolling and find out the benefits we can give to your music listening experience.",
"CREATE_YOUR_ACCOUNT": "Create Your Account",
"ITS_FREE": "It’s free and takes literally 1 minute.",
"LANDING_WHAT_IS_MYVOLUMIO": "What is Volumio?",
"LANDING_SHORT_INTRO": "Volumio is an audiophile music player that gathers all your music - local and streaming - into one place. It’s easy to get started!",
"CONTROL": "Control",
"LANDING_INSTALL_TEXT": "Available for PC, Raspberry PI and other devices.",
"LANDING_CONNECT_TEXT": "After installation connect to your network and sign in to MyVolumio.",
"LANDING_CONTROL_TEXT": "Access and manage your music from your smartphone or computer.",
"LANDING_FEATURES_TITLE": "MyVolumio gives you extra features",
"LANDING_FEATURES_TEXT": "The Volumio platform is open source and free forever. However, if you are a real audio fan we provide an even better experience through MyVolumio’s extra feature set.",
"LANDING_FEATURE_INTEGRATIONS_TITLE": "Multiple integrations",
"LANDING_FEATURE_INTEGRATIONS_TEXT": "Have access to TIDAL and QOBUZ streaming for a bit-perfect Hi-Res streaming playback. Integration available also for Alexa and Highresaudio.com. With it you can avoid DLNA resampling and compatibility issues.",
"LANDING_FEATURE_DISCOVERY_TITLE": "Music & Artist Credits Discovery",
"LANDING_FEATURE_DISCOVERY_TEXT": "Learn about artists, albums, recording studio, credits list, from all the music on your local files and for MyVolumio compatible services such as Tidal, Qobuz, Spotify, and more.",
"LANDING_FEATURE_BACKUP_TITLE": "Automatic Backup & Sync",
"LANDING_FEATURE_BACKUP_TEXT": "All your favorites, Playlists and web radios are automatically synced to all your devices and backed-up to a secure location, ready to be restored whenever you set-up a new MyVolumio device.",
"LANDING_FEATURE_CD_TITLE": "CD Playback & Ripping",
"LANDING_FEATURE_CD_TEXT": "Rediscover your CD collection by simply attaching any USB CD Rom drive to your Volumio device. Play or copy your CDs in the most accurate way.",
"NO_THANKS_NOT_INTERESTED": "No thanks, I am not interested",
"GO_PREMIUM": "Go Premium",
"SAVE": "Save",
"MANIFEST_UI_ACCESS": "Manifest UI Access",
"MANIFEST_UI_ACCESS_DESCRIPTION": "This UI requires a Volumio premium plan. Press OK to login or register to myVolumio. Press cancel to exit this UI.",
"CONGRATULATIONS": "Congratulations",
"ACCESS_TO_FEATURES": "You now have access to all Volumio Premium services. Enjoy your premium experience.",
"MYVOLUMIO_WIZARD_NO_INTERNET": "You're not connected to Internet at the moment, please login to MyVolumio afterwards to get the best Volumio experience",
"MODAL_SUPERSEARCH_PREMIUM_TITLE": "Supersearch textual search",
"MODAL_SUPERSEARCH_PREMIUM_TEXT": "Textual search, infinity playback powered by Artificial Intelligence",
"MODAL_INFINITY_PLAN_PREMIUM_TEXT": "Artificial Intelligence infinity playback",
"ENABLE_YOUR_DEVICE_TO_USE_THIS_FUNCTIONALITY": "To use this functionality, please enable MyVolumio on this device from your device list",
"FEATURE_NOT_AVAILABLE": "Feature not available with current plan",
"FEATURE_NOT_AVAILABLE_CURRENT_PLAN": "This feature cannot be enabled, since it's not available in your current MyVolumio Plan",
"GOTO_DEVICE_LIST": "Go to My Devices list",
"MYVOLUMIO_NOT_ENABLED_ON_DEVICE": "MyVolumio is not enabled on this device",
"PLAN_REQUIRED": "is required to use this functionality",
"PLEASE_ENABLE_MY_VOLUMIO": "MyVolumio includes support for streaming services such as TIDAL, QOBUZ and High Res Audio, as well as many additional plugins. In order to gain full access to them, you will need to subscribe a MyVolumio plan. Go to www.myvolumio.org to start a free trial!",
"UPGRADE_YOUR_PLAN_NOW": "Upgrade your plan now"
},
"MYVOLUMIO_PLANS": {
"LATEST_NEWS": "Receive our MyVolumio News Feed",
"MYVOLUMIO_1_DEVICE": "Use MyVolumio on 1 device",
"REMOTE_CONNECTION_1_DEVICE": "Remote connection to 1 device",
"QOBUZ_INTEGRATION": "Qobuz Integration",
"TIDAL_INTEGRATION": "TIDAL Integration",
"NATIVE_TIDAL_QOBUZ_INTEGRATION": "Native TIDAL, TIDAL Connect and Qobuz Integration",
"AUTO_SYNC": "Automatic Sync of Personal items",
"MYVOLUMIO_6_DEVICES": "Use MyVolumio on up to 6 devices",
"REMOTE_CONNECTION_6_DEVICES": "Remote connection to up to 6 devices",
"CD_PLAYBACK_RIPPING": "CD Playback and Ripping",
"ALEXA_INTEGRATION": "Alexa integration",
"HIRESAUDIO_INTEGRATION": "Highresaudio.com Integration",
"INPUT_PLAYBACK": "Digital and Analog Inputs Playback",
"BLUETOOTH_INPUT": "Bluetooth Audio Playback Input",
"ALL_VIRTUOSO_FEATURES": "All Virtuoso Features",
"MUSIC_METADATA": "Music and Artists Credit Discovery",
"ALL_FREE_FEATURES": "All Free Features",
"MANIFEST_UI": "Manifest UI",
"MULTIROOM_PLAYBACK": "Multiroom Playback",
"FILES_PLAYBACK": "Playback of all filetypes",
"WEBRADIOS_DIRECTORY": "Integrated Webradios Directories",
"ALARM_AND_SLEEP_FUNCTION": "Alarm and sleep function",
"PLUGINS_STORE": "Plugins store",
"DLNA_UPNP_BROWSING": "DLNA UPNP Browsing",
"AIRPLAY_PLAYBACK": "Airplay Playback",
"UPNP_RENDERER_PLAYBACK": "UPNP Renderer Playback",
"CONTEMPORARY_UI": "Web User Interface",
"IOS_ANDROID_APP": "iOS and Android Apps",
"NETWORK_STORAGE_SUPPORT": "Network Storage Browsing",
"OVER_THE_AIR_UPDATES": "Over The Air Updates",
"AI_SUPERSEARCH": "AI Textual Search",
"AI_INFINITY_PLAYBACK": "AI Infinity Playback"
},
"APPEARANCE": {
"ALBUMARTIST": "Albumartist",
"ALBUMART_CACHE_CLEARED": "Album Art cache reset successfully",
"ALBUMART_CACHE_CLEAR_ERROR": "Error clearing albumart cache, please retry in a few minutes.",
"ALBUMART_RESET_CACHE": "Reset Album Art cache",
"ALBUMART_RESET_CACHE_DOC": "The system caches your albumart to improve performance, but this prevents newly added albumart from being shown. By resetting the cache you will be able to see newly added albumart.",
"ALBUMART_SETTINGS": "Album Art Settings",
"APPEARANCE": "Appearance",
"ARTIST": "Artist",
"ARTIST_SORTING": "Sort artists by",
"ARTIST_SORTING_DOC": "Choose the metadata used to sort artists",
"BACKGROUND_DELETED": "Background deleted",
"BROWSE_SOURCES_VISIBILITY": "Sources Visibility",
"COMPILATION_METADATA": "Compilation metadata fields",
"COMPILATION_METADATA_DOC": "Configure the metadata fields used to describe albumartist in compilations or 'multiple artist' albums, use comma separated fields.",
"EXTRALARGE": "Extra-large",
"IMAGE_MUST_BE_LESS_THAN": "Image size must be less than",
"LARGE": "Large",
"MEDIUM": "Medium",
"MEGA": "Mega",
"METADATA_IMAGE": "Show embedded albumart",
"METADATA_IMAGE_DOC": "When enabled, if no albumart file can be found in the folder, the system will attempt to extract any albumart embedded in your music files. This will most likely increase albumart loading times.",
"MUSIC_LIBRARY_SETTINGS": "Music Library Settings",
"NEW_BACKGROUND_APPLIED": "New Background applied",
"NEW_LANGUAGE_SET": "New language set",
"SHOW_TRACKNUMBERS": "Show Track numbers",
"SHOW_TRACKNUMBERS_DOC": "Prepend track numbers to tracks title",
"SMALL": "Small",
"UI_CONFIG_LANGUAGE": "Language",
"UI_CONFIG_SELECT_LANGUAGE": "Select Language",
"UI_CONFIG_SELECT_LANGUAGE_DOC": "Select the Language of your system",
"UI_CONFIG_SELECT_TIMEZONE": "Select Timezone",
"UI_CONFIG_SELECT_TIMEZONE_DOC": "Select the Timezone of your system",
"UPLOAD_FAILED": "Upload failed",
"USER_INTERFACE_CLASSIC": "Classic",
"USER_INTERFACE_CONTEMPORARY": "Contemporary",
"USER_INTERFACE_MANIFEST": "Manifest",
"USER_INTERFACE_LAYOUT_DESIGN": "User Interface layout design",
"USER_INTERFACE_LAYOUT_DESIGN_DOC": "Select the desired user interface layout design. Contemporary UI offers an experience based on the most popular music players UI. Classic has a 3 tab design, offering a more minimalistic approach ",
"VOLUMIO3_EXPERIMENTAL_UI": "Enable Experimental User Interface",
"VOLUMIO3_EXPERIMENTAL_UI_DOC": "Enable Experimental User Interface",
"WEB_ALBUMART_ENABLE": "Web Album art",
"WEB_ALBUMART_ENABLE_DOC": "Enable retrieval of Album art from Web, if no image is found in the file folder",
"WEB_ALBUMART_SIZE": "Web Album art Size",
"WEB_ALBUMART_SIZE_DOC": "Choose the size of Album art downloaded from web: higher quality requires longer load times. Lower values may improve load times.",
"SUPERSEARCH_INFINITY_SERVICES": "SuperSearch and Infinity Playback Enabled Services"
},
"MAIN_MENU": {
"ALARM": "Alarm",
"APPEARANCE": "Appearance",
"CREDITS": "Credits",
"HELP": "Help",
"MY_MUSIC": "My Music",
"NETWORK": "Network",
"PLAYBACK_OPTIONS": "Playback Options",
"PLUGINS": "Plugins",
"SHUTDOWN": "Shutdown",
"SLEEP": "Sleep",
"SOURCES": "Sources",
"SYSTEM": "System"
},
"PLAYBACK_OPTIONS": {
"ADVANCED_AUDIO_TWEAKS": "Advanced Audio Tweaks",
"ADVANCED_DAC_DSP_OPTIONS": "DSP Options",
"ADVANCED_DAC_DSP_OPTIONS_DOC": "These tweaks can enable particular DSP options, available only on some I2S DACs",
"AUDIO_BUFFER_SIZE": "Audio buffer size",
"AUDIO_BUFFER_SIZE_DOC": "This specifies the size of the audio buffer. Increase it to avoid chances of audio stuttering over Network.",
"AUDIO_OUTPUT": "Audio Output",
"AUDIO_RESAMPLING": "Audio Resampling",
"AUDIO_RESAMPLING_DOC": "This settings controls Audio Resampling options. For local file playback only (does not apply to Shairport and Third Party services like ROON).",
"AUDIO_RESAMPLING_SETTINGS_SAVED": "Audio Resampling Settings saved",
"BUFFER_BEFORE_PLAY": "Buffer before play",
"BUFFER_BEFORE_PLAY_DOC": "This specifies how much of the audio buffer should be filled before playing a track. Try increasing this if you hear skipping when manually changing songs.",
"CONNECT_OUTPUT_DEVICE_1": "Please connect",
"CONNECT_OUTPUT_DEVICE_2": "to the unit or select a different output device from playback options",
"DEFAULT_STARTUP_VOLUME": "Default Startup Volume",
"DEFAULT_STARTUP_VOLUME_DOC": "This is the default volume that is set at system startup",
"DOP": "DSD over PCM (DoP)",
"DSD_AUTO_VOLUME": "DSD Auto Volume Level",
"DSD_AUTO_VOLUME_DOC": "DSD Requires volume to be set to 100, if enabled when DSD is playing Volume will be automatically set to 100 (WARNING: Set with caution!)",
"DSD_DIRECT": "DSD Direct",
"DSD_DOC": "Choose the DSD Playback mode: Direct DSD Playback plays DSD Native on supported hardware, if DSD is not supported by your DAC then DSD is converted on-the-fly to PCM. With DoP (DSD over PCM), DSD streams will be encapsulated in 24 bits PCM (as per DoP Standard).",
"DSD_PLAYBACK_MODE": "DSD Playback mode",
"DSP_PROGRAM_ENABLED": "DSP Program Enabled",
"DSP_PROGRAM_REBOOT": "In order to activate this DSP Program, a reboot is required",
"ENABLE_I2S_DAC": "Enable I2S DACs",
"EXTENDED_FILE_FORMAT_SUPPORT": "Extended File Format Support",
"EXTENDED_FILE_FORMAT_SUPPORT_DOC": "This setting controls the ability to read a wide variety of Audio formats, however it might slow down the creation of the music library database. If disabled, the system will still read most of music formats and Music Library scanning will be much faster.",
"GAPLESS_MP3_PLAYBACK": "Gapless MP3 playback",
"HARDWARE": "Hardware",
"HIGH": "High",
"I2S_DAC_ACTIVATED": "I2S DAC Enabled",
"I2S_DAC_ACTIVATED_MESSAGE": "has been enabled, restart the system for changes to take effect",
"I2S_DAC_DEACTIVATED": "I2S DAC Disabled",
"I2S_DAC_DEACTIVATED_MESSAGE": "has been disabled, restart the system for changes to take effect",
"ISO_PLAYBACK": "ISO Playback",
"ISO_PLAYBACK_DOC": "Use an experimental MPD version which allows ISO Files playback. You will lose DSD direct capabilities when enabled.",
"LINEAR": "Linear",
"LOW": "Low",
"MAX_VOLUME_LEVEL": "Max volume level",
"MAX_VOLUME_LEVEL_DOC": "Sets a maximum volume for the system",
"MEDIUM": "Medium",
"MIXER_CONTROL": "Mixer Control",
"MIXER_CONTROLS": "Mixer Controls",
"MIXER_CONTROLS_UPDATE": "Mixer Controls settings updated",
"MIXER_CONTROL_NAME": "Mixer Control Name",
"MIXER_CONTROL_NAME_DOC": "Change the mixer control, useful when your Audio device has more volume controls. Default values are usually fine, change only if your volume level does not change after an action on the UI.",
"MIXER_TYPE": "Mixer Type",
"MIXER_TYPE_DOC": "Select the Mixer Type: None = No volume control, Software = Volume control but loss of Audio Quality, Hardware = Best of both worlds, provides ability to change volume without loss of quality",
"MPD_VOLUME": "MPD Clients Volume Control",
"MPD_VOLUME_DOC": "Allow MPD Clients to change Volume, this will negatively impact Volume change speed",
"NATIVE": "Native",
"NATURAL": "Natural",
"NO_AUDIO_DEVICE_AVAILABLE": "No Audio Device Available",
"NO_HARDWARE_MIXER": "No Hardware Mixer Available",
"NO_OUTPUT_DEVICE": "No Audio Output Available",
"NO_OUTPUT_DEVICE_MESSAGE": "Please connect an Audio Output Device to the Unit",
"ONE_CLICK_VOLUME_STEPS": "One Click Volume Steps",
"ONE_CLICK_VOLUME_STEPS_DOC": "Sets the volume difference for single clicks on + and - volume buttons",
"OUTPUT_DEVICE": "Output Device",
"OUTPUT_DEVICE_DOC": "Select the Audio Output Device from the ones available in your system",
"OUTPUT_DEVICE_NOT_AVAILABLE": "The selected output device is not available",
"PERSISTENT_QUEUE": "Persistent queue",
"PERSISTENT_QUEUE_DOC": "If enabled the Playqueue will be retained post reboot, if disabled the play queue will be cleared at every system start",
"PLAYBACK_MODE": "Playback Mode",
"PLAYBACK_MODE_CONTINUOUS": "Continuous",
"PLAYBACK_MODE_DOC": "You can select the playback Behaviour: Continuous will add to your current queue all the songs in an album or a playlist, single will only add to queue the song you selected to play",
"PLAYBACK_MODE_SINGLE": "Single",
"PLAYBACK_OPTIONS_TITLE": "General Playback options",
"RESAMPLING_ALG": "Resampling algorithm quality",
"RESAMPLING_ALG_DOC": "This setting allows to set the ideal Resampling algorithm quality. Higher quality requires greater computing power, therefore sound might stutter or pause on low power devices. If that's the case, lower the quality until you get smooth playback.",
"SETTING_ERROR": "Error",
"SOFTVOL": "Software Volume Control",
"SOFTWARE": "Software",
"TARGET_BITDEPTH": "Target bit depth",
"TARGET_SAMPLERATE": "Target sample rate",
"USB_DAC_CONNECTED": "USB DAC Connected",
"VERY_HIGH": "Very high",
"VOLUME_CURVE_MODE": "Volume Curve Mode",
"VOLUME_CURVE_MODE_DOC": "Natural (Logarithmic) is how most people perceive Volume variations. Don't change it unless the volume curve is too steep in your system",
"VOLUME_NORMALIZATION": "Volume normalization",
"VOLUME_NORMALIZATION_DOC": "If turned On Volumio will normalize the volume of tracks as they play. This might reduce sound quality.",
"VOLUME_OPTIONS": "Volume options",
"SQ_QUALITY_TITLE": "Sound Quality",
"SQ_MP3_320": "MP3 (320 kbit/s)",
"SQ_FLAC_LOSSLESS": "FLAC Lossless",
"SQ_FLAC_HIRES_96": "FLAC Hi-Res 24 bit up to 96 kHz",
"SQ_FLAC_HIRES_192": "FLAC Hi-Res 24 bit up to 192 kHz",
"SQ_QUALITY_DESC": "Select your desired music quality",
"SQ_LOW": "Low",
"SQ_HIGH": "High",
"SQ_LOSSLESS": "Lossless",
"SQ_HI_RES": "Hi-Res",
"SQ_HIGHEST_POSSIBLE": "Highest Possible"
},
"PLAYLIST": {
"ADDED_TITLE": "Added",
"ADDED_TO_FAVOURITES": " to Favorites ",