1
0
Fork 0
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:
grafixeyehero 2024-07-15 22:13:35 +03:00
parent 01bad67226
commit 13d5cb2c84
3 changed files with 7 additions and 7 deletions

View file

@ -1458,7 +1458,7 @@ function renderChildren(page, item) {
imageLoader.lazyChildren(childrenItemsContainer);
if (item.Type == 'BoxSet') {
const collectionItemTypes = [{
name: globalize.translate('Videos'),
name: globalize.translate('HeaderVideos'),
mediaType: 'Video'
}, {
name: globalize.translate('Series'),

View file

@ -404,7 +404,7 @@ export const useSearchItems = (
{ signal }
);
addSection('Videos', videosData.Items, {
addSection('HeaderVideos', videosData.Items, {
showParentTitle: true
});
@ -447,7 +447,7 @@ export const useSearchItems = (
},
{ signal }
);
addSection('PhotoAlbums', photoAlbumsData.Items);
addSection('HeaderPhotoAlbums', photoAlbumsData.Items);
// Photos row
const photosData = await fetchItemsByType(
@ -473,7 +473,7 @@ export const useSearchItems = (
},
{ signal }
);
addSection('AudioBooks', audioBooksData.Items);
addSection('HeaderAudioBooks', audioBooksData.Items);
// Books row
const booksData = await fetchItemsByType(

View file

@ -59,7 +59,6 @@
"AsManyAsPossible": "As many as possible",
"AspectRatio": "Aspect Ratio",
"Audio": "Audio",
"AudioBooks": "Audio Books",
"Author": "Author",
"Authorize": "Authorize",
"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.",
"HeaderApp": "App",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderAutoDiscovery": "Network Discovery",
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information",
@ -452,6 +452,7 @@
"HeaderPasswordReset": "Password Reset",
"HeaderPaths": "Paths",
"HeaderPerformance": "Performance",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayAll": "Play All",
"HeaderPlayback": "Media playback",
"HeaderPlaybackError": "Playback Error",
@ -514,6 +515,7 @@
"HeaderUsers": "Users",
"HeaderVideoAdvanced": "Video Advanced",
"HeaderVideoQuality": "Video Quality",
"HeaderVideos": "Videos",
"HeaderVideoType": "Video Type",
"HeaderVideoTypes": "Video Types",
"HeaderYears": "Years",
@ -1253,7 +1255,6 @@
"PersonRole": "as {0}",
"Photo": "Photo",
"Photos": "Photos",
"PhotoAlbums": "Photo Albums",
"PictureInPicture": "Picture in picture",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
@ -1551,7 +1552,6 @@
"ValueTimeLimitSingleHour": "Time limit: 1 hour",
"Vertical": "Vertical",
"Video": "Video",
"Videos": "Videos",
"VideoAudio": "Video Audio",
"ViewAlbum": "View album",
"ViewAlbumArtist": "View album artist",