From: Norman Gehrsitz Date: Sat, 3 Jan 2026 17:09:48 +0000 (+0100) Subject: luci-app-acme: support --cert-profile option X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=18d41ebb185a6b55adc9fc1b804ced45d1bdbf66;p=openwrt-luci.git luci-app-acme: support --cert-profile option This makes the new --cert-profile option from https://github.com/openwrt/packages/pull/28237 available in Luci. Signed-off-by: Norman Gehrsitz --- diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index 31556cb3a0..0412395c3b 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -299,6 +299,10 @@ return view.extend({ o.datatype = 'uinteger'; o.modalonly = true; + o = s.taboption('advanced', form.Value, 'cert_profile', _('Certificate Profile')); + o.optional = true; + o.modalonly = true; + s = m.section(form.GridSection, '_certificates'); diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index 9b9b4d4a77..493543532a 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -40,7 +40,7 @@ msgstr "إعدادات متقدمة" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -48,11 +48,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "يتم تخزين ملفات الشهادات في" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "تكوين الشهادة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "الشهادات" @@ -60,7 +64,7 @@ msgstr "الشهادات" msgid "Challenge Alias" msgstr "الاسم المستعار لاعتراض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -93,7 +97,7 @@ msgstr "الأيام حتى التجديد" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "الافتراضي" @@ -175,7 +179,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "صادر بتاريخ" @@ -201,7 +205,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "المجال الرئيسي" @@ -215,11 +219,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "مفتاح خاص" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "الشهادة العامة" @@ -235,7 +239,7 @@ msgstr "RSA 3072 بت" msgid "RSA 4096 bits" msgstr "RSA 4096 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -292,7 +296,7 @@ msgstr "" "الاعتماد التي تتطلبها كل واجهة برمجة تطبيقات. أضف إدخالات متعددة هنا في " "تنسيق متغير shell \"KEY = VAL\" لتوفير متغيرات اعتماد متعددة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -395,11 +399,11 @@ msgstr "" #~ msgstr "محتوى المفتاح الخاص Base64. استخدم بدلاً من YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "على سبيل المثال _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "على سبيل المثال _acme-challenge.example.com:12345:98765 alias." +#~ "example.com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "OCID للإيجار الذي يحتوي على منطقة DNS المستهدفة" diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index 892a0f651d..0404419f3b 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -40,7 +40,7 @@ msgstr "Разширени настройки" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Отказ" @@ -48,11 +48,15 @@ msgstr "Отказ" msgid "Cert files are stored in" msgstr "Директория със сертификати" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Конфигурация на сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -60,7 +64,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -93,7 +97,7 @@ msgstr "Дни до подновяване" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Подразбиране" @@ -168,7 +172,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -194,7 +198,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -208,11 +212,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -228,7 +232,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -275,7 +279,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index b3615bbf27..5af3540aa6 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -39,7 +39,7 @@ msgstr "উন্নত সেটিংস" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "সার্টিফিকেট কনফিগারেশন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Challenge Alias" msgstr "চ্যালেঞ্জ উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "নবায়ন পর্যন্ত দিন" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -172,7 +176,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -198,7 +202,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -212,11 +216,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -232,7 +236,7 @@ msgstr "RSA 3072 বিট" msgid "RSA 4096 bits" msgstr "RSA 4096 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -290,7 +294,7 @@ msgstr "" "একাধিক ক্রিডেনশিয়াল ভেরিয়েবল সরবরাহ করতে এখানে KEY = VAL শেল ভেরিয়েবল ফরম্যাটে " "একাধিক এন্ট্রি যুক্ত করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index 6c0e5c25e4..543177c18f 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -40,7 +40,7 @@ msgstr "Configuració avançada" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -48,11 +48,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -60,7 +64,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -93,7 +97,7 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -168,7 +172,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -194,7 +198,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -208,11 +212,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -228,7 +232,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -275,7 +279,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index d332e607a3..49b2b03060 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -39,7 +39,7 @@ msgstr "Pokročilá nastavení" msgid "Alternative DNS API options" msgstr "Předvolby pro alternativní DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Zrušit" @@ -47,11 +47,15 @@ msgstr "Zrušit" msgid "Cert files are stored in" msgstr "Certifikáty (soubory) jsou uloženy v" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Nastavení certifikátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Certifikáty" @@ -59,7 +63,7 @@ msgstr "Certifikáty" msgid "Challenge Alias" msgstr "Alternativní název výzvy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "Zkontrolujte nastavení přidaných doménových certifikátů" @@ -92,7 +96,7 @@ msgstr "Dny do obnovení" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Výchozí" @@ -175,7 +179,7 @@ msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" "Neplatná doména. Povolené jsou malá písmena a-z, číslice a spojovník (-)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Vydáno" @@ -203,7 +207,7 @@ msgstr "Port, na kterém očekávat spojení" msgid "Log View" msgstr "Zobrazení záznamu událostí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Hlavní doména" @@ -219,11 +223,11 @@ msgstr "" "Port na kterém očekávat požadavky ACME výzvy. Port bude v průběhu ověřování " "dočasně otevřen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Soukromý klíč" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Veřejný certifikát" @@ -239,7 +243,7 @@ msgstr "RSA 3072 bitů" msgid "RSA 4096 bits" msgstr "RSA 4096 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "Uložit" @@ -298,7 +302,7 @@ msgstr "" "proměnné shellu KLÍČ=HODNOTA), pokud chcete dodat vícero přihlašovacích " "proměnných." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -409,11 +413,11 @@ msgstr "zástupné znaky * vyžadují metodu ověřování: DNS" #~ msgstr "Base64 obsah soukromého klíče. Použití namísto YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "Např. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "Např. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "OCID nájmu, který obsahuje cílovou DNS zónu" diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index af20457a85..4fb4336441 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -39,7 +39,7 @@ msgstr "Avancerede indstillinger" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "Cert-filer gemmes i" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Certifikatkonfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Certifikater" @@ -59,7 +63,7 @@ msgstr "Certifikater" msgid "Challenge Alias" msgstr "Udfordr Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "Antal dage indtil fornyelse" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Standard" @@ -174,7 +178,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "udstedt den" @@ -200,7 +204,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Hoveddomæne" @@ -214,11 +218,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Privat nøgle" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Offentligt certifikat" @@ -234,7 +238,7 @@ msgstr "RSA 3072 bits" msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -293,7 +297,7 @@ msgstr "" "legitimationsoplysninger, der kræves af hvert API. Tilføj flere poster her i " "formatet KEY=VAL shellvariabel for at angive flere legitimationsvariabler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -402,11 +406,11 @@ msgstr "" #~ "Base64 indhold af privat nøgle. Brug i stedet for YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "f. eks. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "f. eks. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "OCID af tenancy, der indeholder mål DNS zonen" diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index 6d75160754..0b6b637708 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -39,7 +39,7 @@ msgstr "erweiterte Einstellungen" msgid "Alternative DNS API options" msgstr "allternative DNS API Optionen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Abbrechen" @@ -47,11 +47,15 @@ msgstr "Abbrechen" msgid "Cert files are stored in" msgstr "Speicherort der Zertifikatsdateien" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "Zertifikatsprofil" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Zertifikateinstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Zertifikate" @@ -59,7 +63,7 @@ msgstr "Zertifikate" msgid "Challenge Alias" msgstr "Challenge-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" "Überprüfen Sie die Konfigurationen der hinzugefügten Domänenzertifikate." @@ -93,7 +97,7 @@ msgstr "Tage bis zur Erneuerung" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Voreinstellung" @@ -176,7 +180,7 @@ msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" "Ungültige Domäne. Erlaubt: Kleinbuchstaben a–z, Zahlen und Bindestriche –" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Ausgestellt am" @@ -202,7 +206,7 @@ msgstr "" msgid "Log View" msgstr "Protokollansicht" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Hauptdomain" @@ -216,11 +220,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "öffentliches Zertifikat" @@ -236,7 +240,7 @@ msgstr "RSA 3072 Bits" msgid "RSA 4096 bits" msgstr "RSA 4096 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "Speichern" @@ -297,7 +301,7 @@ msgstr "" "Einträge im Shell-Variablenformat KEY = VAL hinzu, um mehrere " "Anmeldeinformationsvariablen bereitzustellen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -410,11 +414,11 @@ msgstr "" #~ "YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "Z. B. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "Z. B. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "OCID von Mieten, die die Ziel-DNS-Zone enthält" diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index 2f1a87b5c9..e31ddd8e74 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -39,7 +39,7 @@ msgstr "Ρυθμίσεις για προχωρημένους" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "Μέρες μέχρι την ανανέωση" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -167,7 +171,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -193,7 +197,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -207,11 +211,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -227,7 +231,7 @@ msgstr "RSA 3072 bits" msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -274,7 +278,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/eo/acme.po b/applications/luci-app-acme/po/eo/acme.po index d2ca496c2a..1cac15aa94 100644 --- a/applications/luci-app-acme/po/eo/acme.po +++ b/applications/luci-app-acme/po/eo/acme.po @@ -36,7 +36,7 @@ msgstr "" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -44,11 +44,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -56,7 +60,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -89,7 +93,7 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -164,7 +168,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -190,7 +194,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -204,11 +208,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -224,7 +228,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -271,7 +275,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index eeedf08211..b5fbba9787 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -39,7 +39,7 @@ msgstr "Ajustes avanzados" msgid "Alternative DNS API options" msgstr "Opciones alternativas de API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Cancelar" @@ -47,11 +47,15 @@ msgstr "Cancelar" msgid "Cert files are stored in" msgstr "Los archivos Cert se almacenan en" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Configuración de certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Certificados" @@ -59,7 +63,7 @@ msgstr "Certificados" msgid "Challenge Alias" msgstr "Alias de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "Verifique las configuraciones de los certificados de dominio agregados" @@ -92,7 +96,7 @@ msgstr "Días hasta la renovación" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Predeterminado" @@ -176,7 +180,7 @@ msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" "Dominio no válido. Se permiten minúsculas de la A a la Z, números y guiones -" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Emitido el" @@ -204,7 +208,7 @@ msgstr "Puerto de escucha" msgid "Log View" msgstr "Vista del registro" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Dominio principal" @@ -220,11 +224,11 @@ msgstr "" "Puerto donde se escuchan las solicitudes de desafío ACME. El puerto estará " "abierto temporalmente durante la validación." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Clave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Certificado público" @@ -240,7 +244,7 @@ msgstr "RSA de 3072 bits" msgid "RSA 4096 bits" msgstr "RSA de 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "Guardar" @@ -302,7 +306,7 @@ msgstr "" "en formato de variable de shell KEY=VAL para proporcionar múltiples " "variables de credenciales." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -415,11 +419,11 @@ msgstr "comodines * requieren Método de validación: DNS" #~ "Contenido Base64 de la clave privada. Usar en lugar de YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "Por ejemplo, _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "Por ejemplo, _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "" diff --git a/applications/luci-app-acme/po/et/acme.po b/applications/luci-app-acme/po/et/acme.po index 46de992d12..5ed40df819 100644 --- a/applications/luci-app-acme/po/et/acme.po +++ b/applications/luci-app-acme/po/et/acme.po @@ -36,7 +36,7 @@ msgstr "" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -44,11 +44,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -56,7 +60,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -89,7 +93,7 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -164,7 +168,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -190,7 +194,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -204,11 +208,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -224,7 +228,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -271,7 +275,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/fa/acme.po b/applications/luci-app-acme/po/fa/acme.po index e4e4c7b43d..0a3b172a63 100644 --- a/applications/luci-app-acme/po/fa/acme.po +++ b/applications/luci-app-acme/po/fa/acme.po @@ -39,7 +39,7 @@ msgstr "تنظیمات پیشرفته" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "فایل های گواهی ذخیره می شوند در" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "پیکربندی گواهی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "گواهینامه ها" @@ -59,7 +63,7 @@ msgstr "گواهینامه ها" msgid "Challenge Alias" msgstr "نام مستعار چالش" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "روز تا تمدید" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "پیشفرض" @@ -174,7 +178,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "تاریخ صدور" @@ -200,7 +204,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "دامنه اصلی" @@ -214,11 +218,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "کلید خصوصی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "گواهینامه عمومی" @@ -234,7 +238,7 @@ msgstr "RSA ۳۰۷۲ بیت" msgid "RSA 4096 bits" msgstr "RSA ۴۰۹۶ بیت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -292,7 +296,7 @@ msgstr "" "wiki/dnsapi مراجعه کنید. چندین ورودی را می‌توانید در اینجا با فرمت متغیرهای " "شل به صورت KEY=VAL اضافه کنید تا چندین متغیر اعتبارنامه تأمین شود." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -398,11 +402,11 @@ msgstr "" #~ msgstr "محتوای Base64 کلید خصوصی. به جای YC_SA_Key_File_Path استفاده کنید" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "OCID اجاره‌ای که شامل منطقه DNS هدف است" diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index 9a413ef17a..d69970083e 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -39,7 +39,7 @@ msgstr "Lisäasetukset" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Peruuta" @@ -47,11 +47,15 @@ msgstr "Peruuta" msgid "Cert files are stored in" msgstr "Varmennetiedostot tallennetaan kohteeseen" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Sertifikaatin asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Varmenteet" @@ -59,7 +63,7 @@ msgstr "Varmenteet" msgid "Challenge Alias" msgstr "Haaste - alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "Päiviä uusimiseen" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Oletus" @@ -175,7 +179,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Myönnetty" @@ -201,7 +205,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Päätoimialue" @@ -215,11 +219,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Yksityinen avain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Julkinen varmenne" @@ -235,7 +239,7 @@ msgstr "RSA 3072 bittiä" msgid "RSA 4096 bits" msgstr "RSA 4096 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "Tallenna" @@ -288,13 +292,13 @@ msgid "" "by each API. Add multiple entries here in KEY=VAL shell variable format to " "supply multiple credential variables." msgstr "" -"Yllä valitun DNS-sovellusliittymätilan valtuustiedot. Katso https://" -"github.com/acmesh-official/acme.sh/wiki/dnsapi :sta kunkin sovellusliittymän " +"Yllä valitun DNS-sovellusliittymätilan valtuustiedot. Katso https://github." +"com/acmesh-official/acme.sh/wiki/dnsapi :sta kunkin sovellusliittymän " "vaatimien valtuustietojen muoto. Lisää tähän useita tietueita " "komentotulkkimuuttujamuodossa AVAIN=ARVO useiden valtuustietomuuttujien " "syöttämiseksi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -307,8 +311,8 @@ msgid "" "only supports one challenge domain per certificate." msgstr "" "Kaikille toimialueille käytettävä toimialueen alias. Katso lisätietoja tästä " -"prosessista https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-" -"mode :sta. LUCI tukee vain yhtä haaste-toimialuetta varmennetta kohden." +"prosessista https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode :" +"sta. LUCI tukee vain yhtä haaste-toimialuetta varmennetta kohden." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:41 msgid "" @@ -398,11 +402,11 @@ msgid "wildcards * require Validation method: DNS" msgstr "" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "Esim. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "Esim. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of user with permission to add/remove records from zones" #~ msgstr "Käyttäjän OCID, jolla on lupa lisätä/poistaa tietueita vyöhykkeiltä" diff --git a/applications/luci-app-acme/po/fil/acme.po b/applications/luci-app-acme/po/fil/acme.po new file mode 100644 index 0000000000..347613c27d --- /dev/null +++ b/applications/luci-app-acme/po/fil/acme.po @@ -0,0 +1,361 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fil\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/logread.js:4 +msgid "ACME Log" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:40 +#: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 +msgid "ACME certificates" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 +msgid "ACME global config" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:277 +msgid "ACME server URL" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +msgid "Account email" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 +msgid "Advanced Settings" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:190 +msgid "Alternative DNS API options" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 +msgid "Cancel" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:48 +msgid "Cert files are stored in" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 +msgid "Certificate config" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +msgid "Certificates" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:223 +msgid "Challenge Alias" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 +msgid "Check the configurations of the added domain certificates" +msgstr "" + +#: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:14 +msgid "Configure" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:278 +msgid "Custom ACME server directory URL." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:163 +msgid "DNS API" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:215 +msgid "DNS API credentials" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +msgid "DNS Challenge Validation" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:296 +msgid "Days until renewal" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 +msgid "Default" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:230 +msgid "Domain Alias" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:129 +msgid "Domain names" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:130 +msgid "" +"Domain names to include in the certificate. The first name will be the " +"subject name, subsequent names will be alt names. Note that all domain names " +"must point at the router in the global DNS." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:251 +msgid "ECC 256 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:252 +msgid "ECC 384 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:56 +msgid "Email address to associate with account key." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:62 +msgid "Enable debug logging" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:86 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:68 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:288 +msgid "" +"Get certificate from the Letsencrypt staging server (use for testing; the " +"certificate won't be valid)." +msgstr "" + +#: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3 +msgid "Grant UCI access for luci-app-acme" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 +msgid "" +"If a certificate wasn't renewed in time then you'll receive a notice at 20 " +"days before expiry." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:107 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 +msgid "Issued on" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:117 +msgid "" +"It may be needed to change if your web server is behind reverse proxy and " +"uses a different port." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:246 +msgid "Key size (and type) for the generated certificate." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:245 +msgid "Key type" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:115 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:22 +msgid "Log View" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 +msgid "Main Domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:106 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:116 +msgid "" +"Port where to listen for ACME challenge requests. The port will be " +"temporarily open during validation." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +msgid "Private Key" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +msgid "Public Certificate" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:248 +msgid "RSA 2048 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:249 +msgid "RSA 3072 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:250 +msgid "RSA 4096 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +msgid "Save" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:238 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:183 +msgid "See instructions" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:239 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:279 +msgid "See more" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 +msgid "Standalone" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +msgid "" +"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. DNS mode will allow you to use the DNS API of your DNS provider " +"to issue a certificate." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:224 +msgid "" +"The challenge alias to use for ALL domains. See https://github.com/acmesh-" +"official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " +"only supports one challenge alias per certificate." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:216 +msgid "" +"The credentials for the DNS API mode selected above. See https://github.com/" +"acmesh-official/acme.sh/wiki/dnsapi for the format of credentials required " +"by each API. Add multiple entries here in KEY=VAL shell variable format to " +"supply multiple credential variables." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 +msgid "" +"The domain %s in DDNS %s is already configured in %s. Please check it after " +"the importing." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:231 +msgid "" +"The domain alias to use for ALL domains. See https://github.com/acmesh-" +"official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " +"only supports one challenge domain per certificate." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:41 +msgid "" +"This configures ACME (Letsencrypt) automatic certificate installation. " +"Simply fill out this to have the router configured with Letsencrypt-issued " +"certificates for the web interface. Note that the domain names in the " +"certificate must already be configured to point at the router's public IP " +"address. Once configured, issuing certificates can take a while. Check the " +"logs for progress and any errors." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +msgid "To temporary open port you can specify your web server port e.g. 80." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:164 +msgid "" +"To use DNS mode to issue certificates, set this to the name of a DNS API " +"supported by acme.sh. See https://github.com/acmesh-official/acme.sh/wiki/" +"dnsapi for the list of available APIs. In DNS mode, the domain name does not " +"have to resolve to the router IP. DNS mode is also the only mode that " +"supports wildcard certificates. Using this mode requires the acme-dnsapi " +"package to be installed." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:278 +msgid "Use a custom CA instead of Let's Encrypt." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:286 +msgid "Use staging server" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 +msgid "Validate via TLS port 443." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +msgid "Validation method" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 +msgid "Validation via TLS ALPN" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:237 +msgid "Wait for DNS update" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:97 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +msgid "Webroot Challenge Validation" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +msgid "Webroot directory" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:154 +msgid "" +"Webserver root directory. Set this to the webserver document root to run " +"Acme in webroot mode. The web server must be accessible from the internet on " +"port 80." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:147 +msgid "wildcards * require Validation method: DNS" +msgstr "" diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index 0f55c8db76..b56dd09580 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -39,7 +39,7 @@ msgstr "Paramètres avancés" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "Emplacement de sauvegarde des certificats et des fichiers états" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Configuration du certificat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Certificats" @@ -59,7 +63,7 @@ msgstr "Certificats" msgid "Challenge Alias" msgstr "Alias du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "Nombre de jour avant renouvellement" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Par défaut" @@ -174,7 +178,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Date d'émission" @@ -200,7 +204,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Domaine principal" @@ -214,11 +218,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Clé Privée" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Certificat Publique" @@ -234,7 +238,7 @@ msgstr "RSA 3072 bits" msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -276,9 +280,9 @@ msgid "" "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " "only supports one challenge alias per certificate." msgstr "" -"L'alias du challenge à utiliser pour TOUS les domaines. Voir https://" -"github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode pour les détails de " -"ce processus. LUCI supporte un seul alias par certificat." +"L'alias du challenge à utiliser pour TOUS les domaines. Voir https://github." +"com/acmesh-official/acme.sh/wiki/DNS-alias-mode pour les détails de ce " +"processus. LUCI supporte un seul alias par certificat." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:216 msgid "" @@ -292,7 +296,7 @@ msgstr "" "pour chaque API. Ajouter toutes vos variables d'identification ici sous le " "format CLÉ=VALEUR." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -402,11 +406,11 @@ msgstr "" #~ "YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "Ex. : _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "Ex. : _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of user with permission to add/remove records from zones" #~ msgstr "" diff --git a/applications/luci-app-acme/po/ga/acme.po b/applications/luci-app-acme/po/ga/acme.po index 049b9a3787..7767368430 100644 --- a/applications/luci-app-acme/po/ga/acme.po +++ b/applications/luci-app-acme/po/ga/acme.po @@ -40,7 +40,7 @@ msgstr "Socruithe Ardleibhéil" msgid "Alternative DNS API options" msgstr "Roghanna malartacha API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Cealaigh" @@ -48,11 +48,15 @@ msgstr "Cealaigh" msgid "Cert files are stored in" msgstr "Stóráiltear comhaid deimhnithe i" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Cumraíocht deimhnithe" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Deimhnithe" @@ -60,7 +64,7 @@ msgstr "Deimhnithe" msgid "Challenge Alias" msgstr "Dúshlán Ailias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "Seiceáil cumraíochtaí na dteastas fearainn breise" @@ -93,7 +97,7 @@ msgstr "Laethanta go dtí athnuachan" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Réamhshocrú" @@ -178,7 +182,7 @@ msgstr "" "Fearann neamhbhailí. Ceadaítear litreacha beaga a-z, uimhreacha agus " "fleiscín -" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Eisithe ar" @@ -206,7 +210,7 @@ msgstr "Éist leis an gcalafort" msgid "Log View" msgstr "Amharc Logála" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Príomhfhearann" @@ -222,11 +226,11 @@ msgstr "" "Port inar féidir éisteacht le hiarratais dúshláin ACME. Beidh an port " "oscailte go sealadach le linn bailíochtú." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Eochair Phríobháideach" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Deimhniú Poiblí" @@ -242,13 +246,14 @@ msgstr "RSA 3072 giotán" msgid "RSA 4096 bits" msgstr "RSA 4096 giotán" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "Sábháil" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:238 msgid "Seconds to wait for a DNS record to be updated before continue." -msgstr "Soicindí le fanacht le taifead DNS a nuashonrú sula leanfar ar aghaidh." +msgstr "" +"Soicindí le fanacht le taifead DNS a nuashonrú sula leanfar ar aghaidh." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:183 msgid "See instructions" @@ -301,7 +306,7 @@ msgstr "" "theastaíonn ó gach API. Cuir isteach iontrálacha iolracha anseo i bhformáid " "athróg bhlaosc KEY=VAL chun athróga inchreidte iolracha a sholáthar." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -414,11 +419,11 @@ msgstr "Teastaíonn modh bailíochtaithe ó fhiáine *: DNS" #~ "Bun64 ábhar eochair phríobháideach. Úsáid in ionad YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "ailias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 ailias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "OCID na tionóntachta ina bhfuil an spriocchrios DNS" diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index 0b877f920f..890849af99 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -40,7 +40,7 @@ msgstr "הגדרות מתקדמות" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -48,11 +48,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -60,7 +64,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -93,7 +97,7 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -168,7 +172,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -194,7 +198,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -208,11 +212,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -228,7 +232,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -275,7 +279,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 596aea85e9..2a5c9139d0 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -39,7 +39,7 @@ msgstr "उन्नत सेटिंग्स" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -167,7 +171,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -193,7 +197,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -207,11 +211,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -227,7 +231,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -274,7 +278,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index 7d9c62dc69..4a939e3e9f 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -39,7 +39,7 @@ msgstr "Haladó beállítások" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "Ahol a tanúsítványok és egyéb állapotfájlok tárolva vannak" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Tanúsítvány beállítása" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Tanúsítványok" @@ -59,7 +63,7 @@ msgstr "Tanúsítványok" msgid "Challenge Alias" msgstr "Kihívás álneve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "Napok megújításig" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Alapértelmezett" @@ -174,7 +178,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Kiállítva" @@ -200,7 +204,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Fő domain" @@ -214,11 +218,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Privát kulcs" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Nyilvános tanúsítvány" @@ -234,7 +238,7 @@ msgstr "3072 bites RSA" msgid "RSA 4096 bits" msgstr "4096 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -294,7 +298,7 @@ msgstr "" "KULCS=ÉRTÉK parancsértelmező változóformátumban a több hitelesítési adat " "változójának támogatásához." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -402,8 +406,8 @@ msgstr "" #~ msgstr "Privát kulcs Base64 tartalma. Használja YC_SA_Key_File_Path helyett" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" #~ "Pl. _acme-challenge.example.com:12345:98765 alias.example.com:111" diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index 9be60e8eaa..9f31b399e5 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -39,7 +39,7 @@ msgstr "Setelan Lanjutan" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "File sertifikat disimpan di" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Konfigurasi sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Sertifikat" @@ -59,7 +63,7 @@ msgstr "Sertifikat" msgid "Challenge Alias" msgstr "Tantangan Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "Hari sampai perpanjangan" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Bawaan" @@ -172,7 +176,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -198,7 +202,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -212,11 +216,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Kunci Pribadi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Sertifikat Publik" @@ -232,7 +236,7 @@ msgstr "RSA 3072 bit" msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -290,7 +294,7 @@ msgstr "" "oleh setiap API. Tambahkan beberapa entri di sini dalam format variabel " "shell KEY=VAL untuk memasok beberapa variabel kredensial." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -302,9 +306,9 @@ msgid "" "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " "only supports one challenge domain per certificate." msgstr "" -"Alias domain yang akan digunakan untuk SEMUA domain. Lihat https://" -"github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode untuk detail proses " -"ini. LUCI hanya mendukung satu domain tantangan per sertifikat." +"Alias domain yang akan digunakan untuk SEMUA domain. Lihat https://github." +"com/acmesh-official/acme.sh/wiki/DNS-alias-mode untuk detail proses ini. " +"LUCI hanya mendukung satu domain tantangan per sertifikat." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:41 msgid "" diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index 06ea326461..16d3ffc0f5 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -39,7 +39,7 @@ msgstr "Impostazioni Avanzate" msgid "Alternative DNS API options" msgstr "Opzioni API DNS alternative" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Cancella" @@ -47,11 +47,15 @@ msgstr "Cancella" msgid "Cert files are stored in" msgstr "I certificati sono salvati in" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Configurazione certificato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Certificati" @@ -59,7 +63,7 @@ msgstr "Certificati" msgid "Challenge Alias" msgstr "Alias challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "giorni al rinnovo" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Predefinito" @@ -174,7 +178,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Emesso il" @@ -200,7 +204,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Dominio Principale" @@ -214,11 +218,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Chiave Privata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Certificato Pubblico" @@ -234,7 +238,7 @@ msgstr "RSA 3072 bit" msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -292,7 +296,7 @@ msgstr "" "official/acme.sh/wiki/dnsapi . Aggiungi più voci qui nel formato variabile " "shell CHIAVE=VALORE per fornire variabili credenziali multiple." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -401,11 +405,11 @@ msgstr "" #~ "YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "Es. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "Es. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "" diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index c1c316ca2f..f1a048f184 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -40,7 +40,7 @@ msgstr "詳細設定" msgid "Alternative DNS API options" msgstr "代替 DNS API オプション" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "キャンセル" @@ -48,11 +48,15 @@ msgstr "キャンセル" msgid "Cert files are stored in" msgstr "証明書ファイルは以下の場所に保存されています" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "証明書設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "証明書" @@ -60,7 +64,7 @@ msgstr "証明書" msgid "Challenge Alias" msgstr "チャレンジのエイリアス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "追加されたドメイン証明書の設定を確認してください" @@ -93,7 +97,7 @@ msgstr "更新までの日数" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "既定" @@ -158,7 +162,8 @@ msgstr "luci-app-acme に UCI アクセスを許可" msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." -msgstr "証明書が期限までに更新されなかった場合、有効期限の 20 日前にお知らせが届きま" +msgstr "" +"証明書が期限までに更新されなかった場合、有効期限の 20 日前にお知らせが届きま" "す。" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 @@ -173,7 +178,7 @@ msgstr "パッケージ %s をインストール" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "無効なドメインです。英数字およびハイフンのみが許可されます" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "発行日" @@ -181,7 +186,8 @@ msgstr "発行日" msgid "" "It may be needed to change if your web server is behind reverse proxy and " "uses a different port." -msgstr "ウェブサーバーがリバースプロキシの背後にある場合や、異なるポートを使用してい" +msgstr "" +"ウェブサーバーがリバースプロキシの背後にある場合や、異なるポートを使用してい" "る場合には変更が必要になる可能性があります。" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:246 @@ -200,7 +206,7 @@ msgstr "リッスンポート" msgid "Log View" msgstr "ログビュー" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "メイン ドメイン" @@ -212,13 +218,14 @@ msgstr "パッケージはインストールされていません" msgid "" "Port where to listen for ACME challenge requests. The port will be " "temporarily open during validation." -msgstr "ACME チャレンジリクエストを待機するポートです。検証中は一時的に開かれます。" +msgstr "" +"ACME チャレンジリクエストを待機するポートです。検証中は一時的に開かれます。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "秘密鍵" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "公開証明書" @@ -234,7 +241,7 @@ msgstr "RSA 3072 ビット" msgid "RSA 4096 bits" msgstr "RSA 4096 ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "保存" @@ -291,11 +298,12 @@ msgstr "" "ださい。複数の認証情報変数を指定するには、KEY=VAL シェル変数形式で複数のエン" "トリーを追加してください。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." -msgstr "DDNS %s のドメイン %s は既に %s で設定されています。インポート後に確認してく" +msgstr "" +"DDNS %s のドメイン %s は既に %s で設定されています。インポート後に確認してく" "ださい。" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:231 @@ -317,15 +325,17 @@ msgid "" "address. Once configured, issuing certificates can take a while. Check the " "logs for progress and any errors." msgstr "" -"この設定は ACME (Let's Encrypt) による自動証明書インストールを構成します。ウ" -"ェブインターフェース用に Let's Encrypt 発行の証明書でルーターを設定するには、" -"以下を入力してください。証明書内のドメイン名は、事前にルーターのパブリッ ク I" -"Pアドレスを指すよう設定済みである必要があります。設定後、証明書の発行には時間" -"がかかる場合があります。進行状況やエラーについてはログを確認してください。" +"この設定は ACME (Let's Encrypt) による自動証明書インストールを構成します。" +"ウェブインターフェース用に Let's Encrypt 発行の証明書でルーターを設定するに" +"は、以下を入力してください。証明書内のドメイン名は、事前にルーターのパブリッ " +"ク IPアドレスを指すよう設定済みである必要があります。設定後、証明書の発行には" +"時間がかかる場合があります。進行状況やエラーについてはログを確認してくださ" +"い。" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 msgid "To temporary open port you can specify your web server port e.g. 80." -msgstr "一時的にポートを開くときは、Web サーバーのポート番号 (例: 80) を指定します。" +msgstr "" +"一時的にポートを開くときは、Web サーバーのポート番号 (例: 80) を指定します。" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:164 msgid "" diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index 39c2647e19..b95d105b22 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -39,7 +39,7 @@ msgstr "고급 설정" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "취소" @@ -47,11 +47,15 @@ msgstr "취소" msgid "Cert files are stored in" msgstr "인증서 파일은 다음에 저장됩니다:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "인증서 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "인증서" @@ -59,7 +63,7 @@ msgstr "인증서" msgid "Challenge Alias" msgstr "챌린지 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "갱신일" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "기본값" @@ -172,7 +176,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "발급 일자" @@ -198,7 +202,7 @@ msgstr "" msgid "Log View" msgstr "로그 보기" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "주 도메인" @@ -212,11 +216,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "개인 키" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "공개 인증서" @@ -232,7 +236,7 @@ msgstr "RSA 3072비트" msgid "RSA 4096 bits" msgstr "RSA 4096비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "저장" @@ -290,7 +294,7 @@ msgstr "" "참고해주세요. KEY=VAL 쉘 변수 포맷에 따라 여러 개의 자격 증명을 추가할 수 있" "습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -393,8 +397,8 @@ msgstr "" #~ msgstr "개인 키의 Base64 데이터입니다. YC_SA_Key_File_Path 대신 사용하세요." #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "예시: _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "예시: _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index 4621566706..3e0110d91a 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -42,7 +42,7 @@ msgstr "Pažangūs nustatymai" msgid "Alternative DNS API options" msgstr "Alternatyvūs „DNS API“ parinktys" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Atšaukti" @@ -50,11 +50,15 @@ msgstr "Atšaukti" msgid "Cert files are stored in" msgstr "Sertifikatų failai yra saugomi:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Sertifikato konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Sertifikatai" @@ -62,7 +66,7 @@ msgstr "Sertifikatai" msgid "Challenge Alias" msgstr "Atpažinimo pseudonimas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "Patikrinti pridėtų domenų-sričių sertifikatų konfigūracijas" @@ -95,7 +99,7 @@ msgstr "Dienos iki atnaujinimo" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Numatyta/-s" @@ -180,7 +184,7 @@ msgstr "" "Neteisingas domenas-sritis. Leidžiamos mažosios raidės a-z, skaičiai ir " "brūkšnys „-“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Įteiktas" @@ -208,7 +212,7 @@ msgstr "Laukiamo prisijungimo/jungties ryšio prievadas" msgid "Log View" msgstr "Žurnalo peržiūra" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Pagrindinis domenas-sritis" @@ -224,11 +228,11 @@ msgstr "" "Prievadas, kuriame lauks prisijungimo jungties ryšio „ACME“ atpažinimo " "užklausų. Prievadas bus laikinai atidarytas patvirtinimo/patikrinimo metu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Privatus raktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Viešasis sertifikatas" @@ -244,7 +248,7 @@ msgstr "„RSA 3072“ bitai" msgid "RSA 4096 bits" msgstr "„RSA 4096“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "Išsaugoti" @@ -300,12 +304,12 @@ msgid "" "by each API. Add multiple entries here in KEY=VAL shell variable format to " "supply multiple credential variables." msgstr "" -"Aukščiau pa(si)rinktos „DNS API“ veiksenos kredencialai. Žr.: https://" -"github.com/acmesh-official/acme.sh/wiki/dnsapi, kad sužinotumėte kiekvienos " -"„API“; reikalingų kredencialų formatą. Pridėkite kelis įrašus čia: KEY=VAL; " +"Aukščiau pa(si)rinktos „DNS API“ veiksenos kredencialai. Žr.: https://github." +"com/acmesh-official/acme.sh/wiki/dnsapi, kad sužinotumėte kiekvienos „API“; " +"reikalingų kredencialų formatą. Pridėkite kelis įrašus čia: KEY=VAL; " "apvalkalo kintamojo formatu, kad pateiktumėte kelis kredencialų kintamuosius." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -421,11 +425,11 @@ msgstr "pakaitos simboliai * reikalauja patvirtinimo metodo: „DNS“" #~ "„Base64“ privataus rakto turinys. Naudokite vietoj – „YC_SA_Key_File_Path“" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "Pvz: „_acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111“" +#~ "Pvz: „_acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111“" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "„OCID“ nuoma/-os , kuri/-os laiko taikomąją „DNS“ zoną" diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index 2d9505ef67..8dc7799bf3 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -39,7 +39,7 @@ msgstr "अधिक सेटिंग्ज" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "प्रमाणपत्र कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Challenge Alias" msgstr "आव्हान उपनाम" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -167,7 +171,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -193,7 +197,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -207,11 +211,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -227,7 +231,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -274,7 +278,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index e124e86606..3c86e803ba 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -39,7 +39,7 @@ msgstr "Tetapan Lanjutan" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -167,7 +171,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -193,7 +197,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -207,11 +211,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -227,7 +231,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -274,7 +278,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index 630441bb11..d6f39a4823 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -40,7 +40,7 @@ msgstr "Avanserte innstillinger" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -48,11 +48,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "Sert-filer er lagret i" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Sertifikatkonfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -60,7 +64,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -93,7 +97,7 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -168,7 +172,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -194,7 +198,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -208,11 +212,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -228,7 +232,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -275,7 +279,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/nl/acme.po b/applications/luci-app-acme/po/nl/acme.po index 8eb47d51df..42829973ed 100644 --- a/applications/luci-app-acme/po/nl/acme.po +++ b/applications/luci-app-acme/po/nl/acme.po @@ -41,7 +41,7 @@ msgstr "Geavanceerde instellingen" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -49,11 +49,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -61,7 +65,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -94,7 +98,7 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -169,7 +173,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -195,7 +199,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -209,11 +213,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -229,7 +233,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -276,7 +280,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index 810510d760..ff3fa15c8d 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -40,7 +40,7 @@ msgstr "Ustawienia zaawansowane" msgid "Alternative DNS API options" msgstr "Alternatywne opcje API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Anuluj" @@ -48,11 +48,15 @@ msgstr "Anuluj" msgid "Cert files are stored in" msgstr "Pliki certyfikatów są przechowywane w" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Konfiguracja certyfikatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Certyfikaty" @@ -60,7 +64,7 @@ msgstr "Certyfikaty" msgid "Challenge Alias" msgstr "Alias wyzwania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "Sprawdź konfiguracje dodanych certyfikatów domeny" @@ -93,7 +97,7 @@ msgstr "Dni do czasu odnowienia" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Domyślne" @@ -176,7 +180,7 @@ msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" "Nieprawidłowa domena. Dozwolone są małe litery od A do Z, cyfry i dywiz -" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Wystawiono dnia" @@ -204,7 +208,7 @@ msgstr "Port nasłuchiwania" msgid "Log View" msgstr "Widok dziennika" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Domena główna" @@ -220,11 +224,11 @@ msgstr "" "Port, na którym należy nasłuchiwać wyzwań ACME. Port będzie tymczasowo " "otwarty podczas walidacji." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Klucz prywatny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Certyfikat publiczny" @@ -240,7 +244,7 @@ msgstr "RSA 3072 bity" msgid "RSA 4096 bits" msgstr "RSA 4096 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "Zapisz" @@ -299,7 +303,7 @@ msgstr "" "poświadczeń wymaganych przez każdy interfejs API. Dodaj tutaj wiele wpisów w " "formacie zmiennej powłoki KEY=VAL, aby podać wiele zmiennych referencji." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -410,11 +414,11 @@ msgstr "symbole wieloznaczne * wymagają metody walidacji: DNS" #~ "YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "Np. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "Np. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "OCID dzierżawcy, który zawiera docelową strefę DNS" diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index 860676ad43..372e6e13c8 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -39,7 +39,7 @@ msgstr "Definições Avançadas" msgid "Alternative DNS API options" msgstr "Opções alternativas da API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Cancelar" @@ -47,11 +47,15 @@ msgstr "Cancelar" msgid "Cert files are stored in" msgstr "Os ficheiros Cert são armazenados em" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Certificados" @@ -59,7 +63,7 @@ msgstr "Certificados" msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "Dias até à renovação" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Predefinido" @@ -177,7 +181,7 @@ msgstr "" "Domínio inválido. Apenas permitido letras minúsculas (a-z), números e hífen " "(-)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Emitido em" @@ -205,7 +209,7 @@ msgstr "Porta de escuta" msgid "Log View" msgstr "Visualização de log" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Domínio principal" @@ -221,11 +225,11 @@ msgstr "" "Porta onde ouvir por requisições de desafio ACME. A porta será aberta " "temporariamente durante a validação." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Certificado público" @@ -241,7 +245,7 @@ msgstr "Chave RSA de 3072 bits" msgid "RSA 4096 bits" msgstr "Chave RSA de 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "Salvar" @@ -302,7 +306,7 @@ msgstr "" "como variável da shell KEY=VAL suprindo múltiplas variáveis para as " "credenciais." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -413,11 +417,11 @@ msgstr "" #~ "Conteúdo base64 da chave privada. Utilizar em vez de YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "Por exemplo: _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "Por exemplo: _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "OCID do locatário que contém a zona DNS de destino" diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index 0d1a4c5d7e..7ffe336874 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -39,7 +39,7 @@ msgstr "Configurações avançadas" msgid "Alternative DNS API options" msgstr "Opções de API DNS Alternativa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Cancelar" @@ -47,11 +47,15 @@ msgstr "Cancelar" msgid "Cert files are stored in" msgstr "Onde os certificados são armazenados" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Certificados" @@ -59,7 +63,7 @@ msgstr "Certificados" msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "Verificar as configurações de certificados de domínio adicionados" @@ -92,7 +96,7 @@ msgstr "Dias até a renovação" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Predefinido" @@ -176,7 +180,7 @@ msgstr "" "Domínio inválido. São permitidas apenas letras minúsculas de \"a\" à \"z\", " "números e hífen \"-\"" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Emitido em" @@ -204,7 +208,7 @@ msgstr "Porta de Escuta/Entrada" msgid "Log View" msgstr "Visualização de registro (Log)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Domínio principal" @@ -220,11 +224,11 @@ msgstr "" "Porta de escuta/entrada de solicitações de desafio ACME. A porta ficará " "temporariamente aberta durante a validação." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Certificado público" @@ -240,7 +244,7 @@ msgstr "RSA 3072 bits" msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "Salvar" @@ -302,7 +306,7 @@ msgstr "" "como variável da shell KEY=VAL suprindo múltiplas variáveis para as " "credenciais." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -414,8 +418,8 @@ msgstr "curingas (wildcards) * requerido. Método de validação: DNS" #~ msgstr "Conteúdo Base64 da chave privada. Use em vez do YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" #~ "Ex. _acme-challenge.example.com:12345:98765 alias.example.com:111" diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index 6fc06aaef8..bc9141d9a5 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -40,7 +40,7 @@ msgstr "Setări Avansate" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -48,11 +48,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "Unde se păstrează certificatele și alte dosare de stat." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Configurarea certificatului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Certificate" @@ -60,7 +64,7 @@ msgstr "Certificate" msgid "Challenge Alias" msgstr "Alias de provocare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -93,7 +97,7 @@ msgstr "Zile până la reînnoire" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Implicit" @@ -175,7 +179,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Emis la" @@ -201,7 +205,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Domeniul principal" @@ -215,11 +219,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Cheia privată" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Certificat public" @@ -235,7 +239,7 @@ msgstr "RSA 3072 biți" msgid "RSA 4096 bits" msgstr "RSA 4096 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -295,7 +299,7 @@ msgstr "" "formatul variabilei de shell KEY=VAL pentru a furniza mai multe variabile de " "acreditare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -405,11 +409,11 @@ msgstr "" #~ "YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "OCID al locației care conține zona DNS țintă" diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index 4230b4bd10..345e931adc 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -42,7 +42,7 @@ msgstr "Расширенные настройки" msgid "Alternative DNS API options" msgstr "Альтернативные параметры DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Отмена" @@ -50,11 +50,15 @@ msgstr "Отмена" msgid "Cert files are stored in" msgstr "Сертификаты сохраняются в папку" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Конфигурация сертификата" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Сертификаты" @@ -62,7 +66,7 @@ msgstr "Сертификаты" msgid "Challenge Alias" msgstr "Псевдонимы вызова" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "Проверьте конфигурации добавленных доменных сертификатов" @@ -95,7 +99,7 @@ msgstr "Дней до продления" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "По умолчанию" @@ -177,7 +181,7 @@ msgstr "Установить пакет %s" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "Неверный домен. Допустимы строчные буквы (a-z), цифры и дефис (-)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Выпущен" @@ -205,7 +209,7 @@ msgstr "Порт прослушивания" msgid "Log View" msgstr "Просмотр журнала" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Главный домен" @@ -221,11 +225,11 @@ msgstr "" "Порт для прослушивания запросов проверки ACME. Порт будет временно открыт во " "время валидации." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Приватный ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Публичный сертификат" @@ -241,7 +245,7 @@ msgstr "RSA 3072 бита" msgid "RSA 4096 bits" msgstr "RSA 4096 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "Сохранить" @@ -301,7 +305,7 @@ msgstr "" "acme.sh/wiki/dnsapi. Добавьте сюда несколько записей в формате переменной " "оболочки KEY=VAL, чтобы предоставить несколько переменных учётных данных." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -412,11 +416,11 @@ msgstr "подстановочные знаки * требуют метод ва #~ "Base64 содержимое приватного ключа. Используйте вместо YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "Например: _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "Например: _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "OCID арендатора, содержащего целевую зону DNS" diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index ca4f2c5860..fabbb69342 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -39,7 +39,7 @@ msgstr "" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -167,7 +171,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -193,7 +197,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -207,11 +211,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -227,7 +231,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -274,7 +278,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index 6e09def5c1..9fc4c77bf0 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -39,7 +39,7 @@ msgstr "" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Konfigurácia certifikátov" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -172,7 +176,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -198,7 +202,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -212,11 +216,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -232,7 +236,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -283,7 +287,7 @@ msgstr "" "acmesh-official/acme.sh/wiki/dnsapi pre formát údajov požadovaný každým API. " "Pre zadanie viacerých údajov tu pridaj hodnoty v tvare KĽÚČ=HODNOTA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index 6260df52f0..26ce12b3f0 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -39,7 +39,7 @@ msgstr "Avancerade inställningar" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "Certfiler lagras i" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Konfiguration för certifikatet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Certifikat" @@ -59,7 +63,7 @@ msgstr "Certifikat" msgid "Challenge Alias" msgstr "Alias för utmaningen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "Dagar till förnyelse" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Standard" @@ -174,7 +178,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Utfärdades den" @@ -200,7 +204,7 @@ msgstr "Lyssningsport" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Huvuddomän" @@ -214,11 +218,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Privat nyckel" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Publikt certifikat" @@ -234,7 +238,7 @@ msgstr "RSA 3072 bitar" msgid "RSA 4096 bits" msgstr "RSA 4096 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -285,7 +289,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -375,11 +379,11 @@ msgstr "" #~ "YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "T.ex. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "T.ex. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "Path to private API signing key file in PEM format" #~ msgstr "Genväg till den privata API'ns signeringsnyckel i PEM-format" diff --git a/applications/luci-app-acme/po/ta/acme.po b/applications/luci-app-acme/po/ta/acme.po index 46842ce35a..e270484477 100644 --- a/applications/luci-app-acme/po/ta/acme.po +++ b/applications/luci-app-acme/po/ta/acme.po @@ -39,7 +39,7 @@ msgstr "மேம்பட்ட அமைப்புகள்" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "சான்றிதழ் கோப்புகள் சேமிக்கப்படுகின்றன" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "சான்றிதழ் கட்டமைப்பு" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "சான்றிதழ்கள்" @@ -59,7 +63,7 @@ msgstr "சான்றிதழ்கள்" msgid "Challenge Alias" msgstr "அறைகூவல் மாற்றுப்பெயர்" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "புதுப்பித்தல் வரை நாட்கள்" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "இயல்புநிலை" @@ -174,7 +178,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "வழங்கப்பட்டது" @@ -200,7 +204,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "முதன்மை களம்" @@ -214,11 +218,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "தனிப்பட்ட விசை" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "பொது சான்றிதழ்" @@ -234,7 +238,7 @@ msgstr "RSA 3072 பிட்கள்" msgid "RSA 4096 bits" msgstr "RSA 4096 பிட்கள்" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -291,7 +295,7 @@ msgstr "" "wiki/dnsapi ஐப் பார்க்கவும். பல நற்சான்றிதழ் மாறிகள் வழங்க விசை = வால் செல் மாறி " "வடிவத்தில் பல உள்ளீடுகளை இங்கே சேர்க்கவும்." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -397,11 +401,11 @@ msgstr "" #~ "பயன்படுத்தவும்" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "எ.கா. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111 " +#~ "எ.கா. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111 " #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "இலக்கு டி.என்.எச் மண்டலத்தைக் கொண்ட குத்தகைதாரரின் OCID" diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index d5c1a79898..aa625dece7 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -30,7 +30,7 @@ msgstr "" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -38,11 +38,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -50,7 +54,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -83,7 +87,7 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "" @@ -158,7 +162,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -184,7 +188,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -198,11 +202,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -218,7 +222,7 @@ msgstr "" msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -265,7 +269,7 @@ msgid "" "supply multiple credential variables." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index be40bccdaa..adbc9c32b4 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -39,7 +39,7 @@ msgstr "Gelişmiş Ayarlar" msgid "Alternative DNS API options" msgstr "Diğer DNS API seçenekleri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "Sertifikaların ve diğer dosyaların tutulduğu yer" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Sertifika yapılandırması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Sertifikalar" @@ -59,7 +63,7 @@ msgstr "Sertifikalar" msgid "Challenge Alias" msgstr "Challenge Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "Yenilemeye kalan gün sayısı" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "Varsayılan" @@ -174,7 +178,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Yayınlandığı tarih" @@ -200,7 +204,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Ana Etki Alanı" @@ -214,11 +218,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Özel anahtar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Herkese Açık Sertifika" @@ -234,7 +238,7 @@ msgstr "RSA 3072 bit" msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -292,7 +296,7 @@ msgstr "" "dnsapi adresine bakın. Birden çok kimlik bilgisi değişkeni sağlamak için " "buraya birden çok KEY = VAL olarak shell değişkeni ekleyin." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -399,11 +403,11 @@ msgstr "" #~ msgstr "Özel anahtarın Base64 içeriği. YC_SA_Key_File_Path yerine kullanın" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "Örneğin. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "Örneğin. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "Hedef DNS bölgesini içeren kiracılığın OCID'si" diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index 94538c16c0..1835b0b096 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -41,7 +41,7 @@ msgstr "Розширені налаштування" msgid "Alternative DNS API options" msgstr "Альтернативні варіанти DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "Скасувати" @@ -49,11 +49,15 @@ msgstr "Скасувати" msgid "Cert files are stored in" msgstr "Сертифікати зберігаються у каталог" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Параметри сертифіката" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "Сертифікати" @@ -61,7 +65,7 @@ msgstr "Сертифікати" msgid "Challenge Alias" msgstr "Псевдоніми виклику" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "Перевірте конфігурації доданих сертифікатів домену" @@ -94,7 +98,7 @@ msgstr "Днів до поновлення" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "За замовчуванням" @@ -177,7 +181,7 @@ msgstr "Встановити пакет %s" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "Недійсний домен. Дозволені малі літери a-z, цифри та дефіс -" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "Видано на" @@ -205,7 +209,7 @@ msgstr "Порт прослуховування" msgid "Log View" msgstr "Перегляд журналу" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "Основний домен" @@ -221,11 +225,11 @@ msgstr "" "Порт, через який слід прослуховувати запити ACME. Порт буде тимчасово " "відкритий під час перевірки." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "Приватний ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "Публічний сертифікат" @@ -241,7 +245,7 @@ msgstr "RSA 3072 біт" msgid "RSA 4096 bits" msgstr "RSA 4096 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "Зберегти" @@ -299,7 +303,7 @@ msgstr "" "для кожного API. Додайте тут кілька записів у форматі змінної оболонки " "KEY=VAL, щоб надати декілька змінних облікових даних." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -411,11 +415,11 @@ msgstr "шаблони * обов'язкові. Метод перевірки: D #~ "Base64 вміст приватного ключа. Використовувати замість YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "Наприклад, _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "Наприклад, _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "OCID оренди, яка містить цільову DNS-зону" diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index 3da4b9562e..08fcda0ea4 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -39,7 +39,7 @@ msgstr "Cài đặt Nâng cao" msgid "Alternative DNS API options" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "Cấu hình chứng chỉ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Challenge Alias" msgstr "Bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "Cho đến ngày được làm mới" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 #, fuzzy msgid "Default" msgstr "Mặc định" @@ -173,7 +177,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "" @@ -199,7 +203,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "" @@ -213,11 +217,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "" @@ -233,7 +237,7 @@ msgstr "RSA kích thước 3072 bits" msgid "RSA 4096 bits" msgstr "RSA kích thước 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -286,12 +290,12 @@ msgid "" "by each API. Add multiple entries here in KEY=VAL shell variable format to " "supply multiple credential variables." msgstr "" -"Thông tin đăng nhập cho chế độ API DNS đã chọn ở trên. Xem https://" -"github.com/acmesh-official/acme.sh/wiki/dnsapi để biết định dạng thông tin " -"xác thực mà mỗi API yêu cầu. Thêm nhiều mục vào đây ở định dạng biến hệ vỏ " -"KEY=VAL để cung cấp nhiều biến thông tin xác thực." +"Thông tin đăng nhập cho chế độ API DNS đã chọn ở trên. Xem https://github." +"com/acmesh-official/acme.sh/wiki/dnsapi để biết định dạng thông tin xác thực " +"mà mỗi API yêu cầu. Thêm nhiều mục vào đây ở định dạng biến hệ vỏ KEY=VAL để " +"cung cấp nhiều biến thông tin xác thực." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." diff --git a/applications/luci-app-acme/po/yua/acme.po b/applications/luci-app-acme/po/yua/acme.po new file mode 100644 index 0000000000..130cb137d8 --- /dev/null +++ b/applications/luci-app-acme/po/yua/acme.po @@ -0,0 +1,361 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: yua\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/logread.js:4 +msgid "ACME Log" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:40 +#: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 +msgid "ACME certificates" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 +msgid "ACME global config" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:277 +msgid "ACME server URL" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +msgid "Account email" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 +msgid "Advanced Settings" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:190 +msgid "Alternative DNS API options" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 +msgid "Cancel" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:48 +msgid "Cert files are stored in" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 +msgid "Certificate config" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +msgid "Certificates" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:223 +msgid "Challenge Alias" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 +msgid "Check the configurations of the added domain certificates" +msgstr "" + +#: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:14 +msgid "Configure" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:278 +msgid "Custom ACME server directory URL." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:163 +msgid "DNS API" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:215 +msgid "DNS API credentials" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +msgid "DNS Challenge Validation" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:296 +msgid "Days until renewal" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 +msgid "Default" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:230 +msgid "Domain Alias" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:129 +msgid "Domain names" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:130 +msgid "" +"Domain names to include in the certificate. The first name will be the " +"subject name, subsequent names will be alt names. Note that all domain names " +"must point at the router in the global DNS." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:251 +msgid "ECC 256 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:252 +msgid "ECC 384 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:56 +msgid "Email address to associate with account key." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:62 +msgid "Enable debug logging" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:86 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:68 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:288 +msgid "" +"Get certificate from the Letsencrypt staging server (use for testing; the " +"certificate won't be valid)." +msgstr "" + +#: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3 +msgid "Grant UCI access for luci-app-acme" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 +msgid "" +"If a certificate wasn't renewed in time then you'll receive a notice at 20 " +"days before expiry." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:107 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 +msgid "Issued on" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:117 +msgid "" +"It may be needed to change if your web server is behind reverse proxy and " +"uses a different port." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:246 +msgid "Key size (and type) for the generated certificate." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:245 +msgid "Key type" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:115 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:22 +msgid "Log View" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 +msgid "Main Domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:106 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:116 +msgid "" +"Port where to listen for ACME challenge requests. The port will be " +"temporarily open during validation." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +msgid "Private Key" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +msgid "Public Certificate" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:248 +msgid "RSA 2048 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:249 +msgid "RSA 3072 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:250 +msgid "RSA 4096 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +msgid "Save" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:238 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:183 +msgid "See instructions" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:239 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:279 +msgid "See more" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 +msgid "Standalone" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +msgid "" +"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. DNS mode will allow you to use the DNS API of your DNS provider " +"to issue a certificate." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:224 +msgid "" +"The challenge alias to use for ALL domains. See https://github.com/acmesh-" +"official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " +"only supports one challenge alias per certificate." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:216 +msgid "" +"The credentials for the DNS API mode selected above. See https://github.com/" +"acmesh-official/acme.sh/wiki/dnsapi for the format of credentials required " +"by each API. Add multiple entries here in KEY=VAL shell variable format to " +"supply multiple credential variables." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 +msgid "" +"The domain %s in DDNS %s is already configured in %s. Please check it after " +"the importing." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:231 +msgid "" +"The domain alias to use for ALL domains. See https://github.com/acmesh-" +"official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " +"only supports one challenge domain per certificate." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:41 +msgid "" +"This configures ACME (Letsencrypt) automatic certificate installation. " +"Simply fill out this to have the router configured with Letsencrypt-issued " +"certificates for the web interface. Note that the domain names in the " +"certificate must already be configured to point at the router's public IP " +"address. Once configured, issuing certificates can take a while. Check the " +"logs for progress and any errors." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +msgid "To temporary open port you can specify your web server port e.g. 80." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:164 +msgid "" +"To use DNS mode to issue certificates, set this to the name of a DNS API " +"supported by acme.sh. See https://github.com/acmesh-official/acme.sh/wiki/" +"dnsapi for the list of available APIs. In DNS mode, the domain name does not " +"have to resolve to the router IP. DNS mode is also the only mode that " +"supports wildcard certificates. Using this mode requires the acme-dnsapi " +"package to be installed." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:278 +msgid "Use a custom CA instead of Let's Encrypt." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:286 +msgid "Use staging server" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 +msgid "Validate via TLS port 443." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +msgid "Validation method" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 +msgid "Validation via TLS ALPN" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:237 +msgid "Wait for DNS update" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:97 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +msgid "Webroot Challenge Validation" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +msgid "Webroot directory" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:154 +msgid "" +"Webserver root directory. Set this to the webserver document root to run " +"Acme in webroot mode. The web server must be accessible from the internet on " +"port 80." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:147 +msgid "wildcards * require Validation method: DNS" +msgstr "" diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index 5d590dd757..bc9096b355 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -39,7 +39,7 @@ msgstr "高级设置" msgid "Alternative DNS API options" msgstr "备用 DNS API 选项" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "取消" @@ -47,11 +47,15 @@ msgstr "取消" msgid "Cert files are stored in" msgstr "证书存放位置" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "证书配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "证书" @@ -59,7 +63,7 @@ msgstr "证书" msgid "Challenge Alias" msgstr "质询别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "检查添加的域名证书的配置" @@ -92,7 +96,7 @@ msgstr "续约前天数" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "默认" @@ -169,7 +173,7 @@ msgstr "安装 %s 包" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "无效域名。允许小写字母 a-z、数字和连字符 -" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "颁发于" @@ -195,7 +199,7 @@ msgstr "侦听端口" msgid "Log View" msgstr "日志视图" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "主域" @@ -209,11 +213,11 @@ msgid "" "temporarily open during validation." msgstr "侦听 ACME challenge 请求的端口。验证期间将临时开放该端口。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "私钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "公钥证书" @@ -229,7 +233,7 @@ msgstr "RSA 3072 位" msgid "RSA 4096 bits" msgstr "RSA 4096 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "保存" @@ -284,7 +288,7 @@ msgstr "" "acme.sh/wiki/dnsapi 以了解每个 API 所需的凭据格式。在此处以 KEY=VAL shell 变" "量格式添加多个条目,以提供多个凭据变量。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -385,11 +389,11 @@ msgstr "通配符 * 需要验证方法:DNS" #~ msgstr "私钥的 Base64 格式内容,不使用 YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" -#~ "如,_acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "如,_acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgid "OCID of tenancy that contains the target DNS zone" #~ msgstr "包含目标 DNS 区域的租约的 OCID" diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index 9c28046440..b6f42d7cd2 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -39,7 +39,7 @@ msgstr "進階設定" msgid "Alternative DNS API options" msgstr "替代DNS API選項" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:419 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:423 msgid "Cancel" msgstr "" @@ -47,11 +47,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "憑證儲存位置" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:302 +msgid "Certificate Profile" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:76 msgid "Certificate config" msgstr "憑證設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:537 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 msgid "Certificates" msgstr "憑證" @@ -59,7 +63,7 @@ msgstr "憑證" msgid "Challenge Alias" msgstr "Challenge別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:416 msgid "Check the configurations of the added domain certificates" msgstr "" @@ -92,7 +96,7 @@ msgstr "更新前的天數" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:120 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:157 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:280 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:444 msgid "Default" msgstr "預設" @@ -171,7 +175,7 @@ msgstr "" msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "Issued on" msgstr "簽發於" @@ -197,7 +201,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:520 msgid "Main Domain" msgstr "主要域名" @@ -211,11 +215,11 @@ msgid "" "temporarily open during validation." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Private Key" msgstr "私有金鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:518 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Public Certificate" msgstr "公共憑證" @@ -231,7 +235,7 @@ msgstr "RSA(3072位元)" msgid "RSA 4096 bits" msgstr "RSA(4096位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:432 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "Save" msgstr "" @@ -271,8 +275,8 @@ msgid "" "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " "only supports one challenge alias per certificate." msgstr "" -"所有網域使用的Challenge別名;請參閱https://github.com/acmesh-official/" -"acme.sh/wiki/DNS-alias-mode以獲得行程的詳細資訊。LuCI僅支援每個憑證擁有唯一" +"所有網域使用的Challenge別名;請參閱https://github.com/acmesh-official/acme." +"sh/wiki/DNS-alias-mode以獲得行程的詳細資訊。LuCI僅支援每個憑證擁有唯一" "Challenge 別名。" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:216 @@ -286,7 +290,7 @@ msgstr "" "wiki/dnsapi以獲得每個API所需的憑證格式。要提供多個憑證變數,請輸入格式為" "KEY=VAL的多個項目。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:399 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:403 msgid "" "The domain %s in DDNS %s is already configured in %s. Please check it after " "the importing." @@ -387,8 +391,8 @@ msgstr "" #~ msgstr "私鑰的Base64內容。不使用YC_SA_Key_File_Path" #~ msgid "" -#~ "E.g. _acme-challenge.example.com:12345:98765 " -#~ "alias.example.com:11111" +#~ "E.g. _acme-challenge.example.com:12345:98765 alias.example." +#~ "com:11111" #~ msgstr "" #~ "如_acme-challenge.example.com:12345:98765 alias.example.com:11111"