mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add latest translations
This commit is contained in:
parent
ade4cbcd86
commit
ba42cdde19
43 changed files with 259 additions and 351 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Metadata</title>
|
||||
<title>${TitleMetadata}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="metadataConfigurationPage" data-role="page" class="page type-interior">
|
||||
|
@ -10,12 +10,12 @@
|
|||
|
||||
<div class="content-primary">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||
<a href="#" data-role="button" class="ui-btn-active">Basics</a>
|
||||
<a href="#" data-role="button" class="ui-btn-active">${TabBasics}</a>
|
||||
<a href="metadataimages.html?type=movies" data-role="button">${TabMovies}</a>
|
||||
<a href="metadataimages.html?type=tv" data-role="button">TV</a>
|
||||
<a href="metadataimages.html?type=games" data-role="button">Games</a>
|
||||
<a href="metadataimages.html?type=music" data-role="button">Music</a>
|
||||
<a href="metadataimages.html?type=others" data-role="button">Others</a>
|
||||
<a href="metadataimages.html?type=tv" data-role="button">${TabTV}</a>
|
||||
<a href="metadataimages.html?type=games" data-role="button">${TabGames}</a>
|
||||
<a href="metadataimages.html?type=music" data-role="button">${TabMusic}</a>
|
||||
<a href="metadataimages.html?type=others" data-role="button">${TabOthers}</a>
|
||||
<a href="metadataadvanced.html" data-role="button">${TabAdvanced}</a>
|
||||
</div>
|
||||
|
||||
|
@ -23,36 +23,36 @@
|
|||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<input type="checkbox" id="chkEnableInternetProviders" name="chkEnableInternetProviders" data-mini="true" />
|
||||
<label for="chkEnableInternetProviders">Download artwork and metadata from the internet </label>
|
||||
<div class="fieldDescription">Media Browser can download information about your media to enable rich presentations.</div>
|
||||
<label for="chkEnableInternetProviders">${LabelDownloadInternetMetadata}</label>
|
||||
<div class="fieldDescription">${LabelDownloadInternetMetadataHelp}</div>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="chkSaveLocal" name="chkSaveLocal" data-mini="true" />
|
||||
<label for="chkSaveLocal">Save artwork and metadata within media folders </label>
|
||||
<div class="fieldDescription">Save downloaded metadata and images into media folders where they can be stored permanently and easily edited.</div>
|
||||
<label for="chkSaveLocal">${LabelSaveLocalMetadata}</label>
|
||||
<div class="fieldDescription">${LabelSaveLocalMetadataHelp}</div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="selectImageSavingConvention">Image saving convention: </label>
|
||||
<label for="selectImageSavingConvention">${LabelImageSavingConvention}</label>
|
||||
<select name="selectImageSavingConvention" id="selectImageSavingConvention" data-mini="true">
|
||||
<option value="Compatible">Compatible - MB3/Plex/Xbmc</option>
|
||||
<option value="Legacy">Standard - MB3/MB2</option>
|
||||
<option value="Compatible">${OptionImageSavingCompatible}</option>
|
||||
<option value="Legacy">${OptionImageSavingStandard}</option>
|
||||
</select>
|
||||
<div class="fieldDescription">Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.</div>
|
||||
<div class="fieldDescription">${LabelImageSavingConventionHelp}</div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="selectLanguage">Preferred language: </label>
|
||||
<label for="selectLanguage">${LabelMetadataDownloadLanguage}</label>
|
||||
<select name="selectLanguage" id="selectLanguage" data-mini="true" required="required"></select>
|
||||
</li>
|
||||
<li>
|
||||
<label for="selectCountry">Country: </label>
|
||||
<label for="selectCountry">${LabelCountry}</label>
|
||||
<select name="selectCountry" id="selectCountry" data-mini="true" required="required"></select>
|
||||
</li>
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||
Save
|
||||
${ButtonSave}
|
||||
</button>
|
||||
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete" data-mini="true">
|
||||
Cancel
|
||||
${ButtonCancel}
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue