From 390393316c18d02ddc90591be58445c6d8854e28 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Mon, 7 Aug 2023 22:08:57 +0300 Subject: [PATCH] luci-app-acme: Remove update_nginx and update_uhttpd The options now removed completely and hotplug hooks will be used instead. Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme.js | 26 ---------------- applications/luci-app-acme/po/ar/acme.po | 27 ----------------- applications/luci-app-acme/po/bg/acme.po | 22 -------------- applications/luci-app-acme/po/bn_BD/acme.po | 22 -------------- applications/luci-app-acme/po/ca/acme.po | 22 -------------- applications/luci-app-acme/po/cs/acme.po | 29 ------------------ applications/luci-app-acme/po/da/acme.po | 29 ------------------ applications/luci-app-acme/po/de/acme.po | 30 ------------------- applications/luci-app-acme/po/el/acme.po | 22 -------------- applications/luci-app-acme/po/en/acme.po | 22 -------------- applications/luci-app-acme/po/es/acme.po | 29 ------------------ applications/luci-app-acme/po/fi/acme.po | 22 -------------- applications/luci-app-acme/po/fr/acme.po | 29 ------------------ applications/luci-app-acme/po/he/acme.po | 22 -------------- applications/luci-app-acme/po/hi/acme.po | 22 -------------- applications/luci-app-acme/po/hu/acme.po | 29 ------------------ applications/luci-app-acme/po/id/acme.po | 29 ------------------ applications/luci-app-acme/po/it/acme.po | 29 ------------------ applications/luci-app-acme/po/ja/acme.po | 22 -------------- applications/luci-app-acme/po/ko/acme.po | 28 ----------------- applications/luci-app-acme/po/lt/acme.po | 22 -------------- applications/luci-app-acme/po/mr/acme.po | 22 -------------- applications/luci-app-acme/po/ms/acme.po | 22 -------------- applications/luci-app-acme/po/nb_NO/acme.po | 22 -------------- applications/luci-app-acme/po/pl/acme.po | 29 ------------------ applications/luci-app-acme/po/pt/acme.po | 29 ------------------ applications/luci-app-acme/po/pt_BR/acme.po | 29 ------------------ applications/luci-app-acme/po/ro/acme.po | 29 ------------------ applications/luci-app-acme/po/ru/acme.po | 29 ------------------ applications/luci-app-acme/po/si/acme.po | 22 -------------- applications/luci-app-acme/po/sk/acme.po | 22 -------------- applications/luci-app-acme/po/sv/acme.po | 22 -------------- .../luci-app-acme/po/templates/acme.pot | 22 -------------- applications/luci-app-acme/po/tr/acme.po | 29 ------------------ applications/luci-app-acme/po/uk/acme.po | 29 ------------------ applications/luci-app-acme/po/vi/acme.po | 29 ------------------ applications/luci-app-acme/po/zh_Hans/acme.po | 26 ---------------- applications/luci-app-acme/po/zh_Hant/acme.po | 27 ----------------- 38 files changed, 973 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 6380fbe4b4..7587047bbb 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -5,13 +5,6 @@ 'require view'; return view.extend({ - load: function () { - return Promise.all([ - L.resolveDefault(fs.stat('/usr/sbin/nginx'), {}), - L.resolveDefault(fs.stat('/usr/sbin/uhttpd'), {}) - ]); - }, - render: function (stats) { var m, s, o; @@ -55,25 +48,6 @@ return view.extend({ "Note that all domain names must point at the router in the global DNS.")); o.datatype = "list(string)"; - if (stats[1].type === 'file') { - o = s.taboption('general', form.Flag, "update_uhttpd", _("Use for uhttpd"), - _("Update the uhttpd config with this certificate once issued " + - "(only select this for one certificate). " + - "Is also available luci-app-uhttpd to configure uhttpd form the LuCI interface.")); - o.rmempty = false; - o.modalonly = true; - } - - if (stats[0].type === 'file') { - o = s.taboption('general', form.Flag, "update_nginx", _("Use for nginx"), - _("Update the nginx config with this certificate once issued " + - "(only select this for one certificate). " + - "Nginx must support ssl, if not it won't start as it needs to be " + - "compiled with ssl support to use cert options")); - o.rmempty = false; - o.modalonly = true; - } - o = s.taboption('challenge', form.ListValue, "validation_method", _("Validation method"), _("Standalone mode will use the built-in webserver of acme.sh to issue a certificate. " + "Webroot mode will use an existing webserver to issue a certificate. " + diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index b3aeedb7ad..b1b06f65b2 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -222,37 +222,10 @@ msgstr "" "إلى IP الخاص بالموجه. وضع DNS هو أيضًا الوضع الوحيد الذي يدعم شهادات أحرف " "البدل. يتطلب استخدام هذا الوضع تثبيت حزمة acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"قم بتحديث nginx config بهذه الشهادة بمجرد إصدارها (حدد هذا فقط لشهادة " -"واحدة). يجب أن يدعم nginx SSL ، إذا لم يكن كذلك ، فلن يبدأ لأنه يحتاج إلى " -"تجميع مع دعم SSL لاستخدام خيارات الشهادة" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"قم بتحديث تكوين uhttpd بهذه الشهادة بمجرد إصدارها (حدد هذا فقط لشهادة " -"واحدة). كما يتوفر luci-app-uhttpd لتكوين uhttpd من واجهة LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "استخدم مرجع مصدق (CA) مخصصًا بدلاً من Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "استخدم ل nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "استخدم ل uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "استخدم خادم الترحيل" diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index 62e630b4a6..70db5903e8 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -193,32 +193,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index 78a52747b9..dd11f93958 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -217,32 +217,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index 7163e11463..ea8f19f021 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -193,32 +193,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index 8c24c5425a..f67ffb4185 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -226,39 +226,10 @@ msgstr "" "také jediným režimem, který podporuje vydávání wildcard certifikátů. Použití " "tohoto režimu vyžaduje instalaci balíčku acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Aktualizovat konfiguraci nginx s tímto certifikátem po jeho vydání (zvolte " -"pouze pro jeden certifikát). Nginx musí podporovat SSL, pokud ne, nebude " -"spuštěn, protože musí být kompilován s podporou SSL pro použití " -"certifikačních možností" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Aktualizovat konfiguraci uhttpd s tímto certifikátem po jeho vydání (zvolte " -"pouze pro jeden certifikát). Je také k dispozici luci-app-uhttpd pro " -"konfiguraci uhttpd z rozhraní LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Namísto Let's Encrypt použít vlastní CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Použít pro nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Použít pro uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Použijte pracovní server" diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index ea0e0a7f52..530ae43eca 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -227,39 +227,10 @@ msgstr "" "der understøtter wildcard-certifikater. Brug af denne tilstand kræver, at " "pakken acme-dnsapi er installeret." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Opdater nginx-konfigurationen med dette certifikat, når det er udstedt (vælg " -"kun dette for ét certifikat). Nginx skal understøtte ssl, hvis ikke vil den " -"ikke starte, da den skal kompileres med ssl-understøttelse for at kunne " -"bruge cert-indstillinger" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Opdater uhttpd-konfigurationen med dette certifikat, når det er udstedt " -"(vælg kun dette for ét certifikat). Er også tilgængelig luci-app-uhttpd til " -"at konfigurere uhttpd fra LuCI-grænsefladen." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Brug en brugerdefineret CA i stedet for Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Brug til nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Brug til uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Brug staging-server" diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index 90723fb0c6..dc1ea54cef 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -228,40 +228,10 @@ msgstr "" "Platzhalterzertifikate unterstützt. Für die Verwendung dieses Modus muss das " "acme-dnsapi-Paket installiert sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Aktualisieren Sie die Nginx-Konfiguration mit diesem einmal ausgestellten " -"Zertifikat (wählen Sie dies nur für ein Zertifikat aus). Nginx muss ssl " -"unterstützen. Andernfalls wird es nicht gestartet, da es mit ssl-" -"Unterstützung kompiliert werden muss, um Zertifizierungsoptionen verwenden " -"zu können" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Aktualisieren Sie die uhttpd-Konfiguration mit diesem einmal ausgestellten " -"Zertifikat (wählen Sie dies nur für ein Zertifikat aus). Es ist auch luci-" -"app-uhttpd verfügbar, um uhttpd über die LuCI-Schnittstelle zu konfigurieren." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Nutze individuelles Zertifikat statt Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Für nginx verwenden" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Für uhttpd verwenden" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Staging-Server verwenden" diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index 64e2beb60f..eee6718b84 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -193,32 +193,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/en/acme.po b/applications/luci-app-acme/po/en/acme.po index 84d1fb11ad..4d5fb2ff2c 100644 --- a/applications/luci-app-acme/po/en/acme.po +++ b/applications/luci-app-acme/po/en/acme.po @@ -198,32 +198,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index 00699055f9..b651d17ffb 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -228,39 +228,10 @@ msgstr "" "enrutador. El modo DNS también es el único modo que admite certificados " "comodín. El uso de este modo requiere que se instale el paquete acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Actualice la configuración de nginx con este certificado una vez emitido " -"(solo seleccione esto para un certificado). Nginx debe ser compatible con " -"SSL, de lo contrario no se iniciará, ya que debe compilarse con soporte SSL " -"para usar opciones de certificado" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Actualice la configuración de uhttpd con este certificado una vez emitido " -"(solo seleccione esto para un certificado). También está disponible luci-app-" -"uhttpd para configurar uhttpd desde la interfaz LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Utilice una CA personalizada en lugar de Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Usar para nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Usar para uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Usar servidor de ensayo" diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index 27a0b9556d..abe6b618c3 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -197,32 +197,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Käytä nginx:ään" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Käytä uhttpd:hen" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Käytä staging-palvelimeen" diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index 432699700b..c0e80bd98e 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -226,39 +226,10 @@ msgstr "" "certificats génériques (wildcard). L'utilisation de ce mode requiert " "l'installation du paquet acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Actualise la configuration nginx à l'aide de ce certificat une fois émis (à " -"ne choisir que pour un seul certificat). Nginx requiert le support SSL pour " -"pouvoir démarrer et avoir accès aux options de certificat et doit avoir été " -"compilé avec le support SSL." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Actualise la configuration uhttpd à l'aide de ce certificat une fois émis (à " -"ne choisir que pour un seul certificat). luci-app-uhttpd permet également de " -"configurer uhttpd à partir de l'interface LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Utiliser un CA personnalisé à la place de celui de Let's Encryt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Utiliser pour nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Utiliser pour uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Utiliser le serveur de qualification" diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index eeac15d85d..07020b8964 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -194,32 +194,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 892d23e3a3..8f9298e959 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -187,32 +187,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index 196f451d72..1271ba73d6 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -227,39 +227,10 @@ msgstr "" "tanúsítványokat. Ezen mód használatához az szükséges, hogy az acme-dnsapi " "csomag telepítve legyen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Az nginx beállítás frissítése ezzel a tanúsítvánnyal, miután kibocsátották " -"(csak egy tanúsítványnál válassza ki ezt). Az nginx programnak támogatnia " -"kell az SSL-t. Ha nem támogatja, akkor nem fog elindulni, mivel SSL " -"támogatással kell lefordítani a tanúsítvány lehetőségeinek használatához" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Az uhttpd beállítás frissítése ezzel a tanúsítvánnyal, miután kibocsátották " -"(csak egyetlen tanúsítványnál válassza ki). Elérhető a luci-app-uhttpd is a " -"LuCI felületéről történő uhttpd beállításhoz." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Nginx-hez történő használat" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Uhttpd-hez történő használat" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Előkészítő kiszolgáló használata" diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index dc57b2cc09..ea70240afa 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -224,27 +224,6 @@ msgstr "" "satunya mode yang mendukung sertifikat wildcard. Menggunakan mode ini " "memerlukan paket acme-dnsapi untuk diinstal." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Perbarui konfigurasi nginx dengan sertifikat ini setelah dikeluarkan (hanya " -"pilih ini untuk satu sertifikat). Nginx harus mendukung ssl, jika tidak, itu " -"tidak akan dimulai karena perlu dikompilasi dengan dukungan ssl untuk " -"menggunakan opsi sertifikat" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Perbarui konfigurasi uhttpd dengan sertifikat ini setelah diterbitkan (hanya " -"pilih ini untuk satu sertifikat). Juga tersedia luci-app-uhttpd untuk " -"mengkonfigurasi uhttpd dari antarmuka LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Gunakan CA khusus sebagai ganti Let's Encrypt." @@ -253,14 +232,6 @@ msgstr "Gunakan CA khusus sebagai ganti Let's Encrypt." msgid "Use for nginx" msgstr "Gunakan untuk nginx" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Gunakan untuk uhttpd" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 -msgid "Use staging server" -msgstr "Gunakan server pementasan" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "Validation method" msgstr "Metode validasi" diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index e92d35d475..b7ea356ed7 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -225,39 +225,10 @@ msgstr "" "è anche l'unica modalità che supporta i certificati con caratteri jolly. " "L'uso di questa modalità richiede l'installazione del pacchetto acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Aggiorna la configurazione di nginx con questo certificato una volta emesso " -"(selezionalo solo per un certificato). Nginx deve supportare SSL, altrimenti " -"non si avvia poiché deve essere compilato con il supporto SSL per usare le " -"opzioni cert" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Aggiorna la configurazione uhttpd con questo certificato una volta emesso " -"(selezionalo solo per un certificato). È disponibile anche luci-app-uhttpd " -"per configurare uhttpd nell'interfaccia LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Usa una CA personalizzata invece di Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Usa per nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Usa per uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Usa server di prova" diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index 8183e632ef..f6ed1a3931 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -200,32 +200,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Let'sEncryptの代わりにカスタムCAを使用する。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "nginxを使用" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "uhttpdを使用" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "ステージングサーバーを使用" diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index fd5490007f..d5466e46f5 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -222,38 +222,10 @@ msgstr "" "카드 인증서를 지원합니다. DNS 모드를 사용하기 위해선 acme-dnsapi 패키지가 설" "치되어 있어야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"인증서가 발급되었을 때 nginx 설정을 업데이트합니다 (1개의 인증서에서만 이 옵" -"션을 선택하세요). SSL 지원을 사용하도록 컴파일된 nginx를 사용해야 하며, 그렇" -"지 않은 경우 nginx가 시작되지 않습니다." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"인증서가 발급되었을 때 uhttpd 설정을 업데이트합니다 (1개의 인증서에서만 이 옵" -"션을 선택하세요). luci-app-uhttpd 패키지를 통해 LuCI 인터페이스에서 uhttpd의 " -"설정을 수정할 수도 있습니다." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Let's Encrypt 대신 사용자 지정 CA를 사용합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "nginx에 적용" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "uhttpd에 적용" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "테스트 서버 사용" diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index 75ea8466dc..55a58a2374 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -197,32 +197,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index 84506cabd3..da4a24800b 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -193,32 +193,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index 4a73c5f83c..d31a0652a5 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -193,32 +193,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index 3ff38df30d..34cdd981a5 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -193,32 +193,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index 2468b6f01e..a3b138b6e4 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -226,39 +226,10 @@ msgstr "" "DNS jest także jedynym trybem obsługującym certyfikaty wieloznaczne. " "Korzystanie z tego trybu wymaga zainstalowania pakietu acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Zaktualizuj konfigurację nginx za pomocą tego certyfikatu po jego wydaniu " -"(wybierz to tylko dla jednego certyfikatu). Nginx musi obsługiwać ssl, jeśli " -"nie, to nie uruchomi się, ponieważ musi być skompilowany z obsługą ssl, aby " -"użyć opcji cert" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Zaktualizuj konfigurację uhttpd z tym certyfikatem po wystawieniu (wybierz " -"to tylko dla jednego certyfikatu). Jest również dostępna luci-app-uhttpd do " -"konfiguracji uhttpd z interfejsu LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Użyj niestandardowego CA zamiast Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Użyj dla nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Użyj dla uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Użyj serwera pomostowego" diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index 540b0d7729..5d2a506702 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -228,39 +228,10 @@ msgstr "" "DNS é também o único modo que suporta certificados curinga. A utilização " "deste modo requer a instalação do pacote acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Atualize a configuração nginx com este certificado depois de ser emitido " -"(selecione isto apenas para um certificado). Nginx deve suportar ssl, caso " -"contrário não será iniciado precisa ser compilado com o suporte ssl para " -"usar as opções do cert" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Atualize a configuração uhttpd com este certificado depouis de ser emitido " -"(selecione isto apenas para um certificado). Também está disponível o luci-" -"app-uhttpd para configurar uhttpd a partir da interface LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Use uma AC personalizada em vez de Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Uso para nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Use para uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Use o servidor de estágio" diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index 436311629e..f685d3a38f 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -228,39 +228,10 @@ msgstr "" "O modo DNS também é o único modo que é compatível com certificados curinga. " "O uso desse modo requer que o pacote acme-dnsapi esteja instalado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Uma vez emitido, atualize a configuração nginx com este certificado " -"(selecione-o apenas para um certificado). O nginx deve ser compatível com " -"ssl, caso contrário ele não vai iniciar pois para usar as opções cert ele " -"precisa ser compilado com ssl" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Uma vez emitido, atualize a configuração uhttpd com este certificado " -"(selecione-o apenas para um certificado). Também está disponível o luci-app-" -"uhttpd para configurar o uhttpd através da interface LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Use uma CA customizada em vez do Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Uso para o nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Use para o uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Use o servidor de encenação" diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index 7bff9ef442..bb83c0b8fc 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -229,39 +229,10 @@ msgstr "" "DNS este, de asemenea, singurul mod care acceptă certificate wildcard. " "Utilizarea acestui mod necesită instalarea pachetului acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Actualizați configurația nginx cu acest certificat odată emis (selectați-l " -"doar pentru un certificat). Nginx trebuie să accepte ssl, în caz contrar nu " -"va porni, deoarece trebuie să fie compilat cu suport ssl pentru a utiliza " -"opțiunile de certificare" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Actualizați configurația uhttpd cu acest certificat odată ce a fost emis " -"(selectați acest lucru doar pentru un certificat). Este disponibil și luci-" -"app-uhttpd pentru a configura uhttpd din interfața LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Utilizați un CA personalizat în loc de Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Utilizați pentru nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Utilizați pentru uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Utilizați serverul staging" diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index de1388f285..80659bd55a 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -227,39 +227,10 @@ msgstr "" "является единственным режимом, поддерживающий подстановочные сертификаты. " "Для использования этого режима необходимо установить пакет acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Дополнить конфигурацию nginx этим сертификатом как только он будет выдан (" -"используйте эту функцию только для одного сертификата). Nginx должен " -"поддерживать SSL, или же его нужно будет перекомпилировать с поддержкой SSL " -"чтобы использовать настройки сертификата" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Обновить конфигурацию uhttpd этим сертификатом после его выпуска (выберите " -"этот параметр только для одного сертификата). Также доступен luci-app-uhttpd " -"для настройки uhttpd из интерфейса LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Использовать сторонний центр сертификации вместо Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Использовать для nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Использовать для uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Использовать тестовый сервер" diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index 9ee3970021..ed532e5417 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -193,32 +193,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index d2c6ccf502..8f916a295f 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -202,32 +202,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index 5699b643c4..60d12eebdc 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -202,32 +202,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Använd iscensättningsserver" diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index 08df49ab03..e336033df3 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -184,32 +184,10 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "" diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index 0714a98508..5ff033976d 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -225,39 +225,10 @@ msgstr "" "çözümlemesi gerekmez. DNS modu, joker karakter sertifikalarını destekleyen " "tek moddur. Bu modu kullanmak, acme-dnsapi paketinin yüklenmesini gerektirir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Nginx yapılandırmasını bu sertifika verildikten sonra güncelleyin (bunu " -"yalnızca bir sertifika için seçin). Nginx, ssl'yi desteklemelidir, değilse, " -"sertifika seçeneklerini kullanmak için ssl desteği ile derlenmesi " -"gerektiğinden başlamaz" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Bu sertifika verildikten sonra uhttpd yapılandırmasını güncelleyin (bunu " -"yalnızca bir sertifika için seçin). LuCI arayüzünden uhttpd'yi yapılandırmak " -"için luci-app-uhttpd de mevcuttur." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Let's Encrypt yerine özel bir CA kullanın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Nginx için kullanın" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Uhttpd için kullanın" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Aşama sunucusu kullan" diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index c09752ca53..aeb318c62f 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -228,39 +228,10 @@ msgstr "" "єдиним режимом, який підтримує підстановочні сертифікати. Для використання " "цього режиму потрібно встановити пакет acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Оновити конфігурацію nginx цим сертифікатом після його видачі " -"(використовуйте цю функцію лише для одного сертифіката). Nginx повинен " -"підтримувати ssl, якщо ні, він не запуститься, оскільки його потрібно " -"скомпілювати з підтримкою ssl, щоб використовувати параметри сертифікатів" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Оновіть конфігурацію uhttpd цим сертифіката після його видачі " -"(використовуйте цю функцію лише для одного сертифіката). Також доступний " -"luci-app-uhttpd для налаштування uhttpd з інтерфейсу LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Використовувати інший ЦС замість Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Використовувати для nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Використовувати для uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Використовувати проміжний сервер" diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index 2281b8c2f3..a7e88ebd7b 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -224,39 +224,10 @@ msgstr "" "nhất hỗ trợ chứng chỉ ký tự đại diện. Sử dụng chế độ này yêu cầu phải cài " "đặt gói acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"Cập nhật cấu hình nginx với chứng chỉ này sau khi được cấp (chỉ chọn chứng " -"chỉ này cho một chứng chỉ). Nginx phải hỗ trợ ssl, nếu không nó sẽ không " -"khởi động vì nó cần được biên dịch với hỗ trợ ssl để sử dụng các tùy chọn " -"chứng chỉ" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"Cập nhật cấu hình uhttpd với chứng chỉ này sau khi được cấp (chỉ chọn tùy " -"chọn này cho một chứng chỉ). Cũng có sẵn luci-app-uhttpd để định cấu hình " -"uhttpd từ giao diện LuCI." - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Sử dụng tùy chỉnh nhà cung cấp chứng chỉ thay cho Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "Sử dụng cho nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "Sử dụng cho uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "Sử dụng máy chủ tạm" diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index d5175fbc77..21f2a9fe3a 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -214,36 +214,10 @@ msgstr "" "dnsapi。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是唯一支持通配符证书" "的模式。使用此模式需要安装 acme-dnsapi 包。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"颁发此证书后,用该证书更新 nginx 配置(只能有一个证书配置选中该选项)。Nginx " -"必须支持 ssl,如果无法启动,则必须使用ssl支持进行编译才能使用证书选项" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"签发此证书后,使用此证书更新 uhttpd 配置(只能有一个证书配置选中该选项)。也" -"可通过 LuCI 界面的 luci-app-uhttpd 来配置 uhttpd。" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "使用自定义证书颁发机构代替 Let's Encrypt。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "用于 Nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "用于 uhttpd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "使用临时服务器" diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index 99420319fe..b1325c946c 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -217,37 +217,10 @@ msgstr "" "單。在DNS 模式下域名不必解析為路由器 IP 位址,該模式也是支援「萬用字元憑證」" "的唯一模式。請注意:必須安裝 acme-dnsapi 套件後才能使用該模式。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 -msgid "" -"Update the nginx config with this certificate once issued (only select this " -"for one certificate). Nginx must support ssl, if not it won't start as it " -"needs to be compiled with ssl support to use cert options" -msgstr "" -"頒發後使用該憑證來更新 Nginx 組態(申請多個憑證時,只能選擇其中一個啟用此選" -"項);Nginx 必須支援 SSL,因為它需要編譯的 SSL 支援才能使用憑證,否則將無法啟" -"動" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 -msgid "" -"Update the uhttpd config with this certificate once issued (only select this " -"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " -"form the LuCI interface." -msgstr "" -"頒發後使用該憑證來更新 uHTTPd 組態(申請多個憑證時,只能選擇其中一個啟用此選" -"項);您也可以使用 luci-app-uhttpd 的 LuCI 介面來配置 uHTTPd。" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Use a custom CA instead of Let's Encrypt." msgstr "使用自訂 CA 代替 Let's Encrypt。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 -msgid "Use for nginx" -msgstr "用於 Nginx" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 -msgid "Use for uhttpd" -msgstr "用於 uHTTPd" - #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Use staging server" msgstr "使用臨時伺服器" -- 2.30.2