-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathen-us.json
1749 lines (1749 loc) · 110 KB
/
en-us.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
{
"Absolute": "Absolute",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Add",
"AddedOnValue": "Added {0}",
"AddToCollection": "Add to collection",
"AddToFavorites": "Add to favorites",
"AddToPlaylist": "Add to playlist",
"AddToPlayQueue": "Add to play queue",
"AgeValue": "({0} years old)",
"AirDate": "Air date",
"AirPlay": "AirPlay",
"Aired": "Aired",
"Album": "Album",
"AlbumArtist": "Album Artist",
"Albums": "Albums",
"Alerts": "Alerts",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All Complex Formats (ASS, SSA, VobSub, PGS, SUB, IDX, …)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllLibraries": "All libraries",
"AllowedRemoteAddressesHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be allowed to connect remotely. If left blank, all remote addresses will be allowed.",
"AllowCollectionManagement": "Allow this user to manage collections",
"AllowContentWithTagsHelp": "Only show media with at least one of the specified tags.",
"AllowSubtitleManagement": "Allow this user to edit subtitles",
"AllowFfmpegThrottling": "Throttle Transcodes",
"AllowFfmpegThrottlingHelp": "When a transcode or remux gets far enough ahead from the current playback position, pause the process so it will consume fewer resources. This is most useful when watching without seeking often. Turn this off if you experience playback issues.",
"AllowSegmentDeletion": "Delete segments",
"AllowSegmentDeletionHelp": "Delete old segments after they have been downloaded by the client. This prevents having to store the entire transcoded file on disk. Turn this off if you experience playback issues.",
"Alternate" : "Alternate",
"AlternateDVD" : "Alternate DVD",
"LabelThrottleDelaySeconds": "Throttle after",
"LabelThrottleDelaySecondsHelp": "Time in seconds after which the transcoder will be throttled. Must be large enough for the client to maintain a healthy buffer. Only works if throttling is enabled.",
"LabelSegmentKeepSeconds": "Time to keep segments",
"LabelSegmentKeepSecondsHelp": "Time in seconds for which segments should be kept after they are downloaded by the client. Only works if segment deletion is enabled.",
"AllowHWTranscodingHelp": "Allow the tuner to transcode streams on the fly. This may help reduce transcoding required by the server.",
"AllowMediaConversion": "Allow media conversion",
"AllowMediaConversionHelp": "Grant or deny access to the convert media feature.",
"AllowOnTheFlySubtitleExtraction": "Allow subtitle extraction on the fly",
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to clients in plain text, in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"AllowRemoteAccess": "Allow remote connections to this server",
"AllowRemoteAccessHelp": "If unchecked, all remote connections will be blocked.",
"AllowTonemappingHelp": "Tone-mapping can transform the dynamic range of a video from HDR to SDR while maintaining image details and colors, which are very important information for representing the original scene. Currently works only with 10bit HDR10, HLG and DoVi videos. This requires the corresponding GPGPU runtime.",
"AllowTonemappingSoftwareHelp": "Tone-mapping can transform the dynamic range of a video from HDR to SDR while maintaining image details and colors, which are very important information for representing the original scene. Currently works only with 10bit HDR10 and HLG videos.",
"AlwaysPlaySubtitles": "Always Play",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AndOtherArtists": "{0} and {1} other artists.",
"AnyLanguage": "Any Language",
"Anytime": "Anytime",
"ApiKeysCaption": "List of the currently enabled API keys",
"AroundTime": "Around {0}",
"Arranger": "Arranger",
"Art": "Clearart",
"Artist": "Artist",
"Artists": "Artists",
"Ascending": "Ascending",
"AskAdminToCreateLibrary": "Ask an administrator to create a library.",
"AsManyAsPossible": "As many as possible",
"AspectRatio": "Aspect Ratio",
"Audio": "Audio",
"Author": "Author",
"Authorize": "Authorize",
"AuthProviderHelp": "Select an authentication provider to be used to authenticate this user's password.",
"Auto": "Auto",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"BackdropScreensaver": "Backdrop Screensaver",
"Banner": "Banner",
"BirthDateValue": "Born: {0}",
"BirthLocation": "Birth location",
"BirthPlaceValue": "Birth place: {0}",
"Blacklist": "Blacklist",
"BlockContentWithTagsHelp": "Hide media with at least one of the specified tags.",
"BookLibraryHelp": "Audio and text books are supported. Review the {0} book naming guide {1}.",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BoxSet": "Box Set",
"Browse": "Browse",
"BurnSubtitlesHelp": "Determine if the server should burn in subtitles while transcoding videos. Avoiding this will greatly improve performance. Select Auto to burn image based formats (VobSub, PGS, SUB, IDX, etc.) and certain ASS or SSA subtitles.",
"ButtonActivate": "Activate",
"ButtonAddImage": "Add Image",
"ButtonAddMediaLibrary": "Add Media Library",
"ButtonAddScheduledTaskTrigger": "Add Trigger",
"ButtonAddServer": "Add Server",
"ButtonAddUser": "Add User",
"ButtonArrowLeft": "Left",
"ButtonArrowRight": "Right",
"ButtonAudioTracks": "Audio Tracks",
"ButtonBack": "Back",
"ButtonBackspace": "Backspace",
"ButtonCancel": "Cancel",
"ButtonCast": "Cast to Device",
"ButtonChangeServer": "Change Server",
"ButtonClose": "Close",
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
"ButtonEditUser": "Edit user",
"ButtonForgotPassword": "Forgot Password",
"ButtonFullscreen": "Fullscreen",
"ButtonGotIt": "Got It",
"ButtonInfo": "Info",
"ButtonLibraryAccess": "Library access",
"ButtonManualLogin": "Manual Login",
"ButtonMore": "More",
"ButtonNextTrack": "Next track",
"ButtonOk": "Ok",
"ButtonParentalControl": "Parental control",
"ButtonPause": "Pause",
"ButtonPlayer": "Player",
"ButtonPreviousTrack": "Previous track",
"ButtonQuickStartGuide": "Quick Start Guide",
"ButtonRefreshGuideData": "Refresh Guide Data",
"ButtonRemove": "Remove",
"ButtonRename": "Rename",
"ButtonResume": "Resume",
"ButtonRevoke": "Revoke",
"ButtonScanAllLibraries": "Scan All Libraries",
"ButtonSelectDirectory": "Select Directory",
"ButtonSelectView": "Select view",
"ButtonSend": "Send",
"ButtonShutdown": "Shutdown",
"ButtonSignIn": "Sign In",
"ButtonSignOut": "Sign Out",
"ButtonExitApp": "Exit Application",
"ButtonSpace": "Space",
"ButtonSplit": "Split",
"ButtonStart": "Start",
"ButtonStop": "Stop",
"ButtonSubmit": "Submit",
"ButtonSyncPlay": "SyncPlay",
"ButtonTogglePlaylist": "Playlist",
"ButtonTrailer": "Trailer",
"ButtonUninstall": "Uninstall",
"ButtonUseQuickConnect": "Use Quick Connect",
"ButtonWebsite": "Website",
"Bwdif": "Bob Weaver DeInterlacing Filter (BWDIF)",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Casual": "Casual",
"Categories": "Categories",
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
"ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
"ChannelResolutionSD": "SD",
"ChannelResolutionSDPAL": "SD (PAL)",
"ChannelResolutionHD": "HD",
"ChannelResolutionFullHD": "Full HD",
"ChannelResolutionUHD4K": "UHD (4K)",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"Channels": "Channels",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"SelectAudioNormalizationHelp": "Track gain - adjusts the volume of each track so they playback with the same loudness. Album gain - adjusts the volume of all the tracks in an album only, keeping the album's dynamic range.",
"ClearQueue": "Clear queue",
"ClientSettings": "Client Settings",
"Collections": "Collections",
"Colorist": "Colorist",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"Conductor": "Conductor",
"ConfigureDateAdded": "Set up how metadata for 'Date added' is determined in the Dashboard > Libraries > NFO Settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteSeries": "Deleting this series will delete ALL {0} episodes from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteLyrics": "Deleting these lyrics will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"Connect": "Connect",
"Console": "Console",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Copied": "Copied",
"Copy": "Copy",
"CopyFailed": "Could not copy",
"CopyStreamURL": "Copy Stream URL",
"CopyStreamURLSuccess": "URL copied successfully.",
"CoverArtist": "Cover artist",
"Creator": "Creator",
"CriticRating": "Critics rating",
"Cursive": "Cursive",
"DailyAt": "Daily at {0}",
"Data": "Data",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"DeathDateValue": "Died: {0}",
"Default": "Default",
"DefaultMetadataLangaugeDescription": "These are your defaults and can be customized on a per-library basis.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"DeinterlaceMethodHelp": "Select the deinterlacing method to use when software transcoding interlaced content. When hardware acceleration supporting hardware deinterlacing is enabled the hardware deinterlacer will be used instead of this setting.",
"Delete": "Delete",
"DeleteEntireSeries": "Delete {0} Episodes",
"DeleteAll": "Delete All",
"DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
"DeleteDevicesConfirmation": "Are you sure you wish to delete all devices? All other sessions will be logged out. Devices will reappear the next time a user signs in.",
"DeleteImage": "Delete Image",
"DeleteImageConfirmation": "Are you sure you wish to delete this image?",
"DeleteLyrics": "Delete lyrics",
"DeleteMedia": "Delete media",
"DeleteSeries": "Delete Series",
"DeleteEpisode": "Delete Episode",
"DeleteName": "Delete {0}",
"DeleteUser": "Delete User",
"DeleteUserConfirmation": "Are you sure you wish to delete this user?",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DetectingDevices": "Detecting devices",
"DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
"Digital": "Digital",
"Director": "Director",
"Directors": "Directors",
"DirectPlaying": "Direct playing",
"DirectPlayHelp": "The source file is entirely compatible with this client and the session is receiving the file without modifications.",
"DirectStreamHelp1": "The video stream is compatible with the device, but has an incompatible audio format (DTS, Dolby TrueHD, etc.) or number of audio channels. The video stream will be repackaged losslessly on the fly before being sent to the device. Only the audio stream will be transcoded.",
"DirectStreamHelp2": "Power consumed by direct streaming usually depends on the audio profile. Only the video stream is lossless.",
"DirectStreaming": "Direct streaming",
"EnablePlugin": "Enable",
"DisableCustomCss": "Disable server-provided custom CSS code",
"DisablePlugin": "Disable",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as 'Recently Added Media' and 'Continue Watching'",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in the server configuration.",
"DisplayModeHelp": "Select the layout style you want for the interface.",
"DlnaMovedMessage": "The DLNA functionality has moved to a plugin.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadAll": "Download All",
"DownloadsValue": "{0} downloads",
"DrmChannelsNotImported": "Channels with DRM will not be imported.",
"DropShadow": "Drop Shadow",
"Edit": "Edit",
"Editor": "Editor",
"EditImages": "Edit images",
"EditLyrics": "Edit lyrics",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableAutoCast": "Set as default",
"EnableBackdropsHelp": "Display the backdrops in the background of some pages while browsing the library.",
"EnableBlurHash": "Enable blurred placeholders for images",
"EnableBlurHashHelp": "Images that are still being loaded will be displayed with a unique placeholder.",
"EnableCinemaMode": "Cinema mode",
"EnableColorCodedBackgrounds": "Color coded backgrounds",
"EnableDecodingColorDepth10Hevc": "Enable 10-bit hardware decoding for HEVC",
"EnableDecodingColorDepth10Vp9": "Enable 10-bit hardware decoding for VP9",
"EnableDetailsBanner": "Details Banner",
"EnableDetailsBannerHelp": "Display a banner image at the top of the item details page.",
"EnableDisplayMirroring": "Display mirroring",
"EnableDts": "Enable DTS (DCA)",
"EnableDtsHelp": "Only enable if your device supports DTS or is connected to a compatible audio receiver, otherwise it may cause playback failure.",
"EnableExternalVideoPlayers": "External video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableFasterAnimations": "Faster animations",
"EnableFasterAnimationsHelp": "Use faster animations and transitions.",
"EnableHardwareEncoding": "Enable hardware encoding",
"EnableLibrary": "Enable the library",
"EnableLibraryHelp": "Disabling the library will hide it from all user views.",
"EnableNextVideoInfoOverlay": "Show next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnablePhotos": "Display the photos",
"EnablePhotosHelp": "Images will be detected and displayed alongside other media files.",
"EnableCardLayout": "Display visual CardBox",
"EnableRewatchingNextUp": "Enable Rewatching in Next Up",
"EnableRewatchingNextUpHelp": "Enable showing already watched episodes in 'Next Up' sections.",
"EnableQuickConnect": "Enable Quick Connect on this server",
"EnableSmoothScroll": "Enable smooth scroll",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested. Enabling this when not needed may cause problems.",
"EnableThemeSongsHelp": "Play the theme songs in background while browsing the library.",
"EnableThemeVideosHelp": "Play theme videos in the background while browsing the library.",
"EnableTonemapping": "Enable Tone mapping",
"EnableTrueHd": "Enable TrueHD",
"EnableTrueHdHelp": "Only enable if your device supports TrueHD or is connected to a compatible audio receiver, otherwise it may cause playback failure.",
"EncoderPresetHelp": "Pick a faster value to improve performance, or a slower value to improve quality.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Engineer": "Sound engineer",
"Episode": "Episode",
"Episodes": "Episodes",
"ErrorAddingListingsToSchedulesDirect": "There was an error adding the lineup to your Schedules Direct account. Schedules Direct only allows a limited number of lineups per account. You may need to log into the Schedules Direct website and remove others listings from your account before proceeding.",
"ErrorAddingMediaPathToVirtualFolder": "There was an error adding the media path. Please ensure the path is valid and Jellyfin has access to that location.",
"ErrorAddingTunerDevice": "There was an error adding the tuner device. Please ensure it is accessible and try again.",
"ErrorAddingXmlTvFile": "There was an error accessing the XMLTV file. Please ensure the file exists and try again.",
"ErrorDefault": "There was an error processing the request. Please try again later.",
"ErrorDeletingItem": "There was an error deleting the item from the server. Please check that Jellyfin has write access to the media folder and try again.",
"ErrorDeletingLyrics": "There was an error deleting the lyrics from the server. Please check that Jellyfin has write access to the media folder and try again.",
"ErrorGettingTvLineups": "There was an error downloading TV lineups. Please ensure your information is correct and try again.",
"ErrorPlayerNotFound": "No player found for the requested media.",
"ErrorPleaseSelectLineup": "Please select a lineup and try again. If no lineups are available, then please check that your username, password, and postal code is correct.",
"ErrorSavingTvProvider": "There was an error saving the TV provider. Please ensure it is accessible and try again.",
"ErrorStartHourGreaterThanEnd": "End time must be greater than the start time.",
"EveryHour": "Every hour",
"EveryNDays": "Every {0} days",
"EveryXHours": "Every {0} hours",
"EveryXMinutes": "Every {0} minutes",
"ExitFullscreen": "Exit full screen",
"Experimental": "Experimental",
"ExtractChapterImagesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, resource intensive, and may require several gigabytes of space. It runs when videos are discovered, and also as a nightly scheduled task. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
"ExtraLarge": "Extra Large",
"Extras": "Extras",
"FastForward": "Fast-forward",
"Favorite": "Favorite",
"Favorites": "Favorites",
"Features": "Features",
"FetchingData": "Fetching additional data",
"FFmpegSavePathNotFound": "We're unable to find FFmpeg using the path you've entered. FFprobe is also required and must exist in the same folder. These components are normally bundled together in the same download. Please check the path and try again.",
"File": "File",
"FileNotFound": "File not found.",
"FileReadCancelled": "The file read has been canceled.",
"FileReadError": "An error occurred while reading the file.",
"Filter": "Filter",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"Framerate": "Framerate",
"Friday": "Friday",
"Fullscreen": "Full screen",
"General": "General",
"Genre": "Genre",
"Genres": "Genres",
"GoHome": "Go Home",
"GoogleCastUnsupported": "Google Cast Unsupported",
"GridView": "Grid View",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"Guide": "Guide",
"GuideProviderLogin": "Login",
"GuideProviderSelectListings": "Select Listings",
"H264CrfHelp": "The 'Constant Rate Factor' (CRF) is the default quality setting for the x264 and x265 software encoders. You can set the values between 0 and 51, where lower values would result in better quality (at the expense of higher file sizes). Sane values are between 18 and 28. The default for x264 is 23, and for x265 is 28, so you can use this as a starting point. Hardware encoders do not use these settings.",
"HDPrograms": "HD programs",
"HardwareAccelerationWarning": "Enabling hardware acceleration may cause instability in some environments. Ensure that your operating system and video drivers are fully up to date. If you have difficulty playing video after enabling this, you'll need to change the setting back to None.",
"HeaderAccessSchedule": "Access Schedule",
"HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
"HeaderActiveDevices": "Active Devices",
"HeaderActiveRecordings": "Active Recordings",
"HeaderActivity": "Activity",
"HeaderAdditionalParts": "Additional Parts",
"HeaderAddLyrics": "Add Lyrics",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAddUpdateSubtitle": "Add/Update Subtitle",
"HeaderAddUser": "Add User",
"HeaderAdmin": "Administration",
"HeaderAlbumArtists": "Album artists",
"HeaderAlert": "Alert",
"HeaderAllRecordings": "All Recordings",
"HeaderAllowMediaDeletionFrom": "Allow media deletion from",
"HeaderApiKey": "API Key",
"HeaderApiKeys": "API Keys",
"HeaderApiKeysHelp": "External applications are required to have an API key in order to communicate with the server. Keys are issued by logging in with a normal user account or manually granting the application a key.",
"HeaderApp": "App",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderAutoDiscovery": "Network Discovery",
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information",
"HeaderBranding": "Branding",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCastAndCrew": "Cast & Crew",
"HeaderChannelAccess": "Channel Access",
"HeaderChapterImages": "Chapter Images",
"HeaderConfigureRemoteAccess": "Set up Remote Access",
"HeaderConfirmPluginInstallation": "Confirm Plugin Installation",
"HeaderConfirmRepositoryInstallation": "Confirm Plugin Repository Installation",
"HeaderConfirmRevokeApiKey": "Revoke API Key",
"HeaderConnectionFailure": "Connection Failure",
"HeaderConnectToServer": "Connect to Server",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderContinueReading": "Continue Reading",
"HeaderDateIssued": "Date Issued",
"HeaderDefaultRecordingSettings": "Default Recording Settings",
"HeaderDeleteDevice": "Delete Device",
"HeaderDeleteDevices": "Delete All Devices",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteSeries": "Delete Series",
"HeaderDeleteItems": "Delete Items",
"HeaderDeleteLyrics": "Delete Lyrics",
"HeaderDeleteProvider": "Delete Provider",
"HeaderDeleteTaskTrigger": "Delete Task Trigger",
"HeaderDetectMyDevices": "Detect My Devices",
"HeaderDeveloperInfo": "Developer Info",
"HeaderDeviceAccess": "Device Access",
"HeaderDevices": "Devices",
"HeaderDownloadSync": "Download & Sync",
"HeaderDummyChapter": "Chapter Images",
"HeaderDVR": "DVR",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderEpisodesStatus": "Episodes Status",
"HeaderError": "Error",
"HeaderExternalIds": "External IDs",
"HeaderFeatureAccess": "Feature access",
"HeaderFetcherSettings": "Fetcher Settings",
"HeaderFetchImages": "Fetch Images",
"HeaderForKids": "For Kids",
"HeaderFrequentlyPlayed": "Frequently Played",
"HeaderGuestCast": "Guest Stars",
"HeaderGuideProviders": "TV Guide Data Providers",
"HeaderHttpsSettings": "HTTPS Settings",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderImageOptions": "Image Options",
"HeaderInstall": "Install",
"HeaderInstantMix": "Instant Mix",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderKodiMetadataHelp": "To enable or disable NFO metadata, edit a library and find the 'Metadata savers' section.",
"HeaderLatestEpisodes": "Recently Added Episodes",
"HeaderLatestMedia": "Recently Added Media",
"HeaderLatestMovies": "Recently Added Movies",
"HeaderLatestMusic": "Recently Added Music",
"HeaderLatestRecordings": "Recently Added Recordings",
"HeaderLibraries": "Libraries",
"HeaderLibraryAccess": "Library Access",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderLibrarySettings": "Library Settings",
"HeaderLiveTvTunerSetup": "Live TV Tuner Setup",
"HeaderLoginFailure": "Login Failure",
"HeaderLyricDownloads": "Lyric Downloads",
"HeaderMedia": "Media",
"HeaderMediaFolders": "Media Folders",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMoreLikeThis": "More Like This",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNavigation": "Navigation",
"HeaderNetworking": "IP Protocols",
"HeaderNewApiKey": "New API Key",
"HeaderNewDevices": "New Devices",
"HeaderNewRepository": "New Repository",
"HeaderNextItem": "Next {0}",
"HeaderNextItemPlayingInValue": "Next {0} Playing in {1}",
"HeaderNoLyrics": "No lyrics found",
"HeaderOnNow": "On Now",
"HeaderOtherItems": "Other Items",
"HeaderParentalRatings": "Parental Ratings",
"HeaderPassword": "Password",
"HeaderPasswordReset": "Password Reset",
"HeaderPaths": "Paths",
"HeaderPerformance": "Performance",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayAll": "Play All",
"HeaderPlayback": "Media playback",
"HeaderPlaybackError": "Playback Error",
"HeaderPlayOn": "Play On",
"HeaderPleaseSignIn": "Please sign in",
"HeaderPortRanges": "Firewall and Proxy Settings",
"HeaderPreferredMetadataLanguage": "Preferred Metadata Language",
"HeaderPreviewLyrics": "Preview Lyrics",
"HeaderRecentlyPlayed": "Recently Played",
"HeaderRecordingMetadataSaving": "Recording Metadata",
"HeaderRecordingOptions": "Recording Options",
"HeaderRecordingPostProcessing": "Recording Post Processing",
"HeaderRemoteAccessSettings": "Remote Access Settings",
"HeaderRemoteControl": "Remote Control",
"HeaderRemoveMediaFolder": "Remove Media Folder",
"HeaderRemoveMediaLocation": "Remove Media Location",
"HeaderRevisionHistory": "Revision History",
"HeaderRunningTasks": "Running Tasks",
"HeaderScenes": "Scenes",
"HeaderSeasons": "Seasons",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectCertificatePath": "Select Certificate Path",
"HeaderSelectMetadataPath": "Select Metadata Path",
"HeaderSelectMetadataPathHelp": "Browse or enter the path you'd like to use for metadata. The folder must be writeable.",
"HeaderSelectPath": "Select Path",
"HeaderSelectServerCachePath": "Select Server Cache Path",
"HeaderSelectServerCachePathHelp": "Browse or enter the path to use for server cache files. The folder must be writeable.",
"HeaderSelectTranscodingPath": "Select Transcoding Temporary Path",
"HeaderSelectTranscodingPathHelp": "Browse or enter the path to use for transcode files. The folder must be writeable.",
"HeaderSendMessage": "Send Message",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderServerAddressSettings": "Server Address Settings",
"HeaderSetupLibrary": "Set up your media libraries",
"HeaderSortBy": "Sort By",
"HeaderSortOrder": "Sort Order",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStatus": "Status",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleDownloads": "Subtitle Downloads",
"HeaderSyncPlayEnabled": "SyncPlay enabled",
"HeaderSyncPlaySelectGroup": "Join a group",
"HeaderSyncPlaySettings": "SyncPlay Settings",
"HeaderSyncPlayPlaybackSettings": "Playback",
"HeaderSyncPlayTimeSyncSettings": "Time sync",
"HeaderTaskTriggers": "Task Triggers",
"HeaderThisUserIsCurrentlyDisabled": "This user is currently disabled",
"HeaderTracks": "Tracks",
"HeaderTunerDevices": "Tuner Devices",
"HeaderTuners": "Tuners",
"HeaderTypeImageFetchers": "Image fetchers ({0})",
"HeaderTypeText": "Enter Text",
"HeaderUninstallPlugin": "Uninstall Plugin",
"HeaderUpcomingOnTV": "Upcoming On TV",
"HeaderUploadImage": "Upload Image",
"HeaderUploadLyrics": "Upload Lyrics",
"HeaderUploadSubtitle": "Upload Subtitle",
"HeaderUser": "User",
"HeaderUsers": "Users",
"HeaderVideoAdvanced": "Video Advanced",
"HeaderVideoQuality": "Video Quality",
"HeaderVideos": "Videos",
"HeaderVideoType": "Video Type",
"HeaderVideoTypes": "Video Types",
"HeaderYears": "Years",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from 'Recently Added Media'",
"Home": "Home",
"HomeVideosPhotos": "Home Videos and Photos",
"Horizontal": "Horizontal",
"HttpsRequiresCert": "To enable secure connections, you will need to supply a trusted SSL certificate, such as Let's Encrypt. Please either supply a certificate, or disable secure connections.",
"Identify": "Identify",
"IgnoreDts": "Ignore DTS (decoding timestamp)",
"IgnoreDtsHelp": "Disabling this option may resolve some issues, e.g. missing audio on channels with separate audio and video streams.",
"Illustrator": "Illustrator",
"Image": "Image",
"Images": "Images",
"ImportFavoriteChannelsHelp": "Only channels that are marked as favorite on the tuner device will be imported.",
"Inker": "Inker",
"InstallingPackage": "Installing {0} (version {1})",
"InstantMix": "Instant mix",
"ItemCount": "{0} items",
"ItemDetails": "Item Details",
"Items": "Items",
"Kids": "Kids",
"KnownProxiesHelp": "Comma separated list of IP addresses or hostnames of known proxies used when connecting to your Jellyfin instance. This is required to make proper use of 'X-Forwarded-For' headers. Requires a reboot after saving.",
"Label3DFormat": "3D format",
"LabelAbortedByServerShutdown": "(Aborted by server shutdown)",
"LabelAccessDay": "Day of week",
"LabelAccessEnd": "End time",
"LabelAccessStart": "Start time",
"LabelAirDays": "Air days",
"LabelAirsAfterSeason": "Airs after season",
"LabelAirsBeforeEpisode": "Airs before episode",
"LabelAirsBeforeSeason": "Airs before season",
"LabelAirTime": "Air time",
"LabelAlbum": "Album",
"LabelAlbumArtists": "Album artists",
"LabelAlbumGain": "Album Gain",
"LabelAllowContentWithTags": "Allow items with tags",
"LabelAllowedRemoteAddresses": "Remote IP address filter",
"LabelAllowedRemoteAddressesMode": "Remote IP address filter mode",
"LabelAllowHWTranscoding": "Allow hardware transcoding",
"LabelAppName": "App name",
"LabelAppNameExample": "A human readable name for identifying API keys. This setting will not affect functionality.",
"LabelArtists": "Artists",
"LabelArtistsHelp": "Separate multiple artists with a semicolon.",
"LabelAudioBitDepth": "Audio bit depth",
"LabelAudioBitrate": "Audio bitrate",
"LabelAudioChannels": "Audio channels",
"LabelAudioCodec": "Audio codec",
"LabelAudioLanguagePreference": "Preferred audio language",
"LabelSelectAudioNormalization": "Audio Normalization",
"LabelSelectPreferredTranscodeVideoAudioCodec": "Preferred transcode audio codec in video playback",
"LabelAudioSampleRate": "Audio sample rate",
"LabelAuthProvider": "Authentication Provider",
"LabelAutomaticallyAddToCollection": "Automatically add to collection",
"LabelAutomaticallyAddToCollectionHelp": "When at least 2 movies have the same collection name, they will be automatically added to the collection.",
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet",
"LabelAutomaticDiscovery": "Enable Auto Discovery",
"LabelAutomaticDiscoveryHelp": "Allow applications to automatically detect Jellyfin by using UDP port 7359.",
"LabelBaseUrl": "Base URL",
"LabelBaseUrlHelp": "Add a custom subdirectory to the server URL. For example: <code>http://example.com/<b><baseurl></b></code>",
"LabelBackdropScreensaverInterval": "Backdrop Screensaver Interval",
"LabelBackdropScreensaverIntervalHelp": "The time in seconds between different backdrops when using the backdrop screensaver.",
"LabelBindToLocalNetworkAddress": "Bind to local network address",
"LabelBindToLocalNetworkAddressHelp": "Override the local IP address for the HTTP server. If left empty, the server will bind to all available addresses. Changing this value requires a restart.",
"LabelBirthDate": "Birth date",
"LabelBirthYear": "Birth year",
"LabelBitrate": "Bitrate",
"LabelBlastMessageInterval": "Alive message interval",
"LabelBlastMessageIntervalHelp": "Determine the duration in seconds between blast alive messages.",
"LabelBlockContentWithTags": "Block items with tags",
"LabelBuildVersion": "Build version",
"LabelBurnSubtitles": "Burn subtitles",
"LabelCache": "Cache",
"LabelCachePath": "Cache path",
"LabelCachePathHelp": "Specify a custom location for server cache files such as images. Leave blank to use the server default.",
"LabelCancelled": "Cancelled",
"LabelCertificatePassword": "Certificate password",
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here.",
"LabelChannels": "Channels",
"LabelChromecastVersion": "Google Cast Version",
"LabelCollection": "Collection",
"LabelColorPrimaries": "Color primaries",
"LabelColorSpace": "Color space",
"LabelColorTransfer": "Color transfer",
"LabelCommunityRating": "Community rating",
"LabelContentType": "Content type",
"LabelCorruptedFrames": "Corrupted frames",
"LabelCountry": "Country/Region",
"LabelCreateHttpPortMap": "Enable automatic port mapping for HTTP traffic as well as HTTPS.",
"LabelCreateHttpPortMapHelp": "Permit automatic port mapping to create a rule for HTTP traffic in addition to HTTPS traffic.",
"LabelCriticRating": "Critics rating",
"LabelCurrentPassword": "Current password",
"LabelCurrentStatus": "Current status",
"LabelCustomCertificatePath": "Custom SSL certificate path",
"LabelCustomCertificatePathHelp": "Path to a PKCS #12 file containing a certificate and private key to enable TLS support on a custom domain.",
"LabelCustomCss": "Custom CSS code",
"LabelCustomCssHelp": "Apply your custom CSS code for theming/branding on the web interface.",
"LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
"LabelCustomRating": "Custom rating",
"LabelDashboardTheme": "Server Dashboard theme",
"LabelDate": "Date",
"LabelDateAdded": "Date added",
"LabelDateAddedBehavior": "Date added behavior for new content",
"LabelDateAddedBehaviorHelp": "If a metadata value is present, it will always be used before either of these options.",
"LabelDateTimeLocale": "Date time locale",
"LabelDay": "Day of week",
"LabelDeathDate": "Death date",
"LabelDefaultScreen": "Default screen",
"LabelDeinterlaceMethod": "Deinterlacing method",
"LabelDeveloper": "Developer",
"LabelDisableCustomCss": "Disable custom CSS code for theming/branding provided from the server.",
"LabelDiscNumber": "Disc number",
"LabelDisplayLanguage": "Display language",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode",
"LabelDisplayName": "Display name",
"LabelDisplayOrder": "Display order",
"LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
"LabelDownloadLanguages": "Download languages",
"LabelDownMixAudioScale": "Audio boost when downmixing",
"LabelDownMixAudioScaleHelp": "Boost audio when downmixing. A value of one will preserve the original volume.",
"LabelStereoDownmixAlgorithm": "Stereo Downmix Algorithm",
"LabelDuration" : "Duration",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropLyricsHere": "Drop lyrics here, or click to browse.",
"LabelDroppedFrames": "Dropped frames",
"LabelDropShadow": "Drop shadow",
"LabelDropSubtitleHere": "Drop subtitle here, or click to browse.",
"LabelDummyChapterDuration": "Interval",
"LabelDummyChapterDurationHelp": "The interval between dummy chapters. Set to 0 to disable dummy chapter generation. Changing this will have no effect on existing dummy chapters.",
"LabelChapterImageResolution": "Resolution",
"LabelChapterImageResolutionHelp": "The resolution of the extracted chapter images. Changing this will have no effect on existing dummy chapters.",
"LabelDynamicExternalId": "{0} Id",
"LabelEnableAudioVbr": "Enable VBR audio encoding",
"LabelEnableAudioVbrHelp": "Variable bitrate offers better quality to average bitrate ratio, but in some rare cases may cause buffering and compatibility issues.",
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
"LabelEnableAutomaticPortMapHelp": "Automatically forward public ports on your router to local ports on your server via UPnP. This may not work with some router models or network configurations. Changes will not apply until after a server restart.",
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for",
"LabelEnableHttps": "Enable HTTPS",
"LabelEnableHttpsHelp": "Listen on the configured HTTPS port. A valid certificate must also be supplied for this to take effect.",
"LabelEnableIP4": "Enable IPv4",
"LabelEnableIP4Help": "Enable IPv4 functionality.",
"LabelEnableIP6": "Enable IPv6",
"LabelEnableIP6Help": "Enable IPv6 functionality.",
"LabelEnableLUFSScan": "Enable LUFS scan",
"LabelEnableLUFSScanHelp": "Clients can normalize audio playback to get equal loudness across tracks. This will make library scans longer and take more resources.",
"LabelEnablePlugin": "Enable plugin",
"LabelEnableRealtimeMonitor": "Enable real time monitoring",
"LabelEnableRealtimeMonitorHelp": "Changes to files will be processed immediately on supported file systems.",
"LabelEncoderPreset": "Encoding preset",
"LabelEndDate": "End date",
"LabelEpisodeNumber": "Episode number",
"LabelEvent": "Event",
"LabelEveryXMinutes": "Every",
"LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
"LabelExtractChaptersDuringLibraryScanHelp": "Generate chapter images when videos are imported during the library scan. Otherwise, they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
"LabelFailed": "Failed",
"LabelffmpegPath": "FFmpeg path",
"LabelffmpegPathHelp": "The path to the FFmpeg application file or folder containing FFmpeg.",
"LabelFileOrUrl": "File or URL",
"LabelFinish": "Finish",
"LabelFolder": "Folder",
"LabelFont": "Font",
"LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
"LabelFormat": "Format",
"LabelFriendlyName": "Friendly name",
"LabelGroupMoviesIntoCollections": "Group movies into collections",
"LabelGroupMoviesIntoCollectionsHelp": "Movies in a collection will be displayed as one grouped item when displaying movie lists.",
"LabelH264Crf": "H.264 encoding CRF",
"LabelH265Crf": "H.265 encoding CRF",
"LabelHardwareAccelerationType": "Hardware acceleration",
"LabelHardwareAccelerationTypeHelp": "Hardware acceleration requires additional configuration.",
"LabelHardwareEncoding": "Hardware encoding",
"LabelHomeNetworkQuality": "Home network quality",
"LabelHomeScreenSectionValue": "Home screen section {0}",
"LabelHttpsPort": "Local HTTPS port number",
"LabelHttpsPortHelp": "The TCP port number for the HTTPS server.",
"LabelImageFetchersHelp": "Enable and rank your preferred image fetchers in order of priority.",
"LabelImageType": "Image type",
"LabelImportOnlyFavoriteChannels": "Restrict to channels marked as favorite",
"LabelInstalled": "Installed",
"LabelInternetQuality": "Internet quality",
"LabelIsForced": "Forced",
"LabelIsSynced": "Is Synced",
"LabelKeepUpTo": "Keep up to",
"LabelKidsCategories": "Children's categories",
"LabelKnownProxies": "Known proxies",
"LabelKodiMetadataDateFormat": "Release date format",
"LabelKodiMetadataDateFormatHelp": "All dates within NFO files will be parsed using this format.",
"LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart to extrathumbs field",
"LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
"LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
"LabelKodiMetadataEnablePathSubstitutionHelp": "Enable path substitution of image paths using the server's path substitution settings.",
"LabelKodiMetadataSaveImagePaths": "Save image paths within NFO files",
"LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
"LabelKodiMetadataUser": "Save user watch data to NFO files for",
"LabelKodiMetadataUserHelp": "Save watch data to NFO files for other applications to use.",
"LabelLanguage": "Language",
"LabelLanNetworks": "LAN networks",
"LabelLevel": "Level",
"LabelLibraryPageSize": "Library page size",
"LabelLibraryPageSizeHelp": "Set the amount of items to show on a library page. Set to 0 in order to disable paging.",
"LabelMaxDaysForNextUp": "Max days in 'Next Up'",
"LabelMaxDaysForNextUpHelp": "Set the maximum amount of days a show should stay in the 'Next Up' list without watching it.",
"LabelMaxVideoResolution": "Maximum Allowed Video Transcoding Resolution",
"LabelMediaDetails": "Media details",
"LabelLineup": "Lineup",
"LabelLocalCustomCss": "Custom CSS code for styling which applies to this client only. You may want to disable server custom CSS code.",
"LabelLocalHttpServerPortNumber": "Local HTTP port number",
"LabelLocalHttpServerPortNumberHelp": "The TCP port number for the HTTP server.",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelLoginDisclaimer": "Login disclaimer",
"LabelLoginDisclaimerHelp": "A message that will be displayed at the bottom of the login page.",
"LabelLogs": "Logs",
"LabelLyricDownloaders": "Lyric downloaders",
"LabelMaxAudiobookResume": "Audiobook remaining minutes to resume",
"LabelMaxAudiobookResumeHelp": "Titles are assumed fully played if stopped when the remaining duration is less than this value.",
"LabelMaxBackdropsPerItem": "Maximum number of backdrops per item",
"LabelMaxChromecastBitrate": "Google Cast streaming quality",
"LabelMaxMuxingQueueSize": "Max muxing queue size",
"LabelMaxMuxingQueueSizeHelp": "Maximum number of packets that can be buffered while waiting for all streams to initialize. Try to increase it if you still meet \"Too many packets buffered for output stream\" error in FFmpeg logs. The recommended value is 2048.",
"LabelMaxParentalRating": "Maximum allowed parental rating",
"LabelMaxResumePercentage": "Maximum resume percentage",
"LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time.",
"LabelMessageText": "Message text",
"LabelMessageTitle": "Message title",
"LabelMetadata": "Metadata",
"LabelMetadataDownloadersHelp": "Enable and rank your preferred metadata downloaders in order of priority. Lower priority downloaders will only be used to fill in missing information.",
"LabelMetadataDownloadLanguage": "Preferred download language",
"LabelMetadataPath": "Metadata path",
"LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata.",
"LabelMetadataReaders": "Metadata readers",
"LabelMetadataReadersHelp": "Rank your preferred local metadata sources in order of priority. The first file found will be read.",
"LabelMetadataSavers": "Metadata savers",
"LabelMetadataSaversHelp": "Pick the file formats to use when saving your metadata.",
"LabelMinAudiobookResume": "Minimum Audiobook resume in minutes",
"LabelMinAudiobookResumeHelp": "Titles are assumed unplayed if stopped before this time.",
"LabelMinBackdropDownloadWidth": "Minimum backdrop download width",
"LabelMinResumeDuration": "Minimum resume duration",
"LabelMinResumeDurationHelp": "The shortest video length in seconds that will save playback location and let you resume.",
"LabelMinResumePercentage": "Minimum resume percentage",
"LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time.",
"LabelMovieCategories": "Movie categories",
"LabelMoviePrefix": "Movie prefix",
"LabelMoviePrefixHelp": "If a prefix is applied to movie titles, enter it here so the server can handle it properly.",
"LabelMovieRecordingPath": "Movie recording path",
"LabelName": "Name",
"LabelNewName": "New name",
"LabelNewPassword": "New password",
"LabelNewPasswordConfirm": "New password confirm",
"LabelNewsCategories": "News categories",
"LabelNoChangelog": "No changelog provided for this release.",
"LabelNotInstalled": "Not installed",
"LabelNumber": "Number",
"LabelNumberOfGuideDays": "Number of days of guide data to download",
"LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will pick based on the number of channels.",
"LabelOpenclDevice": "OpenCL Device",
"LabelOpenclDeviceHelp": "This is the OpenCL device that is used for tone mapping. The left side of the dot is the platform number, and the right side is the device number on the platform. The default value is 0.0. The FFmpeg application file containing the OpenCL hardware acceleration method is required.",
"LabelOptionalNetworkPath": "Shared network folder",
"LabelOptionalNetworkPathHelp": "If this folder is shared on your network, supplying the network share path can allow clients on other devices to access media files directly. For example, {0} or {1}.",
"LabelOriginalAspectRatio": "Original aspect ratio",
"LabelOriginalName": "Original name",
"LabelOriginalTitle": "Original title",
"LabelOverview": "Overview",
"LabelParallelImageEncodingLimit": "Parallel image encoding limit",
"LabelParallelImageEncodingLimitHelp": "Maximum number of image encodings that are allowed to run in parallel. Setting this to 0 will choose a limit based on your systems core count.",
"LabelParentalRating": "Parental rating",
"LabelParentNumber": "Parent number",
"LabelPassword": "Password",
"LabelPasswordConfirm": "Password (confirm)",
"LabelPasswordRecoveryPinCode": "PIN code",
"LabelPasswordResetProvider": "Password Reset Provider",
"LabelPath": "Path",
"LabelPersonRole": "Role",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlayer": "Player",
"LabelPlayerDimensions": "Player dimensions",
"LabelPlaylist": "Playlist",
"LabelPlayMethod": "Play method",
"LabelPleaseRestart": "Changes will take effect after manually reloading the web client.",
"LabelPostProcessor": "Post-processing application",
"LabelPostProcessorArguments": "Post-processor command line arguments",
"LabelPostProcessorArgumentsHelp": "Use {path} as the path to the recording file.",
"LabelPreferredDisplayLanguage": "Preferred display language",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language",
"LabelProfileContainer": "Container",
"LabelProtocol": "Protocol",
"LabelPublicHttpPort": "Public HTTP port number",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local HTTP port.",
"LabelPublicHttpsPort": "Public HTTPS port number",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local HTTPS port.",
"LabelPublishedServerUri": "Published Server URIs",
"LabelPublishedServerUriHelp": "Override the URI used by Jellyfin, based on the interface, or client IP address.",
"LabelQuickConnectCode": "Quick Connect code",
"LabelReasonForTranscoding": "Reason for transcoding",
"LabelRecord": "Record",
"LabelRecordingPath": "Default recording path",
"LabelRecordingPathHelp": "Specify the default location to save recordings. If left empty, the server's program data folder will be used.",
"LabelRefreshMode": "Refresh mode",
"LabelReleaseDate": "Release date",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps)",
"LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.",
"LabelRepository": "Repository",
"LabelRepositoryName": "Repository Name",
"LabelRepositoryNameHelp": "A custom name to distinguish this repository from any others added to your server.",
"LabelRepositoryUrl": "Repository URL",
"LabelRepositoryUrlHelp": "The location of the repository manifest you want to include.",
"LabelRequireHttps": "Require HTTPS",
"LabelRequireHttpsHelp": "If checked, the server will automatically redirect all requests over HTTP to HTTPS. This has no effect if the server is not listening on HTTPS.",
"LabelRuntimeMinutes": "Runtime",
"LabelSaveLocalMetadata": "Save artwork into media folders",
"LabelSaveLocalMetadataHelp": "Saving artwork into media folders will put them in a place where they can be easily edited.",
"LabelScheduledTaskLastRan": "Last ran {0}, taking {1}.",
"LabelScreensaver": "Screensaver",
"LabelSeasonNumber": "Season number",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as 'Movies', 'Music' and 'TV'",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelSelectVersionToInstall": "Select version to install",
"LabelSeriesRecordingPath": "Series recording path",
"LabelServerHost": "Host",
"LabelServerHostHelp": "192.168.1.100:8096 or https://myserver.com",
"LabelServerName": "Server name",
"LabelServerNameHelp": "This name will be used to identify the server and will default to the server's hostname.",
"LabelServerVersion": "Server version",
"LabelSimultaneousConnectionLimit": "Simultaneous stream limit",
"LabelSize": "Size",
"LabelSkipBackLength": "Skip back length",
"LabelSkipForwardLength": "Skip forward length",
"LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
"LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
"LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains embedded subtitles",
"LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
"LabelSlowResponseEnabled": "Log a warning message if the server was slow to answer",
"LabelSlowResponseTime": "Time in ms after which a response is considered slow",
"LabelSortBy": "Sort by",
"LabelSortName": "Sort name",
"LabelSortOrder": "Sort order",
"LabelSortTitle": "Sort title",
"LabelSource": "Source",
"LabelSpecialSeasonsDisplayName": "Special season display name",
"LabelSportsCategories": "Sports categories",
"LabelStable": "Stable",
"LabelStartWhenPossible": "Start when possible",
"LabelStatus": "Status",
"LabelStopping": "Stopping",
"LabelStopWhenPossible": "Stop when possible",
"LabelStreamType": "Stream type",
"LabelSubtitleDownloaders": "Subtitle downloaders",
"LabelSubtitlePlaybackMode": "Subtitle mode",
"LabelSubtitleVerticalPosition": "Vertical position",
"LabelSyncPlayAccess": "SyncPlay access",
"LabelSyncPlayAccessCreateAndJoinGroups": "Allow user to create and join groups",
"LabelSyncPlayAccessJoinGroups": "Allow user to join groups",
"LabelSyncPlayAccessNone": "Disabled for this user",
"LabelSyncPlayHaltPlayback": "Stop local playback",
"LabelSyncPlayHaltPlaybackDescription": "And ignore current playlist updates",
"LabelSyncPlayLeaveGroup": "Leave group",
"LabelSyncPlayLeaveGroupDescription": "Disable SyncPlay",
"LabelSyncPlayNewGroup": "New group",
"LabelSyncPlayNewGroupDescription": "Create a new group",
"LabelSyncPlayNoGroups": "No groups available",
"LabelSyncPlayPlaybackDiff": "Playback time difference",
"LabelSyncPlayResumePlayback": "Resume local playback",
"LabelSyncPlayResumePlaybackDescription": "Join back group playback",
"LabelSyncPlaySyncMethod": "Sync method",
"LabelSyncPlayTimeSyncDevice": "Time syncing with",
"LabelSyncPlayTimeSyncOffset": "Time offset",
"LabelSyncPlaySettingsDescription": "Change SyncPlay preferences",
"LabelSyncPlaySettingsExtraTimeOffset": "Extra time offset",
"LabelSyncPlaySettingsExtraTimeOffsetHelp": "Manually adjust time offset (in ms) with selected device for time sync. Tweak with care.",
"LabelSyncPlaySettingsSyncCorrection": "Sync Correction",
"LabelSyncPlaySettingsSyncCorrectionHelp": "Enable active syncing of playback by either speeding up the media or by seeking to the estimated position. Disable this in case of heavy stuttering.",
"LabelSyncPlaySettingsMinDelaySpeedToSync": "SpeedToSync minimum delay",
"LabelSyncPlaySettingsMinDelaySpeedToSyncHelp": "Minimum playback delay (in ms) after which SpeedToSync tries to correct playback position.",
"LabelSyncPlaySettingsMaxDelaySpeedToSync": "SpeedToSync maximum delay",
"LabelSyncPlaySettingsMaxDelaySpeedToSyncHelp": "Maximum playback delay (in ms) after which SkipToSync is used instead of SpeedToSync.",
"LabelSyncPlaySettingsSpeedToSyncDuration": "SpeedToSync duration",
"LabelSyncPlaySettingsSpeedToSyncDurationHelp": "Amount of milliseconds used by SpeedToSync to correct playback position.",
"LabelSyncPlaySettingsMinDelaySkipToSync": "SkipToSync minimum delay",
"LabelSyncPlaySettingsMinDelaySkipToSyncHelp": "Minimum playback delay (in ms) after which SkipToSync tries to correct playback position.",
"LabelSyncPlaySettingsSpeedToSync": "Enable SpeedToSync",
"LabelSyncPlaySettingsSpeedToSyncHelp": "Sync correction method that consist in speeding up the playback. Sync Correction must be enabled.",
"LabelSyncPlaySettingsSkipToSync": "Enable SkipToSync",
"LabelSyncPlaySettingsSkipToSyncHelp": "Sync correction method that consist in seeking to the estimated position. Sync Correction must be enabled.",
"LabelSystem": "System",
"LabelTag": "Tag",
"LabelTagline": "Tagline",
"LabelTextBackgroundColor": "Text background color",
"LabelTextColor": "Text color",
"LabelTextSize": "Text size",
"LabelTextWeight": "Text weight",
"Bold": "Bold",
"LabelTheme": "Theme",
"LabelTime": "Time",
"LabelTimeLimitHours": "Time limit (hours)",
"LabelTitle": "Title",
"LabelTonemappingAlgorithm": "Select the Tone mapping algorithm to use",
"LabelTonemappingDesat": "Tone mapping desat",
"LabelTonemappingDesatHelp": "Apply desaturation for highlights that exceed this level of brightness. The higher the parameter, the more color information will be preserved. This setting helps prevent unnaturally blown-out colors for super-highlights, by (smoothly) turning into white instead. This makes images feel more natural, at the cost of reducing information about out-of-range colors. The recommended and default values are 0 and 0.5.",
"LabelTonemappingParam": "Tone mapping param",
"LabelTonemappingParamHelp": "Tune the tone mapping algorithm. The recommended and default values are NaN. Generally leave it blank.",
"LabelTonemappingPeak": "Tone mapping peak",
"LabelTonemappingPeakHelp": "Override signal/nominal/reference peak with this value. Useful when the embedded peak information in display metadata is not reliable or when tone mapping from a lower range to a higher range. The recommended and default values are 100 and 0.",
"LabelTonemappingRange": "Tone mapping range",
"LabelTonemappingThreshold": "Tone mapping threshold",
"LabelTonemappingThresholdHelp": "The tone mapping algorithm parameters is fine-tuned per each scene. And a threshold is used to detect whether the scene has changed or not. If the distance between the current frame average brightness and the current running average exceeds a threshold value, we would re-calculate scene average and peak brightness. The recommended and default values are 0.8 and 0.2.",
"LabelTrackNumber": "Track number",
"LabelTranscodePath": "Transcode path",
"LabelTranscodes": "Transcodes",
"LabelTranscodingFramerate": "Transcoding framerate",
"LabelTranscodingProgress": "Transcoding progress",
"LabelTranscodingTempPathHelp": "Specify a custom path for the transcode files served to clients. Leave blank to use the server default.",
"LabelTranscodingThreadCount": "Transcoding thread count",
"LabelTranscodingThreadCountHelp": "Select the maximum number of threads to use when transcoding. Reducing the thread count will lower CPU usage but may not convert fast enough for a smooth playback experience.",
"LabelTriggerType": "Trigger type",
"LabelTunerIpAddress": "Tuner IP Address",
"LabelTunerType": "Tuner type",
"LabelTVHomeScreen": "TV mode home screen",
"LabelType": "Type",
"LabelTypeMetadataDownloaders": "Metadata downloaders ({0})",
"LabelTypeText": "Text",
"LabelUnstable": "Unstable",
"LabelUser": "User",
"LabelUserAgent": "User agent",
"LabelUserLoginAttemptsBeforeLockout": "Failed login tries before user is locked out",
"LabelUserMaxActiveSessions": "Maximum number of simultaneous user sessions",
"LabelUsername": "Username",
"LabelUserRemoteClientBitrateLimitHelp": "Override the default global value set in server settings, see Dashboard > Playback > Streaming.",
"LabelVaapiDevice": "VA-API Device",
"LabelVaapiDeviceHelp": "This is the render node that is used for hardware acceleration.",
"LabelValue": "Value",
"LabelVersion": "Version",
"LabelVersionInstalled": "{0} installed",
"LabelVideoBitrate": "Video bitrate",
"LabelVideoCodec": "Video codec",
"LabelVideoRange": "Video range",
"LabelVideoResolution": "Video resolution",
"LabelSelectPreferredTranscodeVideoCodec": "Preferred transcode video codec",
"LabelWeb": "Web",
"LabelWebVersion": "Web version",
"LabelYear": "Year",
"LabelYoureDone": "You're Done!",
"LabelZipCode": "Zip Code",
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
"Large": "Large",
"Larger": "Larger",
"LastSeen": "Last activity {0}",
"LatestFromLibrary": "Recently Added in {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LeaveBlankToNotSetAPassword": "You can leave this field blank to set no password.",
"Letterer": "Letterer",
"LibraryAccessHelp": "Select the libraries to share with this user. Administrators will be able to edit all folders using the metadata manager.",
"LibraryScanFanoutConcurrency": "Parallel library scan tasks limit",
"LibraryScanFanoutConcurrencyHelp": "Maximum number of parallel tasks during library scans. Setting this to 0 will choose a limit based on your systems core count. WARNING: Setting this number too high may cause issues with network file systems; if you encounter problems lower this number.",
"LibraryInvalidItemIdError": "The library is in an invalid state and cannot be edited. You are possibly encountering a bug: the path in the database is not the correct path on the filesystem.",
"LimitSupportedVideoResolution": "Limit maximum supported video resolution",
"LimitSupportedVideoResolutionHelp": "Use 'Maximum Allowed Video Transcoding Resolution' as maximum supported video resolution.",
"List": "List",
"ListView": "List View",
"ListPaging": "{0}-{1} of {2}",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"Localization": "Localization",
"LogLevel.Trace": "Trace",
"LogLevel.Debug": "Debug",
"LogLevel.Information": "Information",
"LogLevel.Warning": "Warning",
"LogLevel.Error": "Error",
"LogLevel.Critical": "Critical",
"LogLevel.None": "None",
"Logo": "Logo",
"LogoScreensaver": "Logo Screensaver",
"Lyric": "Lyric",