luci-app-acme: support --cert-profile option
authorNorman Gehrsitz <redacted>
Sat, 3 Jan 2026 17:09:48 +0000 (18:09 +0100)
committerPaul Donald <redacted>
Fri, 23 Jan 2026 19:57:39 +0000 (20:57 +0100)
This makes the new --cert-profile option from https://github.com/openwrt/packages/pull/28237 available in Luci.

Signed-off-by: Norman Gehrsitz <redacted>
45 files changed:
applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js
applications/luci-app-acme/po/ar/acme.po
applications/luci-app-acme/po/bg/acme.po
applications/luci-app-acme/po/bn_BD/acme.po
applications/luci-app-acme/po/ca/acme.po
applications/luci-app-acme/po/cs/acme.po
applications/luci-app-acme/po/da/acme.po
applications/luci-app-acme/po/de/acme.po
applications/luci-app-acme/po/el/acme.po
applications/luci-app-acme/po/eo/acme.po
applications/luci-app-acme/po/es/acme.po
applications/luci-app-acme/po/et/acme.po
applications/luci-app-acme/po/fa/acme.po
applications/luci-app-acme/po/fi/acme.po
applications/luci-app-acme/po/fil/acme.po [new file with mode: 0644]
applications/luci-app-acme/po/fr/acme.po
applications/luci-app-acme/po/ga/acme.po
applications/luci-app-acme/po/he/acme.po
applications/luci-app-acme/po/hi/acme.po
applications/luci-app-acme/po/hu/acme.po
applications/luci-app-acme/po/id/acme.po
applications/luci-app-acme/po/it/acme.po
applications/luci-app-acme/po/ja/acme.po
applications/luci-app-acme/po/ko/acme.po
applications/luci-app-acme/po/lt/acme.po
applications/luci-app-acme/po/mr/acme.po
applications/luci-app-acme/po/ms/acme.po
applications/luci-app-acme/po/nb_NO/acme.po
applications/luci-app-acme/po/nl/acme.po
applications/luci-app-acme/po/pl/acme.po
applications/luci-app-acme/po/pt/acme.po
applications/luci-app-acme/po/pt_BR/acme.po
applications/luci-app-acme/po/ro/acme.po
applications/luci-app-acme/po/ru/acme.po
applications/luci-app-acme/po/si/acme.po
applications/luci-app-acme/po/sk/acme.po
applications/luci-app-acme/po/sv/acme.po
applications/luci-app-acme/po/ta/acme.po
applications/luci-app-acme/po/templates/acme.pot
applications/luci-app-acme/po/tr/acme.po
applications/luci-app-acme/po/uk/acme.po
applications/luci-app-acme/po/vi/acme.po
applications/luci-app-acme/po/yua/acme.po [new file with mode: 0644]
applications/luci-app-acme/po/zh_Hans/acme.po
applications/luci-app-acme/po/zh_Hant/acme.po

index 31556cb3a0a0c0aa112bde4dceed1f7a95d13e2e..0412395c3b56a1129cd3a9162615f1f3d46cc30b 100644 (file)
@@ -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');
 
index 9b9b4d4a77e61ad8d1430cd4dddaf2a8b5dd7ad8..493543532acaa3a63199383b363a2b69b49e4f1f 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "على <code>سبيل المثال _acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "على <code>سبيل المثال _acme-challenge.example.com:12345:98765 alias."
+#~ "example.com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "OCID للإيجار الذي يحتوي على منطقة DNS المستهدفة"
index 892a0f651d2013d92f4231c4efee75f7b133d3ab..0404419f3bbb213108ea3b138920487c76e46f3a 100644 (file)
@@ -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."
index b3615bbf2709e65eef91f57a1642a26c135cb95c..5af3540aa6c172ab0d6a6b1b497caaa25f0a270d 100644 (file)
@@ -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."
index 6c0e5c25e441f64906dd35acdedf29457ecb8153..543177c18fa244fb7fb58c053c514bf09a7a4fae 100644 (file)
@@ -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."
index d332e607a39aa25fecf6fb1841938d3f0c4179d4..49b2b03060b3ae6be5632a24db82b2300d607bb7 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "Např. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "Např. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "OCID nájmu, který obsahuje cílovou DNS zónu"
index af20457a85fecc79131488bd3624b99a37f7cab6..4fb4336441016b45cdc47718bd73e538067b3660 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "f. eks. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "f. eks. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "OCID af tenancy, der indeholder mål DNS zonen"
index 6d751607544bf0b262aa886767b67e59128ec541..0b6b637708e48f62c5f77d85ef1ecbb0720842c7 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "Z. B. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "Z. B. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "OCID von Mieten, die die Ziel-DNS-Zone enthält"
index 2f1a87b5c9897c49bb6691270ae7ef032daecf0e..e31ddd8e74d23cd48543ba47c61ad2c90038d558 100644 (file)
@@ -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."
index d2ca496c2ad8820d3f8b9d555142671e8d833e5c..1cac15aa9438da14bf82f7f1de16af9b0d0713fa 100644 (file)
@@ -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."
index eeedf0821134acd1412eeeb40573a4b0437aacfd..b5fbba9787bdd9542e56ea335755d21f99b1d3d4 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "Por ejemplo, <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "Por ejemplo, <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr ""
index 46de992d12ebb9bf67d9c2a4b4c04e0dfe0ee02f..5ed40df8193f7bd894324494d6b429853a62b3a9 100644 (file)
@@ -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."
index e4e4c7b43df2869d1a727bf780550152bb7f763d..0a3b172a6320443db2c1a30ffc0cd6ba4f5d9a21 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "E.g. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "OCID اجاره‌ای که شامل منطقه DNS هدف است"
index 9a413ef17a24e6ecdd1a819069e884f43918a30b..d69970083ef412813aaa9ecfcfe2670ba238f132 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "Esim. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "Esim. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ 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 (file)
index 0000000..347613c
--- /dev/null
@@ -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 ""
index 0f55c8db760ab83195ad4f3056e8929c55f475b2..b56dd0958046456479c94283c99c12391b571834 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "Ex. : <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "Ex. : <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of user with permission to add/remove records from zones"
 #~ msgstr ""
index 049b9a378747bf638ddf174405d031b7cdb0b37b..776736843023c13f23a596d60baef59eb80f6ba0 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "E.g. <code>_acme-challenge.example.com:12345:98765 "
-#~ "ailias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 ailias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "OCID na tionóntachta ina bhfuil an spriocchrios DNS"
index 0b877f920fc9da0fa569e24ac72e029ecc30a184..890849af99e579c5fc982701005e873a446fae60 100644 (file)
@@ -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."
index 596aea85e99ee38c406984c059aa1d69673f4ad0..2a5c9139d07bc09b44d222cccd549f29b8110c10 100644 (file)
@@ -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."
index 7d9c62dc69c8971d803f1f7f196e841c63949b12..4a939e3e9f8779624e972bb2b6c7218276a61957 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
 #~ "Pl. <code>_acme-challenge.example.com:12345:98765 alias.example.com:111</"
 #~ "code>"
index 9be60e8eaab20c346f0510eeed6e7b9df0d97490..9f31b399e57dd5bf471aa4ed08c97aa17fa396fa 100644 (file)
@@ -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 ""
index 06ea326461c7899d34b800e29406cd36a13ab662..16d3ffc0f5f00da7ad4b17f62fb8818ec744330c 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "Es. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "Es. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr ""
index c1c316ca2f68f755030dc915454762fd1ad314f3..f1a048f184d66ef3bc30b5ced995dc90aca99bd5 100644 (file)
@@ -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 ""
index 39c2647e1981a3e8400bb00d47841f41b3ab9fef..b95d105b2281dda856f4415da2c2460143fa471a 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "예시: <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "예시: <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
index 46215667061a81b2021d6760fc65a4f26cd2e2d0..3e0110d91a539d6cd68242e9c467c2678aa1168c 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "Pvz: „<code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>“"
+#~ "Pvz: „<code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>“"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "„OCID“ nuoma/-os , kuri/-os laiko taikomąją „DNS“ zoną"
index 2d9505ef679763ea5a6ef728499eaa765e5bd106..8dc7799bf38aa62dd72839b1f560100e4443686e 100644 (file)
@@ -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."
index e124e866069ca6549a091a198791da6db14bb2bb..3c86e803ba4755ce736ec4d5c718dc4ce5c6c7b0 100644 (file)
@@ -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."
index 630441bb115cfa433618b914ec66e0a19380cbd7..d6f39a48231e2bb24d389c548731b97163d5fb76 100644 (file)
@@ -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."
index 8eb47d51df39765f26f4c689e7b3a94734c28231..42829973ed8b1d7eb62980dbe99fbe73512f7f84 100644 (file)
@@ -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."
index 810510d7601da29be8bf688e51a18834d27a7deb..ff3fa15c8dde5c12e1313e2c1154a3954ac1db79 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "Np. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "Np. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "OCID dzierżawcy, który zawiera docelową strefę DNS"
index 860676ad43c24c93439392044af517f59240964d..372e6e13c8b5dae1f44b867a1f1fb4dfd0042b14 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "Por exemplo: <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "Por exemplo: <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "OCID do locatário que contém a zona DNS de destino"
index 0d1a4c5d7edcd94927fc7f63af9c69a9573193f5..7ffe3368743ff096b0571c2b52d9161f9adb731f 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
 #~ "Ex. <code>_acme-challenge.example.com:12345:98765 alias.example.com:111</"
 #~ "code>"
index 6fc06aaef8d6cd9368dc2646b2eae0977bb8cd4c..bc9141d9a51a370e9f43404deb852c1651e40beb 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "E.g. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "OCID al locației care conține zona DNS țintă"
index 4230b4bd107927234e334c2bab656014ede1a5d4..345e931adcae41eaffb560ee5b9199a4d987376d 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "Например: <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "Например: <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "OCID арендатора, содержащего целевую зону DNS"
index ca4f2c58601b2950aba31c10beb42efa3a63db60..fabbb69342fb844a6ecae16b9e45100e65f1710f 100644 (file)
@@ -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."
index 6e09def5c16530f0fab5ba1b9ce95e7ef64392ae..9fc4c77bf06d4bd10e310d50a64162fe1021c760 100644 (file)
@@ -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."
index 6260df52f09094692a7e29ea74581da546f62238..26ce12b3f0ec20308c7ffd0c00d9b49af5dfe66c 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "T.ex. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "T.ex. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "Path to private API signing key file in PEM format"
 #~ msgstr "Genväg till den privata API'ns signeringsnyckel i PEM-format"
index 46842ce35a1fce5671354f32d2577bce6b2c1499..e2704844771714f6ad62bf915a2cbbd19040b72a 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "எ.கா. <code> _acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111 </code>"
+#~ "எ.கா. <code> _acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111 </code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "இலக்கு டி.என்.எச் மண்டலத்தைக் கொண்ட குத்தகைதாரரின் OCID"
index d5c1a79898f8f7fda6fbbf82485cb092c8a107b0..aa625dece767fbcc229b4103bb8f8a564450b36b 100644 (file)
@@ -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."
index be40bccdaaaf4113d346b8137a97c8dde8917df0..adbc9c32b494c530af4611e6679b40ad108eb59e 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "Örneğin. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "Örneğin. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "Hedef DNS bölgesini içeren kiracılığın OCID'si"
index 94538c16c05eafaf96174f0acb369212238b7733..1835b0b096bd1d5ec4e8bfb53a7f97c45b0eab69 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "Наприклад, <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "Наприклад, <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "OCID оренди, яка містить цільову DNS-зону"
index 3da4b9562e631e30b868892e62636a1dbe0160cb..08fcda0ea4adf253830d2c4e4d60686fa4ed18c7 100644 (file)
@@ -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 (file)
index 0000000..130cb13
--- /dev/null
@@ -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 ""
index 5d590dd757d9ac5a91cce72c22f4dfb62f49bb34..bc9096b35582d5698ddab2cf557c1b8e70f19d40 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
-#~ "如,<code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "如,<code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 
 #~ msgid "OCID of tenancy that contains the target DNS zone"
 #~ msgstr "包含目标 DNS 区域的租约的 OCID"
index 9c28046440858b8421faebde9748b36f263d457e..b6f42d7cd2ba4e28f230c6eb7cc6223924f22645 100644 (file)
@@ -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. <code>_acme-challenge.example.com:12345:98765 "
-#~ "alias.example.com:11111</code>"
+#~ "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example."
+#~ "com:11111</code>"
 #~ msgstr ""
 #~ "如<code>_acme-challenge.example.com:12345:98765 alias.example.com:11111</"
 #~ "code>"
git clone https://git.99rst.org/PROJECT