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 <stokito@gmail.com>
This commit is contained in:
parent
f2f41446ce
commit
390393316c
38 changed files with 0 additions and 973 deletions
|
@ -5,13 +5,6 @@
|
||||||
'require view';
|
'require view';
|
||||||
|
|
||||||
return view.extend({
|
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) {
|
render: function (stats) {
|
||||||
var m, s, o;
|
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."));
|
"Note that all domain names must point at the router in the global DNS."));
|
||||||
o.datatype = "list(string)";
|
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"),
|
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. " +
|
_("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. " +
|
"Webroot mode will use an existing webserver to issue a certificate. " +
|
||||||
|
|
|
@ -222,37 +222,10 @@ msgstr ""
|
||||||
"إلى IP الخاص بالموجه. وضع DNS هو أيضًا الوضع الوحيد الذي يدعم شهادات أحرف "
|
"إلى IP الخاص بالموجه. وضع DNS هو أيضًا الوضع الوحيد الذي يدعم شهادات أحرف "
|
||||||
"البدل. يتطلب استخدام هذا الوضع تثبيت حزمة acme-dnsapi."
|
"البدل. يتطلب استخدام هذا الوضع تثبيت حزمة 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "استخدم مرجع مصدق (CA) مخصصًا بدلاً من 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "استخدم خادم الترحيل"
|
msgstr "استخدم خادم الترحيل"
|
||||||
|
|
|
@ -193,32 +193,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -217,32 +217,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -193,32 +193,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -226,39 +226,10 @@ msgstr ""
|
||||||
"také jediným režimem, který podporuje vydávání wildcard certifikátů. Použití "
|
"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."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Namísto Let's Encrypt použít vlastní CA."
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Použijte pracovní server"
|
msgstr "Použijte pracovní server"
|
||||||
|
|
|
@ -227,39 +227,10 @@ msgstr ""
|
||||||
"der understøtter wildcard-certifikater. Brug af denne tilstand kræver, at "
|
"der understøtter wildcard-certifikater. Brug af denne tilstand kræver, at "
|
||||||
"pakken acme-dnsapi er installeret."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Brug en brugerdefineret CA i stedet for 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Brug staging-server"
|
msgstr "Brug staging-server"
|
||||||
|
|
|
@ -228,40 +228,10 @@ msgstr ""
|
||||||
"Platzhalterzertifikate unterstützt. Für die Verwendung dieses Modus muss das "
|
"Platzhalterzertifikate unterstützt. Für die Verwendung dieses Modus muss das "
|
||||||
"acme-dnsapi-Paket installiert sein."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Nutze individuelles Zertifikat statt 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Staging-Server verwenden"
|
msgstr "Staging-Server verwenden"
|
||||||
|
|
|
@ -193,32 +193,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -198,32 +198,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -228,39 +228,10 @@ msgstr ""
|
||||||
"enrutador. El modo DNS también es el único modo que admite certificados "
|
"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."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Utilice una CA personalizada en lugar de 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Usar servidor de ensayo"
|
msgstr "Usar servidor de ensayo"
|
||||||
|
|
|
@ -197,32 +197,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Käytä staging-palvelimeen"
|
msgstr "Käytä staging-palvelimeen"
|
||||||
|
|
|
@ -226,39 +226,10 @@ msgstr ""
|
||||||
"certificats génériques (wildcard). L'utilisation de ce mode requiert "
|
"certificats génériques (wildcard). L'utilisation de ce mode requiert "
|
||||||
"l'installation du paquet acme-dnsapi."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Utiliser un CA personnalisé à la place de celui de Let's Encryt."
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Utiliser le serveur de qualification"
|
msgstr "Utiliser le serveur de qualification"
|
||||||
|
|
|
@ -194,32 +194,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -187,32 +187,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -227,39 +227,10 @@ msgstr ""
|
||||||
"tanúsítványokat. Ezen mód használatához az szükséges, hogy az acme-dnsapi "
|
"tanúsítványokat. Ezen mód használatához az szükséges, hogy az acme-dnsapi "
|
||||||
"csomag telepítve legyen."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Előkészítő kiszolgáló használata"
|
msgstr "Előkészítő kiszolgáló használata"
|
||||||
|
|
|
@ -224,27 +224,6 @@ msgstr ""
|
||||||
"satunya mode yang mendukung sertifikat wildcard. Menggunakan mode ini "
|
"satunya mode yang mendukung sertifikat wildcard. Menggunakan mode ini "
|
||||||
"memerlukan paket acme-dnsapi untuk diinstal."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Gunakan CA khusus sebagai ganti 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"
|
msgid "Use for nginx"
|
||||||
msgstr "Gunakan untuk 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90
|
||||||
msgid "Validation method"
|
msgid "Validation method"
|
||||||
msgstr "Metode validasi"
|
msgstr "Metode validasi"
|
||||||
|
|
|
@ -225,39 +225,10 @@ msgstr ""
|
||||||
"è anche l'unica modalità che supporta i certificati con caratteri jolly. "
|
"è anche l'unica modalità che supporta i certificati con caratteri jolly. "
|
||||||
"L'uso di questa modalità richiede l'installazione del pacchetto acme-dnsapi."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Usa una CA personalizzata invece di 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Usa server di prova"
|
msgstr "Usa server di prova"
|
||||||
|
|
|
@ -200,32 +200,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Let'sEncryptの代わりにカスタムCAを使用する。"
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "ステージングサーバーを使用"
|
msgstr "ステージングサーバーを使用"
|
||||||
|
|
|
@ -222,38 +222,10 @@ msgstr ""
|
||||||
"카드 인증서를 지원합니다. DNS 모드를 사용하기 위해선 acme-dnsapi 패키지가 설"
|
"카드 인증서를 지원합니다. 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Let's Encrypt 대신 사용자 지정 CA를 사용합니다."
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "테스트 서버 사용"
|
msgstr "테스트 서버 사용"
|
||||||
|
|
|
@ -197,32 +197,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -193,32 +193,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -193,32 +193,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -193,32 +193,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -226,39 +226,10 @@ msgstr ""
|
||||||
"DNS jest także jedynym trybem obsługującym certyfikaty wieloznaczne. "
|
"DNS jest także jedynym trybem obsługującym certyfikaty wieloznaczne. "
|
||||||
"Korzystanie z tego trybu wymaga zainstalowania pakietu acme-dnsapi."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Użyj niestandardowego CA zamiast 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Użyj serwera pomostowego"
|
msgstr "Użyj serwera pomostowego"
|
||||||
|
|
|
@ -228,39 +228,10 @@ msgstr ""
|
||||||
"DNS é também o único modo que suporta certificados curinga. A utilização "
|
"DNS é também o único modo que suporta certificados curinga. A utilização "
|
||||||
"deste modo requer a instalação do pacote acme-dnsapi."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Use uma AC personalizada em vez de 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Use o servidor de estágio"
|
msgstr "Use o servidor de estágio"
|
||||||
|
|
|
@ -228,39 +228,10 @@ msgstr ""
|
||||||
"O modo DNS também é o único modo que é compatível com certificados curinga. "
|
"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."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Use uma CA customizada em vez do 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Use o servidor de encenação"
|
msgstr "Use o servidor de encenação"
|
||||||
|
|
|
@ -229,39 +229,10 @@ msgstr ""
|
||||||
"DNS este, de asemenea, singurul mod care acceptă certificate wildcard. "
|
"DNS este, de asemenea, singurul mod care acceptă certificate wildcard. "
|
||||||
"Utilizarea acestui mod necesită instalarea pachetului acme-dnsapi."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Utilizați un CA personalizat în loc de 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Utilizați serverul staging"
|
msgstr "Utilizați serverul staging"
|
||||||
|
|
|
@ -227,39 +227,10 @@ msgstr ""
|
||||||
"является единственным режимом, поддерживающий подстановочные сертификаты. "
|
"является единственным режимом, поддерживающий подстановочные сертификаты. "
|
||||||
"Для использования этого режима необходимо установить пакет acme-dnsapi."
|
"Для использования этого режима необходимо установить пакет 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Использовать сторонний центр сертификации вместо 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Использовать тестовый сервер"
|
msgstr "Использовать тестовый сервер"
|
||||||
|
|
|
@ -193,32 +193,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -202,32 +202,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -202,32 +202,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Använd iscensättningsserver"
|
msgstr "Använd iscensättningsserver"
|
||||||
|
|
|
@ -184,32 +184,10 @@ msgid ""
|
||||||
"package to be installed."
|
"package to be installed."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -225,39 +225,10 @@ msgstr ""
|
||||||
"çözümlemesi gerekmez. DNS modu, joker karakter sertifikalarını destekleyen "
|
"çözümlemesi gerekmez. DNS modu, joker karakter sertifikalarını destekleyen "
|
||||||
"tek moddur. Bu modu kullanmak, acme-dnsapi paketinin yüklenmesini gerektirir."
|
"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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Let's Encrypt yerine özel bir CA kullanın."
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Aşama sunucusu kullan"
|
msgstr "Aşama sunucusu kullan"
|
||||||
|
|
|
@ -228,39 +228,10 @@ msgstr ""
|
||||||
"єдиним режимом, який підтримує підстановочні сертифікати. Для використання "
|
"єдиним режимом, який підтримує підстановочні сертифікати. Для використання "
|
||||||
"цього режиму потрібно встановити пакет acme-dnsapi."
|
"цього режиму потрібно встановити пакет 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "Використовувати інший ЦС замість 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Використовувати проміжний сервер"
|
msgstr "Використовувати проміжний сервер"
|
||||||
|
|
|
@ -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 "
|
"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."
|
"đặ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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
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."
|
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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "Sử dụng máy chủ tạm"
|
msgstr "Sử dụng máy chủ tạm"
|
||||||
|
|
|
@ -214,36 +214,10 @@ msgstr ""
|
||||||
"dnsapi。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是唯一支持通配符证书"
|
"dnsapi。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是唯一支持通配符证书"
|
||||||
"的模式。使用此模式需要安装 acme-dnsapi 包。"
|
"的模式。使用此模式需要安装 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "使用自定义证书颁发机构代替 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "使用临时服务器"
|
msgstr "使用临时服务器"
|
||||||
|
|
|
@ -217,37 +217,10 @@ msgstr ""
|
||||||
"單。在DNS 模式下域名不必解析為路由器 IP 位址,該模式也是支援「萬用字元憑證」"
|
"單。在DNS 模式下域名不必解析為路由器 IP 位址,該模式也是支援「萬用字元憑證」"
|
||||||
"的唯一模式。請注意:必須安裝 acme-dnsapi 套件後才能使用該模式。"
|
"的唯一模式。請注意:必須安裝 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139
|
||||||
msgid "Use a custom CA instead of Let's Encrypt."
|
msgid "Use a custom CA instead of Let's Encrypt."
|
||||||
msgstr "使用自訂 CA 代替 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
|
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
|
||||||
msgid "Use staging server"
|
msgid "Use staging server"
|
||||||
msgstr "使用臨時伺服器"
|
msgstr "使用臨時伺服器"
|
||||||
|
|
Loading…
Reference in a new issue