mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
bbe70b8d3b
commit
44ec93d16d
55 changed files with 63 additions and 78 deletions
|
@ -53,10 +53,6 @@
|
|||
<input type="checkbox" is="emby-checkbox" id="chkEnableContentDeletion" />
|
||||
<span>${OptionAllowDeleteLibraryContent}</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkEnableDownloading" />
|
||||
<span>${OptionAllowContentDownloading}</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkEnableLiveTvAccess" />
|
||||
<span>${OptionAllowBrowsingLiveTv}</span>
|
||||
|
@ -108,11 +104,11 @@
|
|||
</div>
|
||||
<div>
|
||||
<br />
|
||||
<h3 class="checkboxListLabel">${HeaderSync}</h3>
|
||||
<h3 class="checkboxListLabel">${Downloading}</h3>
|
||||
<div class="checkboxList paperList" style="padding:.5em 1em;">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkEnableSync" />
|
||||
<span>${OptionAllowSyncContent}</span>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkEnableDownloading" />
|
||||
<span>${OptionAllowContentDownloading}</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkEnableSyncTranscoding" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue