update-10.27
This commit is contained in:
parent
dda2d31901
commit
d1720c02b0
|
@ -1,7 +1,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2021-04-09 12:29+0000\n"
|
"PO-Revision-Date: 2021-10-26 14:59+0000\n"
|
||||||
"Last-Translator: The_BadUser <vanjavs@mail.ru>\n"
|
"Last-Translator: Darin Avdeyeva <yulyablack@inbox.lv>\n"
|
||||||
"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/"
|
"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/"
|
||||||
"luciapplicationsnft-qos/ru/>\n"
|
"luciapplicationsnft-qos/ru/>\n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
|
@ -9,7 +9,7 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
"X-Generator: Weblate 4.6-dev\n"
|
"X-Generator: Weblate 4.9-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136
|
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136
|
||||||
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155
|
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155
|
||||||
|
@ -99,7 +99,7 @@ msgstr "Предоставить UCI доступ для luci-app-nft-qos"
|
||||||
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:156
|
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:156
|
||||||
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
|
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
|
||||||
msgid "Hostname"
|
msgid "Hostname"
|
||||||
msgstr "Имя хоста"
|
msgstr "Имя"
|
||||||
|
|
||||||
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134
|
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134
|
||||||
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153
|
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1581,7 +1581,8 @@ td>table>tbody>tr>td,
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding: .2rem .3rem;
|
padding: .2rem 1rem;
|
||||||
|
font-size: 0;
|
||||||
color: transparent !important;
|
color: transparent !important;
|
||||||
background: url(../icon/arrow.svg) no-repeat center;
|
background: url(../icon/arrow.svg) no-repeat center;
|
||||||
background-size: 12px 20px;
|
background-size: 12px 20px;
|
||||||
|
|
|
@ -292,6 +292,12 @@ tr>th,
|
||||||
background-color: #252526;
|
background-color: #252526;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cbi-rowstyle-2 .cbi-button-up,
|
||||||
|
.cbi-rowstyle-2 .cbi-button-down,
|
||||||
|
body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
||||||
|
background-color: rgb(102, 102, 102) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.cbi-section>h3:first-child,
|
.cbi-section>h3:first-child,
|
||||||
.panel-title,
|
.panel-title,
|
||||||
h3 {
|
h3 {
|
||||||
|
|
Loading…
Reference in New Issue