mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 20:41:54 +00:00
Display more content on home page
This commit is contained in:
@@ -575,9 +575,9 @@
|
||||
"NotificationOptionPluginUpdateInstalled": "Pluginaktualisierung installiert",
|
||||
"NotificationOptionPluginInstalled": "Plugin installiert",
|
||||
"NotificationOptionPluginUninstalled": "Plugin deinstalliert",
|
||||
"NotificationOptionVideoPlayback": "Videowiedergabe",
|
||||
"NotificationOptionAudioPlayback": "Audiowiedergabe",
|
||||
"NotificationOptionGamePlayback": "Game playback started",
|
||||
"NotificationOptionVideoPlayback": "Videowiedergabe gestartet",
|
||||
"NotificationOptionAudioPlayback": "Audiowiedergabe gestartet",
|
||||
"NotificationOptionGamePlayback": "Spielwiedergabe gestartet",
|
||||
"NotificationOptionVideoPlaybackStopped": "Video playback stopped",
|
||||
"NotificationOptionAudioPlaybackStopped": "Audio playback stopped",
|
||||
"NotificationOptionGamePlaybackStopped": "Game playback stopped",
|
||||
@@ -658,13 +658,13 @@
|
||||
"OptionProfileAudio": "Audio",
|
||||
"OptionProfileVideoAudio": "Video Audio",
|
||||
"OptionProfilePhoto": "Photo",
|
||||
"LabelUserLibrary": "User library:",
|
||||
"LabelUserLibrary": "Benutzer Bibliothek:",
|
||||
"LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
|
||||
"OptionPlainStorageFolders": "Display all folders as plain storage folders",
|
||||
"OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
|
||||
"OptionPlainVideoItems": "Display all videos as plain video items",
|
||||
"OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
|
||||
"LabelSupportedMediaTypes": "Supported Media Types:",
|
||||
"LabelSupportedMediaTypes": "Unterst\u00fczte Medientypen:",
|
||||
"TabIdentification": "Identification",
|
||||
"TabDirectPlay": "Direktwiedergabe",
|
||||
"TabContainers": "Container",
|
||||
@@ -679,26 +679,26 @@
|
||||
"LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
|
||||
"LabelAlbumArtMaxHeight": "Album art max height:",
|
||||
"LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
|
||||
"LabelIconMaxWidth": "Icon max width:",
|
||||
"LabelIconMaxWidth": "Maximale Iconbreite:",
|
||||
"LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
|
||||
"LabelIconMaxHeight": "Icon max height:",
|
||||
"LabelIconMaxHeight": "Maximale Iconh\u00f6he:",
|
||||
"LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
|
||||
"LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
|
||||
"HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
|
||||
"LabelMaxBitrate": "Max bitrate:",
|
||||
"LabelMaxBitrate": "Maximale Bitrate:",
|
||||
"LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
|
||||
"OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
|
||||
"OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
|
||||
"LabelFriendlyName": "Friendly name",
|
||||
"LabelManufacturer": "Manufacturer",
|
||||
"LabelManufacturerUrl": "Manufacturer url",
|
||||
"LabelFriendlyName": "Freundlicher Name",
|
||||
"LabelManufacturer": "Hersteller",
|
||||
"LabelManufacturerUrl": "Hersteller URL",
|
||||
"LabelModelName": "Modellname",
|
||||
"LabelModelNumber": "Modellnummer",
|
||||
"LabelModelDescription": "Model description",
|
||||
"LabelModelUrl": "Model url",
|
||||
"LabelSerialNumber": "Serial number",
|
||||
"LabelDeviceDescription": "Device description",
|
||||
"HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
|
||||
"LabelModelDescription": "Modellbeschreibung",
|
||||
"LabelModelUrl": "Modell URL",
|
||||
"LabelSerialNumber": "Seriennummer",
|
||||
"LabelDeviceDescription": "Ger\u00e4tebeschreibung",
|
||||
"HeaderIdentificationCriteriaHelp": "Geben sie mindestens ein Identificationskriterium an.",
|
||||
"HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
|
||||
"HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
|
||||
"HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
|
||||
@@ -745,5 +745,35 @@
|
||||
"ValueEpisodeNamePeriod": "Episode.name",
|
||||
"ValueEpisodeNameUnderscore": "Episode_name",
|
||||
"HeaderTypeText": "Enter Text",
|
||||
"LabelTypeText": "Text"
|
||||
"LabelTypeText": "Text",
|
||||
"HeaderSearchForSubtitles": "Search for Subtitles",
|
||||
"MessageNoSubtitleSearchResultsFound": "No search results founds.",
|
||||
"TabDisplay": "Display",
|
||||
"TabLanguages": "Languages",
|
||||
"TabWebClient": "Web Client",
|
||||
"LabelEnableThemeSongs": "Enable theme songs",
|
||||
"LabelEnableBackdrops": "Enable backdrops",
|
||||
"LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
|
||||
"LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
|
||||
"HeaderAllDevices": "All Devices",
|
||||
"HeaderThisDevice": "This Device",
|
||||
"OptionAuto": "Auto",
|
||||
"OptionYes": "Yes",
|
||||
"OptionNo": "No",
|
||||
"LabelHomePageSection1": "Home page section one:",
|
||||
"LabelHomePageSection2": "Home page section two:",
|
||||
"LabelHomePageSection3": "Home page section three:",
|
||||
"OptionLibraryButtons": "Library buttons",
|
||||
"OptionLibraryTiles": "Library tiles",
|
||||
"OptionResumablemedia": "Resume",
|
||||
"OptionLatestMedia": "Latest media",
|
||||
"OptionNone": "None",
|
||||
"HeaderLiveTv": "Live TV",
|
||||
"HeaderReports": "Reports",
|
||||
"HeaderMetadataManager": "Metadata Manager",
|
||||
"HeaderPreferences": "Preferences",
|
||||
"MessageLoadingChannels": "Loading channel content...",
|
||||
"ButtonMarkRead": "Mark Read",
|
||||
"OptionDefaultSort": "Default",
|
||||
"OptionCommunityMostWatchedSort": "Most Watched"
|
||||
}
|
||||
Reference in New Issue
Block a user