luci-app-ddns: fix broken translation call

Fixes: #5874
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2022-07-12 15:43:34 +02:00
parent 233b83d6e5
commit 57b88211c1
35 changed files with 107 additions and 59 deletions

View file

@ -1067,7 +1067,7 @@ return view.extend({
log_box.render = L.bind(function() { log_box.render = L.bind(function() {
return E([ return E([
E('p', {}, _('This is the current content of the log file in ') + logdir + ' for this service.'), E('p', {}, _('This is the current content of the log file in %h for this service.').format(logdir)),
E('p', {}, E('textarea', { 'style': 'width:100%', 'rows': 20, 'readonly' : 'readonly', 'id' : 'log_area' }, _('Please press [Read] button') )) E('p', {}, E('textarea', { 'style': 'width:100%', 'rows': 20, 'readonly' : 'readonly', 'id' : 'log_area' }, _('Please press [Read] button') ))
]); ]);
}, o, this); }, o, this);

View file

@ -727,8 +727,8 @@ msgid "There is no service configured."
msgstr "لا توجد خدمة مهيأة." msgstr "لا توجد خدمة مهيأة."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "هذا هو المحتوى الحالي لملف السجل في" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -831,8 +831,9 @@ msgid ""
"You should install 'bind-host' or 'knot-host' or 'drill' or 'hostip' " "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." "package, if you need to specify a DNS server to detect your registered IP."
msgstr "" msgstr ""
"يجب عليك تثبيت حزمة \"bind-host\" أو \"knot-host\" أو \"drill\" أو \"hostip" "يجب عليك تثبيت حزمة \"bind-host\" أو \"knot-host\" أو \"drill\" أو "
"\" ، إذا كنت بحاجة إلى تحديد خادم DNS لاكتشاف عنوان IP المسجل الخاص بك." "\"hostip\" ، إذا كنت بحاجة إلى تحديد خادم DNS لاكتشاف عنوان IP المسجل الخاص "
"بك."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:371 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:371
msgid "" msgid ""
@ -912,3 +913,6 @@ msgstr "ثواني"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778
msgid "to run HTTPS without verification of server certificates (insecure)" msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "لتشغيل HTTPS بدون التحقق من شهادات الخادم (غير آمن)" msgstr "لتشغيل HTTPS بدون التحقق من شهادات الخادم (غير آمن)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "هذا هو المحتوى الحالي لملف السجل في"

View file

@ -706,7 +706,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -706,7 +706,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -712,7 +712,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -746,8 +746,8 @@ msgid "There is no service configured."
msgstr "Není nakonfigurována žádná služba." msgstr "Není nakonfigurována žádná služba."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "Toto je aktuální obsah souboru protokolu v" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -938,6 +938,9 @@ msgstr "sekundy/sekund"
msgid "to run HTTPS without verification of server certificates (insecure)" msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "k použití HTTPS bez ověření serverových certifikátů (nedůvěryhodné)" msgstr "k použití HTTPS bez ověření serverových certifikátů (nedůvěryhodné)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Toto je aktuální obsah souboru protokolu v"
#~ msgid "" #~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this " #~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application." #~ "LuCI application."

View file

@ -706,7 +706,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -758,8 +758,8 @@ msgid "There is no service configured."
msgstr "Kein Dienst konfiguriert." msgstr "Kein Dienst konfiguriert."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "Dies ist der aktuelle Inhalt der Logdatei in" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -959,6 +959,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "" msgstr ""
"um HTTPS ohne Überprüfung der Server Zertifikate auszuführen (unsicher)" "um HTTPS ohne Überprüfung der Server Zertifikate auszuführen (unsicher)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Dies ist der aktuelle Inhalt der Logdatei in"
#~ msgid "" #~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this " #~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application." #~ "LuCI application."

View file

@ -709,7 +709,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -706,7 +706,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -759,8 +759,8 @@ msgid "There is no service configured."
msgstr "No hay servicio configurado." msgstr "No hay servicio configurado."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "Este es el contenido actual del archivo de registro en" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -951,6 +951,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "" msgstr ""
"Para ejecutar HTTPS sin verificación de certificados de servidor (inseguro)" "Para ejecutar HTTPS sin verificación de certificados de servidor (inseguro)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Este es el contenido actual del archivo de registro en"
#~ msgid "" #~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this " #~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application." #~ "LuCI application."

View file

@ -714,7 +714,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -760,8 +760,8 @@ msgid "There is no service configured."
msgstr "Il n'y a aucun service configuré" msgstr "Il n'y a aucun service configuré"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "Il s'agit du contenu actuel du fichier journal dans" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -957,6 +957,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "" msgstr ""
"exécuter HTTPS sans vérification des certificats de serveur (non sécurisé)" "exécuter HTTPS sans vérification des certificats de serveur (non sécurisé)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Il s'agit du contenu actuel du fichier journal dans"
#~ msgid "" #~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this " #~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application." #~ "LuCI application."

View file

@ -710,7 +710,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -700,7 +700,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -755,8 +755,8 @@ msgid "There is no service configured."
msgstr "Nincs beállított szolgáltatás." msgstr "Nincs beállított szolgáltatás."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "Ez a naplófájl jelenlegi tartalma ebben:" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -946,6 +946,9 @@ msgstr ""
"HTTPS futtatásához a kiszolgáló tanúsítványainak ellenőrzése nélkül (nem " "HTTPS futtatásához a kiszolgáló tanúsítványainak ellenőrzése nélkül (nem "
"biztonságos)" "biztonságos)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Ez a naplófájl jelenlegi tartalma ebben:"
#~ msgid "" #~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this " #~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application." #~ "LuCI application."

View file

@ -748,8 +748,8 @@ msgid "There is no service configured."
msgstr "Non c'è un servizio configurato." msgstr "Non c'è un servizio configurato."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "Questo è il contenuto corrente del file log in" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -941,6 +941,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "" msgstr ""
"per eseguire HTTPS senza la verifica dei certificati del server (insicuro)" "per eseguire HTTPS senza la verifica dei certificati del server (insicuro)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Questo è il contenuto corrente del file log in"
#~ msgid "" #~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this " #~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application." #~ "LuCI application."

View file

@ -748,7 +748,7 @@ msgid "There is no service configured."
msgstr "構成済のサービスはありません。" msgstr "構成済のサービスはありません。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -706,7 +706,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -706,7 +706,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -706,7 +706,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -709,7 +709,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -304,7 +304,8 @@ msgstr "Format: IP lub FQDN"
msgid "" msgid ""
"GNU Wget will use the IP of given network, cURL will use the physical " "GNU Wget will use the IP of given network, cURL will use the physical "
"interface." "interface."
msgstr "GNU Wget użyje adresu IP danej sieci, cURL użyje fizycznego interfejsu." msgstr ""
"GNU Wget użyje adresu IP danej sieci, cURL użyje fizycznego interfejsu."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:263 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:263
msgid "Global Settings" msgid "Global Settings"
@ -746,8 +747,8 @@ msgid "There is no service configured."
msgstr "Nie ma skonfigurowanej usługi." msgstr "Nie ma skonfigurowanej usługi."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "Jest to bieżąca zawartość pliku dziennika w" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -755,8 +756,8 @@ msgid ""
"This is the default if you run DDNS scripts by yourself (i.e. via cron with " "This is the default if you run DDNS scripts by yourself (i.e. via cron with "
"force_interval set to '0')" "force_interval set to '0')"
msgstr "" msgstr ""
"To jest ustawienie domyślne, jeśli uruchamiasz skrypty DDNS samodzielnie (" "To jest ustawienie domyślne, jeśli uruchamiasz skrypty DDNS samodzielnie "
"tj. za pomocą crona z force_interval ustawionym na „0”)" "(tj. za pomocą crona z force_interval ustawionym na „0”)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:874 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:874
msgid "This will be autoset to the selected interface" msgid "This will be autoset to the selected interface"
@ -937,6 +938,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "" msgstr ""
"uruchomić HTTPS bez weryfikacji certyfikatów serwera (niezabezpieczony)" "uruchomić HTTPS bez weryfikacji certyfikatów serwera (niezabezpieczony)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Jest to bieżąca zawartość pliku dziennika w"
#~ msgid "" #~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this " #~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application." #~ "LuCI application."

View file

@ -745,8 +745,8 @@ msgid "There is no service configured."
msgstr "Não há serviço configurado." msgstr "Não há serviço configurado."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "Este é o conteúdo atual do ficheiro de log em" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -934,6 +934,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "" msgstr ""
"para executar HTTPS sem verificação dos certificados do servidor (não seguro)" "para executar HTTPS sem verificação dos certificados do servidor (não seguro)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Este é o conteúdo atual do ficheiro de log em"
#~ msgid "" #~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this " #~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application." #~ "LuCI application."

View file

@ -743,8 +743,8 @@ msgid "There is no service configured."
msgstr "Não há serviço configurado." msgstr "Não há serviço configurado."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "Este é o conteúdo atual do arquivo de registro em" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -933,6 +933,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "" msgstr ""
"para rodar HTTPS sem verificação dos certificados do servidor (não seguro)" "para rodar HTTPS sem verificação dos certificados do servidor (não seguro)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Este é o conteúdo atual do arquivo de registro em"
#~ msgid "" #~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this " #~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application." #~ "LuCI application."

View file

@ -419,7 +419,8 @@ msgstr "Interfață"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:987 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:987
msgid "Interval to force updates send to DDNS Provider" msgid "Interval to force updates send to DDNS Provider"
msgstr "Interval pentru a forța trimiterea de actualizări către furnizorul DDNS" msgstr ""
"Interval pentru a forța trimiterea de actualizări către furnizorul DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:978 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:978
msgid "Interval unit to check for changed IP" msgid "Interval unit to check for changed IP"
@ -755,8 +756,8 @@ msgid "There is no service configured."
msgstr "Nu este configurat niciun serviciu." msgstr "Nu este configurat niciun serviciu."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "Acesta este conținutul actual al fișierului jurnal din" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -864,9 +865,9 @@ msgid ""
"You should install 'bind-host' or 'knot-host' or 'drill' or 'hostip' " "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." "package, if you need to specify a DNS server to detect your registered IP."
msgstr "" msgstr ""
"Ar trebui să instalați pachetul \"bind-host\" sau \"knot-host\" sau \"drill\"" "Ar trebui să instalați pachetul \"bind-host\" sau \"knot-host\" sau "
" sau \"hostip\", dacă aveți nevoie să specificați un server DNS pentru a vă " "\"drill\" sau \"hostip\", dacă aveți nevoie să specificați un server DNS "
"detecta IP-ul înregistrat." "pentru a vă detecta IP-ul înregistrat."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:371 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:371
msgid "" msgid ""
@ -950,6 +951,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "" msgstr ""
"pentru a rula HTTPS fără verificarea certificatelor serverului (nesigur)" "pentru a rula HTTPS fără verificarea certificatelor serverului (nesigur)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Acesta este conținutul actual al fișierului jurnal din"
#~ msgid "" #~ msgid ""
#~ "Dynamic DNS allows that your router can be reached with a fixed hostname " #~ "Dynamic DNS allows that your router can be reached with a fixed hostname "
#~ "while having a dynamically changing IP address." #~ "while having a dynamically changing IP address."

View file

@ -758,8 +758,8 @@ msgid "There is no service configured."
msgstr "Служба не настроена." msgstr "Служба не настроена."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "Текущее содержимое файла журнала в" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -945,6 +945,9 @@ msgstr "секунд(ы)"
msgid "to run HTTPS without verification of server certificates (insecure)" msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "использовать HTTPS без проверки сертификатов сервера (небезопасно)" msgstr "использовать HTTPS без проверки сертификатов сервера (небезопасно)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Текущее содержимое файла журнала в"
#~ msgid "" #~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this " #~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application." #~ "LuCI application."

View file

@ -707,7 +707,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -708,7 +708,7 @@ msgid "There is no service configured."
msgstr "Det finns ingen tjänst inställd." msgstr "Det finns ingen tjänst inställd."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -697,7 +697,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -755,8 +755,8 @@ msgid "There is no service configured."
msgstr "Yapılandırılmış hizmet yok." msgstr "Yapılandırılmış hizmet yok."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "Bu, içindeki günlük dosyasının mevcut içeriğidir" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -945,6 +945,9 @@ msgstr ""
"HTTPS'yi sunucu sertifikalarının doğrulanması olmadan çalıştırmak için " "HTTPS'yi sunucu sertifikalarının doğrulanması olmadan çalıştırmak için "
"(güvenli değil)" "(güvenli değil)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Bu, içindeki günlük dosyasının mevcut içeriğidir"
#~ msgid "Loading" #~ msgid "Loading"
#~ msgstr "Yükleniyor" #~ msgstr "Yükleniyor"

View file

@ -712,7 +712,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -710,7 +710,7 @@ msgid "There is no service configured."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197

View file

@ -717,8 +717,8 @@ msgid "There is no service configured."
msgstr "没有已经配置好的服务项。" msgstr "没有已经配置好的服务项。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "这是日志文件中的当前内容" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -894,6 +894,9 @@ msgstr "秒"
msgid "to run HTTPS without verification of server certificates (insecure)" msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "使用 HTTPS 但不检查服务器证书(不安全)" msgstr "使用 HTTPS 但不检查服务器证书(不安全)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "这是日志文件中的当前内容"
#~ msgid "" #~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this " #~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application." #~ "LuCI application."

View file

@ -718,8 +718,8 @@ msgid "There is no service configured."
msgstr "尚未配置任何服務。" msgstr "尚未配置任何服務。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in" msgid "This is the current content of the log file in %h for this service."
msgstr "這是日誌文件的當前內容" msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@ -900,6 +900,9 @@ msgstr "秒"
msgid "to run HTTPS without verification of server certificates (insecure)" msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "使用 HTTPS 但不檢查伺服器憑證 (不安全)" msgstr "使用 HTTPS 但不檢查伺服器憑證 (不安全)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "這是日誌文件的當前內容"
#~ msgid "" #~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this " #~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application." #~ "LuCI application."