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
749a13a76c
commit
f47af9cc01
3 changed files with 33 additions and 34 deletions
|
@ -132,7 +132,7 @@
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.preview-overlay-container {
|
/*.preview-overlay-container {
|
||||||
-moz-border-radius: 2px;
|
-moz-border-radius: 2px;
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 2px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
@ -152,19 +152,19 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
.cardContent .cardFooter {
|
.cardContent .cardFooter {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
|
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
|
||||||
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
|
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
|
||||||
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
|
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
|
||||||
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
|
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
|
||||||
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
|
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardText {
|
.cardText {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -389,20 +389,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media all and (min-width: 1920px) {
|
|
||||||
|
|
||||||
.bannerCard {
|
|
||||||
width: 25%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media all and (min-width: 2200px) {
|
@media all and (min-width: 2200px) {
|
||||||
|
|
||||||
.backdropCard {
|
.backdropCard {
|
||||||
width: 16.666666666666666666666666666667%;
|
width: 16.666666666666666666666666666667%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bannerCard {
|
||||||
|
width: 25%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title>${TitleAdvanced}</title>
|
<title>${TitleAdvanced}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="dashboardHostingPage" data-role="page" class="page type-interior advancedConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Server%20Settings">
|
<div id="dashboardHostingPage" data-role="page" class="page type-interior advancedConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Hosting%20Settings">
|
||||||
|
|
||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div class="content-primary">
|
<div class="content-primary">
|
||||||
|
@ -28,21 +28,11 @@
|
||||||
<input type="number" id="txtPublicPort" pattern="[0-9]*" required="required" min="1" />
|
<input type="number" id="txtPublicPort" pattern="[0-9]*" required="required" min="1" />
|
||||||
<div class="fieldDescription">${LabelPublicHttpPortHelp}</div>
|
<div class="fieldDescription">${LabelPublicHttpPortHelp}</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<label for="chkEnableUpnp">${LabelEnableAutomaticPortMap}</label>
|
|
||||||
<input type="checkbox" id="chkEnableUpnp" data-mini="true" />
|
|
||||||
<div class="fieldDescription">${LabelEnableAutomaticPortMapHelp}</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<label for="txtDdns">${LabelExternalDDNS}</label>
|
<label for="txtDdns">${LabelExternalDDNS}</label>
|
||||||
<input id="txtDdns" />
|
<input id="txtDdns" />
|
||||||
<div class="fieldDescription">${LabelExternalDDNSHelp}</div>
|
<div class="fieldDescription">${LabelExternalDDNSHelp}</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<label for="chkEnableHttps" data-mini="true">${LabelEnableHttps}</label>
|
|
||||||
<input type="checkbox" id="chkEnableHttps" data-mini="true" />
|
|
||||||
<div class="fieldDescription">${LabelEnableHttpsHelp}</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<label for="txtHttpsPort">${LabelHttpsPort}</label>
|
<label for="txtHttpsPort">${LabelHttpsPort}</label>
|
||||||
<input type="number" id="txtHttpsPort" pattern="[0-9]*" required="required" min="1" />
|
<input type="number" id="txtHttpsPort" pattern="[0-9]*" required="required" min="1" />
|
||||||
|
@ -61,6 +51,16 @@
|
||||||
<button id="btnSelectCertPath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">${ButtonSelectDirectory}</button>
|
<button id="btnSelectCertPath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">${ButtonSelectDirectory}</button>
|
||||||
<div class="fieldDescription">${LabelCustomCertificatePathHelp}</div>
|
<div class="fieldDescription">${LabelCustomCertificatePathHelp}</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<label for="chkEnableHttps" data-mini="true">${LabelEnableHttps}</label>
|
||||||
|
<input type="checkbox" id="chkEnableHttps" data-mini="true" />
|
||||||
|
<div class="fieldDescription">${LabelEnableHttpsHelp}</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<label for="chkEnableUpnp">${LabelEnableAutomaticPortMap}</label>
|
||||||
|
<input type="checkbox" id="chkEnableUpnp" data-mini="true" />
|
||||||
|
<div class="fieldDescription">${LabelEnableAutomaticPortMapHelp}</div>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul data-role="listview" class="ulForm">
|
<ul data-role="listview" class="ulForm">
|
||||||
|
|
|
@ -101,6 +101,10 @@
|
||||||
|
|
||||||
return [Globalize.translate('LabelSeries')];
|
return [Globalize.translate('LabelSeries')];
|
||||||
}
|
}
|
||||||
|
else if (hint.Type == "BoxSet") {
|
||||||
|
|
||||||
|
return [Globalize.translate('LabelCollection')];
|
||||||
|
}
|
||||||
|
|
||||||
return [hint.Type];
|
return [hint.Type];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue