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() {
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') ))
]);
}, o, this);

View file

@ -727,8 +727,8 @@ msgid "There is no service configured."
msgstr "لا توجد خدمة مهيأة."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in"
msgstr "هذا هو المحتوى الحالي لملف السجل في"
msgid "This is the current content of the log file in %h for this service."
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:275
@ -831,8 +831,9 @@ 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 ""
"يجب عليك تثبيت حزمة \"bind-host\" أو \"knot-host\" أو \"drill\" أو \"hostip"
"\" ، إذا كنت بحاجة إلى تحديد خادم DNS لاكتشاف عنوان IP المسجل الخاص بك."
"يجب عليك تثبيت حزمة \"bind-host\" أو \"knot-host\" أو \"drill\" أو "
"\"hostip\" ، إذا كنت بحاجة إلى تحديد خادم DNS لاكتشاف عنوان IP المسجل الخاص "
"بك."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:371
msgid ""
@ -912,3 +913,6 @@ msgstr "ثواني"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778
msgid "to run HTTPS without verification of server certificates (insecure)"
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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in"
msgstr "Toto je aktuální obsah souboru protokolu v"
msgid "This is the current content of the log file in %h for this service."
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:275
@ -938,6 +938,9 @@ msgstr "sekundy/sekund"
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é)"
#~ msgid "This is the current content of the log file in"
#~ msgstr "Toto je aktuální obsah souboru protokolu v"
#~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application."

View file

@ -706,7 +706,7 @@ msgid "There is no service configured."
msgstr ""
#: 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 ""
#: 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."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in"
msgstr "Dies ist der aktuelle Inhalt der Logdatei in"
msgid "This is the current content of the log file in %h for this service."
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:275
@ -959,6 +959,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr ""
"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 ""
#~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application."

View file

@ -709,7 +709,7 @@ msgid "There is no service configured."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in"
msgstr "Este es el contenido actual del archivo de registro en"
msgid "This is the current content of the log file in %h for this service."
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:275
@ -951,6 +951,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr ""
"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 ""
#~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application."

View file

@ -714,7 +714,7 @@ msgid "There is no service configured."
msgstr ""
#: 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 ""
#: 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é"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in"
msgstr "Il s'agit du contenu actuel du fichier journal dans"
msgid "This is the current content of the log file in %h for this service."
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:275
@ -957,6 +957,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 "This is the current content of the log file in"
#~ msgstr "Il s'agit du contenu actuel du fichier journal dans"
#~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application."

View file

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

View file

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

View file

@ -748,7 +748,7 @@ msgid "There is no service configured."
msgstr "構成済のサービスはありません。"
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
"GNU Wget will use the IP of given network, cURL will use the physical "
"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
msgid "Global Settings"
@ -746,8 +747,8 @@ msgid "There is no service configured."
msgstr "Nie ma skonfigurowanej usługi."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in"
msgstr "Jest to bieżąca zawartość pliku dziennika w"
msgid "This is the current content of the log file in %h for this service."
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:275
@ -755,8 +756,8 @@ msgid ""
"This is the default if you run DDNS scripts by yourself (i.e. via cron with "
"force_interval set to '0')"
msgstr ""
"To jest ustawienie domyślne, jeśli uruchamiasz skrypty DDNS samodzielnie ("
"tj. za pomocą crona z force_interval ustawionym na „0”)"
"To jest ustawienie domyślne, jeśli uruchamiasz skrypty DDNS samodzielnie "
"(tj. za pomocą crona z force_interval ustawionym na „0”)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:874
msgid "This will be autoset to the selected interface"
@ -937,6 +938,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr ""
"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 ""
#~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application."

View file

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

View file

@ -743,8 +743,8 @@ msgid "There is no service configured."
msgstr "Não há serviço configurado."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
msgid "This is the current content of the log file in"
msgstr "Este é o conteúdo atual do arquivo de registro em"
msgid "This is the current content of the log file in %h for this service."
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:275
@ -933,6 +933,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 "This is the current content of the log file in"
#~ msgstr "Este é o conteúdo atual do arquivo de registro em"
#~ msgid ""
#~ "Configure here the details for all Dynamic DNS services including this "
#~ "LuCI application."

View file

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

View file

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

View file

@ -707,7 +707,7 @@ msgid "There is no service configured."
msgstr ""
#: 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 ""
#: 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."
#: 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 ""
#: 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 ""
#: 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 ""
#: 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."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
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 "This is the current content of the log file in %h for this service."
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:275
@ -945,6 +945,9 @@ msgstr ""
"HTTPS'yi sunucu sertifikalarının doğrulanması olmadan çalıştırmak için "
"(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"
#~ msgstr "Yükleniyor"

View file

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

View file

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