summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/form.js10
-rw-r--r--modules/luci-base/po/es/base.po4
-rw-r--r--modules/luci-base/po/it/base.po8
-rw-r--r--modules/luci-base/po/pl/base.po149
-rw-r--r--modules/luci-base/po/uk/base.po26
-rw-r--r--modules/luci-compat/luasrc/view/cbi/cell_valueheader.htm2
-rw-r--r--modules/luci-compat/luasrc/view/cbi/tblsection.htm4
7 files changed, 111 insertions, 92 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js
index 7de5e0f76b..1c6f843041 100644
--- a/modules/luci-base/htdocs/luci-static/resources/form.js
+++ b/modules/luci-base/htdocs/luci-static/resources/form.js
@@ -1103,7 +1103,7 @@ var CBITableSection = CBITypedSection.extend({
trEl.appendChild(E('div', {
'class': 'th cbi-section-table-cell',
- 'data-type': opt.__name__
+ 'data-widget': opt.__name__
}));
if (opt.width != null)
@@ -1139,7 +1139,7 @@ var CBITableSection = CBITypedSection.extend({
trEl.appendChild(E('div', {
'class': 'th cbi-section-table-cell',
- 'data-type': opt.__name__
+ 'data-widget': opt.__name__
}, opt.description));
if (opt.width != null)
@@ -1444,7 +1444,7 @@ var CBIGridSection = CBITableSection.extend({
'data-title': (title != '') ? title : null,
'data-description': (descr != '') ? descr : null,
'data-name': opt.option,
- 'data-type': opt.typename || opt.__name__
+ 'data-widget': opt.typename || opt.__name__
}, (value != null) ? value : E('em', _('none')));
},
@@ -1586,7 +1586,7 @@ var CBIValue = CBIAbstractValue.extend({
'data-title': (title != '') ? title : null,
'data-description': this.stripTags(this.description).trim(),
'data-name': this.option,
- 'data-type': this.typename || (this.template ? this.template.replace(/^.+\//, '') : null) || this.__name__
+ 'data-widget': this.typename || (this.template ? this.template.replace(/^.+\//, '') : null) || this.__name__
}, E('div', {
'id': 'cbi-%s-%s-%s'.format(config_name, section_id, this.option),
'data-index': option_index,
@@ -1602,7 +1602,7 @@ var CBIValue = CBIAbstractValue.extend({
'data-depends': depend_list,
'data-field': this.cbid(section_id),
'data-name': this.option,
- 'data-type': this.typename || (this.template ? this.template.replace(/^.+\//, '') : null) || this.__name__
+ 'data-widget': this.typename || (this.template ? this.template.replace(/^.+\//, '') : null) || this.__name__
});
if (this.last_child)
diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po
index 63949fcc86..9b298a5df3 100644
--- a/modules/luci-base/po/es/base.po
+++ b/modules/luci-base/po/es/base.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:41+0200\n"
-"PO-Revision-Date: 2019-11-13 23:04+0000\n"
+"PO-Revision-Date: 2019-11-16 09:04+0000\n"
"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/luci/es/>"
"\n"
@@ -4790,7 +4790,7 @@ msgstr "Tipo de servicio"
#: modules/luci-base/luasrc/controller/admin/index.lua:62
msgid "Services"
-msgstr "Servicios"
+msgstr "Aplicaciones"
#: modules/luci-base/htdocs/luci-static/resources/luci.js:1587
msgid "Session expired"
diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po
index 05acdd15ba..4d609286ce 100644
--- a/modules/luci-base/po/it/base.po
+++ b/modules/luci-base/po/it/base.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: LuCI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:40+0200\n"
-"PO-Revision-Date: 2019-10-29 18:37+0000\n"
-"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
+"PO-Revision-Date: 2019-11-16 09:04+0000\n"
+"Last-Translator: Michele Adduci <info@micheleadduci.net>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/luci/it/>"
"\n"
"Language: it\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 3.10-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:910
msgid "%.1f dB"
@@ -1035,7 +1035,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:807
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:912
msgid "Client"
-msgstr "Cliente"
+msgstr "Client"
#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:49
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:47
diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po
index 303d42af05..056e3a8d26 100644
--- a/modules/luci-base/po/pl/base.po
+++ b/modules/luci-base/po/pl/base.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: LuCI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-04-20 09:40+0200\n"
-"PO-Revision-Date: 2019-11-13 21:10+0000\n"
+"PO-Revision-Date: 2019-11-17 11:04+0000\n"
"Last-Translator: Marcin Net <marcin.net@linux.pl>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/luci/pl/>"
"\n"
@@ -925,7 +925,7 @@ msgstr "Użycie CPU (%)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:40
msgid "Cached"
-msgstr "Buforowane"
+msgstr "Zbuforowane"
#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:53
#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:53
@@ -1042,7 +1042,7 @@ msgid ""
"FEATURE IS FOR PROFESSIONALS! )"
msgstr ""
"Kliknij \"Zapisz mtdblock\", aby pobrać określony plik mtdblock. (UWAGA: TA "
-"FUNKCJA JEST DLA PROFESJONALISTÓW! )"
+"FUNKCJA JEST DLA PROFESJONALISTÓW!)"
#: modules/luci-base/htdocs/luci-static/resources/network.js:3540
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:807
@@ -1700,7 +1700,7 @@ msgstr "Metoda protokołu rozszerzonego uwierzytelniania (EAP)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:723
msgid "Edit"
-msgstr "Edycja"
+msgstr "Edytuj"
#: modules/luci-compat/luasrc/view/cbi/error.htm:13
msgid ""
@@ -2419,7 +2419,6 @@ msgstr "Adres IPv4"
#: modules/luci-compat/luasrc/model/network/proto_ipip.lua:9
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:10
-#, fuzzy
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-in-IPv4 (RFC2003)"
@@ -2514,7 +2513,6 @@ msgid "IPv6-Address"
msgstr "Adres IPv6"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:95
-#, fuzzy
msgid "IPv6-PD"
msgstr "IPv6-PD"
@@ -2817,7 +2815,7 @@ msgstr "Przyłączanie do sieci: %q"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:219
msgid "Keep settings and retain the current configuration"
-msgstr "Zachowaj ustawienia i zachowaj bieżącą konfigurację"
+msgstr "Zachowaj ustawienia i bieżącą konfigurację"
#: modules/luci-mod-status/luasrc/controller/admin/status.lua:18
#: modules/luci-mod-status/luasrc/view/admin_status/dmesg.htm:8
@@ -3163,7 +3161,6 @@ msgstr "Lista MAC"
#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:16
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:13
-#, fuzzy
msgid "MAP / LW4over6"
msgstr "MAP / LW4over6"
@@ -3175,7 +3172,6 @@ msgstr "Reguła MAP jest nieprawidłowa"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:318
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:319
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:320
-#, fuzzy
msgid "MBit/s"
msgstr "MBit/s"
@@ -3709,7 +3705,6 @@ msgstr "Otwórz listę..."
#: modules/luci-compat/luasrc/model/network/proto_openconnect.lua:9
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:64
-#, fuzzy
msgid "OpenConnect (CISCO AnyConnect)"
msgstr "OpenConnect (CISCO AnyConnect)"
@@ -3735,6 +3730,8 @@ msgid ""
"Optional. 32-bit mark for outgoing encrypted packets. Enter value in hex, "
"starting with <code>0x</code>."
msgstr ""
+"Opcjonalnie. 32-bitowy znak dla wychodzących zaszyfrowanych pakietów. Wpisz "
+"wartość w hex, zaczynając od <code>0x</code>."
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:218
msgid ""
@@ -3772,7 +3769,7 @@ msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:71
msgid "Optional. Maximum Transmission Unit of tunnel interface."
-msgstr "Opcjonalnie. Maksymalna wartość transmisji interfejsu tunelowego."
+msgstr "Opcjonalny. Maksymalna wartość transmisji interfejsu tunelowego."
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:132
msgid "Optional. Port of peer."
@@ -3783,6 +3780,8 @@ msgid ""
"Optional. Seconds between keep alive messages. Default is 0 (disabled). "
"Recommended value if this device is behind a NAT is 25."
msgstr ""
+"Opcjonalnie. Sekundy między utrzymaniem przy życiu wiadomości. Domyślnie 0 "
+"(wyłączone). Zalecana wartość, jeśli urządzenie znajduje się poza NAT to 25."
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:54
msgid "Optional. UDP port used for outgoing and incoming packets."
@@ -3960,7 +3959,7 @@ msgstr "PPtP"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:73
msgid "PSID offset"
-msgstr ""
+msgstr "Przesunięcie PSID"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:70
msgid "PSID-bits length"
@@ -4450,27 +4449,29 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1100
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1101
msgid "Requires hostapd"
-msgstr ""
+msgstr "Wymaga hostapd"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1104
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1105
msgid "Requires hostapd with EAP support"
-msgstr ""
+msgstr "Wymaga hostapd ze wsparciem dla EAP"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1106
msgid "Requires hostapd with OWE support"
-msgstr ""
+msgstr "Wymaga hostapd ze wsparciem dla OWE"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1102
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1103
msgid "Requires hostapd with SAE support"
-msgstr ""
+msgstr "Wymaga hostapd ze wsparciem dla SAE"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1537
msgid ""
"Requires the 'full' version of wpad/hostapd and support from the wifi driver "
"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)"
msgstr ""
+"Wymagana jest 'pełna' wersja wpad/hostapd i wsparcie sterownika WiFi <br />("
+"od Sty. 2019: ath9k, ath10k, mwlwifi i mt76)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:139
msgid ""
@@ -4487,22 +4488,22 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1124
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1125
msgid "Requires wpa-supplicant"
-msgstr ""
+msgstr "Wymaga wpa-supplicant"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1116
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1117
msgid "Requires wpa-supplicant with EAP support"
-msgstr ""
+msgstr "Wymaga wpa-supplicant ze wsparciem EAP"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1118
msgid "Requires wpa-supplicant with OWE support"
-msgstr ""
+msgstr "Wymaga wpa-supplicant ze wsparciem OWE"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1114
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1115
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1128
msgid "Requires wpa-supplicant with SAE support"
-msgstr ""
+msgstr "Wymaga wpa-supplicant ze wsparciem SAE"
#: modules/luci-base/htdocs/luci-static/resources/luci.js:2921
#: modules/luci-base/luasrc/view/sysauth.htm:39
@@ -4537,15 +4538,15 @@ msgstr "Nie znaleziono zasobu"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:76
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:98
msgid "Restart"
-msgstr "Uruchom ponownie"
+msgstr "Restartuj"
#: modules/luci-mod-status/luasrc/view/admin_status/iptables.htm:63
msgid "Restart Firewall"
-msgstr "Uruchom ponownie Firewalla"
+msgstr "Restartuj Firewall"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:694
msgid "Restart radio interface"
-msgstr "Uruchom ponownie interfejs radiowy"
+msgstr "Restartuj interfejs radiowy"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:367
msgid "Restore"
@@ -4582,15 +4583,15 @@ msgstr "Katalog Root`a dla plików udostępnianych przez TFTP"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:295
msgid "Root preparation"
-msgstr ""
+msgstr "Przygotowanie Roota"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:126
msgid "Route Allowed IPs"
-msgstr ""
+msgstr "Trasuj dozwolone IPs"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:72
msgid "Route table"
-msgstr ""
+msgstr "Tablica trasy"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:59
msgid "Route type"
@@ -4786,7 +4787,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:637
msgid "Set this interface as master for the dhcpv6 relay."
-msgstr ""
+msgstr "Ustaw ten interfejs jako główny dla przekaźnika dhcpv6."
#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:55
#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:55
@@ -4862,7 +4863,7 @@ msgstr "Rozmiar pamięci podręcznej zapytań DNS"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:183
msgid "Size of the ZRam device in megabytes"
-msgstr ""
+msgstr "Rozmiar ZRam urządzenia w megabajtach"
#: modules/luci-compat/luasrc/view/cbi/footer.htm:18
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:57
@@ -4946,19 +4947,21 @@ msgstr ""
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:63
msgid "Specify a TOS (Type of Service)."
-msgstr ""
+msgstr "Określ TOS (Type of Service)."
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:58
msgid ""
"Specify a TTL (Time to Live) for the encapsulating packet other than the "
"default (64)."
msgstr ""
+"Określ TTL (Time to Live) dla pakietu enkapsulującego innego niż domyślny "
+"(64)."
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
msgid ""
"Specify an MTU (Maximum Transmission Unit) other than the default (1280 "
"bytes)."
-msgstr ""
+msgstr "Określ MTU (Maximum Transmission Unit) inną niż domyślna (1280 bajtów)."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1842
msgid "Specify the secret encryption key here."
@@ -4968,7 +4971,7 @@ msgstr "Określ tajny klucz szyfrowania."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:75
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:97
msgid "Start"
-msgstr "Uruchomienie"
+msgstr "Uruchom"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:72
msgid "Start priority"
@@ -5078,16 +5081,16 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:146
msgid "Switch Port Mask"
-msgstr ""
+msgstr "Przełącznik Maski Portu"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:151
msgid "Switch Speed Mask"
-msgstr ""
+msgstr "Przełącznik szybkości Maski"
#: modules/luci-base/htdocs/luci-static/resources/network.js:2760
#: modules/luci-compat/luasrc/model/network.lua:1425
msgid "Switch VLAN"
-msgstr ""
+msgstr "Przełącznik VLAN"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:398
msgid "Switch protocol"
@@ -5101,7 +5104,7 @@ msgstr "Przejdź do notacji listy CIDR"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:1528
msgid "Symbolic link"
-msgstr ""
+msgstr "Dowiązanie symboliczne"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:72
msgid "Sync with NTP-Server"
@@ -5168,7 +5171,7 @@ msgstr "Cel"
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:103
msgid "Target network"
-msgstr ""
+msgstr "Sieć docelowa"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:49
msgid "Terminate"
@@ -5176,18 +5179,21 @@ msgstr "Zakończ"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:83
msgid "The <em>block mount</em> command failed with code %d"
-msgstr ""
+msgstr "Polecenie <em>block mount</em> nie powiodło się z kodem %d"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:77
msgid ""
"The HE.net endpoint update configuration changed, you must now use the plain "
"username instead of the user ID!"
msgstr ""
+"Konfiguracja aktualizacji punktu końcowego HE.net uległa zmianie, musisz "
+"teraz użyć zwykłej nazwy użytkownika zamiast ID użytkownika!"
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:40
msgid ""
"The IPv4 address or the fully-qualified domain name of the remote tunnel end."
msgstr ""
+"Adres IPv4 lub w pełni zweryfikowana nazwa domeny zdalnego wyjścia z tunelu."
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:53
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:59
@@ -5207,6 +5213,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/error.htm:6
msgid "The configuration file could not be loaded due to the following error:"
msgstr ""
+"Plik konfiguracyjny nie mógł zostać załadowany z powodu następującego błędu:"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:2505
msgid ""
@@ -5233,6 +5240,8 @@ msgid ""
"The existing wireless configuration needs to be changed for LuCI to function "
"properly."
msgstr ""
+"Aby LuCI działał prawidłowo, należy zmienić istniejącą konfigurację sieci "
+"bezprzewodowej."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:211
msgid ""
@@ -5240,6 +5249,9 @@ msgid ""
"compare them with the original file to ensure data integrity. <br /> Click "
"\"Proceed\" below to start the flash procedure."
msgstr ""
+"Obraz został załadowany. Poniżej podano sumę kontrolną i rozmiar pliku, "
+"Porównaj je z oryginalnym plikiem, aby zapewnić integralność danych. <br /> "
+"Kliknij \"Kontynuuj\" poniżej, aby rozpocząć procedurę flashowania."
#: modules/luci-mod-status/luasrc/view/admin_status/routes.htm:38
msgid "The following rules are currently active on this system."
@@ -5310,15 +5322,15 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:154
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:35
msgid "The reboot command failed with code %d"
-msgstr ""
+msgstr "Polecenie restartu nie powiodło się z kodem %d"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:143
msgid "The restore command failed with code %d"
-msgstr ""
+msgstr "Polecenie przywracania nie powiodło się z kodem %d"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1153
msgid "The selected %s mode is incompatible with %s encryption"
-msgstr ""
+msgstr "Wybrany tryb %s jest niekompatybilny z szyfrowaniem %s"
#: modules/luci-base/luasrc/view/csrftoken.htm:11
msgid "The submitted security token is invalid or already expired!"
@@ -5357,7 +5369,7 @@ msgstr "Hasło systemowe zostało pomyślnie zmienione."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:313
msgid "The sysupgrade command failed with code %d"
-msgstr ""
+msgstr "Polecenie sysupgrade nie powiodło się z kodem %d"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:116
msgid ""
@@ -5365,14 +5377,17 @@ msgid ""
"listed below. Press \"Continue\" to restore the backup and reboot, or "
"\"Cancel\" to abort the operation."
msgstr ""
+"Wysłane archiwum kopii zapasowej jest ważne i zawiera pliki wymienione "
+"poniżej. Naciśnij \"Kontynuuj\", aby przywrócić kopię zapasową i "
+"zrestartować urządzenie, lub \"Anuluj\", aby przerwać operację."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:111
msgid "The uploaded backup archive is not readable"
-msgstr ""
+msgstr "Wysłane archiwum kopii zapasowej nie jest możliwe do odczytania"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:240
msgid "The uploaded firmware does not allow keeping current configuration."
-msgstr ""
+msgstr "Wysłany firmware nie pozwala na zachowanie bieżącej konfiguracji."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:235
msgid ""
@@ -5386,7 +5401,7 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:51
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:88
msgid "There are no active leases"
-msgstr ""
+msgstr "Nie ma aktywnych dzierżaw"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623
msgid "There are no changes to apply"
@@ -5409,11 +5424,11 @@ msgstr "Ten adres IPv4 przekaźnika"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1452
msgid "This authentication type is not applicable to the selected EAP method."
-msgstr ""
+msgstr "Ten typ uwierzytelniania nie ma zastosowania do wybranej metody EAP."
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:57
msgid "This does not look like a valid PEM file"
-msgstr ""
+msgstr "Nie wygląda to na ważny plik PEM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:161
msgid ""
@@ -5439,6 +5454,8 @@ msgid ""
"This is either the \"Update Key\" configured for the tunnel or the account "
"password if no update key has been configured"
msgstr ""
+"Jest to albo \"Update Key\" skonfigurowany dla tunelu, albo hasło do konta, "
+"jeśli nie skonfigurowano żadnego klucza aktualizacyjnego"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:113
msgid ""
@@ -5467,7 +5484,7 @@ msgstr ""
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:73
msgid "This is the plain username for logging into the account"
-msgstr ""
+msgstr "To jest prosta nazwa użytkownika do logowania na konto"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:57
msgid ""
@@ -5574,7 +5591,7 @@ msgstr "Interfejs tunelu"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:55
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:76
msgid "Tunnel Link"
-msgstr ""
+msgstr "Połączenie tunelu"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:134
msgid "Tx-Power"
@@ -5642,7 +5659,7 @@ msgstr "Nie można uzyskać ID klienta"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:219
msgid "Unable to obtain mount information"
-msgstr ""
+msgstr "Nie można uzyskać informacji o montowaniu"
#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:61
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:7
@@ -5658,7 +5675,7 @@ msgstr "Nie można rozpoznać nazwy peera"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:338
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:54
msgid "Unable to save contents: %s"
-msgstr ""
+msgstr "Nie można zapisać zawartości: %s"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:32
msgid "Unavailable Seconds (UAS)"
@@ -5666,7 +5683,7 @@ msgstr "Czas niedostępnośći (UAS)"
#: modules/luci-base/htdocs/luci-static/resources/fs.js:100
msgid "Unexpected reply data format"
-msgstr ""
+msgstr "Nieprzewidziany format danych odpowiedzi"
#: modules/luci-base/htdocs/luci-static/resources/network.js:1897
#: modules/luci-compat/luasrc/model/network.lua:970
@@ -5732,6 +5749,8 @@ msgstr "Prześlij"
msgid ""
"Upload a sysupgrade-compatible image here to replace the running firmware."
msgstr ""
+"Prześlij obraz zgodny z sysupgrade, aby zastąpić obecne oprogramowanie "
+"systemowe."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:134
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:165
@@ -5750,7 +5769,7 @@ msgstr "Prześlij plik…"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604
#: modules/luci-base/htdocs/luci-static/resources/ui.js:2292
msgid "Upload request failed: %s"
-msgstr ""
+msgstr "Przesyłanie nie powiodło się: %s"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:2227
#: modules/luci-base/htdocs/luci-static/resources/ui.js:2265
@@ -5775,7 +5794,7 @@ msgstr "Użyj <code>/etc/ethers</code>"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:265
msgid "Use DHCP advertised servers"
-msgstr ""
+msgstr "Użyj zalecane serwery DHCP"
#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:167
msgid "Use DHCP gateway"
@@ -5816,7 +5835,7 @@ msgstr "Użyj TTL na interfejsie tunelu"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:292
msgid "Use as external overlay (/overlay)"
-msgstr ""
+msgstr "Użyj jako zewnętrzną nakładkę (/overlay)"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:291
msgid "Use as root filesystem (/)"
@@ -5977,7 +5996,7 @@ msgstr "Klasa producenta do wysłania podczas żądania DHCP"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:192
msgid "Verifying the uploaded image file."
-msgstr ""
+msgstr "Weryfikacja przesłanego pliku obrazu."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:54
msgid "Virtual dynamic interface"
@@ -6088,7 +6107,7 @@ msgstr "Zabezpieczenia sieci bezprzewodowych"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:614
msgid "Wireless configuration migration"
-msgstr ""
+msgstr "Migracja konfiguracji bezprzewodowej"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:104
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:142
@@ -6183,7 +6202,7 @@ msgstr "auto"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:84
msgid "automatic"
-msgstr ""
+msgstr "automatyczny"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:79
msgid "baseT"
@@ -6199,7 +6218,7 @@ msgstr "zmostkowany"
#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:99
#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:31
msgid "create"
-msgstr ""
+msgstr "Utwórz"
#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:69
msgid "create:"
@@ -6253,7 +6272,7 @@ msgstr "wyłączony"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:436
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:470
msgid "driver default"
-msgstr ""
+msgstr "domyślny sterownik"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:414
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:41
@@ -6299,7 +6318,7 @@ msgstr "jeżeli celem jest sieć"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:63
msgid "ignore"
-msgstr ""
+msgstr "ignoruj"
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:69
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:190
@@ -6321,7 +6340,7 @@ msgstr "lokalny plik <abbr title=\"Domain Name System\">DNS</abbr>"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1172
msgid "medium security"
-msgstr ""
+msgstr "średnie bezpieczeństwo"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1364
msgid "minutes"
@@ -6338,7 +6357,7 @@ msgstr "niepowiązane"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:54
msgid "non-empty value"
-msgstr ""
+msgstr "wartość nieopróżniona"
#: modules/luci-base/htdocs/luci-static/resources/form.js:1448
msgid "none"
@@ -6382,7 +6401,7 @@ msgstr "dodatnia wartość dziesiętna"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:228
msgid "positive integer value"
-msgstr ""
+msgstr "dodatnia wartość całkowita"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:56
msgid "random"
@@ -6392,7 +6411,7 @@ msgstr "losowy"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:629
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:634
msgid "relay mode"
-msgstr ""
+msgstr "tryb przekaźnika"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "routed"
@@ -6434,7 +6453,7 @@ msgstr "jednostki czasu (TUs / 1.024 ms) [1000-65535]"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:555
msgid "unique value"
-msgstr ""
+msgstr "unikalna wartość"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:451
msgid "unknown"
diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po
index 21ecbefd39..4ed7255eef 100644
--- a/modules/luci-base/po/uk/base.po
+++ b/modules/luci-base/po/uk/base.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2019-11-05 01:56+0000\n"
+"PO-Revision-Date: 2019-11-16 09:04+0000\n"
"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/luci/"
"uk/>\n"
@@ -945,7 +945,7 @@ msgstr "Завантаження ЦП, %"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:40
msgid "Cached"
-msgstr ""
+msgstr "Кешовано"
#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:53
#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:53
@@ -1526,7 +1526,7 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:171
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:370
msgid "Disable DNS lookups"
-msgstr ""
+msgstr "Вимкнути DNS-запити"
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:93
msgid "Disable Encryption"
@@ -1768,7 +1768,7 @@ msgstr "Увімкнути <abbr title=\"Spanning Tree Protocol\">STP</abbr>"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:364
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:370
msgid "Enable DNS lookups"
-msgstr ""
+msgstr "Увімкнути DNS-запити"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:60
msgid "Enable HE.net dynamic endpoint update"
@@ -2201,7 +2201,7 @@ msgstr "Неприпустима адреса шлюзу"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:98
msgid "Gateway metric"
-msgstr ""
+msgstr "Метрика шлюзу"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:65
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:318
@@ -2359,7 +2359,7 @@ msgstr "IP-протокол"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:88
msgid "IP Type"
-msgstr ""
+msgstr "Тип IP"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/hosts.js:30
msgid "IP address"
@@ -2447,7 +2447,7 @@ msgstr "IPv4 у IPv4 (RFC2003)"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:89
msgid "IPv4/IPv6 (both - defaults to IPv4)"
-msgstr ""
+msgstr "IPv4/IPv6 (обидва - типово для IPv4)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:85
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:86
@@ -3350,7 +3350,7 @@ msgstr "Дзеркало вихідного порту"
#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:9
msgid "Mobile Data"
-msgstr ""
+msgstr "Мобільні дані"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1341
msgid "Mobility Domain"
@@ -3395,7 +3395,7 @@ msgstr "Тайм-аут ініціалізації модему"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:27
msgid "ModemManager"
-msgstr ""
+msgstr "Менеджер модему"
#: modules/luci-base/htdocs/luci-static/resources/network.js:3543
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:884
@@ -3930,7 +3930,7 @@ msgstr "Власник"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:71
msgid "PAP/CHAP (both)"
-msgstr ""
+msgstr "PAP/CHAP (обидва)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:98
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
@@ -3958,7 +3958,7 @@ msgstr "Ім'я користувача PAP/CHAP"
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "PDP Type"
-msgstr ""
+msgstr "Тип PDP"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:68
msgid "PID"
@@ -5122,7 +5122,7 @@ msgstr "Блокувати ведення журналу звичайної ро
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:43
msgid "Swap free"
-msgstr ""
+msgstr "Вільно свопу"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:136
#: modules/luci-mod-network/luasrc/controller/admin/network.lua:11
@@ -5146,7 +5146,7 @@ msgstr "Маска портів комутатора"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:151
msgid "Switch Speed Mask"
-msgstr ""
+msgstr "Маска швидкості комутатора"
#: modules/luci-base/htdocs/luci-static/resources/network.js:2760
#: modules/luci-compat/luasrc/model/network.lua:1425
diff --git a/modules/luci-compat/luasrc/view/cbi/cell_valueheader.htm b/modules/luci-compat/luasrc/view/cbi/cell_valueheader.htm
index 4b70957543..db5c66850d 100644
--- a/modules/luci-compat/luasrc/view/cbi/cell_valueheader.htm
+++ b/modules/luci-compat/luasrc/view/cbi/cell_valueheader.htm
@@ -5,7 +5,7 @@
-%>
<div class="td cbi-value-field<% if self.error and self.error[section] then %> cbi-value-error<% end %><% if self.password then %> nowrap<% end %>"<%=
attr("data-name", self.option) ..
- ifattr(ftype and #ftype > 0, "data-type", ftype) ..
+ ifattr(ftype and #ftype > 0, "data-widget", ftype) ..
ifattr(title and #title > 0, "data-title", title, true) ..
ifattr(descr and #descr > 0, "data-description", descr, true)
%>>
diff --git a/modules/luci-compat/luasrc/view/cbi/tblsection.htm b/modules/luci-compat/luasrc/view/cbi/tblsection.htm
index 11c2206d8c..1e067edf38 100644
--- a/modules/luci-compat/luasrc/view/cbi/tblsection.htm
+++ b/modules/luci-compat/luasrc/view/cbi/tblsection.htm
@@ -52,7 +52,7 @@ function render_titles()
for i, k in ipairs(self.children) do
if not k.optional then
%><div class="th cbi-section-table-cell"<%=
- width(k) .. attr('data-type', k.typename) %>><%
+ width(k) .. attr('data-widget', k.typename) %>><%
if k.titleref then
%><a title="<%=self.titledesc or translate('Go to relevant configuration page')%>" class="cbi-title-ref" href="<%=k.titleref%>"><%
@@ -88,7 +88,7 @@ function render_descriptions()
for i, k in ipairs(self.children) do
if not k.optional then
%><div class="th cbi-section-table-cell"<%=
- width(k) .. attr("data-type", k.typename) %>><%
+ width(k) .. attr("data-widget", k.typename) %>><%
write(k.description)