mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
revert translation key changes
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
01bad67226
commit
13d5cb2c84
3 changed files with 7 additions and 7 deletions
|
@ -1458,7 +1458,7 @@ function renderChildren(page, item) {
|
||||||
imageLoader.lazyChildren(childrenItemsContainer);
|
imageLoader.lazyChildren(childrenItemsContainer);
|
||||||
if (item.Type == 'BoxSet') {
|
if (item.Type == 'BoxSet') {
|
||||||
const collectionItemTypes = [{
|
const collectionItemTypes = [{
|
||||||
name: globalize.translate('Videos'),
|
name: globalize.translate('HeaderVideos'),
|
||||||
mediaType: 'Video'
|
mediaType: 'Video'
|
||||||
}, {
|
}, {
|
||||||
name: globalize.translate('Series'),
|
name: globalize.translate('Series'),
|
||||||
|
|
|
@ -404,7 +404,7 @@ export const useSearchItems = (
|
||||||
{ signal }
|
{ signal }
|
||||||
);
|
);
|
||||||
|
|
||||||
addSection('Videos', videosData.Items, {
|
addSection('HeaderVideos', videosData.Items, {
|
||||||
showParentTitle: true
|
showParentTitle: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -447,7 +447,7 @@ export const useSearchItems = (
|
||||||
},
|
},
|
||||||
{ signal }
|
{ signal }
|
||||||
);
|
);
|
||||||
addSection('PhotoAlbums', photoAlbumsData.Items);
|
addSection('HeaderPhotoAlbums', photoAlbumsData.Items);
|
||||||
|
|
||||||
// Photos row
|
// Photos row
|
||||||
const photosData = await fetchItemsByType(
|
const photosData = await fetchItemsByType(
|
||||||
|
@ -473,7 +473,7 @@ export const useSearchItems = (
|
||||||
},
|
},
|
||||||
{ signal }
|
{ signal }
|
||||||
);
|
);
|
||||||
addSection('AudioBooks', audioBooksData.Items);
|
addSection('HeaderAudioBooks', audioBooksData.Items);
|
||||||
|
|
||||||
// Books row
|
// Books row
|
||||||
const booksData = await fetchItemsByType(
|
const booksData = await fetchItemsByType(
|
||||||
|
|
|
@ -59,7 +59,6 @@
|
||||||
"AsManyAsPossible": "As many as possible",
|
"AsManyAsPossible": "As many as possible",
|
||||||
"AspectRatio": "Aspect Ratio",
|
"AspectRatio": "Aspect Ratio",
|
||||||
"Audio": "Audio",
|
"Audio": "Audio",
|
||||||
"AudioBooks": "Audio Books",
|
|
||||||
"Author": "Author",
|
"Author": "Author",
|
||||||
"Authorize": "Authorize",
|
"Authorize": "Authorize",
|
||||||
"AuthProviderHelp": "Select an authentication provider to be used to authenticate this user's password.",
|
"AuthProviderHelp": "Select an authentication provider to be used to authenticate this user's password.",
|
||||||
|
@ -360,6 +359,7 @@
|
||||||
"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.",
|
"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",
|
"HeaderApp": "App",
|
||||||
"HeaderAppearsOn": "Appears On",
|
"HeaderAppearsOn": "Appears On",
|
||||||
|
"HeaderAudioBooks": "Audio Books",
|
||||||
"HeaderAudioSettings": "Audio Settings",
|
"HeaderAudioSettings": "Audio Settings",
|
||||||
"HeaderAutoDiscovery": "Network Discovery",
|
"HeaderAutoDiscovery": "Network Discovery",
|
||||||
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information",
|
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information",
|
||||||
|
@ -452,6 +452,7 @@
|
||||||
"HeaderPasswordReset": "Password Reset",
|
"HeaderPasswordReset": "Password Reset",
|
||||||
"HeaderPaths": "Paths",
|
"HeaderPaths": "Paths",
|
||||||
"HeaderPerformance": "Performance",
|
"HeaderPerformance": "Performance",
|
||||||
|
"HeaderPhotoAlbums": "Photo Albums",
|
||||||
"HeaderPlayAll": "Play All",
|
"HeaderPlayAll": "Play All",
|
||||||
"HeaderPlayback": "Media playback",
|
"HeaderPlayback": "Media playback",
|
||||||
"HeaderPlaybackError": "Playback Error",
|
"HeaderPlaybackError": "Playback Error",
|
||||||
|
@ -514,6 +515,7 @@
|
||||||
"HeaderUsers": "Users",
|
"HeaderUsers": "Users",
|
||||||
"HeaderVideoAdvanced": "Video Advanced",
|
"HeaderVideoAdvanced": "Video Advanced",
|
||||||
"HeaderVideoQuality": "Video Quality",
|
"HeaderVideoQuality": "Video Quality",
|
||||||
|
"HeaderVideos": "Videos",
|
||||||
"HeaderVideoType": "Video Type",
|
"HeaderVideoType": "Video Type",
|
||||||
"HeaderVideoTypes": "Video Types",
|
"HeaderVideoTypes": "Video Types",
|
||||||
"HeaderYears": "Years",
|
"HeaderYears": "Years",
|
||||||
|
@ -1253,7 +1255,6 @@
|
||||||
"PersonRole": "as {0}",
|
"PersonRole": "as {0}",
|
||||||
"Photo": "Photo",
|
"Photo": "Photo",
|
||||||
"Photos": "Photos",
|
"Photos": "Photos",
|
||||||
"PhotoAlbums": "Photo Albums",
|
|
||||||
"PictureInPicture": "Picture in picture",
|
"PictureInPicture": "Picture in picture",
|
||||||
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
|
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
|
||||||
"Play": "Play",
|
"Play": "Play",
|
||||||
|
@ -1551,7 +1552,6 @@
|
||||||
"ValueTimeLimitSingleHour": "Time limit: 1 hour",
|
"ValueTimeLimitSingleHour": "Time limit: 1 hour",
|
||||||
"Vertical": "Vertical",
|
"Vertical": "Vertical",
|
||||||
"Video": "Video",
|
"Video": "Video",
|
||||||
"Videos": "Videos",
|
|
||||||
"VideoAudio": "Video Audio",
|
"VideoAudio": "Video Audio",
|
||||||
"ViewAlbum": "View album",
|
"ViewAlbum": "View album",
|
||||||
"ViewAlbumArtist": "View album artist",
|
"ViewAlbumArtist": "View album artist",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue