1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #2801 from MrTimscampi/person-types-and-translations

Person types and translations
This commit is contained in:
dkanada 2021-09-06 02:06:52 +09:00 committed by GitHub
commit 04c4e03ac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 1 deletions

View file

@ -925,7 +925,9 @@ import template from './metadataEditor.template.html';
html += '</div>'; html += '</div>';
if (person.Role && person.Role !== lastType) { if (person.Role && person.Role !== lastType) {
html += '<div class="secondary">' + (person.Role) + '</div>'; html += '<div class="secondary">' + person.Role + '</div>';
} else {
html += '<div class="secondary">' + globalize.translate(person.Type) + '</div>';
} }
html += '</button>'; html += '</button>';

View file

@ -20,6 +20,12 @@
<option value="GuestStar">${GuestStar}</option> <option value="GuestStar">${GuestStar}</option>
<option value="Producer">${Producer}</option> <option value="Producer">${Producer}</option>
<option value="Writer">${Writer}</option> <option value="Writer">${Writer}</option>
<option value="Conductor">${Conductor}</option>
<option value="Lyricist">${Lyricist}</option>
<option value="Arranger">${Arranger}</option>
<option value="Engineer">${Engineer}</option>
<option value="Mixer">${Mixer}</option>
<option value="Remixer">${Remixer}</option>
</select> </select>
</div> </div>

View file

@ -37,6 +37,7 @@
"Anytime": "Anytime", "Anytime": "Anytime",
"ApiKeysCaption": "List of the currently enabled API keys", "ApiKeysCaption": "List of the currently enabled API keys",
"AroundTime": "Around", "AroundTime": "Around",
"Arranger": "Arranger",
"Art": "Art", "Art": "Art",
"Artist": "Artist", "Artist": "Artist",
"Artists": "Artists", "Artists": "Artists",
@ -133,6 +134,7 @@
"ColorTransfer": "Color transfer", "ColorTransfer": "Color transfer",
"CommunityRating": "Community rating", "CommunityRating": "Community rating",
"Composer": "Composer", "Composer": "Composer",
"Conductor": "Conductor",
"ConfigureDateAdded": "Configure how date added is determined in the dashboard under the library settings", "ConfigureDateAdded": "Configure how date added is determined in the dashboard under the library settings",
"ConfirmDeleteImage": "Delete image?", "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?", "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
@ -231,6 +233,7 @@
"EncoderPresetHelp": "Choose a faster value to improve performance, or a slower value to improve quality.", "EncoderPresetHelp": "Choose a faster value to improve performance, or a slower value to improve quality.",
"Ended": "Ended", "Ended": "Ended",
"EndsAtValue": "Ends at {0}", "EndsAtValue": "Ends at {0}",
"Engineer": "Engineer",
"Episode": "Episode", "Episode": "Episode",
"Episodes": "Episodes", "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.", "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.",
@ -942,6 +945,7 @@
"LiveBroadcasts": "Live broadcasts", "LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV", "LiveTV": "Live TV",
"Logo": "Logo", "Logo": "Logo",
"Lyricist": "Lyricist",
"ManageLibrary": "Manage library", "ManageLibrary": "Manage library",
"ManageRecording": "Manage recording", "ManageRecording": "Manage recording",
"MapChannels": "Map Channels", "MapChannels": "Map Channels",
@ -1058,6 +1062,7 @@
"MillisecondsUnit": "ms", "MillisecondsUnit": "ms",
"MinutesAfter": "minutes after", "MinutesAfter": "minutes after",
"MinutesBefore": "minutes before", "MinutesBefore": "minutes before",
"Mixer": "Mixer",
"Mobile": "Mobile", "Mobile": "Mobile",
"Monday": "Monday", "Monday": "Monday",
"MoreFromValue": "More from {0}", "MoreFromValue": "More from {0}",
@ -1204,6 +1209,7 @@
"OptionWeekly": "Weekly", "OptionWeekly": "Weekly",
"OriginalAirDateValue": "Original air date: {0}", "OriginalAirDateValue": "Original air date: {0}",
"Other": "Other", "Other": "Other",
"OtherArtist": "Other Artist",
"Overview": "Overview", "Overview": "Overview",
"PackageInstallCancelled": "{0} (version {1}) installation cancelled.", "PackageInstallCancelled": "{0} (version {1}) installation cancelled.",
"PackageInstallCompleted": "{0} (version {1}) installation completed.", "PackageInstallCompleted": "{0} (version {1}) installation completed.",
@ -1286,7 +1292,9 @@
"RefreshMetadata": "Refresh metadata", "RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.", "RefreshQueued": "Refresh queued.",
"ReleaseDate": "Release date", "ReleaseDate": "Release date",
"ReleaseGroup": "Release Group",
"RememberMe": "Remember Me", "RememberMe": "Remember Me",
"Remixer": "Remixer",
"RemoveFromCollection": "Remove from collection", "RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist", "RemoveFromPlaylist": "Remove from playlist",
"Repeat": "Repeat", "Repeat": "Repeat",
@ -1414,6 +1422,7 @@
"TitlePlayback": "Playback", "TitlePlayback": "Playback",
"TonemappingAlgorithmHelp": "Tone mapping can be fine-tuned. If you are not familiar with these options, just keep the default. The recommended value is Hable.", "TonemappingAlgorithmHelp": "Tone mapping can be fine-tuned. If you are not familiar with these options, just keep the default. The recommended value is Hable.",
"TonemappingRangeHelp": "Select the output color range. Auto is the same as the input range.", "TonemappingRangeHelp": "Select the output color range. Auto is the same as the input range.",
"Track": "Track",
"TrackCount": "{0} tracks", "TrackCount": "{0} tracks",
"Trailers": "Trailers", "Trailers": "Trailers",
"Transcoding": "Transcoding", "Transcoding": "Transcoding",