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
55bfb651b6
commit
861df73b9b
71 changed files with 452 additions and 309 deletions
|
@ -18,49 +18,48 @@
|
|||
<form id="editUserProfileForm">
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li id="fldUserName">
|
||||
<label for="txtUserName">Name: </label>
|
||||
<label for="txtUserName">${LabelName}</label>
|
||||
<input id="txtUserName" name="txtUserName" required="required" type="text" />
|
||||
</li>
|
||||
<li id="fldIsAdmin" style="display: none;">
|
||||
<input type="checkbox" id="chkIsAdmin" name="chkIsAdmin" />
|
||||
<label for="chkIsAdmin">Allow this user to manage the server</label>
|
||||
<label for="chkIsAdmin">${OptionAllowUserToManageServer}</label>
|
||||
</li>
|
||||
</ul>
|
||||
<div id="featureAccessFields">
|
||||
<h2>Feature Access</h2>
|
||||
<h2>${HeaderFeatureAccess}</h2>
|
||||
<div>
|
||||
<input type="checkbox" id="chkEnableMediaPlayback" name="chkEnableMediaPlayback" data-mini="true" />
|
||||
<label for="chkEnableMediaPlayback">Allow media playback</label>
|
||||
<label for="chkEnableMediaPlayback">${OptionAllowMediaPlayback}</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="chkEnableLiveTvAccess" name="chkEnableLiveTvAccess" data-mini="true" />
|
||||
<label for="chkEnableLiveTvAccess">Allow browsing of live tv</label>
|
||||
<label for="chkEnableLiveTvAccess">${OptionAllowBrowsingLiveTv}</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="chkManageLiveTv" name="chkManageLiveTv" data-mini="true" />
|
||||
<label for="chkManageLiveTv">Allow management of live tv recordings</label>
|
||||
<label for="chkManageLiveTv">${OptionAllowManageLiveTv}</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="chkEnableContentDeletion" name="chkEnableContentDeletion" data-mini="true" />
|
||||
<label for="chkEnableContentDeletion">Allow this user to delete library content</label>
|
||||
<label for="chkEnableContentDeletion">${OptionAllowDeleteLibraryContent}</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="chkEnableRemoteControlOtherUsers" name="chkEnableRemoteControlOtherUsers" data-mini="true" />
|
||||
<label for="chkEnableRemoteControlOtherUsers">Allow this user to remote control other users</label>
|
||||
<label for="chkEnableRemoteControlOtherUsers">${OptionAllowRemoteControlOthers}</label>
|
||||
</div>
|
||||
<br />
|
||||
</div>
|
||||
<div id="accessControlDiv" style="display: none" data-role="collapsible">
|
||||
<h2>Advanced Control</h2>
|
||||
<h2>${HeaderAdvancedControl}</h2>
|
||||
<div id="fldIsEnabled" style="margin: 1em 0 2em;">
|
||||
<input type="checkbox" id="chkDisabled" name="chkDisabled" data-mini="true" />
|
||||
<label for="chkDisabled">Disable this user</label>
|
||||
<div class="fieldDescription">If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.</div>
|
||||
<label for="chkDisabled">${OptionDisableUser}</label>
|
||||
<div class="fieldDescription">${OptionDisableUserHelp}</div>
|
||||
</div>
|
||||
<p id="fldIsHidden">
|
||||
<input type="checkbox" id="chkIsHidden" name="chkIsHidden" data-mini="true" />
|
||||
<label for="chkIsHidden">Hide this user from login screens</label>
|
||||
|
||||
<label for="chkIsHidden">${OptionHideUser}</label>
|
||||
</p>
|
||||
</div>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue