mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated translations
This commit is contained in:
parent
d02d29f33e
commit
9c61eb5dd7
40 changed files with 181 additions and 203 deletions
|
@ -129,27 +129,27 @@
|
|||
}
|
||||
else if (hint.Type == "MusicArtist") {
|
||||
|
||||
html += '<div class="searchHintSecondaryText">Artist</div>';
|
||||
html += '<div class="searchHintSecondaryText">' + Globalize.translate('LabelArtist') + '</div>';
|
||||
|
||||
}
|
||||
else if (hint.Type == "Movie") {
|
||||
|
||||
html += '<div class="searchHintSecondaryText">Movie</div>';
|
||||
html += '<div class="searchHintSecondaryText">' + Globalize.translate('LabelMovie') + '</div>';
|
||||
|
||||
}
|
||||
else if (hint.Type == "MusicVideo") {
|
||||
|
||||
html += '<div class="searchHintSecondaryText">Music Video</div>';
|
||||
html += '<div class="searchHintSecondaryText">' + Globalize.translate('LabelMusicVideo') + '</div>';
|
||||
|
||||
}
|
||||
else if (hint.Type == "Episode") {
|
||||
|
||||
html += '<div class="searchHintSecondaryText">Episode</div>';
|
||||
html += '<div class="searchHintSecondaryText">' + Globalize.translate('LabelEpisode') + '</div>';
|
||||
|
||||
}
|
||||
else if (hint.Type == "Series") {
|
||||
|
||||
html += '<div class="searchHintSecondaryText">Series</div>';
|
||||
html += '<div class="searchHintSecondaryText">' + Globalize.translate('LabelSeries') + '</div>';
|
||||
|
||||
}
|
||||
else {
|
||||
|
@ -210,7 +210,7 @@
|
|||
html += '<div data-role="panel" id="searchPanel" class="searchPanel" data-position="right" data-display="overlay" data-position-fixed="true" data-theme="b">';
|
||||
|
||||
html += '<h3>';
|
||||
html += 'Search';
|
||||
html += Globalize.translate('HeaderSearch');
|
||||
html += '</h3>';
|
||||
|
||||
html += '<input id="txtSearch" class="txtSearch" type="search" data-theme="a" />';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue