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>';
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>';

View file

@ -20,6 +20,12 @@
<option value="GuestStar">${GuestStar}</option>
<option value="Producer">${Producer}</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>
</div>

View file

@ -37,6 +37,7 @@
"Anytime": "Anytime",
"ApiKeysCaption": "List of the currently enabled API keys",
"AroundTime": "Around",
"Arranger": "Arranger",
"Art": "Art",
"Artist": "Artist",
"Artists": "Artists",
@ -133,6 +134,7 @@
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"Conductor": "Conductor",
"ConfigureDateAdded": "Configure how date added is determined in the dashboard under the library 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?",
@ -231,6 +233,7 @@
"EncoderPresetHelp": "Choose a faster value to improve performance, or a slower value to improve quality.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Engineer": "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.",
@ -942,6 +945,7 @@
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"Logo": "Logo",
"Lyricist": "Lyricist",
"ManageLibrary": "Manage library",
"ManageRecording": "Manage recording",
"MapChannels": "Map Channels",
@ -1058,6 +1062,7 @@
"MillisecondsUnit": "ms",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mixer": "Mixer",
"Mobile": "Mobile",
"Monday": "Monday",
"MoreFromValue": "More from {0}",
@ -1204,6 +1209,7 @@
"OptionWeekly": "Weekly",
"OriginalAirDateValue": "Original air date: {0}",
"Other": "Other",
"OtherArtist": "Other Artist",
"Overview": "Overview",
"PackageInstallCancelled": "{0} (version {1}) installation cancelled.",
"PackageInstallCompleted": "{0} (version {1}) installation completed.",
@ -1286,7 +1292,9 @@
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"ReleaseDate": "Release date",
"ReleaseGroup": "Release Group",
"RememberMe": "Remember Me",
"Remixer": "Remixer",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"Repeat": "Repeat",
@ -1414,6 +1422,7 @@
"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.",
"TonemappingRangeHelp": "Select the output color range. Auto is the same as the input range.",
"Track": "Track",
"TrackCount": "{0} tracks",
"Trailers": "Trailers",
"Transcoding": "Transcoding",