summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ddns
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-ddns')
-rw-r--r--applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js11
-rw-r--r--applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js3
-rw-r--r--applications/luci-app-ddns/po/bg/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/ca/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/cs/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/de/ddns.po37
-rw-r--r--applications/luci-app-ddns/po/el/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/en/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/es/ddns.po13
-rw-r--r--applications/luci-app-ddns/po/fr/ddns.po21
-rw-r--r--applications/luci-app-ddns/po/he/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/hi/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/hu/ddns.po10
-rw-r--r--applications/luci-app-ddns/po/it/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/ja/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/ko/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/mr/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/ms/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/nb_NO/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/pl/ddns.po11
-rw-r--r--applications/luci-app-ddns/po/pt/ddns.po35
-rw-r--r--applications/luci-app-ddns/po/pt_BR/ddns.po10
-rw-r--r--applications/luci-app-ddns/po/ro/ddns.po14
-rw-r--r--applications/luci-app-ddns/po/ru/ddns.po14
-rw-r--r--applications/luci-app-ddns/po/sk/ddns.po40
-rw-r--r--applications/luci-app-ddns/po/sv/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/templates/ddns.pot2
-rw-r--r--applications/luci-app-ddns/po/tr/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/uk/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/vi/ddns.po2
-rw-r--r--applications/luci-app-ddns/po/zh_Hans/ddns.po19
-rw-r--r--applications/luci-app-ddns/po/zh_Hant/ddns.po12
32 files changed, 175 insertions, 111 deletions
diff --git a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
index 392cf239b7..a15563e5b8 100644
--- a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
+++ b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
@@ -1,4 +1,7 @@
'use strict';
+'require view';
+'require dom';
+'require poll';
'require uci';
'require rpc';
'require fs';
@@ -41,7 +44,7 @@ callDDnsGetStatus = rpc.declare({
expect: { }
});
-return L.view.extend({
+return view.extend({
callDDnsGetEnv: rpc.declare({
object: 'luci.ddns',
@@ -64,7 +67,7 @@ return L.view.extend({
ddns_toggle.innerHTML = status['_enabled'] ? _('Stop DDNS') : _('Start DDNS')
- L.dom.content(ddns_enabled, function() {
+ dom.content(ddns_enabled, function() {
return E([], [
E('div', {}, status['_enabled'] ? _('DDNS Autostart enabled') : [
_('DDNS Autostart disabled'),
@@ -374,7 +377,7 @@ return L.view.extend({
(resolved[section_id].pid && cfg_enabled == '1'))
stop_opt['disabled'] = 'disabled';
- L.dom.content(tdEl.lastChild, [
+ dom.content(tdEl.lastChild, [
E('button', stop_opt, _('Stop')),
E('button', reload_opt, _('Reload')),
tdEl.lastChild.childNodes[0],
@@ -982,7 +985,7 @@ return L.view.extend({
}
return m.render().then(L.bind(function(m, nodes) {
- L.Poll.add(L.bind(function() {
+ poll.add(L.bind(function() {
return Promise.all([
this.callDDnsGetServicesStatus(),
callDDnsGetStatus()
diff --git a/applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js b/applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js
index 698cf8d254..13e8fba217 100644
--- a/applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js
+++ b/applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js
@@ -1,8 +1,9 @@
'use strict';
+'require baseclass';
'require rpc';
'require uci';
-return L.Class.extend({
+return baseclass.extend({
title: _('Dynamic DNS'),
callDDnsGetServicesStatus: rpc.declare({
diff --git a/applications/luci-app-ddns/po/bg/ddns.po b/applications/luci-app-ddns/po/bg/ddns.po
index a4946eb74c..610d779ba4 100644
--- a/applications/luci-app-ddns/po/bg/ddns.po
+++ b/applications/luci-app-ddns/po/bg/ddns.po
@@ -135,7 +135,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/ca/ddns.po b/applications/luci-app-ddns/po/ca/ddns.po
index 470cdc544b..8715aafd2d 100644
--- a/applications/luci-app-ddns/po/ca/ddns.po
+++ b/applications/luci-app-ddns/po/ca/ddns.po
@@ -147,7 +147,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/cs/ddns.po b/applications/luci-app-ddns/po/cs/ddns.po
index 658e95f6d8..462ac6aa4c 100644
--- a/applications/luci-app-ddns/po/cs/ddns.po
+++ b/applications/luci-app-ddns/po/cs/ddns.po
@@ -150,7 +150,7 @@ msgid "Date format"
msgstr "Formát data"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/de/ddns.po b/applications/luci-app-ddns/po/de/ddns.po
index 3edece642d..7e8957c971 100644
--- a/applications/luci-app-ddns/po/de/ddns.po
+++ b/applications/luci-app-ddns/po/de/ddns.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.2-1\n"
"POT-Creation-Date: 2016-09-25 10:43+0200\n"
-"PO-Revision-Date: 2020-02-17 11:51+0000\n"
-"Last-Translator: marzzzello <anmeldezeugs@top-email.net>\n"
+"PO-Revision-Date: 2020-04-01 19:11+0000\n"
+"Last-Translator: Holger Heins <h.p.heins@gmx.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsddns/de/>\n"
"Language: de\n"
@@ -11,7 +11,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.11-dev\n"
+"X-Generator: Weblate 4.0-dev\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-Basepath: .\n"
@@ -156,7 +156,7 @@ msgid "Date format"
msgstr "Datumsformat"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
@@ -394,6 +394,8 @@ msgid ""
"Interval to force updates send to DDNS Provider<br />Setting this parameter "
"to 0 will force the script to only run once"
msgstr ""
+"Intervall nach dem ein Zwangsupdate des DDNS-Eintrags erfolgt<br/>Das Setzen "
+"auf 0 bewirkt, dass das Skript nur einmal ausgeführt wird"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:812
msgid "Interval unit to check for changed IP"
@@ -401,21 +403,21 @@ msgstr "Intervalleinheit zur Überprüfung auf geänderte IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:849
msgid "Interval unit to force updates send to DDNS Provider"
-msgstr ""
+msgstr "Intervall für ein Zwangsupdate des DDNS-Eintrags"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:926
msgid "It is NOT recommended for casual users to change settings on this page."
msgstr ""
-"Es wird nicht empfohlen, dass Standard Benutzer die Einstellungen auf dieser "
+"Es wird NICHT empfohlen, dass Standardbenutzer die Einstellungen auf dieser "
"Seite ändern."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:411
msgid "Last Update"
-msgstr "Letztes Aktualisierung"
+msgstr "Letzte Aktualisierung"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:445
msgid "Log File Viewer"
-msgstr "Protokolldatei"
+msgstr "Protokolldateibetrachter"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:957
msgid "Log directory"
@@ -431,13 +433,13 @@ msgstr "Protokoll in Datei schreiben"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:768
msgid "Log to syslog"
-msgstr "Ereignisse im Systemprotokoll (syslog) speichern"
+msgstr "Schreibe Logs ins syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:394
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:458
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Lookup Hostname"
-msgstr "Nachschlage-Hostname"
+msgstr "Hostname nachschlagen"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:311
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:388
@@ -470,7 +472,7 @@ msgstr "Netzwerk"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:693
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:712
msgid "Network on which the ddns-updater scripts will be started"
-msgstr "Netzwerk auf dem Ereignisse die ddns-updater Skripte starten"
+msgstr "Netzwerk auf dem die ddns-updater Skripte gestarten werden"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:90
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:415
@@ -507,7 +509,7 @@ msgstr "Nicht-öffentliche und standardmäßig blockierte IPs"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:92
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:433
msgid "Not Running"
-msgstr "Nicht aktiv"
+msgstr "Läuft nicht"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:775
msgid "Notice"
@@ -587,8 +589,8 @@ msgstr "Pfad zum CA-Zertifikat"
msgid ""
"Please follow the instructions on OpenWrt's homepage to enable IPv6 support"
msgstr ""
-"Bitte folge den Anweisungen auf der OpenWrt-Homepage, um die IPv6-"
-"Unterstützung zu aktivieren"
+"Bitte den Anweisungen auf der OpenWrt-Homepage folgen, um IPv6-Unterstützung "
+"zu aktivieren"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:916
msgid "Please press [Read] button"
@@ -706,7 +708,7 @@ msgstr "Dies wird automatisch auf die ausgewählte Schnittstelle eingestellt"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid "Timer Settings"
-msgstr "Zeitgeber Einstellungen"
+msgstr "Zeitgeber-Einstellungen"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:608
msgid "URL"
@@ -878,6 +880,11 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr ""
"um HTTPS ohne Überprüfung der Server Zertifikate auszuführen (unsicher)"
+#~ msgid "Defines the Web page to read systems IP-Address from<br>"
+#~ msgstr ""
+#~ "Definiert die Web-Adresse, von der die aktuelle IP-Adresse des Systems "
+#~ "gelesen wird<br>"
+
#~ msgid "BusyBox's nslookup and Wget do not support to specify"
#~ msgstr "BusyBox' nslookup und Wget unterstützen kein 'specify'"
diff --git a/applications/luci-app-ddns/po/el/ddns.po b/applications/luci-app-ddns/po/el/ddns.po
index bf1d5b2698..6075165b4a 100644
--- a/applications/luci-app-ddns/po/el/ddns.po
+++ b/applications/luci-app-ddns/po/el/ddns.po
@@ -144,7 +144,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/en/ddns.po b/applications/luci-app-ddns/po/en/ddns.po
index 2f571b3597..c1c5dac5e3 100644
--- a/applications/luci-app-ddns/po/en/ddns.po
+++ b/applications/luci-app-ddns/po/en/ddns.po
@@ -135,7 +135,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/es/ddns.po b/applications/luci-app-ddns/po/es/ddns.po
index edb69285cd..c7b2617ab6 100644
--- a/applications/luci-app-ddns/po/es/ddns.po
+++ b/applications/luci-app-ddns/po/es/ddns.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.0-1\n"
"POT-Creation-Date: 2016-01-30 11:07+0100\n"
-"PO-Revision-Date: 2020-01-23 20:25+0000\n"
+"PO-Revision-Date: 2020-04-03 07:28+0000\n"
"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsddns/es/>\n"
@@ -11,7 +11,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.11-dev\n"
+"X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:964
msgid "\"../\" not allowed in path for Security Reason."
@@ -155,9 +155,8 @@ msgid "Date format"
msgstr "Formato de fecha"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
-msgstr ""
-"Define la página web para leer la dirección IP de los sistemas desde<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
+msgstr "Define la página web para leer la dirección IP del sistema desde<br />"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
msgid "Defines the interface to read systems IP-Address from"
@@ -876,6 +875,10 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr ""
"Para ejecutar HTTPS sin verificación de certificados de servidor (inseguro)"
+#~ msgid "Defines the Web page to read systems IP-Address from<br>"
+#~ msgstr ""
+#~ "Define la página web para leer la dirección IP de los sistemas desde<br>"
+
#~ msgid "BusyBox's nslookup and Wget do not support to specify"
#~ msgstr "Nslookup de BusyBox y Wget no admiten especificar"
diff --git a/applications/luci-app-ddns/po/fr/ddns.po b/applications/luci-app-ddns/po/fr/ddns.po
index 3ad13ed940..00507dc460 100644
--- a/applications/luci-app-ddns/po/fr/ddns.po
+++ b/applications/luci-app-ddns/po/fr/ddns.po
@@ -158,8 +158,8 @@ msgid "Date format"
msgstr "Format de date"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
-msgstr "Définit la page Web pour lire les Adresse IP système de<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
+msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
msgid "Defines the interface to read systems IP-Address from"
@@ -179,7 +179,8 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:468
msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider"
-msgstr "Définit quelle adresse IP 'IPv4/IPv6' est à envoyer au fournisseur DDNS"
+msgstr ""
+"Définit quelle adresse IP 'IPv4/IPv6' est à envoyer au fournisseur DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:958
msgid "Directory contains Log files for each running section."
@@ -326,7 +327,8 @@ msgstr "L'adresse IPv6 doit être donnée entre crochets"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:202
msgid "IPv6 is currently not (fully) supported by this system"
-msgstr "IPv6 n'est actuellement pas (entièrement) pris en charge par ce système"
+msgstr ""
+"IPv6 n'est actuellement pas (entièrement) pris en charge par ce système"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:201
msgid "IPv6 not supported"
@@ -349,8 +351,8 @@ msgid ""
"If this service section is disabled it could not be started.<br />Neither "
"from LuCI interface nor from console"
msgstr ""
-"Si cette section de service est désactivée, elle n'a pas pu être démarrée.<"
-"br /> Ni à partir de l'interface LuCI ni à partir de la console"
+"Si cette section de service est désactivée, elle n'a pas pu être démarrée."
+"<br /> Ni à partir de l'interface LuCI ni à partir de la console"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:284
msgid "If using secure communication you should verify server certificates!"
@@ -730,8 +732,8 @@ msgid ""
"Update URL to be used for updating your DDNS Provider.<br />Follow "
"instructions you will find on their WEB page."
msgstr ""
-"Mettre à jour l'URL à utiliser pour mettre à jour votre fournisseur DDNS.<br "
-"/> Suivez les instructions que vous trouverez sur leur page WEB."
+"Mettre à jour l'URL à utiliser pour mettre à jour votre fournisseur DDNS."
+"<br /> Suivez les instructions que vous trouverez sur leur page WEB."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:582
msgid "Use HTTP Secure"
@@ -879,6 +881,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr ""
"exécuter HTTPS sans vérification des certificats de serveur (non sécurisé)"
+#~ msgid "Defines the Web page to read systems IP-Address from<br>"
+#~ msgstr "Définit la page Web pour lire les Adresse IP système de<br>"
+
#~ msgid "Example for IPv4"
#~ msgstr "Exemple pour IPv4"
diff --git a/applications/luci-app-ddns/po/he/ddns.po b/applications/luci-app-ddns/po/he/ddns.po
index aec9790a1e..6c35b98161 100644
--- a/applications/luci-app-ddns/po/he/ddns.po
+++ b/applications/luci-app-ddns/po/he/ddns.po
@@ -144,7 +144,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/hi/ddns.po b/applications/luci-app-ddns/po/hi/ddns.po
index f1c5edcbc2..9b1be25de3 100644
--- a/applications/luci-app-ddns/po/hi/ddns.po
+++ b/applications/luci-app-ddns/po/hi/ddns.po
@@ -135,7 +135,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/hu/ddns.po b/applications/luci-app-ddns/po/hu/ddns.po
index ea3346b48c..fbfa860121 100644
--- a/applications/luci-app-ddns/po/hu/ddns.po
+++ b/applications/luci-app-ddns/po/hu/ddns.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.0-1\n"
"POT-Creation-Date: 2016-01-30 11:07+0100\n"
-"PO-Revision-Date: 2020-02-09 22:35+0000\n"
-"Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n"
+"PO-Revision-Date: 2020-03-28 04:46+0000\n"
+"Last-Translator: Gergő Szalka <kisszalimo@gmail.com>\n"
"Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsddns/hu/>\n"
"Language: hu\n"
@@ -11,7 +11,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.11-dev\n"
+"X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:964
msgid "\"../\" not allowed in path for Security Reason."
@@ -47,6 +47,8 @@ msgid ""
"BusyBox's nslookup and Wget do not support to specify the IP version to use "
"for communication with DDNS Provider!"
msgstr ""
+"A BusyBox nslookup és Wget parancsai nem támogatják azt, hogy meghatározza "
+"az IP verziót DDNS szolgáltatással való kommunikációra!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:261
msgid ""
@@ -149,7 +151,7 @@ msgid "Date format"
msgstr "Dátumformátum"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/it/ddns.po b/applications/luci-app-ddns/po/it/ddns.po
index 03192ce9cd..3d2f62ae93 100644
--- a/applications/luci-app-ddns/po/it/ddns.po
+++ b/applications/luci-app-ddns/po/it/ddns.po
@@ -156,7 +156,7 @@ msgid "Date format"
msgstr "Formato Data"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/ja/ddns.po b/applications/luci-app-ddns/po/ja/ddns.po
index 64bdd1c202..2a650d35cd 100644
--- a/applications/luci-app-ddns/po/ja/ddns.po
+++ b/applications/luci-app-ddns/po/ja/ddns.po
@@ -144,7 +144,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/ko/ddns.po b/applications/luci-app-ddns/po/ko/ddns.po
index b15b56449f..a50b31b966 100644
--- a/applications/luci-app-ddns/po/ko/ddns.po
+++ b/applications/luci-app-ddns/po/ko/ddns.po
@@ -135,7 +135,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/mr/ddns.po b/applications/luci-app-ddns/po/mr/ddns.po
index a2ae91b9b3..aea84bd08b 100644
--- a/applications/luci-app-ddns/po/mr/ddns.po
+++ b/applications/luci-app-ddns/po/mr/ddns.po
@@ -141,7 +141,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/ms/ddns.po b/applications/luci-app-ddns/po/ms/ddns.po
index 337bc58a16..9a67e9072e 100644
--- a/applications/luci-app-ddns/po/ms/ddns.po
+++ b/applications/luci-app-ddns/po/ms/ddns.po
@@ -135,7 +135,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/nb_NO/ddns.po b/applications/luci-app-ddns/po/nb_NO/ddns.po
index 9577a4b37b..cbc77dd447 100644
--- a/applications/luci-app-ddns/po/nb_NO/ddns.po
+++ b/applications/luci-app-ddns/po/nb_NO/ddns.po
@@ -144,7 +144,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/pl/ddns.po b/applications/luci-app-ddns/po/pl/ddns.po
index f9c864d9e6..10446f01ad 100644
--- a/applications/luci-app-ddns/po/pl/ddns.po
+++ b/applications/luci-app-ddns/po/pl/ddns.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.0-1\n"
"POT-Creation-Date: 2016-01-30 11:07+0100\n"
-"PO-Revision-Date: 2020-02-17 11:51+0000\n"
+"PO-Revision-Date: 2020-04-02 17:30+0000\n"
"Last-Translator: Marcin Net <marcin.net@linux.pl>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsddns/pl/>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 3.11-dev\n"
+"X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:964
msgid "\"../\" not allowed in path for Security Reason."
@@ -157,8 +157,8 @@ msgid "Date format"
msgstr "Format daty"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
-msgstr "Definiuje stronę internetową do odczytu adresu IP systemu z <br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
+msgstr "Definiuje stronę sieci Web do odczytu adresów IP systemów z<br />"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
msgid "Defines the interface to read systems IP-Address from"
@@ -864,6 +864,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr ""
"uruchomić HTTPS bez weryfikacji certyfikatów serwera (niezabezpieczony)"
+#~ msgid "Defines the Web page to read systems IP-Address from<br>"
+#~ msgstr "Definiuje stronę internetową do odczytu adresu IP systemu z <br>"
+
#~ msgid "BusyBox's nslookup and Wget do not support to specify"
#~ msgstr "BusyBox nslookup i Wget nie obsługują określania"
diff --git a/applications/luci-app-ddns/po/pt/ddns.po b/applications/luci-app-ddns/po/pt/ddns.po
index ef49fb8e62..c548c8b85e 100644
--- a/applications/luci-app-ddns/po/pt/ddns.po
+++ b/applications/luci-app-ddns/po/pt/ddns.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.0-1\n"
"POT-Creation-Date: 2016-01-30 11:07+0100\n"
-"PO-Revision-Date: 2019-11-20 17:07+0000\n"
+"PO-Revision-Date: 2020-04-05 16:31+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsddns/pt/>\n"
@@ -11,7 +11,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.10-dev\n"
+"X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:964
msgid "\"../\" not allowed in path for Security Reason."
@@ -47,18 +47,24 @@ msgid ""
"BusyBox's nslookup and Wget do not support to specify the IP version to use "
"for communication with DDNS Provider!"
msgstr ""
+"O nslookup e o Wget do BusyBox não suportam especificar a versão de IP a ser "
+"usada para comunicação com o provedor de DDNS!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:261
msgid ""
"BusyBox's nslookup and hostip do not support to specify to use TCP instead "
"of default UDP when requesting DNS server!"
msgstr ""
+"O nslookup e o hostip do BusyBox não suportam que especificar usar TCP em "
+"vez do padrão UDP quando requisitando servidor de DNS!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:272
msgid ""
"BusyBox's nslookup in the current compiled version does not handle given DNS "
"Servers correctly!"
msgstr ""
+"O nslookup do BusyBox na versão compilada atualmente não trabalha "
+"corretamente com os servidores de DNS dados!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:329
msgid "Cancel"
@@ -131,7 +137,7 @@ msgstr "Provedor de serviços DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:182
msgid "DDns"
-msgstr ""
+msgstr "DDns"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:427
msgid "DDns Service"
@@ -150,8 +156,8 @@ msgid "Date format"
msgstr "Formato da data"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
-msgstr ""
+msgid "Defines the Web page to read systems IP-Address from<br />"
+msgstr "Define a página Web de onde ler os endereços IP<br />"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
msgid "Defines the interface to read systems IP-Address from"
@@ -234,11 +240,11 @@ msgstr "Rede de Eventos"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:654
msgid "Example for IPv4: http://checkip.dyndns.com"
-msgstr ""
+msgstr "Exemplo para IPv4: http://checkip.dyndns.com"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:655
msgid "Example for IPv6: http://checkipv6.dyndns.com"
-msgstr ""
+msgstr "Exemplo para IPv6: http://checkipv6.dyndns.com"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:787
msgid "File"
@@ -339,6 +345,8 @@ msgid ""
"If this service section is disabled it could not be started.<br />Neither "
"from LuCI interface nor from console"
msgstr ""
+"Se esta secção de serviço estiver desativada, não poderá ser iniciada.<br /"
+">Nem da interface LuCI nem do console"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:284
msgid "If using secure communication you should verify server certificates!"
@@ -367,6 +375,8 @@ msgid ""
"Install 'ca-certificates' package or needed certificates by hand into /etc/"
"ssl/certs default directory"
msgstr ""
+"Instale o pacote 'ca-certificates' ou os certificados necessários "
+"manualmente ao diretório /etc/ssl/certs padrão"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:609
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:662
@@ -378,6 +388,9 @@ msgid ""
"Interval to force updates send to DDNS Provider<br />Setting this parameter "
"to 0 will force the script to only run once"
msgstr ""
+"Intervalo para impor as atualizações enviadas ao Provedor de DDNS<br /"
+">Configurar este parâmetro a 0 irá impor que o script seja executado apenas "
+"uma vez"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:812
msgid "Interval unit to check for changed IP"
@@ -705,6 +718,8 @@ msgid ""
"Update URL to be used for updating your DDNS Provider.<br />Follow "
"instructions you will find on their WEB page."
msgstr ""
+"URL a ser usada para atualizar seu provedor de DDNS.<br />Siga as instruções "
+"encontradas na página Web deles."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:582
msgid "Use HTTP Secure"
@@ -762,6 +777,8 @@ msgid ""
"You should install 'bind-host' or 'knot-host' or 'drill' or 'hostip' "
"package, if you need to specify a DNS server to detect your registered IP."
msgstr ""
+"Deve instalar o pacote 'bind-host' ou 'knot-host' ou 'drill' ou 'hostip', se "
+"precisar especificar um servidor de DNS para detetar o seu IP registado."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:264
msgid ""
@@ -843,6 +860,10 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr ""
"para rodar HTTPS sem verificação dos certificados do servidor (não seguro)"
+#~ msgid "Defines the Web page to read systems IP-Address from<br>"
+#~ msgstr ""
+#~ "Define a página da Web para ler os endereços IP dos sistemas de <br>"
+
#~ msgid "BusyBox's nslookup and Wget do not support to specify"
#~ msgstr "O nslookup e o Wget do BusyBox não suportam especificar"
diff --git a/applications/luci-app-ddns/po/pt_BR/ddns.po b/applications/luci-app-ddns/po/pt_BR/ddns.po
index bc02e9a791..04014a0da6 100644
--- a/applications/luci-app-ddns/po/pt_BR/ddns.po
+++ b/applications/luci-app-ddns/po/pt_BR/ddns.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.0-1\n"
"POT-Creation-Date: 2016-01-30 11:07+0100\n"
-"PO-Revision-Date: 2020-03-03 13:35+0000\n"
+"PO-Revision-Date: 2020-04-02 17:30+0000\n"
"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n"
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
"openwrt/luciapplicationsddns/pt_BR/>\n"
@@ -156,8 +156,9 @@ msgid "Date format"
msgstr "Formato de data"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
-msgstr "Define a página da Web para ler o endereço IP dos sistemas em <br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
+msgstr ""
+"Define a página Web de onde será lido os endereços IP dos sistemas<br />"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
msgid "Defines the interface to read systems IP-Address from"
@@ -858,6 +859,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr ""
"para rodar HTTPS sem verificação dos certificados do servidor (não seguro)"
+#~ msgid "Defines the Web page to read systems IP-Address from<br>"
+#~ msgstr "Define a página da Web para ler o endereço IP dos sistemas em <br>"
+
#~ msgid "BusyBox's nslookup and Wget do not support to specify"
#~ msgstr "nslookup do BusyBox e Wget não possuem suporte a especificar"
diff --git a/applications/luci-app-ddns/po/ro/ddns.po b/applications/luci-app-ddns/po/ro/ddns.po
index 40ad69b5af..cdfb1bf517 100644
--- a/applications/luci-app-ddns/po/ro/ddns.po
+++ b/applications/luci-app-ddns/po/ro/ddns.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.0-1\n"
"POT-Creation-Date: 2016-01-30 11:07+0100\n"
-"PO-Revision-Date: 2020-01-10 12:23+0000\n"
-"Last-Translator: Alexandru Stan <alex9457sn@gmail.com>\n"
+"PO-Revision-Date: 2020-03-29 21:21+0000\n"
+"Last-Translator: Cristian Ionescu <joker_op@yahoo.com>\n"
"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsddns/ro/>\n"
"Language: ro\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
-"X-Generator: Weblate 3.10.1\n"
+"X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:964
msgid "\"../\" not allowed in path for Security Reason."
@@ -71,7 +71,7 @@ msgstr "Interval de verificare"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:26
msgid "Configuration"
-msgstr "Configurație"
+msgstr "Configurare"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:88
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:398
@@ -145,7 +145,7 @@ msgid "Date format"
msgstr "Formatul datei"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
@@ -353,7 +353,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:609
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:662
msgid "Interface"
-msgstr "Interfata"
+msgstr "Interfață"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:822
msgid ""
@@ -406,7 +406,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:311
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:388
msgid "Name"
-msgstr ""
+msgstr "Nume"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:224
msgid ""
diff --git a/applications/luci-app-ddns/po/ru/ddns.po b/applications/luci-app-ddns/po/ru/ddns.po
index 2d54c7848a..d439808549 100644
--- a/applications/luci-app-ddns/po/ru/ddns.po
+++ b/applications/luci-app-ddns/po/ru/ddns.po
@@ -158,8 +158,8 @@ msgid "Date format"
msgstr "Формат даты"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
-msgstr "Определяет URL для считывания системного IP-адреса<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
+msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
msgid "Defines the interface to read systems IP-Address from"
@@ -326,7 +326,8 @@ msgstr "IPv6-адрес должен быть указан в квадратны
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:202
msgid "IPv6 is currently not (fully) supported by this system"
-msgstr "В настоящее время эта система не (полностью) поддерживает протокол IPv6"
+msgstr ""
+"В настоящее время эта система не (полностью) поддерживает протокол IPv6"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:201
msgid "IPv6 not supported"
@@ -696,8 +697,8 @@ msgid ""
"This is the default if you run DDNS scripts by yourself (i.e. via cron with "
"force_interval set to '0')"
msgstr ""
-"Это поведение по умолчанию, если вы запускаете скрипты DDNS самостоятельно ("
-"т.е. через cron с параметром force_interval, установленным в 0)"
+"Это поведение по умолчанию, если вы запускаете скрипты DDNS самостоятельно "
+"(т.е. через cron с параметром force_interval, установленным в 0)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:699
msgid "This will be autoset to the selected interface"
@@ -866,6 +867,9 @@ msgstr "секунд(ы)"
msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "использовать HTTPS без проверки сертификатов сервера (небезопасно)"
+#~ msgid "Defines the Web page to read systems IP-Address from<br>"
+#~ msgstr "Определяет URL для считывания системного IP-адреса<br>"
+
#~ msgid "&"
#~ msgstr "и"
diff --git a/applications/luci-app-ddns/po/sk/ddns.po b/applications/luci-app-ddns/po/sk/ddns.po
index 8b4fe50a5c..ac3bc47b5a 100644
--- a/applications/luci-app-ddns/po/sk/ddns.po
+++ b/applications/luci-app-ddns/po/sk/ddns.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2020-03-09 14:34+0000\n"
-"Last-Translator: Chaoos <all@chaoos.com>\n"
+"PO-Revision-Date: 2020-04-04 17:35+0000\n"
+"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
"Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsddns/sk/>\n"
"Language: sk\n"
@@ -59,7 +59,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:329
msgid "Cancel"
-msgstr "Storno"
+msgstr "Zrušiť"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:794
msgid "Check Interval"
@@ -67,7 +67,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:26
msgid "Configuration"
-msgstr ""
+msgstr "Konfigurácia"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:88
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:398
@@ -141,7 +141,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
@@ -173,7 +173,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:15
msgid "Disabled"
-msgstr ""
+msgstr "Zakázané"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:544
msgid "Domain"
@@ -204,7 +204,7 @@ msgstr "Zapnuté"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:777
msgid "Error"
-msgstr ""
+msgstr "Chyba"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:859
msgid "Error Retry Counter"
@@ -229,7 +229,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:787
msgid "File"
-msgstr ""
+msgstr "Súbor"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:929
msgid "For detailed information about parameter settings look here."
@@ -307,7 +307,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:475
msgid "IPv6-Address"
-msgstr ""
+msgstr "Adresa IPv6"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:977
msgid ""
@@ -338,7 +338,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:150
msgid "Information"
-msgstr ""
+msgstr "Informácie"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:286
msgid ""
@@ -349,7 +349,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:609
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:662
msgid "Interface"
-msgstr ""
+msgstr "Rozhranie"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:822
msgid ""
@@ -402,7 +402,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:311
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:388
msgid "Name"
-msgstr ""
+msgstr "Názov"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:224
msgid ""
@@ -420,7 +420,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:643
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Network"
-msgstr ""
+msgstr "Sieť"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:682
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:693
@@ -524,7 +524,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:559
msgid "Password"
-msgstr ""
+msgstr "Heslo"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:588
msgid "Path to CA-Certificate"
@@ -585,7 +585,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:291
msgid "Services"
-msgstr ""
+msgstr "Služby"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:65
msgid "Start DDNS"
@@ -597,7 +597,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:430
msgid "Status"
-msgstr ""
+msgstr "Stav"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:951
msgid "Status directory"
@@ -605,7 +605,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:378
msgid "Stop"
-msgstr ""
+msgstr "Zastaviť"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:65
msgid "Stop DDNS"
@@ -663,7 +663,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:415
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:37
msgid "Unknown"
-msgstr ""
+msgstr "Neznáme"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:526
msgid ""
@@ -685,7 +685,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:551
msgid "Username"
-msgstr ""
+msgstr "Používateľské meno"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:271
msgid "Using specific DNS Server not supported"
@@ -705,7 +705,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:776
msgid "Warning"
-msgstr ""
+msgstr "Upozornenie"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:786
msgid ""
diff --git a/applications/luci-app-ddns/po/sv/ddns.po b/applications/luci-app-ddns/po/sv/ddns.po
index cd65ebe0c8..537e03f449 100644
--- a/applications/luci-app-ddns/po/sv/ddns.po
+++ b/applications/luci-app-ddns/po/sv/ddns.po
@@ -141,7 +141,7 @@ msgid "Date format"
msgstr "Datumformat"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/templates/ddns.pot b/applications/luci-app-ddns/po/templates/ddns.pot
index e39094ff68..c8b649af01 100644
--- a/applications/luci-app-ddns/po/templates/ddns.pot
+++ b/applications/luci-app-ddns/po/templates/ddns.pot
@@ -132,7 +132,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/tr/ddns.po b/applications/luci-app-ddns/po/tr/ddns.po
index 582a7943d8..fd9a22f3ab 100644
--- a/applications/luci-app-ddns/po/tr/ddns.po
+++ b/applications/luci-app-ddns/po/tr/ddns.po
@@ -144,7 +144,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/uk/ddns.po b/applications/luci-app-ddns/po/uk/ddns.po
index c2f508870a..69ebbd96a1 100644
--- a/applications/luci-app-ddns/po/uk/ddns.po
+++ b/applications/luci-app-ddns/po/uk/ddns.po
@@ -147,7 +147,7 @@ msgid "Date format"
msgstr "Формат дати"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/vi/ddns.po b/applications/luci-app-ddns/po/vi/ddns.po
index e8ba1ec34a..6223c79568 100644
--- a/applications/luci-app-ddns/po/vi/ddns.po
+++ b/applications/luci-app-ddns/po/vi/ddns.po
@@ -145,7 +145,7 @@ msgid "Date format"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
diff --git a/applications/luci-app-ddns/po/zh_Hans/ddns.po b/applications/luci-app-ddns/po/zh_Hans/ddns.po
index b8b87126d5..b6bb055d45 100644
--- a/applications/luci-app-ddns/po/zh_Hans/ddns.po
+++ b/applications/luci-app-ddns/po/zh_Hans/ddns.po
@@ -55,7 +55,9 @@ msgstr "BusyBox 的 nslookup 和 wget 不支持指定 IP 协议版本与 DDNS
msgid ""
"BusyBox's nslookup and hostip do not support to specify to use TCP instead "
"of default UDP when requesting DNS server!"
-msgstr "向 DNS 服务器查询时,BusyBox 的 nslookup 和 hostip 不支持使用 TCP ,而是使用默认的 UDP!"
+msgstr ""
+"向 DNS 服务器查询时,BusyBox 的 nslookup 和 hostip 不支持使用 TCP ,而是使用"
+"默认的 UDP!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:272
msgid ""
@@ -147,8 +149,8 @@ msgid "Date format"
msgstr "日期格式"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
-msgstr "定义要从读取系统 IP 地址的网页<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
+msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663
msgid "Defines the interface to read systems IP-Address from"
@@ -325,7 +327,9 @@ msgstr "如果 Wget 和 cURL 包都安装了,默认会用 Wget 来通信。"
msgid ""
"If this service section is disabled it could not be started.<br />Neither "
"from LuCI interface nor from console"
-msgstr "如果服务配置被禁用,那么它将不能被启动。<br />无论是通过 LuCI 页面还是通过终端。"
+msgstr ""
+"如果服务配置被禁用,那么它将不能被启动。<br />无论是通过 LuCI 页面还是通过终"
+"端。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:284
msgid "If using secure communication you should verify server certificates!"
@@ -362,7 +366,9 @@ msgstr "接口"
msgid ""
"Interval to force updates send to DDNS Provider<br />Setting this parameter "
"to 0 will force the script to only run once"
-msgstr "向 DDNS 提供商发送记录更新请求的时间间隔<br />将此参数设置为 0 则脚本仅运行一次"
+msgstr ""
+"向 DDNS 提供商发送记录更新请求的时间间隔<br />将此参数设置为 0 则脚本仅运行一"
+"次"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:812
msgid "Interval unit to check for changed IP"
@@ -813,6 +819,9 @@ msgstr "秒"
msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "使用 HTTPS 但不检查服务器证书(不安全)"
+#~ msgid "Defines the Web page to read systems IP-Address from<br>"
+#~ msgstr "定义要从读取系统 IP 地址的网页<br>"
+
#~ msgid "BusyBox's nslookup and Wget do not support to specify"
#~ msgstr "不支持指定 Busybox 的 nslookup 和 wget"
diff --git a/applications/luci-app-ddns/po/zh_Hant/ddns.po b/applications/luci-app-ddns/po/zh_Hant/ddns.po
index 9f7bedf54b..99dee5cf6a 100644
--- a/applications/luci-app-ddns/po/zh_Hant/ddns.po
+++ b/applications/luci-app-ddns/po/zh_Hant/ddns.po
@@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.0-1\n"
"POT-Creation-Date: 2016-01-30 11:07+0100\n"
-"PO-Revision-Date: 2020-03-09 14:34+0000\n"
-"Last-Translator: Trevor <wowpapa3232@gmail.com>\n"
+"PO-Revision-Date: 2020-04-03 14:28+0000\n"
+"Last-Translator: KurisuWong <wcl2005hk@gmail.com>\n"
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
"openwrt/luciapplicationsddns/zh_Hant/>\n"
"Language: zh_Hant\n"
@@ -49,7 +49,9 @@ msgstr "不支援繫結到一個指定的網路"
msgid ""
"BusyBox's nslookup and Wget do not support to specify the IP version to use "
"for communication with DDNS Provider!"
-msgstr "與 DDNS 供應商通訊時,BusyBox 的 nslookup 和 Wget 不支援設定特定的 IP 協議版本!"
+msgstr ""
+"與 DDNS 供應商通訊時,BusyBox 的 nslookup 和 Wget 不支援設定特定的 IP 協議版"
+"本!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:261
msgid ""
@@ -75,7 +77,7 @@ msgstr "檢查時間週期"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:26
msgid "Configuration"
-msgstr "設定"
+msgstr "配置"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:88
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:398
@@ -149,7 +151,7 @@ msgid "Date format"
msgstr "日期格式"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653
-msgid "Defines the Web page to read systems IP-Address from<br>"
+msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663