From 40073139e311d97e5678d31c7033deea69cce913 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 14:44:48 +0300 Subject: [PATCH 01/25] luci-app-acme: dns_wait option The dns_wait is supported by the acme but wasn't yet configurable on UI. Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme.js | 7 ++ applications/luci-app-acme/po/ar/acme.po | 55 ++++++++------ applications/luci-app-acme/po/bg/acme.po | 55 ++++++++------ applications/luci-app-acme/po/bn_BD/acme.po | 55 ++++++++------ applications/luci-app-acme/po/ca/acme.po | 52 +++++++------ applications/luci-app-acme/po/cs/acme.po | 59 +++++++++------ applications/luci-app-acme/po/da/acme.po | 55 ++++++++------ applications/luci-app-acme/po/de/acme.po | 59 +++++++++------ applications/luci-app-acme/po/el/acme.po | 52 +++++++------ applications/luci-app-acme/po/en/acme.po | 73 +++++++++++-------- applications/luci-app-acme/po/es/acme.po | 55 ++++++++------ applications/luci-app-acme/po/fa/acme.po | 63 +++++++++------- applications/luci-app-acme/po/fi/acme.po | 56 ++++++++------ applications/luci-app-acme/po/fr/acme.po | 62 +++++++++------- applications/luci-app-acme/po/he/acme.po | 52 +++++++------ applications/luci-app-acme/po/hi/acme.po | 52 +++++++------ applications/luci-app-acme/po/hu/acme.po | 54 ++++++++------ applications/luci-app-acme/po/id/acme.po | 55 ++++++++------ applications/luci-app-acme/po/it/acme.po | 59 +++++++++------ applications/luci-app-acme/po/ja/acme.po | 55 ++++++++------ applications/luci-app-acme/po/ko/acme.po | 55 ++++++++------ applications/luci-app-acme/po/lt/acme.po | 59 +++++++++------ applications/luci-app-acme/po/mr/acme.po | 52 +++++++------ applications/luci-app-acme/po/ms/acme.po | 52 +++++++------ applications/luci-app-acme/po/nb_NO/acme.po | 52 +++++++------ applications/luci-app-acme/po/nl/acme.po | 52 +++++++------ applications/luci-app-acme/po/pl/acme.po | 58 +++++++++------ applications/luci-app-acme/po/pt/acme.po | 55 ++++++++------ applications/luci-app-acme/po/pt_BR/acme.po | 59 +++++++++------ applications/luci-app-acme/po/ro/acme.po | 55 ++++++++------ applications/luci-app-acme/po/ru/acme.po | 54 ++++++++------ applications/luci-app-acme/po/si/acme.po | 52 +++++++------ applications/luci-app-acme/po/sk/acme.po | 52 +++++++------ applications/luci-app-acme/po/sv/acme.po | 59 +++++++++------ .../luci-app-acme/po/templates/acme.pot | 52 +++++++------ applications/luci-app-acme/po/tr/acme.po | 55 ++++++++------ applications/luci-app-acme/po/uk/acme.po | 55 ++++++++------ applications/luci-app-acme/po/vi/acme.po | 54 ++++++++------ applications/luci-app-acme/po/zh_Hans/acme.po | 59 +++++++++------ applications/luci-app-acme/po/zh_Hant/acme.po | 59 +++++++++------ 40 files changed, 1291 insertions(+), 894 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 5bdc0c998097..250340e86276 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -463,6 +463,13 @@ return view.extend({ o.depends("validation_method", "dns"); o.modalonly = true; + o = s.taboption('challenge_dns', form.Value, 'dns_wait', _('Wait for DNS update'), + _('Seconds to wait for a DNS record to be updated before continue.') + '
' + + '' + _('See more') + '' + ); + o.depends('validation_method', 'dns'); + o.modalonly = true; + o = s.taboption('advanced', form.Flag, 'staging', _('Use staging server'), _( diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index e7f137ada253..0a376dd66c9a 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -20,7 +20,7 @@ msgstr "‍ شهادات بيئة إدارة الشهادات التلقائية msgid "ACME global config" msgstr "التكوين العالمي لبيئة إدارة الشهادات التلقائية" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "عنوان URL لخادم ACME" @@ -44,7 +44,7 @@ msgstr "حيث يتم حفظ شهادات وملفات الدولة الأخرى msgid "Certificate config" msgstr "تكوين الشهادة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -52,11 +52,7 @@ msgstr "" msgid "Challenge Alias" msgstr "الاسم المستعار لاعتراض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "مخصص ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "عنوان URL مخصص لدليل خادم ACME." @@ -76,7 +72,7 @@ msgstr "مؤهلات واجهة برمجة تطبيقات لنظام أسماء msgid "DNS Challenge Validation" msgstr "DNS التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "الأيام حتى التجديد" @@ -108,11 +104,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 بت" @@ -132,7 +128,7 @@ msgstr "مفعل" msgid "General Settings" msgstr "الاعدادات العامة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,19 +146,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "حجم المفتاح (والنوع) للشهادة التي تم إنشاؤها." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "حجم المفتاح" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -183,30 +179,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 بت" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -296,11 +300,11 @@ msgstr "" "إلى IP الخاص بالموجه. وضع DNS هو أيضًا الوضع الوحيد الذي يدعم شهادات أحرف " "البدل. يتطلب استخدام هذا الوضع تثبيت حزمة acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "استخدم مرجع مصدق (CA) مخصصًا بدلاً من Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "استخدم خادم الترحيل" @@ -308,6 +312,10 @@ msgstr "استخدم خادم الترحيل" msgid "Validation method" msgstr "طريقة التحقق من الصحة" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -328,3 +336,6 @@ msgid "" msgstr "" "الدليل الجذر لخادم الويب. اضبط هذا على جذر وثيقة خادم الويب لتشغيل Acme في " "وضع webroot. يجب الوصول إلى خادم الويب من الإنترنت على المنفذ 80." + +#~ msgid "Custom ACME CA" +#~ msgstr "مخصص ACME CA" diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index 28dc03cb11d9..e386b64a4a0a 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -19,7 +19,7 @@ msgstr "ACME сертификати" msgid "ACME global config" msgstr "ACME глобални настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL на ACME сървър" @@ -43,7 +43,7 @@ msgstr "Директория със сертификати" msgid "Certificate config" msgstr "Конфигурация на сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -51,11 +51,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Персонализиран ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -75,7 +71,7 @@ msgstr "DNS API креденшъли" msgid "DNS Challenge Validation" msgstr "DNS Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Дни до подновяване" @@ -104,11 +100,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "" @@ -128,7 +124,7 @@ msgstr "Разрешен" msgid "General Settings" msgstr "Общи настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,19 +140,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -177,30 +173,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -267,11 +271,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -279,6 +283,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -297,3 +305,6 @@ msgid "" "Acme in webroot mode. The web server must be accessible from the internet on " "port 80." msgstr "" + +#~ msgid "Custom ACME CA" +#~ msgstr "Персонализиран ACME CA" diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index 737c9117b4e5..36aae53ecab9 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -19,7 +19,7 @@ msgstr "ACME সার্টিফিকেট" msgid "ACME global config" msgstr "ACME গ্লোবাল কনফিগ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "ACME সার্ভার URL" @@ -43,7 +43,7 @@ msgstr "" msgid "Certificate config" msgstr "সার্টিফিকেট কনফিগারেশন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -51,11 +51,7 @@ msgstr "" msgid "Challenge Alias" msgstr "চ্যালেঞ্জ উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "কাস্টম ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "কাস্টম ACME সার্ভার ডিরেক্টরি URL।" @@ -75,7 +71,7 @@ msgstr "DNS API ক্রিডেনশিয়াল" msgid "DNS Challenge Validation" msgstr "DNS চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "নবায়ন পর্যন্ত দিন" @@ -107,11 +103,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 বিট" @@ -131,7 +127,7 @@ msgstr "সক্রিয়" msgid "General Settings" msgstr "সাধারণ সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,19 +145,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "সার্টিফিকেট উৎপন্ন করার জন্য কী সাইজ (এবং প্রকার)।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "কী সাইজ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -182,30 +178,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 বিট" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -291,11 +295,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -303,6 +307,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -321,3 +329,6 @@ msgid "" "Acme in webroot mode. The web server must be accessible from the internet on " "port 80." msgstr "" + +#~ msgid "Custom ACME CA" +#~ msgstr "কাস্টম ACME CA" diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index 3c28962a11cb..481d20fd5180 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -19,7 +19,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "" @@ -43,7 +43,7 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -51,11 +51,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -75,7 +71,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "" @@ -104,11 +100,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "" @@ -128,7 +124,7 @@ msgstr "Activat" msgid "General Settings" msgstr "Paràmetres generals" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,19 +140,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -177,30 +173,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -267,11 +271,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -279,6 +283,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index 9cda749e774d..19479c52df96 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -19,7 +19,7 @@ msgstr "Certifikáty ACME" msgid "ACME global config" msgstr "Globální konfigurace ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL serveru ACME" @@ -43,7 +43,7 @@ msgstr "Certifikáty jsou uloženy v" msgid "Certificate config" msgstr "Konfigurace certifikátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Certifikáty" @@ -51,11 +51,7 @@ msgstr "Certifikáty" msgid "Challenge Alias" msgstr "Aliasy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Vlastní ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "Adresář URL vlastního serveru ACME." @@ -75,7 +71,7 @@ msgstr "DNS API pověření" msgid "DNS Challenge Validation" msgstr "DNS Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Dny do obnovení" @@ -106,14 +102,14 @@ msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"Např. _acme-challenge.example.com:12345:98765 alias.example." -"com:11111" +"Např. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bitů" @@ -133,7 +129,7 @@ msgstr "Zapnuto" msgid "General Settings" msgstr "Obecná nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,19 +149,19 @@ msgstr "" "Pokud nebyl certifikát obnoven včas, obdržíte upozornění 20 dní před " "vypršením." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Vydáno" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Velikost (a typ) klíče pro generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Velikost klíče" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Hlavní doména" @@ -188,30 +184,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Cesta k soukromému API podpisovému klíči v PEM formátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Soukromý klíč" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Veřejný certifikát" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bitů" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Zobrazit pokyny" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Mělo by ukazovat na domovský region pronájmu" @@ -306,11 +310,11 @@ msgstr "" "také jediným režimem, který podporuje vydávání wildcard certifikátů. Použití " "tohoto režimu vyžaduje instalaci balíčku acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Namísto Let's Encrypt použít vlastní CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Použijte pracovní server" @@ -318,6 +322,10 @@ msgstr "Použijte pracovní server" msgid "Validation method" msgstr "Metoda ověření" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "Webroot" @@ -339,3 +347,6 @@ msgstr "" "Kořenový adresář webového serveru. Pro spuštění ACME v režimu webroot " "nastavte tento adresář jako kořen webu ve webovém serveru. Server musí být " "přístupný z Internetu na portu 80." + +#~ msgid "Custom ACME CA" +#~ msgstr "Vlastní ACME CA" diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index 235fac576d8d..fe04ca11e11b 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -19,7 +19,7 @@ msgstr "ACME-certifikater" msgid "ACME global config" msgstr "ACME global konfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL til ACME-serveren" @@ -43,7 +43,7 @@ msgstr "Cert-filer gemmes i" msgid "Certificate config" msgstr "Certifikatkonfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Certifikater" @@ -51,11 +51,7 @@ msgstr "Certifikater" msgid "Challenge Alias" msgstr "Udfordr Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Brugerdefineret ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "Brugerdefineret URL til ACME-serverens mappe." @@ -75,7 +71,7 @@ msgstr "DNS-API legitimationsoplysninger" msgid "DNS Challenge Validation" msgstr "DNS Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Antal dage indtil fornyelse" @@ -109,11 +105,11 @@ msgstr "" "f. eks. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -133,7 +129,7 @@ msgstr "Aktiveret" msgid "General Settings" msgstr "Generelle indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,19 +149,19 @@ msgstr "" "Hvis et certifikat ikke blev fornyet i tide, vil du modtage en meddelelse på " "20 dage før udløbet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "udstedt den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Nøglestørrelse (og -type) for det genererede certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Nøglestørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Hoveddomæne" @@ -188,30 +184,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Sti til privat API underskrift nøglefil i PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Privat nøgle" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Offentligt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Se instruktioner" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Skal pege på den lejede hjemme region" @@ -307,11 +311,11 @@ msgstr "" "der understøtter wildcard-certifikater. Brug af denne tilstand kræver, at " "pakken acme-dnsapi er installeret." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Brug en brugerdefineret CA i stedet for Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Brug staging-server" @@ -319,6 +323,10 @@ msgstr "Brug staging-server" msgid "Validation method" msgstr "Valideringsmetode" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -340,3 +348,6 @@ msgstr "" "Webserverens rodmappe. Indstil denne til webserverens dokumentrod for at " "køre Acme i webroot-tilstand. Webserveren skal være tilgængelig fra " "internettet på port 80." + +#~ msgid "Custom ACME CA" +#~ msgstr "Brugerdefineret ACME CA" diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index e3c3a87ae89d..93a1cd2378b2 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -19,7 +19,7 @@ msgstr "ACME-Zertifikate" msgid "ACME global config" msgstr "Globale ACME-Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "ACME-Server URL" @@ -45,7 +45,7 @@ msgstr "Wo Zertifikate und andere Statusdateien aufbewahrt werden." msgid "Certificate config" msgstr "Zertifikateinstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Zertifikate" @@ -53,11 +53,7 @@ msgstr "Zertifikate" msgid "Challenge Alias" msgstr "Challenge-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Individuelles ACME-Zertifikat" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "Benutzerdefinierte ACME-Serververzeichnis URL." @@ -77,7 +73,7 @@ msgstr "DNS API Zugangsdaten" msgid "DNS Challenge Validation" msgstr "DNS Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Tage bis zur Erneuerung" @@ -108,14 +104,14 @@ msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"Z. B. _acme-challenge.example.com:12345:98765 alias.example." -"com:11111" +"Z. B. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 Bits" @@ -135,7 +131,7 @@ msgstr "Aktiviert" msgid "General Settings" msgstr "Allgemeine Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,19 +151,19 @@ msgstr "" "Wird ein Zertifikat nicht rechtzeitig erneuert, erhältst du 20 Tage vor " "dessen Ablauf eine Benachrichtigung." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Ausgestellt am" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Schlüsselgröße (und Typ) für das generierte Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Schlüsselgröße" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Hauptdomain" @@ -191,30 +187,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Pfad zur Private-API-Signierschlüsseldatei im PEM-Format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "öffentliches Zertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 Bits" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Siehe Anleitung" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" @@ -311,11 +315,11 @@ msgstr "" "Platzhalterzertifikate unterstützt. Für die Verwendung dieses Modus muss das " "acme-dnsapi-Paket installiert sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Nutze individuelles Zertifikat statt Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Staging-Server verwenden" @@ -323,6 +327,10 @@ msgstr "Staging-Server verwenden" msgid "Validation method" msgstr "Überprüfungsmethode" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "Webroot" @@ -344,3 +352,6 @@ msgstr "" "Webserver-Stammverzeichnis. Stellen Sie dies auf den Webserver-Dokumentstamm " "ein, um Acme im Webroot-Modus auszuführen. Der Webserver muss über Port 80 " "über das Internet erreichbar sein." + +#~ msgid "Custom ACME CA" +#~ msgstr "Individuelles ACME-Zertifikat" diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index ab90b079ebd3..9746087bd0c2 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -19,7 +19,7 @@ msgstr "ACME πιστοποιητικά" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "" @@ -43,7 +43,7 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -51,11 +51,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -75,7 +71,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Μέρες μέχρι την ανανέωση" @@ -104,11 +100,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -128,7 +124,7 @@ msgstr "Ενεργοποιήθηκε" msgid "General Settings" msgstr "Γενικές ρυθμίσεις" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,19 +140,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -177,30 +173,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -267,11 +271,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -279,6 +283,10 @@ msgstr "" msgid "Validation method" msgstr "Μέθοδος επιβεβαίωσης" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" diff --git a/applications/luci-app-acme/po/en/acme.po b/applications/luci-app-acme/po/en/acme.po index 012e55746b8f..52be7162fdd8 100644 --- a/applications/luci-app-acme/po/en/acme.po +++ b/applications/luci-app-acme/po/en/acme.po @@ -19,7 +19,7 @@ msgstr "ACME certificates" msgid "ACME global config" msgstr "ACME global config" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "ACME server URL" @@ -45,7 +45,7 @@ msgstr "Certificate files are stored in" msgid "Certificate config" msgstr "Certificate configuration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Certificates" @@ -53,12 +53,7 @@ msgstr "Certificates" msgid "Challenge Alias" msgstr "Challenge Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -#, fuzzy -msgid "Custom ACME CA" -msgstr "Custom ACME CA (Certificate Authority)" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "Custom ACME server directory URL" @@ -78,7 +73,7 @@ msgstr "DNS API credentials" msgid "DNS Challenge Validation" msgstr "DNS Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Days until renewal" @@ -109,15 +104,15 @@ msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"E.g. _acme-challenge.example.com:12345:98765 alias.example." -"com:11111" +"E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 #, fuzzy msgid "ECC 256 bits" msgstr "ECC (Elliptic Curve) 256 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 #, fuzzy msgid "ECC 384 bits" msgstr "ECC (Elliptic Curve) 384 bit Encryption" @@ -138,7 +133,7 @@ msgstr "Enabled" msgid "General Settings" msgstr "General Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -158,19 +153,19 @@ msgstr "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Issued on" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Key size (and type) for the generated certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Key type" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Main Domain" @@ -197,31 +192,39 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Path to private API signing key file in PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 #, fuzzy msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Public Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bit Encryption" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "See instructions" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Should point to the tenancy home region" @@ -248,9 +251,9 @@ msgid "" "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " "only supports one challenge alias per certificate." msgstr "" -"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." +"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." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 msgid "" @@ -270,9 +273,9 @@ msgid "" "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " "only supports one challenge domain per certificate." msgstr "" -"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." +"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." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 msgid "The private API signing key in PEM format" @@ -314,11 +317,11 @@ msgstr "" "supports wildcard certificates. Using this mode requires the acme-dnsapi " "package to be installed." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Use a custom CA (Certificate Authority) instead of Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Use a staging server" @@ -326,6 +329,10 @@ msgstr "Use a staging server" msgid "Validation method" msgstr "Validation method" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -347,3 +354,7 @@ msgstr "" "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." + +#, fuzzy +#~ msgid "Custom ACME CA" +#~ msgstr "Custom ACME CA (Certificate Authority)" diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index 20499af9d8f7..876b1b5aed73 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -19,7 +19,7 @@ msgstr "Certificados ACME" msgid "ACME global config" msgstr "Configuración global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL del servidor ACME" @@ -44,7 +44,7 @@ msgstr "Los archivos Cert se almacenan en" msgid "Certificate config" msgstr "Configuración de certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Certificados" @@ -52,11 +52,7 @@ msgstr "Certificados" msgid "Challenge Alias" msgstr "Alias de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "CA ACME personalizado" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "URL del directorio del servidor ACME personalizado." @@ -76,7 +72,7 @@ msgstr "Credenciales de API de DNS" msgid "DNS Challenge Validation" msgstr "DNS Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Días hasta la renovación" @@ -111,11 +107,11 @@ msgstr "" "Por ejemplo, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC de 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC de 384 bits" @@ -136,7 +132,7 @@ msgstr "Activado" msgid "General Settings" msgstr "Ajustes generales" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -156,19 +152,19 @@ msgstr "" "Si un certificado no se ha renovado a tiempo, recibirás un aviso 20 días " "antes de su expiración." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Publicado el" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Tamaño de clave (y tipo) para el certificado generado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Tamaño de clave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Dominio principal" @@ -193,30 +189,38 @@ msgid "Path to private API signing key file in PEM format" msgstr "" "Ruta al archivo de la clave de la firma de la API privada en formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Clave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA de 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA de 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA de 4096 bits" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Ver las instrucciones" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Debes señalar a la región de origen del inquilino" @@ -311,11 +315,11 @@ msgstr "" "enrutador. El modo DNS también es el único modo que admite certificados " "comodín. El uso de este modo requiere que se instale el paquete acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Utilice una CA personalizada en lugar de Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Usar servidor de ensayo" @@ -323,6 +327,10 @@ msgstr "Usar servidor de ensayo" msgid "Validation method" msgstr "Método de validación" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "Webroot" @@ -344,3 +352,6 @@ msgstr "" "Directorio raíz del servidor web. Configure esto en la raíz del documento " "del servidor web para ejecutar Acme en modo webroot. El servidor web debe " "ser accesible desde internet en el puerto 80." + +#~ msgid "Custom ACME CA" +#~ msgstr "CA ACME personalizado" diff --git a/applications/luci-app-acme/po/fa/acme.po b/applications/luci-app-acme/po/fa/acme.po index 71bc62ba828e..a05366e58b87 100644 --- a/applications/luci-app-acme/po/fa/acme.po +++ b/applications/luci-app-acme/po/fa/acme.po @@ -19,7 +19,7 @@ msgstr "گواهینامه های ACME" msgid "ACME global config" msgstr "پیکربندی جهانی ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "آدرس سرور ACME" @@ -43,7 +43,7 @@ msgstr "فایل های گواهی ذخیره می شوند در" msgid "Certificate config" msgstr "پیکربندی گواهی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "گواهینامه ها" @@ -51,11 +51,7 @@ msgstr "گواهینامه ها" msgid "Challenge Alias" msgstr "نام مستعار چالش" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "ACME CA سفارشی" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "آدرس سفارشی دایرکتوری سرور ACME ." @@ -75,7 +71,7 @@ msgstr "احراز هویت DNS API" msgid "DNS Challenge Validation" msgstr "اعتبار سنجی چالش DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "روز تا تمدید" @@ -98,22 +94,22 @@ msgid "" "must point at the router in the global DNS." msgstr "" "نام های دامنه برای درج در گواهی. نام نخست، نام موضوع بوده و همهٔ نام های " -"بعدی، نام های جایگزین خواهد بود. توجّه داشته باشید که همهٔ‌ نام‌های دامنه " -"باید در ساناد عمومیشان به مسیریاب اشاره کنند." +"بعدی، نام های جایگزین خواهد بود. توجّه داشته باشید که همهٔ‌ نام‌های دامنه باید " +"در ساناد عمومیشان به مسیریاب اشاره کنند." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"E.g. _acme-challenge.example.com:12345:98765 alias.example." -"com:11111" +"E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -133,7 +129,7 @@ msgstr "فعال" msgid "General Settings" msgstr "پیکربندی عمومی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,19 +147,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -184,30 +180,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -274,11 +278,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -286,6 +290,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -304,3 +312,6 @@ msgid "" "Acme in webroot mode. The web server must be accessible from the internet on " "port 80." msgstr "" + +#~ msgid "Custom ACME CA" +#~ msgstr "ACME CA سفارشی" diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index a807293fa054..9975ac6217db 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -19,7 +19,7 @@ msgstr "ACME-sertifikaatit" msgid "ACME global config" msgstr "ACME-yleisasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "ACME-palvelimen osoite" @@ -43,7 +43,7 @@ msgstr "" msgid "Certificate config" msgstr "Sertifikaatin asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Varmenteet" @@ -51,11 +51,7 @@ msgstr "Varmenteet" msgid "Challenge Alias" msgstr "Haaste - alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -75,7 +71,7 @@ msgstr "DNS API:n kirjautumistiedot" msgid "DNS Challenge Validation" msgstr "DNS-haastevalidointi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Päiviä uusimiseen" @@ -107,14 +103,14 @@ msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"Esim. _acme-challenge.example.com:12345:98765 alias.example." -"com:11111" +"Esim. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bittiä" @@ -134,7 +130,7 @@ msgstr "Käytössä" msgid "General Settings" msgstr "Yleiset asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,19 +146,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Myönnetty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Avaimen koko (ja tyyppi) luotavassa sertifikaatissa." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Avaimen koko" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -184,30 +180,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Yksityinen avain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Julkinen varmenne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bittiä" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Katso ohjeet" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -274,11 +278,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Käytä staging-palvelimeen" @@ -286,6 +290,10 @@ msgstr "Käytä staging-palvelimeen" msgid "Validation method" msgstr "Validointitapa" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index 8cd7850f86ba..41d911b0886c 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -19,7 +19,7 @@ msgstr "Certificats ACME" msgid "ACME global config" msgstr "Configuration globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL du serveur ACME" @@ -45,7 +45,7 @@ msgstr "Emplacement de sauvegarde des certificats et des fichiers états" msgid "Certificate config" msgstr "Configuration du certificat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Certificats" @@ -53,11 +53,7 @@ msgstr "Certificats" msgid "Challenge Alias" msgstr "Alias du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "CA ACME personnalisé" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "URL du répertoire du serveur ACME personnalisé." @@ -77,7 +73,7 @@ msgstr "Identités de API du DNS" msgid "DNS Challenge Validation" msgstr "DNS Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Nombre de jour avant renouvellement" @@ -108,14 +104,14 @@ msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"Ex. : _acme-challenge.example.com:12345:98765 alias.example." -"com:11111" +"Ex. : _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -135,7 +131,7 @@ msgstr "Activé" msgid "General Settings" msgstr "Réglages généraux" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,19 +151,19 @@ msgstr "" "Si un certificat n'a pas été renouvelé dans les temps, vous recevrez un avis " "20 jours avant expiration." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Date d'émission" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Longueur de clé (et type) du certificat généré." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Longueur de clé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Domaine principal" @@ -190,32 +186,41 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 msgid "Path to private API signing key file in PEM format" -msgstr "Chemin d'accès vers la clé privée de signature de l'API (au format PEM)" +msgstr "" +"Chemin d'accès vers la clé privée de signature de l'API (au format PEM)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Clé Privée" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Certificat Publique" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Voir les instructions" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -310,11 +315,11 @@ msgstr "" "certificats génériques (wildcard). L'utilisation de ce mode requiert " "l'installation du paquet acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Utiliser un CA personnalisé à la place de celui de Let's Encryt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Utiliser le serveur de qualification" @@ -322,6 +327,10 @@ msgstr "Utiliser le serveur de qualification" msgid "Validation method" msgstr "Méthode de validation" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "Racine web" @@ -343,3 +352,6 @@ msgstr "" "Répertoire racine du serveur web. Définir ce champ avec l'emplacement de la " "racine du serveur Web pour utiliser ACME en mode Racine (webroot). Le " "serveur web doit être accessible depuis internet sur le port 80." + +#~ msgid "Custom ACME CA" +#~ msgstr "CA ACME personnalisé" diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index 31cbf5752568..5e836f6780f4 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -20,7 +20,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "" @@ -44,7 +44,7 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -52,11 +52,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -76,7 +72,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "" @@ -105,11 +101,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "" @@ -129,7 +125,7 @@ msgstr "" msgid "General Settings" msgstr "הגדרות כלליות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,19 +141,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -178,30 +174,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -268,11 +272,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -280,6 +284,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 0176b0b2e8c3..72e068fd828c 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -13,7 +13,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "" @@ -37,7 +37,7 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -45,11 +45,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -69,7 +65,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "" @@ -98,11 +94,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "" @@ -122,7 +118,7 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -138,19 +134,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -171,30 +167,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -261,11 +265,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -273,6 +277,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index b1e994458169..febb4d23b1d3 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -19,7 +19,7 @@ msgstr "ACME tanúsítványok" msgid "ACME global config" msgstr "ACME globális beállítás" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "ACME szerver URL" @@ -44,7 +44,7 @@ msgstr "Ahol a tanúsítványok és egyéb állapotfájlok tárolva vannak." msgid "Certificate config" msgstr "Tanúsítvány beállítása" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -52,11 +52,7 @@ msgstr "" msgid "Challenge Alias" msgstr "Kihívás álneve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Egyéni ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "Testreszabott ACME szerver könyvtár URL." @@ -76,7 +72,7 @@ msgstr "DNS API hitelesítési adatok" msgid "DNS Challenge Validation" msgstr "DNS Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Napok megújításig" @@ -108,11 +104,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "256 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "384 bites ECC" @@ -132,7 +128,7 @@ msgstr "Engedélyezve" msgid "General Settings" msgstr "Általános Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,19 +146,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Kulcsméret (és típus) az előállított tanúsítványhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Kulcsméret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -183,30 +179,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "2048 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "3072 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "4096 bites RSA" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -302,11 +306,11 @@ msgstr "" "tanúsítványokat. Ezen mód használatához az szükséges, hogy az acme-dnsapi " "csomag telepítve legyen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Előkészítő kiszolgáló használata" @@ -314,6 +318,10 @@ msgstr "Előkészítő kiszolgáló használata" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "Webroot" @@ -336,3 +344,5 @@ msgstr "" "dokumentumgyökerére az ACME webgyökér módban történő futtatásához. A " "webkiszolgálónak elérhetőnek kell lennie az internetről a 80-as porton." +#~ msgid "Custom ACME CA" +#~ msgstr "Egyéni ACME CA" diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index ae61cdcae698..ba5785048ece 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -19,7 +19,7 @@ msgstr "Sertifikat ACME" msgid "ACME global config" msgstr "Konfigurasi global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL server ACME" @@ -43,7 +43,7 @@ msgstr "File sertifikat disimpan di" msgid "Certificate config" msgstr "Konfigurasi sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Sertifikat" @@ -51,11 +51,7 @@ msgstr "Sertifikat" msgid "Challenge Alias" msgstr "Tantangan Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "CA ACME khusus" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "URL direktori server ACME khusus." @@ -75,7 +71,7 @@ msgstr "Kredensial API DNS" msgid "DNS Challenge Validation" msgstr "DNS Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Hari sampai perpanjangan" @@ -107,11 +103,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bit" @@ -131,7 +127,7 @@ msgstr "Diaktifkan" msgid "General Settings" msgstr "Setelan Umum" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,19 +145,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Ukuran kunci (dan jenis) untuk sertifikat yang dihasilkan." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Ukuran kunci" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -182,30 +178,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Kunci Pribadi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Sertifikat Publik" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Lihat instruksi" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -298,11 +302,11 @@ msgstr "" "satunya mode yang mendukung sertifikat wildcard. Menggunakan mode ini " "memerlukan paket acme-dnsapi untuk diinstal." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Gunakan CA khusus sebagai ganti Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -310,6 +314,10 @@ msgstr "" msgid "Validation method" msgstr "Metode validasi" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -331,3 +339,6 @@ msgstr "" "Direktori root server web. Setel ini ke root dokumen server web untuk " "menjalankan Acme dalam mode webroot. Server web harus dapat diakses dari " "internet pada port 80." + +#~ msgid "Custom ACME CA" +#~ msgstr "CA ACME khusus" diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index 1f6ff276bf63..6de051403281 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -19,7 +19,7 @@ msgstr "Certificati ACME" msgid "ACME global config" msgstr "Configurazione globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL server ACME" @@ -45,7 +45,7 @@ msgstr "I certificati sono salvati in" msgid "Certificate config" msgstr "Configurazione certificato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Certificati" @@ -53,11 +53,7 @@ msgstr "Certificati" msgid "Challenge Alias" msgstr "Alias challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "CA ACME personalizzato" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "URL personalizzata cartella server ACME." @@ -77,7 +73,7 @@ msgstr "Credenziali API DNS" msgid "DNS Challenge Validation" msgstr "DNS Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "giorni al rinnovo" @@ -108,14 +104,14 @@ msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"Es. _acme-challenge.example.com:12345:98765 alias.example." -"com:11111" +"Es. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bit" @@ -135,7 +131,7 @@ msgstr "Abilitato" msgid "General Settings" msgstr "Impostazioni Generali" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,19 +151,19 @@ msgstr "" "Se un certificato non viene rinnovato in tempo, riceverai una notifica 20 " "giorni prima della scadenza." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Emesso il" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Dimensione chiave (e tipo) per il certificato generato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Dimensione chiave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Dominio Principale" @@ -192,30 +188,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Percorso della chiave API privata in formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Chiave Privata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Certificato Pubblico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Vedi le istruzioni" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Dovrebbe puntare alla regione in cui è ospitato" @@ -309,11 +313,11 @@ msgstr "" "è anche l'unica modalità che supporta i certificati con caratteri jolly. " "L'uso di questa modalità richiede l'installazione del pacchetto acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Usa una CA personalizzata invece di Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Usa server di prova" @@ -321,6 +325,10 @@ msgstr "Usa server di prova" msgid "Validation method" msgstr "Metodo validazione" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "Webroot" @@ -342,3 +350,6 @@ msgstr "" "Cartella principale del server web. Impostala sulla root del documento del " "server web per eseguire Acme in modalità webroot. Il server web deve essere " "accessibile da internet sulla porta 80." + +#~ msgid "Custom ACME CA" +#~ msgstr "CA ACME personalizzato" diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index e4638e506506..def677813528 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -19,7 +19,7 @@ msgstr "ACME証明書" msgid "ACME global config" msgstr "ACMEグローバル設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "ACMEサーバーのURL" @@ -43,7 +43,7 @@ msgstr "" msgid "Certificate config" msgstr "証明書設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -51,11 +51,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "カスタムACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "カスタムACMEサーバーディレクトリのURL。" @@ -75,7 +71,7 @@ msgstr "DNS API資格情報" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "更新までの日数" @@ -106,11 +102,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC256ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC384ビット" @@ -130,7 +126,7 @@ msgstr "有効" msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -148,19 +144,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "生成された証明書の鍵の大きさ(およびタイプ)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "鍵の大きさ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -181,30 +177,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA2048ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA3072ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA4096ビット" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -274,11 +278,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Let'sEncryptの代わりにカスタムCAを使用する。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "ステージングサーバーを使用" @@ -286,6 +290,10 @@ msgstr "ステージングサーバーを使用" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -304,3 +312,6 @@ msgid "" "Acme in webroot mode. The web server must be accessible from the internet on " "port 80." msgstr "" + +#~ msgid "Custom ACME CA" +#~ msgstr "カスタムACME CA" diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index 08a48ed8ec04..e48dbd3a16bd 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -19,7 +19,7 @@ msgstr "ACME 인증서" msgid "ACME global config" msgstr "ACME 전역 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "ACME 서버 URL" @@ -43,7 +43,7 @@ msgstr "인증서와 기타 상태 파일이 저장되는 경로입니다." msgid "Certificate config" msgstr "인증서 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -51,11 +51,7 @@ msgstr "" msgid "Challenge Alias" msgstr "챌린지 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "사용자 지정 ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "사용자 지정 ACME 서버 디렉터리 URL." @@ -75,7 +71,7 @@ msgstr "DNS API 자격 증명" msgid "DNS Challenge Validation" msgstr "DNS 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "갱신일" @@ -107,11 +103,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384비트" @@ -131,7 +127,7 @@ msgstr "활성화" msgid "General Settings" msgstr "기본 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,19 +145,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "생성된 인증서의 키 크기(및 유형)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "키 크기" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -182,30 +178,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096비트" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -296,11 +300,11 @@ msgstr "" "카드 인증서를 지원합니다. DNS 모드를 사용하기 위해선 acme-dnsapi 패키지가 설" "치되어 있어야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Let's Encrypt 대신 사용자 지정 CA를 사용합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "테스트 서버 사용" @@ -308,6 +312,10 @@ msgstr "테스트 서버 사용" msgid "Validation method" msgstr "유효성 검증 방법" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -328,3 +336,6 @@ msgid "" msgstr "" "ACME를 웹루트(Webroot) 모드로 실행하기 위해선 웹 서버 문서 루트 디렉터리를 설" "정하세요. 웹 서버는 80번 포트에서 인터넷 접근이 가능해야 합니다." + +#~ msgid "Custom ACME CA" +#~ msgstr "사용자 지정 ACME CA" diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index 7afe8427136f..cbbe800400ea 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -23,7 +23,7 @@ msgstr "„ACME“ sertifikatai" msgid "ACME global config" msgstr "Visuotinė „ACME“ konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "„ACME“ serverio „URL – Saitas“" @@ -47,7 +47,7 @@ msgstr "" msgid "Certificate config" msgstr "Sertifikato konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Sertifikatai" @@ -55,11 +55,7 @@ msgstr "Sertifikatai" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Pasirinktinis „ACME CA“" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "Pasirinktinis „ACME“ serverio katalogo „URL – Saitas“." @@ -79,7 +75,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "" @@ -107,14 +103,14 @@ msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"Pvz: „_acme-challenge.example.com:12345:98765 alias.example." -"com:11111“" +"Pvz: „_acme-challenge.example.com:12345:98765 alias.example.com:11111“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "„ECC 256“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "„ECC 384“ bitai" @@ -134,7 +130,7 @@ msgstr "Įjungta/Įgalinta (-as/-i)" msgid "General Settings" msgstr "Bendri nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,19 +146,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Įteiktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Rakto dydis (ir tipas) sugeneruotam sertifikatui." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Rakto tipas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Pagrindinis domenas-sritis" @@ -185,30 +181,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Privatus raktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Viešasis sertifikatas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "„RSA 2048“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "„RSA 3072“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "„RSA 4096“ bitai" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -275,11 +279,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Naudoti pasirinktinį „CA“ vietoj „Let's Encrypt“." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -287,6 +291,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -305,3 +313,6 @@ msgid "" "Acme in webroot mode. The web server must be accessible from the internet on " "port 80." msgstr "" + +#~ msgid "Custom ACME CA" +#~ msgstr "Pasirinktinis „ACME CA“" diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index b76601e3c5b5..28d26fb8f06f 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -19,7 +19,7 @@ msgstr "ACME प्रमाणपत्रे" msgid "ACME global config" msgstr "ACME ग्लोबल कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "" @@ -43,7 +43,7 @@ msgstr "" msgid "Certificate config" msgstr "प्रमाणपत्र कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -51,11 +51,7 @@ msgstr "" msgid "Challenge Alias" msgstr "आव्हान उपनाम" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -75,7 +71,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "" @@ -104,11 +100,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "" @@ -128,7 +124,7 @@ msgstr "सक्षम केले" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,19 +140,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -177,30 +173,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -267,11 +271,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -279,6 +283,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index 9f03a6680ee0..08521cee6d6e 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -19,7 +19,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "" @@ -43,7 +43,7 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -51,11 +51,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -75,7 +71,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "" @@ -104,11 +100,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "" @@ -128,7 +124,7 @@ msgstr "Dibolehkan" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,19 +140,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -177,30 +173,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -267,11 +271,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -279,6 +283,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index 270f866aaf7e..201c41200f5c 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -19,7 +19,7 @@ msgstr "ACME-sertifikater" msgid "ACME global config" msgstr "ACME global konfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL til ACME-serveren" @@ -44,7 +44,7 @@ msgstr "Sert-filer er lagret i" msgid "Certificate config" msgstr "Sertifikatkonfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -52,11 +52,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -76,7 +72,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "" @@ -105,11 +101,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "" @@ -129,7 +125,7 @@ msgstr "Påskrudd" msgid "General Settings" msgstr "Generelle innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,19 +141,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Nøkkelstørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -178,30 +174,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -268,11 +272,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -280,6 +284,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" diff --git a/applications/luci-app-acme/po/nl/acme.po b/applications/luci-app-acme/po/nl/acme.po index ecf270cfd02f..3054c75ff225 100644 --- a/applications/luci-app-acme/po/nl/acme.po +++ b/applications/luci-app-acme/po/nl/acme.po @@ -18,7 +18,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "" @@ -42,7 +42,7 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -50,11 +50,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -74,7 +70,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "" @@ -103,11 +99,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "" @@ -127,7 +123,7 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -143,19 +139,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -176,30 +172,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -266,11 +270,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -278,6 +282,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index 91cac9f991e9..6a64dfd95d99 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -20,7 +20,7 @@ msgstr "Certyfikaty ACME" msgid "ACME global config" msgstr "Konfiguracja globalna ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "Adres URL serwera ACME" @@ -46,7 +46,7 @@ msgstr "Pliki certyfikatów są przechowywane w" msgid "Certificate config" msgstr "Konfiguracja certyfikatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Certyfikaty" @@ -54,11 +54,7 @@ msgstr "Certyfikaty" msgid "Challenge Alias" msgstr "Alias wyzwania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Niestandardowy CA ACME" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "Niestandardowy adres URL katalogu serwera ACME." @@ -78,7 +74,7 @@ msgstr "Poświadczenia interfejsu API DNS" msgid "DNS Challenge Validation" msgstr "Walidacja wyzwania DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Dni do czasu odnowienia" @@ -109,14 +105,14 @@ msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"Np. _acme-challenge.example.com:12345:98765 alias.example." -"com:11111" +"Np. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bity" @@ -136,7 +132,7 @@ msgstr "Włączone" msgid "General Settings" msgstr "Ustawienia główne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -156,19 +152,19 @@ msgstr "" "Jeśli certyfikat nie został odnowiony na czas, otrzymasz powiadomienie na 20 " "dni przed wygaśnięciem." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Wystawiono dnia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Rozmiar klucza (i typ) dla wygenerowanego certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Rozmiar klucza" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Domena główna" @@ -192,30 +188,38 @@ msgid "Path to private API signing key file in PEM format" msgstr "" "Ścieżka do pliku prywatnego klucza podpisywania interfejsu API w formacie PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Klucz prywatny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Certyfikat publiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bitów" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Zobacz instrukcje" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Powinien wskazywać region macierzysty dzierżawy" @@ -309,11 +313,11 @@ msgstr "" "DNS jest także jedynym trybem obsługującym certyfikaty wieloznaczne. " "Korzystanie z tego trybu wymaga zainstalowania pakietu acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Użyj niestandardowego CA zamiast Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Użyj serwera pomostowego" @@ -321,6 +325,10 @@ msgstr "Użyj serwera pomostowego" msgid "Validation method" msgstr "Metoda walidacji" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "Webroot" @@ -343,3 +351,5 @@ msgstr "" "uruchomić ACME w trybie Webroot. Serwer WWW musi być dostępny z Internetu na " "porcie 80." +#~ msgid "Custom ACME CA" +#~ msgstr "Niestandardowy CA ACME" diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index a48a71a1497f..1bca5b57d752 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -20,7 +20,7 @@ msgstr "Certificados ACME" msgid "ACME global config" msgstr "Configuração global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL do servidor ACME" @@ -45,7 +45,7 @@ msgstr "Os ficheiros Cert são armazenados em" msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Certificados" @@ -53,11 +53,7 @@ msgstr "Certificados" msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "AC de ACME personalizada" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "URL personalizada do diretório do servidor ACME." @@ -77,7 +73,7 @@ msgstr "Credenciais do API do DNS" msgid "DNS Challenge Validation" msgstr "DNS Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Dias até à renovação" @@ -111,11 +107,11 @@ msgstr "" "Por exemplo: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -135,7 +131,7 @@ msgstr "Ativado" msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,19 +151,19 @@ msgstr "" "Se um certificado não tiver sido renovado a tempo, receberá um aviso 20 dias " "antes do seu termo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Domínio principal" @@ -192,30 +188,38 @@ msgid "Path to private API signing key file in PEM format" msgstr "" "Caminho para o ficheiro da chave de assinatura da API privada em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Ver instruções" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" @@ -312,11 +316,11 @@ msgstr "" "DNS é também o único modo que suporta certificados curinga. A utilização " "deste modo requer a instalação do pacote acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Use uma AC personalizada em vez de Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Use o servidor de estágio" @@ -324,6 +328,10 @@ msgstr "Use o servidor de estágio" msgid "Validation method" msgstr "Método de validação" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "Webroot" @@ -345,3 +353,6 @@ msgstr "" "Diretório raiz do Webserver. Defina isto para o documento raiz do webserver " "para executar o Acme em modo webroot. O servidor web deve estar acessível da " "Internet na porta 80." + +#~ msgid "Custom ACME CA" +#~ msgstr "AC de ACME personalizada" diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index c0956c39b28a..d7a69917d147 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -19,7 +19,7 @@ msgstr "Certificados ACME" msgid "ACME global config" msgstr "Configuração global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL do Servidor ACME" @@ -43,7 +43,7 @@ msgstr "Onde os certificados são armazenados" msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Certificados" @@ -51,11 +51,7 @@ msgstr "Certificados" msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "CA ACME Customizado" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "URL do Servidor ACME Customizado." @@ -75,7 +71,7 @@ msgstr "Credenciais do API DNS" msgid "DNS Challenge Validation" msgstr "DNS Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Dias até a renovação" @@ -106,14 +102,14 @@ msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"Ex. _acme-challenge.example.com:12345:98765 alias.example." -"com:111" +"Ex. _acme-challenge.example.com:12345:98765 alias.example.com:111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -133,7 +129,7 @@ msgstr "Ativado" msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,19 +149,19 @@ msgstr "" "Se um certificado não foi renovado a tempo, antes de expirar, você receberá " "um aviso em 20 dias." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Domínio principal" @@ -189,30 +185,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Caminho para API privada assinando o arquivo chave em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Consulte as instruções" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região do domicílio do locatário" @@ -309,11 +313,11 @@ msgstr "" "O modo DNS também é o único modo que é compatível com certificados curinga. " "O uso desse modo requer que o pacote acme-dnsapi esteja instalado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Use uma CA customizada em vez do Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Use o servidor de encenação" @@ -321,6 +325,10 @@ msgstr "Use o servidor de encenação" msgid "Validation method" msgstr "Método de Validação" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "Webroot" @@ -342,3 +350,6 @@ msgstr "" "Diretório raiz do servidor web. Defina isso como raiz do documento do " "servidor da web para executar o Acme em modo webroot. O servidor web deve " "estar acessível na internet na porta 80." + +#~ msgid "Custom ACME CA" +#~ msgstr "CA ACME Customizado" diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index 68140de495c6..3b3b8e162ed9 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -20,7 +20,7 @@ msgstr "Certificate ACME" msgid "ACME global config" msgstr "Configurare globală ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "Adresa URL a server-ului ACME" @@ -46,7 +46,7 @@ msgstr "Unde se păstrează certificatele și alte dosare de stat." msgid "Certificate config" msgstr "Configurarea certificatului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Certificate" @@ -54,11 +54,7 @@ msgstr "Certificate" msgid "Challenge Alias" msgstr "Alias de provocare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Certificat ACME personalizat" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "URL-ul personalizat al directorului serverului ACME." @@ -78,7 +74,7 @@ msgstr "credențiale DNS API" msgid "DNS Challenge Validation" msgstr "DNS Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Zile până la reînnoire" @@ -112,11 +108,11 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 biți" @@ -136,7 +132,7 @@ msgstr "activat" msgid "General Settings" msgstr "Setări generale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -156,19 +152,19 @@ msgstr "" "Dacă un certificat nu a fost reînnoit la timp, veți primi o notificare cu 20 " "de zile înainte de expirare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Emis la" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Dimensiunea (și tipul) cheii pentru certificatul generat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Dimensiunea cheii" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Domeniul principal" @@ -193,30 +189,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Calea către fișierul cu cheia privată de semnare API în format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Cheia privată" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Certificat public" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 biți" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Vedeți instrucțiunile" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Ar trebui să indice regiunea de domiciliu a chiriașilor" @@ -313,11 +317,11 @@ msgstr "" "DNS este, de asemenea, singurul mod care acceptă certificate wildcard. " "Utilizarea acestui mod necesită instalarea pachetului acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Utilizați un CA personalizat în loc de Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Utilizați serverul staging" @@ -325,6 +329,10 @@ msgstr "Utilizați serverul staging" msgid "Validation method" msgstr "Metoda de validare" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -346,3 +354,6 @@ msgstr "" "Directorul rădăcină al serverului web. Setați acest lucru la rădăcina " "documentului serverului web pentru a rula Acme în modul webroot. Serverul " "web trebuie să fie accesibil de pe internet pe portul 80." + +#~ msgid "Custom ACME CA" +#~ msgstr "Certificat ACME personalizat" diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index cef20b1b445a..cca528d416df 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -20,7 +20,7 @@ msgstr "Сертификаты ACME" msgid "ACME global config" msgstr "Глобальная конфигурация ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL сервера ACME" @@ -45,7 +45,7 @@ msgstr "Сертификаты сохраняются в папку" msgid "Certificate config" msgstr "Конфигурация сертификата" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Сертификаты" @@ -53,11 +53,7 @@ msgstr "Сертификаты" msgid "Challenge Alias" msgstr "Псевдонимы вызова" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Персонализированный ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "URL-адрес пользовательского каталога сервера ACME." @@ -77,7 +73,7 @@ msgstr "Данные для доступа к DNS API" msgid "DNS Challenge Validation" msgstr "DNS подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Дней до продления" @@ -111,11 +107,11 @@ msgstr "" "Например: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 бита" @@ -135,7 +131,7 @@ msgstr "Включено" msgid "General Settings" msgstr "Основные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,19 +151,19 @@ msgstr "" "Если сертификат не был перевыпущен вовремя то вы получите уведомление за 20 " "дней до истечения срока действия." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Выпущен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Размер (и тип) ключа для сгенерированного сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Размер ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Главный домен" @@ -190,30 +186,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Путь к ключу приватного API в PEM формате" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Приватный ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Публичный сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 бит" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Смотрите инструкции" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Должен указывать на домашний регион арендатора" @@ -309,11 +313,11 @@ msgstr "" "является единственным режимом, поддерживающий подстановочные сертификаты. " "Для использования этого режима необходимо установить пакет acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Использовать сторонний центр сертификации вместо Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Использовать тестовый сервер" @@ -321,6 +325,10 @@ msgstr "Использовать тестовый сервер" msgid "Validation method" msgstr "Метод проверки" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -342,3 +350,5 @@ msgstr "" "Укажите здесь корневой каталог веб-сервера, чтобы запустить Acme в режиме " "webroot. Веб-сервер должен быть доступен из интернета на 80 порту." +#~ msgid "Custom ACME CA" +#~ msgstr "Персонализированный ACME CA" diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index d3b858eef45c..fafc648380d0 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -19,7 +19,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "" @@ -43,7 +43,7 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -51,11 +51,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -75,7 +71,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "" @@ -104,11 +100,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "" @@ -128,7 +124,7 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,19 +140,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -177,30 +173,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -267,11 +271,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -279,6 +283,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index 8111f436e4c9..2f0261d10b54 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -19,7 +19,7 @@ msgstr "ACME certifikáty" msgid "ACME global config" msgstr "ACME globálna konfigurácia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "" @@ -43,7 +43,7 @@ msgstr "" msgid "Certificate config" msgstr "Konfigurácia certifikátov" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -51,11 +51,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -75,7 +71,7 @@ msgstr "Prihlasovacie údaje DNS API" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "" @@ -106,11 +102,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "" @@ -130,7 +126,7 @@ msgstr "Zapnuté" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 #, fuzzy msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " @@ -149,19 +145,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Dĺžka (a typ) kľúča pre generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Dĺžka kľúča" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -182,30 +178,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -276,11 +280,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -288,6 +292,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index d1e95b446d12..9e48066634ed 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -19,7 +19,7 @@ msgstr "ACME-certifikat" msgid "ACME global config" msgstr "Global konfiguration för ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL för ACME-servern" @@ -45,7 +45,7 @@ msgstr "Där certifikat och andra tillståndsfiler sparas." msgid "Certificate config" msgstr "Konfiguration för certifikatet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Certifikat" @@ -53,11 +53,7 @@ msgstr "Certifikat" msgid "Challenge Alias" msgstr "Alias för utmaningen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Anpassad ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "Anpassad URL för katalogen till ACME-servern." @@ -77,7 +73,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Dagar till förnyelse" @@ -108,14 +104,14 @@ msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"T.ex. _acme-challenge.example.com:12345:98765 alias.example." -"com:11111" +"T.ex. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bitar" @@ -135,7 +131,7 @@ msgstr "Aktiverad" msgid "General Settings" msgstr "Generella inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,19 +151,19 @@ msgstr "" "Om ett certifikat inte förnyades i tid så kommer du att få en avisering 20 " "dagar före utgångstiden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Utfärdades den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Nyckelstorlek (och typ) för det genererade certifikatet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Nyckelstorlek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Huvuddomän" @@ -188,30 +184,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Genväg till den privata API'ns signeringsnyckel i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Privat nyckel" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Publikt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bitar" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Läs instruktionerna" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -282,11 +286,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Använd en anpassad CA istället för Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Använd iscensättningsserver" @@ -294,6 +298,10 @@ msgstr "Använd iscensättningsserver" msgid "Validation method" msgstr "Valideringsmetod" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "Webbrot" @@ -312,3 +320,6 @@ msgid "" "Acme in webroot mode. The web server must be accessible from the internet on " "port 80." msgstr "" + +#~ msgid "Custom ACME CA" +#~ msgstr "Anpassad ACME CA" diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index 6a3ea0a2e5b1..4f8f058f5385 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -10,7 +10,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "" @@ -34,7 +34,7 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -42,11 +42,7 @@ msgstr "" msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "" @@ -66,7 +62,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "" @@ -95,11 +91,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "" @@ -119,7 +115,7 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -135,19 +131,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -168,30 +164,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -258,11 +262,11 @@ msgid "" "package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "" @@ -270,6 +274,10 @@ msgstr "" msgid "Validation method" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index 505690202abf..e4afa9b0c874 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -19,7 +19,7 @@ msgstr "ACME sertifikaları" msgid "ACME global config" msgstr "ACME evrensel yapılandırma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "ACME sunucu URL'si" @@ -43,7 +43,7 @@ msgstr "Sertifikaların ve diğer dosyaların tutulduğu yer" msgid "Certificate config" msgstr "Sertifika yapılandırması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Sertifikalar" @@ -51,11 +51,7 @@ msgstr "Sertifikalar" msgid "Challenge Alias" msgstr "Challenge Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Özel ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "Özel ACME sunucu dizini URL'si." @@ -75,7 +71,7 @@ msgstr "DNS API bilgileri" msgid "DNS Challenge Validation" msgstr "DNS Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Yenilemeye kalan gün sayısı" @@ -109,11 +105,11 @@ msgstr "" "Örneğin. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bit" @@ -133,7 +129,7 @@ msgstr "Etkin" msgid "General Settings" msgstr "Genel Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,19 +149,19 @@ msgstr "" "Sertifika zamanında yenilenmediyse, geçerlilik süresinin bitiminden 20 gün " "önce bir bildirim alırsınız." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Yayınlandığı tarih" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Oluşturulmuş sertifika için anahtar boyutu (ve türü)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Anahtar boyutu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Ana Etki Alanı" @@ -188,30 +184,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "PEM biçiminde özel API imzalama anahtarı dosyasının yolu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Özel anahtar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Herkese Açık Sertifika" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Talimatlara bakın" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Kiracının bulunduğu bölgeyi işaret etmelidir" @@ -305,11 +309,11 @@ msgstr "" "çözümlemesi gerekmez. DNS modu, joker karakter sertifikalarını destekleyen " "tek moddur. Bu modu kullanmak, acme-dnsapi paketinin yüklenmesini gerektirir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Let's Encrypt yerine özel bir CA kullanın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Aşama sunucusu kullan" @@ -317,6 +321,10 @@ msgstr "Aşama sunucusu kullan" msgid "Validation method" msgstr "Doğrulama yöntemi" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -338,3 +346,6 @@ msgstr "" "Web sunucusu kök dizini. Acme'yi webroot modunda çalıştırmak için bunu web " "sunucusu belge köküne ayarlayın. Web sunucusuna 80 numaralı bağlantı " "noktasından internetten erişilebilmelidir." + +#~ msgid "Custom ACME CA" +#~ msgstr "Özel ACME CA" diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index a7e2918a74d6..4927307fe08c 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -20,7 +20,7 @@ msgstr "Сертифікати ACME" msgid "ACME global config" msgstr "Глобальні налаштування ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "URL-адреса сервера ACME" @@ -45,7 +45,7 @@ msgstr "Сертифікати зберігаються у каталог" msgid "Certificate config" msgstr "Параметри сертифіката" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "Сертифікати" @@ -53,11 +53,7 @@ msgstr "Сертифікати" msgid "Challenge Alias" msgstr "Псевдоніми виклику" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Користувацький ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "URL-адреса каталогу користувацького сервера ACME." @@ -77,7 +73,7 @@ msgstr "Облікові дані DNS API" msgid "DNS Challenge Validation" msgstr "DNS Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Днів до поновлення" @@ -112,11 +108,11 @@ msgstr "" "Наприклад, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 біт" @@ -137,7 +133,7 @@ msgstr "Увімкнено" msgid "General Settings" msgstr "Загальні налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -157,19 +153,19 @@ msgstr "" "Якщо сертифікат не було оновлено вчасно, ви отримаєте сповіщення за 20 днів " "до закінчення терміну дії." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "Видано на" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Розмір (і тип) ключа для згенерованого сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Тип ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "Основний домен" @@ -192,30 +188,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Шлях до приватного файлу ключа підпису API у форматі PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "Приватний ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "Публічний сертифікат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 біт" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "Дивіться інструкції" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "Має вказувати на регіон проживання орендаря" @@ -309,11 +313,11 @@ msgstr "" "єдиним режимом, який підтримує підстановочні сертифікати. Для використання " "цього режиму потрібно встановити пакет acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Використовувати інший ЦС замість Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Використовувати проміжний сервер" @@ -321,6 +325,10 @@ msgstr "Використовувати проміжний сервер" msgid "Validation method" msgstr "Метод перевірки" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -342,3 +350,6 @@ msgstr "" "Коренева тека веб-сервера. Встановіть для цього параметра кореневу теку " "документа веб-сервера, щоб запустити Acme в режимі webroot. Веб-сервер " "повинен бути доступний з Інтернету через порт 80." + +#~ msgid "Custom ACME CA" +#~ msgstr "Користувацький ACME CA" diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index b17d6c98ec27..3aad94471316 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -19,7 +19,7 @@ msgstr "Chứng chỉ ACME" msgid "ACME global config" msgstr "Cấu hình ACME toàn cầu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "Đường dẫn máy chủ ACME" @@ -43,7 +43,7 @@ msgstr "" msgid "Certificate config" msgstr "Cấu hình chứng chỉ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "" @@ -51,11 +51,7 @@ msgstr "" msgid "Challenge Alias" msgstr "Bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "Tùy chỉnh ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "Tùy chỉnh đường dẫn máy chủ ACME." @@ -75,7 +71,7 @@ msgstr "Thông tin đăng nhập DNS API" msgid "DNS Challenge Validation" msgstr "DNS Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "Cho đến ngày được làm mới" @@ -107,11 +103,11 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 bit" @@ -131,7 +127,7 @@ msgstr "Kích Hoạt" msgid "General Settings" msgstr "Các cài đặt chung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,19 +145,19 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "Kích thước khóa cho chứng chỉ được tạo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "Kích thước khóa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "" @@ -182,30 +178,38 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA kích thước 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA kích thước 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA kích thước 4096 bits" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "" @@ -298,11 +302,11 @@ msgstr "" "nhất hỗ trợ chứng chỉ ký tự đại diện. Sử dụng chế độ này yêu cầu phải cài " "đặt gói acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Sử dụng tùy chỉnh nhà cung cấp chứng chỉ thay cho Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "Sử dụng máy chủ tạm" @@ -310,6 +314,10 @@ msgstr "Sử dụng máy chủ tạm" msgid "Validation method" msgstr "Phương thức thẩm định" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "" @@ -332,3 +340,5 @@ msgstr "" "chạy Acme ở chế độ gốc web. Máy chủ web phải có thể truy cập được từ " "internet trên cổng 80." +#~ msgid "Custom ACME CA" +#~ msgstr "Tùy chỉnh ACME CA" diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index 516e638d41c1..166d630d7e81 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -19,7 +19,7 @@ msgstr "ACME 证书" msgid "ACME global config" msgstr "ACME 全局配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "ACME 服务器 URL" @@ -43,7 +43,7 @@ msgstr "证书存放位置" msgid "Certificate config" msgstr "证书配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "证书" @@ -51,11 +51,7 @@ msgstr "证书" msgid "Challenge Alias" msgstr "质询别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "自定义 ACME 证书颁发机构" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "自定义 ACME 服务器目录 URL。" @@ -75,7 +71,7 @@ msgstr "DNS API 凭证" msgid "DNS Challenge Validation" msgstr "DNS 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "续约前天数" @@ -105,14 +101,14 @@ msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"如,_acme-challenge.example.com:12345:98765 alias.example." -"com:11111" +"如,_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC 256 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC 384 位" @@ -132,7 +128,7 @@ msgstr "已启用" msgid "General Settings" msgstr "常规设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -148,19 +144,19 @@ msgid "" "days before expiry." msgstr "如未及时续签证书,你会在到期前20天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "颁发于" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "生成的证书的密钥长度(和类型)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "密钥长度" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "主域" @@ -181,30 +177,38 @@ msgstr "打开 DuckDNS 并在此复制 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私密 API 签名密钥文件的路径" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "私钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "公钥证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA 2048 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA 3072 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA 4096 位" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "见操作指南" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "应指向租约主区域" @@ -290,11 +294,11 @@ msgstr "" "dnsapi。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是唯一支持通配符证书" "的模式。使用此模式需要安装 acme-dnsapi 包。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "使用自定义证书颁发机构代替 Let's Encrypt。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "使用临时服务器" @@ -302,6 +306,10 @@ msgstr "使用临时服务器" msgid "Validation method" msgstr "验证方式" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "Webroot" @@ -322,3 +330,6 @@ msgid "" msgstr "" "Webserver 根目录。设置为 Web 服务器文档根目录,在 webroot 模式下运行 Acme。" "Web 服务器必须允许从互联网上使用80端口访问。" + +#~ msgid "Custom ACME CA" +#~ msgstr "自定义 ACME 证书颁发机构" diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index e4267c374ece..6f2c4aedb463 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -19,7 +19,7 @@ msgstr "ACME證書" msgid "ACME global config" msgstr "ACME 全域組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ACME server URL" msgstr "ACME 伺服器 URL" @@ -43,7 +43,7 @@ msgstr "儲存憑證和其他狀態檔的位置。" msgid "Certificate config" msgstr "憑證組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:605 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 msgid "Certificates" msgstr "憑證" @@ -51,11 +51,7 @@ msgstr "憑證" msgid "Challenge Alias" msgstr "Challenge 別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 -msgid "Custom ACME CA" -msgstr "自訂 ACME CA" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Custom ACME server directory URL." msgstr "自訂 ACME 伺服器的 URL。" @@ -75,7 +71,7 @@ msgstr "DNS API 憑證" msgid "DNS Challenge Validation" msgstr "DNS Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Days until renewal" msgstr "更新前的天數" @@ -105,14 +101,14 @@ msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -"如_acme-challenge.example.com:12345:98765 alias.example." -"com:11111" +"如_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 msgid "ECC 256 bits" msgstr "ECC(256 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 msgid "ECC 384 bits" msgstr "ECC(384 位元)" @@ -134,7 +130,7 @@ msgstr "啟用" msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,19 +146,19 @@ msgid "" "days before expiry." msgstr "如果憑證未及時續訂,您將在到期前 20 天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 msgid "Issued on" msgstr "簽發於" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "Key size (and type) for the generated certificate." msgstr "產生憑證的金鑰大小(和型別)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "Key type" msgstr "金鑰大小" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:584 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 msgid "Main Domain" msgstr "主域" @@ -183,30 +179,38 @@ msgstr "打開 DuckDNS 並在此處複 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰檔案的路徑" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 msgid "Private Key" msgstr "私鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 msgid "Public Certificate" msgstr "公共憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 msgid "RSA 2048 bits" msgstr "RSA(2048 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "RSA 3072 bits" msgstr "RSA(3072 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 msgid "RSA 4096 bits" msgstr "RSA(4096 位元)" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +msgid "Seconds to wait for a DNS record to be updated before continue." +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 msgid "See instructions" msgstr "查看說明" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +msgid "See more" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 msgid "Should point to the tenancy home region" msgstr "應指向租約區域" @@ -293,11 +297,11 @@ msgstr "" "單。在DNS 模式下域名不必解析為路由器 IP 位址,該模式也是支援「萬用字元憑證」" "的唯一模式。請注意:必須安裝 acme-dnsapi 套件後才能使用該模式。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 msgid "Use a custom CA instead of Let's Encrypt." msgstr "使用自訂 CA 代替 Let's Encrypt。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Use staging server" msgstr "使用臨時伺服器" @@ -305,6 +309,10 @@ msgstr "使用臨時伺服器" msgid "Validation method" msgstr "驗證方法" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +msgid "Wait for DNS update" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "Webroot" msgstr "Webroot" @@ -325,3 +333,6 @@ msgid "" msgstr "" "Web 伺服器根目錄;設定 Web 伺服器文件的根目錄以在「Webroot 模式」下執行 " "ACME。Web 伺服器的 80 埠必須允許從 Internet 存取。" + +#~ msgid "Custom ACME CA" +#~ msgstr "自訂 ACME CA" From 28ec2b4bb958b639ab92e2eec75540f6d02657db Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 15:23:44 +0300 Subject: [PATCH 02/25] luci-app-acme: Move link out of translations Use the %s placeholder instead of URLs. Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme.js | 24 ++- applications/luci-app-acme/po/ar/acme.po | 125 ++++++++-------- applications/luci-app-acme/po/bg/acme.po | 100 ++++++------- applications/luci-app-acme/po/bn_BD/acme.po | 113 +++++++------- applications/luci-app-acme/po/ca/acme.po | 100 ++++++------- applications/luci-app-acme/po/cs/acme.po | 128 ++++++++-------- applications/luci-app-acme/po/da/acme.po | 134 ++++++++--------- applications/luci-app-acme/po/de/acme.po | 127 ++++++++-------- applications/luci-app-acme/po/el/acme.po | 100 ++++++------- applications/luci-app-acme/po/en/acme.po | 126 ++++++++-------- applications/luci-app-acme/po/es/acme.po | 129 ++++++++-------- applications/luci-app-acme/po/fa/acme.po | 100 ++++++------- applications/luci-app-acme/po/fi/acme.po | 100 ++++++------- applications/luci-app-acme/po/fr/acme.po | 130 ++++++++--------- applications/luci-app-acme/po/he/acme.po | 100 ++++++------- applications/luci-app-acme/po/hi/acme.po | 100 ++++++------- applications/luci-app-acme/po/hu/acme.po | 138 +++++++++--------- applications/luci-app-acme/po/id/acme.po | 127 ++++++++-------- applications/luci-app-acme/po/it/acme.po | 120 ++++++++------- applications/luci-app-acme/po/ja/acme.po | 100 ++++++------- applications/luci-app-acme/po/ko/acme.po | 124 ++++++++-------- applications/luci-app-acme/po/lt/acme.po | 100 ++++++------- applications/luci-app-acme/po/mr/acme.po | 100 ++++++------- applications/luci-app-acme/po/ms/acme.po | 100 ++++++------- applications/luci-app-acme/po/nb_NO/acme.po | 100 ++++++------- applications/luci-app-acme/po/nl/acme.po | 100 ++++++------- applications/luci-app-acme/po/pl/acme.po | 131 ++++++++--------- applications/luci-app-acme/po/pt/acme.po | 132 ++++++++--------- applications/luci-app-acme/po/pt_BR/acme.po | 133 ++++++++--------- applications/luci-app-acme/po/ro/acme.po | 129 ++++++++-------- applications/luci-app-acme/po/ru/acme.po | 124 ++++++++-------- applications/luci-app-acme/po/si/acme.po | 100 ++++++------- applications/luci-app-acme/po/sk/acme.po | 106 +++++++------- applications/luci-app-acme/po/sv/acme.po | 100 ++++++------- .../luci-app-acme/po/templates/acme.pot | 100 ++++++------- applications/luci-app-acme/po/tr/acme.po | 124 ++++++++-------- applications/luci-app-acme/po/uk/acme.po | 128 ++++++++-------- applications/luci-app-acme/po/vi/acme.po | 126 ++++++++-------- applications/luci-app-acme/po/zh_Hans/acme.po | 120 +++++++-------- applications/luci-app-acme/po/zh_Hant/acme.po | 123 ++++++++-------- 40 files changed, 2157 insertions(+), 2364 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 250340e86276..84ad1207d5b2 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -86,10 +86,12 @@ return view.extend({ o = s.taboption('challenge_dns', form.ListValue, 'dns', _('DNS API'), _("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. " + + 'See %s 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.")); + "Using this mode requires the acme-dnsapi package to be installed.") + .format('DNS API') + ); o.depends("validation_method", "dns"); // List of supported DNS API. Names are same as file names in acme.sh for easier search. // May be outdated but not changed too often. @@ -443,23 +445,29 @@ return view.extend({ o = s.taboption('challenge_dns', form.DynamicList, 'credentials', _('DNS API credentials'), _("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.")) + 'See %s for the format of credentials required by each API. ' + + 'Add multiple entries here in KEY=VAL shell variable format to supply multiple credential variables.') + .format('DNS API') + ) o.datatype = "list(string)"; o.depends("validation_method", "dns"); o.modalonly = true; o = s.taboption('challenge_dns', form.Value, 'calias', _('Challenge Alias'), _("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.")); + 'See %s for the details of this process. ' + + 'LUCI only supports one challenge alias per certificate.') + .format('DNS Alias Mode') + ); o.depends("validation_method", "dns"); o.modalonly = true; o = s.taboption('challenge_dns', form.Value, 'dalias', _('Domain Alias'), _("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.")); + 'See %s for the details of this process. ' + + 'LUCI only supports one challenge domain per certificate.') + .format('DNS Alias Mode') + ); o.depends("validation_method", "dns"); o.modalonly = true; diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index 0a376dd66c9a..b63011127969 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -20,7 +20,7 @@ msgstr "‍ شهادات بيئة إدارة الشهادات التلقائية msgid "ACME global config" msgstr "التكوين العالمي لبيئة إدارة الشهادات التلقائية" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "عنوان URL لخادم ACME" @@ -32,7 +32,7 @@ msgstr "حساب البريد الإلكتروني" msgid "Advanced Settings" msgstr "إعدادات متقدمة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +44,15 @@ msgstr "حيث يتم حفظ شهادات وملفات الدولة الأخرى msgid "Certificate config" msgstr "تكوين الشهادة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "الاسم المستعار لاعتراض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "عنوان URL مخصص لدليل خادم ACME." @@ -64,7 +64,7 @@ msgstr "نظام أسماء النطاقات" msgid "DNS API" msgstr "واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "مؤهلات واجهة برمجة تطبيقات لنظام أسماء النطاقات" @@ -72,7 +72,7 @@ msgstr "مؤهلات واجهة برمجة تطبيقات لنظام أسماء msgid "DNS Challenge Validation" msgstr "DNS التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "الأيام حتى التجديد" @@ -80,7 +80,7 @@ msgstr "الأيام حتى التجديد" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "الاسم المستعار للنطاق" @@ -98,17 +98,17 @@ msgstr "" "وستكون الأسماء اللاحقة أسماء بديلة. لاحظ أن جميع أسماء النطاقات يجب أن تشير " "إلى جهاز التوجيه في نظام أسماء النطاقات العام." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 بت" @@ -128,7 +128,7 @@ msgstr "مفعل" msgid "General Settings" msgstr "الاعدادات العامة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,72 +146,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "حجم المفتاح (والنوع) للشهادة التي تم إنشاؤها." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "حجم المفتاح" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -230,39 +230,33 @@ msgstr "" "Webroot خادم ويب موجودًا لإصدار شهادة. سيسمح لك وضع DNS باستخدام DNS API " "لمزود DNS الخاص بك لإصدار شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"الاسم المستعار الاعتراضي لاستخدامه لكل أسماء النقابات. انظرإلى https://" -"github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode للاطلاع على تفاصيل " -"هذه العملية. يدعم LUCI اسمًا مستعارًا واحدًا فقط للاعتراض لكل شهادة." +"الاسم المستعار الاعتراضي لاستخدامه لكل أسماء النقابات. انظرإلى %s للاطلاع " +"على تفاصيل هذه العملية. يدعم LUCI اسمًا مستعارًا واحدًا فقط للاعتراض لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"بيانات اعتماد وضع واجهة برمجة تطبيقات نظام اسم المجال المحدد أعلاه. راجع " -"https://github.com/acmesh-official/acme.sh/wiki/dnsapi لتنسيق بيانات " -"الاعتماد التي تتطلبها كل واجهة برمجة تطبيقات. أضف إدخالات متعددة هنا في " -"تنسيق متغير shell \"KEY = VAL\" لتوفير متغيرات اعتماد متعددة." +"بيانات اعتماد وضع واجهة برمجة تطبيقات نظام اسم المجال المحدد أعلاه. راجع %s " +"لتنسيق بيانات الاعتماد التي تتطلبها كل واجهة برمجة تطبيقات. أضف إدخالات " +"متعددة هنا في تنسيق متغير shell \"KEY = VAL\" لتوفير متغيرات اعتماد متعددة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"اسم النطاق المستعار لاستخدامها في جميع المجالات. انظر https://github.com/" -"acmesh-official/acme.sh/wiki/DNS-alias-mode عن تفاصيل هذه العملية. لوسي يدعم " -"فقط واحد التحدي المجال لكل شهادة." +"اسم النطاق المستعار لاستخدامها في جميع المجالات. انظر %s عن تفاصيل هذه " +"العملية. لوسي يدعم فقط واحد التحدي المجال لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -281,30 +275,29 @@ msgstr "" "بروتوكول الإنترنت العام لجهاز التوجيه. بمجرد التكوين ، يمكن أن يستغرق إصدار " "الشهادات بعض الوقت. يمكنك التحقق من سجلات التقدم وأية أخطاء." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "لاستخدام وضع DNS لإصدار الشهادات ، قم بتعيين هذا على اسم API DNS المدعوم من " -"acme.sh. راجع https://github.com/acmesh-official/acme.sh/wiki/dnsapi للحصول " -"على قائمة واجهات برمجة التطبيقات المتاحة. في وضع DNS ، لا يلزم حل اسم المجال " -"إلى IP الخاص بالموجه. وضع DNS هو أيضًا الوضع الوحيد الذي يدعم شهادات أحرف " -"البدل. يتطلب استخدام هذا الوضع تثبيت حزمة acme-dnsapi." +"acme.sh. راجع %s للحصول على قائمة واجهات برمجة التطبيقات المتاحة. في وضع " +"DNS ، لا يلزم حل اسم المجال إلى IP الخاص بالموجه. وضع DNS هو أيضًا الوضع " +"الوحيد الذي يدعم شهادات أحرف البدل. يتطلب استخدام هذا الوضع تثبيت حزمة acme-" +"dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "استخدم مرجع مصدق (CA) مخصصًا بدلاً من Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "استخدم خادم الترحيل" @@ -312,7 +305,7 @@ msgstr "استخدم خادم الترحيل" msgid "Validation method" msgstr "طريقة التحقق من الصحة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index e386b64a4a0a..d7f31ba78e74 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -19,7 +19,7 @@ msgstr "ACME сертификати" msgid "ACME global config" msgstr "ACME глобални настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL на ACME сървър" @@ -31,7 +31,7 @@ msgstr "Имейл на акаунта" msgid "Advanced Settings" msgstr "Разширени настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +43,15 @@ msgstr "Директория със сертификати" msgid "Certificate config" msgstr "Конфигурация на сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS API креденшъли" @@ -71,7 +71,7 @@ msgstr "DNS API креденшъли" msgid "DNS Challenge Validation" msgstr "DNS Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Дни до подновяване" @@ -79,7 +79,7 @@ msgstr "Дни до подновяване" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "" @@ -94,17 +94,17 @@ msgid "" "must point at the router in the global DNS." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "" @@ -124,7 +124,7 @@ msgstr "Разрешен" msgid "General Settings" msgstr "Общи настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,72 +140,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -221,29 +221,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -257,25 +254,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -283,7 +279,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index 36aae53ecab9..8b9b97351011 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -19,7 +19,7 @@ msgstr "ACME সার্টিফিকেট" msgid "ACME global config" msgstr "ACME গ্লোবাল কনফিগ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "ACME সার্ভার URL" @@ -31,7 +31,7 @@ msgstr "অ্যাকাউন্ট ইমেইল" msgid "Advanced Settings" msgstr "উন্নত সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +43,15 @@ msgstr "" msgid "Certificate config" msgstr "সার্টিফিকেট কনফিগারেশন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "চ্যালেঞ্জ উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "কাস্টম ACME সার্ভার ডিরেক্টরি URL।" @@ -63,7 +63,7 @@ msgstr "ডিএনএস" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS API ক্রিডেনশিয়াল" @@ -71,7 +71,7 @@ msgstr "DNS API ক্রিডেনশিয়াল" msgid "DNS Challenge Validation" msgstr "DNS চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "নবায়ন পর্যন্ত দিন" @@ -79,7 +79,7 @@ msgstr "নবায়ন পর্যন্ত দিন" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "ডোমেইন উপনাম" @@ -97,17 +97,17 @@ msgstr "" "হবে বিকল্প নাম। মনে রাখবেন যে সমস্ত ডোমেইন নাম অবশ্যই বৈশ্বিক DNS- এর রাউটারে " "নির্দেশ করতে হবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 বিট" @@ -127,7 +127,7 @@ msgstr "সক্রিয়" msgid "General Settings" msgstr "সাধারণ সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,72 +145,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "সার্টিফিকেট উৎপন্ন করার জন্য কী সাইজ (এবং প্রকার)।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "কী সাইজ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -230,39 +230,33 @@ msgstr "" "করবে। ডিএনএস মোড আপনার ডিএনএস প্রদানকারীর ডিএনএস এপিআই ব্যবহার করে সার্টিফিকেট " "ইস্যু করবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"সমস্ত ডোমেইনের জন্য চ্যালেঞ্জ উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য https://" -"github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode দেখুন। LUCI শুধুমাত্র " -"একটি সার্টিফিকেট চ্যালেঞ্জ উপনাম সমর্থন করে।" +"সমস্ত ডোমেইনের জন্য চ্যালেঞ্জ উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য %s দেখুন। " +"LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ উপনাম সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" "উপরে নির্বাচিত DNS API মোডের ক্রিডেনশিয়াল।প্রতিটি API- এর প্রয়োজনীয় ক্রিডেনশিয়াল " -"ফরম্যাটের জন্য দেখুন https://github.com/acmesh-official/acme.sh/wiki/dnsapi। " -"একাধিক ক্রিডেনশিয়াল ভেরিয়েবল সরবরাহ করতে এখানে KEY = VAL শেল ভেরিয়েবল ফরম্যাটে " -"একাধিক এন্ট্রি যুক্ত করুন।" +"ফরম্যাটের জন্য দেখুন %s। একাধিক ক্রিডেনশিয়াল ভেরিয়েবল সরবরাহ করতে এখানে KEY = " +"VAL শেল ভেরিয়েবল ফরম্যাটে একাধিক এন্ট্রি যুক্ত করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" "সমস্ত ডোমেইনের জন্য ব্যবহৃত ডোমেইন উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য দেখুন " -"https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode। LUCI শুধুমাত্র " -"একটি সার্টিফিকেট চ্যালেঞ্জ ডোমেইন সমর্থন করে।" +"%s। LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ ডোমেইন সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -281,25 +275,24 @@ msgstr "" "ঠিকানায় নির্দেশ করার জন্য কনফিগার করা আবশ্যক। একবার কনফিগার হয়ে গেলে, " "সার্টিফিকেট ইস্যু করতে কিছু সময় লাগতে পারে। অগ্রগতি এবং কোন ত্রুটির জন্য লগ চেক করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -307,7 +300,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index 481d20fd5180..a5fbf213905c 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -19,7 +19,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "" @@ -31,7 +31,7 @@ msgstr "" msgid "Advanced Settings" msgstr "Configuració avançada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +43,15 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -63,7 +63,7 @@ msgstr "" msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "" @@ -79,7 +79,7 @@ msgstr "" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "" @@ -94,17 +94,17 @@ msgid "" "must point at the router in the global DNS." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "" @@ -124,7 +124,7 @@ msgstr "Activat" msgid "General Settings" msgstr "Paràmetres generals" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,72 +140,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -221,29 +221,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -257,25 +254,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -283,7 +279,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index 19479c52df96..d4f513ae2430 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -19,7 +19,7 @@ msgstr "Certifikáty ACME" msgid "ACME global config" msgstr "Globální konfigurace ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL serveru ACME" @@ -31,7 +31,7 @@ msgstr "E-mail k účtu" msgid "Advanced Settings" msgstr "Pokročilá nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 obsah soukromého klíče. Použití namísto YC_SA_Key_File_Path" @@ -43,15 +43,15 @@ msgstr "Certifikáty jsou uloženy v" msgid "Certificate config" msgstr "Konfigurace certifikátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Aliasy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "Adresář URL vlastního serveru ACME." @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS API pověření" @@ -71,7 +71,7 @@ msgstr "DNS API pověření" msgid "DNS Challenge Validation" msgstr "DNS Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Dny do obnovení" @@ -79,7 +79,7 @@ msgstr "Dny do obnovení" msgid "Default" msgstr "Výchozí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Alias domény" @@ -97,7 +97,7 @@ msgstr "" "jméno subjektu, další jsou alternativní názvy. Mějte na paměti, že všechny " "doménové názvy musejí v globálním DNS ukazovat na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -105,11 +105,11 @@ msgstr "" "Např. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bitů" @@ -129,7 +129,7 @@ msgstr "Zapnuto" msgid "General Settings" msgstr "Obecná nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,74 +149,74 @@ msgstr "" "Pokud nebyl certifikát obnoven včas, obdržíte upozornění 20 dní před " "vypršením." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Vydáno" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Velikost (a typ) klíče pro generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Velikost klíče" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Hlavní doména" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID nájmu, který obsahuje cílovou DNS zónu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID uživatele s povolením přidat/odstranit záznamy ze zón" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otevřete DuckDNS a zkopírujte token " "zde" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "Cesta k soukromému API podpisovému klíči v PEM formátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Soukromý klíč" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Veřejný certifikát" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Zobrazit pokyny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Mělo by ukazovat na domovský region pronájmu" @@ -235,41 +235,36 @@ msgstr "" "acme.sh. Režim webroot bude používat existující webový server. DNS režim " "bude umožňovat použití DNS API vašeho poskytovatele DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" "Alias výzvy, který se má použít pro VŠECHNY domény. Podrobnosti o tomto " -"procesu naleznete na adrese https://github.com/acmesh-official/acme.sh/wiki/" -"DNS-alias-mode. Rozhraní LUCI podporuje pouze jeden alias výzvy na " -"certifikát." +"procesu naleznete na adrese %s. Rozhraní LUCI podporuje pouze jeden alias " +"výzvy na certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"Přihlašovací údaje pro zvolený režim DNS API. Podívejte se na adresu https://" -"github.com/acmesh-official/acme.sh/wiki/dnsapi, jaký formát přihlašovacích " -"údajů je požadován pro každé API. Přidejte zde více položek v formátu " -"proměnné shellu KLÍČ=HODNOTA, abyste mohli poskytnout více přihlašovacích " -"proměnných." +"Přihlašovací údaje pro zvolený režim DNS API. Podívejte se na adresu %s, " +"jaký formát přihlašovacích údajů je požadován pro každé API. Přidejte zde " +"více položek v formátu proměnné shellu KLÍČ=HODNOTA, abyste mohli poskytnout " +"více přihlašovacích proměnných." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"Doménový alias k použití pro VŠECHNY domény. Viz https://github.com/acmesh-" -"official/acme.sh/wiki/DNS-alias-mode pro více informací o tomto procesu. " -"LUCI podporuje jen jednu challenge doménu pro každý certifikát." +"Doménový alias k použití pro VŠECHNY domény. Viz %s pro více informací o " +"tomto procesu. LUCI podporuje jen jednu challenge doménu pro každý " +"certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "Soukromý API podpisový klíč v PEM formátu" @@ -290,31 +285,30 @@ msgstr "" "bude chvíli trvat. Kontrolujte protokoly, kde uvidíte průběh a jakékoli " "chyby." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Toto obvykle NENÍ e-mailová adresa" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Aby bylo možné vydávání certifikátů pomocí režimu DNS, nastavte název DNS " "API podporovaného aplikací acme.sh. Seznam dostupných API naleznete na " -"adrese https://github.com/acmesh-official/acme.sh/wiki/dnsapi. V režimu DNS " -"nemusí být doménové jméno přeloženo na IP adresu směrovače. Režim DNS je " -"také jediným režimem, který podporuje vydávání wildcard certifikátů. Použití " -"tohoto režimu vyžaduje instalaci balíčku acme-dnsapi." +"adrese %s. V režimu DNS nemusí být doménové jméno přeloženo na IP adresu " +"směrovače. Režim DNS je také jediným režimem, který podporuje vydávání " +"wildcard certifikátů. Použití tohoto režimu vyžaduje instalaci balíčku acme-" +"dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Namísto Let's Encrypt použít vlastní CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Použijte pracovní server" @@ -322,7 +316,7 @@ msgstr "Použijte pracovní server" msgid "Validation method" msgstr "Metoda ověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index fe04ca11e11b..79321db2a597 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -19,7 +19,7 @@ msgstr "ACME-certifikater" msgid "ACME global config" msgstr "ACME global konfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL til ACME-serveren" @@ -31,7 +31,7 @@ msgstr "Konto e-mail" msgid "Advanced Settings" msgstr "Avancerede indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 indhold af privat nøgle. Brug i stedet for YC_SA_Key_File_Path" @@ -43,15 +43,15 @@ msgstr "Cert-filer gemmes i" msgid "Certificate config" msgstr "Certifikatkonfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Udfordr Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "Brugerdefineret URL til ACME-serverens mappe." @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS-API legitimationsoplysninger" @@ -71,7 +71,7 @@ msgstr "DNS-API legitimationsoplysninger" msgid "DNS Challenge Validation" msgstr "DNS Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Antal dage indtil fornyelse" @@ -79,7 +79,7 @@ msgstr "Antal dage indtil fornyelse" msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Domænealias" @@ -97,7 +97,7 @@ msgstr "" "emnet, de efterfølgende navne vil være alt-navne. Bemærk, at alle " "domænenavne skal pege på routeren i den globale DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -105,11 +105,11 @@ msgstr "" "f. eks. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -129,7 +129,7 @@ msgstr "Aktiveret" msgid "General Settings" msgstr "Generelle indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,74 +149,74 @@ msgstr "" "Hvis et certifikat ikke blev fornyet i tide, vil du modtage en meddelelse på " "20 dage før udløbet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "udstedt den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Nøglestørrelse (og -type) for det genererede certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Nøglestørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Hoveddomæne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID af tenancy, der indeholder mål DNS zonen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID af brugeren med tilladelse til at tilføje / fjerne poster fra zoner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Åbn DuckDNS og kopiere en token her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "Sti til privat API underskrift nøglefil i PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Privat nøgle" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Offentligt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Se instruktioner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Skal pege på den lejede hjemme region" @@ -236,40 +236,36 @@ msgstr "" "til at udstede et certifikat. DNS-tilstand giver dig mulighed for at bruge " "DNS API'et hos din DNS-udbyder til at udstede et certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"Det alias for udfordring, der skal bruges til ALLE domæner. Se https://" -"github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode for nærmere " -"oplysninger om denne proces. LUCI understøtter kun ét udfordringsalias pr. " -"certifikat." +"Det alias for udfordring, der skal bruges til ALLE domæner. Se %s for " +"nærmere oplysninger om denne proces. LUCI understøtter kun ét " +"udfordringsalias pr. certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"Angivelserne for den valgte DNS API-tilstand ovenfor. Se https://github.com/" -"acmesh-official/acme.sh/wiki/dnsapi for formatet af de " -"legitimationsoplysninger, der kræves af hvert API. Tilføj flere poster her i " -"formatet KEY=VAL shellvariabel for at angive flere legitimationsvariabler." +"Angivelserne for den valgte DNS API-tilstand ovenfor. Se %s for formatet af " +"de 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"Det domænealias, der skal bruges for ALLE domæner. Se https://github.com/" -"acmesh-official/acme.sh/wiki/DNS-alias-mode for nærmere oplysninger om denne " -"proces. LUCI understøtter kun ét udfordringsdomæne pr. certifikat." +"Det domænealias, der skal bruges for ALLE domæner. Se %s for nærmere " +"oplysninger om denne proces. LUCI understøtter kun ét udfordringsdomæne pr. " +"certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "Den private API signeringsnøgle i PEM-format" @@ -290,32 +286,30 @@ msgstr "" "certifikater tage et stykke tid. Kontroller logfilerne for fremskridt og " "eventuelle fejl." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Dette er normalt IKKE en e-mailadresse" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Hvis du vil bruge DNS-tilstand til at udstede certifikater, skal du angive " -"navnet på et DNS-API, der understøttes af acme.sh, til dette. Se https://" -"github.com/acmesh-official/acme.sh/wiki/dnsapi for en liste over " -"tilgængelige API'er. I DNS-tilstand behøver domænenavnet ikke at blive " -"opløst til routerens IP-adresse. DNS-tilstand er også den eneste tilstand, " -"der understøtter wildcard-certifikater. Brug af denne tilstand kræver, at " -"pakken acme-dnsapi er installeret." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +"navnet på et DNS-API, der understøttes af acme.sh, til dette. Se %s for en " +"liste over tilgængelige API'er. I DNS-tilstand behøver domænenavnet ikke at " +"blive opløst til routerens IP-adresse. DNS-tilstand er også den eneste " +"tilstand, der understøtter wildcard-certifikater. Brug af denne tilstand " +"kræver, at pakken acme-dnsapi er installeret." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Brug en brugerdefineret CA i stedet for Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Brug staging-server" @@ -323,7 +317,7 @@ msgstr "Brug staging-server" msgid "Validation method" msgstr "Valideringsmetode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index 93a1cd2378b2..bac3a33c489e 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -19,7 +19,7 @@ msgstr "ACME-Zertifikate" msgid "ACME global config" msgstr "Globale ACME-Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "ACME-Server URL" @@ -31,7 +31,7 @@ msgstr "Account E-Mail" msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-Inhalt des privaten Schlüssels. Verwendung anstelle von " @@ -45,15 +45,15 @@ msgstr "Wo Zertifikate und andere Statusdateien aufbewahrt werden." msgid "Certificate config" msgstr "Zertifikateinstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Challenge-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "Benutzerdefinierte ACME-Serververzeichnis URL." @@ -65,7 +65,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS API Zugangsdaten" @@ -73,7 +73,7 @@ msgstr "DNS API Zugangsdaten" msgid "DNS Challenge Validation" msgstr "DNS Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Tage bis zur Erneuerung" @@ -81,7 +81,7 @@ msgstr "Tage bis zur Erneuerung" msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Domain-Alias" @@ -99,7 +99,7 @@ msgstr "" "Eintrag ist der Betreff, nachfolgende Namen sind Alternativnamen. Beachten " "Sie, dass alle Domainamen im globalen DNS auf den Router zeigen müssen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,11 +107,11 @@ msgstr "" "Z. B. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 Bits" @@ -131,7 +131,7 @@ msgstr "Aktiviert" msgid "General Settings" msgstr "Allgemeine Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,75 +151,75 @@ msgstr "" "Wird ein Zertifikat nicht rechtzeitig erneuert, erhältst du 20 Tage vor " "dessen Ablauf eine Benachrichtigung." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Ausgestellt am" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Schlüsselgröße (und Typ) für das generierte Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Schlüsselgröße" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Hauptdomain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Öffne DuckDNS und kopiere ein Token " "hier her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "Pfad zur Private-API-Signierschlüsseldatei im PEM-Format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "öffentliches Zertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Siehe Anleitung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" @@ -239,40 +239,35 @@ msgstr "" "Webserver genutzt. Der DNS-Modus erlaubt es, die API deines DNS-Providers " "für die Zertifikatausstellung zu verwenden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" "Der Challenge-Alias für ALLE Domänen. Weitere Informationen zu diesem " -"Vorgang finden Sie unter https://github.com/acmesh-official/acme.sh/wiki/DNS-" -"alias-mode. LUCI unterstützt nur einen Challenge-Alias pro Zertifikat." +"Vorgang finden Sie unter %s.LUCI unterstützt nur einen Challenge-Alias pro " +"Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"Die Anmeldeinformationen für den oben ausgewählten DNS-API-Modus. Unter " -"https://github.com/acmesh-official/acme.sh/wiki/dnsapi finden Sie das Format " -"der für jede API erforderlichen Anmeldeinformationen. Fügen Sie hier mehrere " -"Einträge im Shell-Variablenformat KEY = VAL hinzu, um mehrere " -"Anmeldeinformationsvariablen bereitzustellen." +"Die Anmeldeinformationen für den oben ausgewählten DNS-API-Modus. Unter %s " +"finden Sie das Format der für jede API erforderlichen Anmeldeinformationen. " +"Fügen Sie hier mehrere Einträge im Shell-Variablenformat KEY = VAL hinzu, um " +"mehrere Anmeldeinformationsvariablen bereitzustellen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"Der für ALLE Domänen zu nutzende Alias. Siehe https://github.com/acmesh-" -"official/acme.sh/wiki/DNS-alias-mode für Details zu diesem Prozess. LUCI " -"unterstützt nur eine Domänenanforderung pro Zertifikat." +"Der für ALLE Domänen zu nutzende Alias. Siehe %s für Details zu diesem " +"Prozess. LUCI unterstützt nur eine Domänenanforderung pro Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "Der private API-Signierschlüssel im PEM-Format" @@ -294,32 +289,30 @@ msgstr "" "Zertifikaten eine Weile dauern. Überprüfen Sie die Protokolle auf " "Fortschritt und Fehler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Dies ist normalerweise KEINE E-Mail-Adresse" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Um den DNS-Modus zum Ausstellen von Zertifikaten zu verwenden, setzen Sie " "diesen auf den Namen einer von acme.sh unterstützten DNS-API. Eine Liste der " -"verfügbaren APIs finden Sie unter https://github.com/acmesh-official/acme.sh/" -"wiki/dnsapi. Im DNS-Modus muss der Domänenname nicht in die Router-IP " -"aufgelöst werden. Der DNS-Modus ist auch der einzige Modus, der " -"Platzhalterzertifikate unterstützt. Für die Verwendung dieses Modus muss das " -"acme-dnsapi-Paket installiert sein." +"verfügbaren APIs finden Sie unter %s. Im DNS-Modus muss der Domänenname " +"nicht in die Router-IP aufgelöst werden. Der DNS-Modus ist auch der einzige " +"Modus, der Platzhalterzertifikate unterstützt. Für die Verwendung dieses " +"Modus muss das acme-dnsapi-Paket installiert sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Nutze individuelles Zertifikat statt Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Staging-Server verwenden" @@ -327,7 +320,7 @@ msgstr "Staging-Server verwenden" msgid "Validation method" msgstr "Überprüfungsmethode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index 9746087bd0c2..048b279bd050 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -19,7 +19,7 @@ msgstr "ACME πιστοποιητικά" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "" @@ -31,7 +31,7 @@ msgstr "Λογαριασμός email" msgid "Advanced Settings" msgstr "Ρυθμίσεις για προχωρημένους" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +43,15 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Μέρες μέχρι την ανανέωση" @@ -79,7 +79,7 @@ msgstr "Μέρες μέχρι την ανανέωση" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "" @@ -94,17 +94,17 @@ msgid "" "must point at the router in the global DNS." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -124,7 +124,7 @@ msgstr "Ενεργοποιήθηκε" msgid "General Settings" msgstr "Γενικές ρυθμίσεις" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,72 +140,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -221,29 +221,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -257,25 +254,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -283,7 +279,7 @@ msgstr "" msgid "Validation method" msgstr "Μέθοδος επιβεβαίωσης" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/en/acme.po b/applications/luci-app-acme/po/en/acme.po index 52be7162fdd8..dca1ce3294a0 100644 --- a/applications/luci-app-acme/po/en/acme.po +++ b/applications/luci-app-acme/po/en/acme.po @@ -19,7 +19,7 @@ msgstr "ACME certificates" msgid "ACME global config" msgstr "ACME global config" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "ACME server URL" @@ -31,7 +31,7 @@ msgstr "Account email" msgid "Advanced Settings" msgstr "Advanced Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 content of private key. Use instead of YC_SA_Key_File_Path (Yandex " @@ -45,15 +45,15 @@ msgstr "Certificate files are stored in" msgid "Certificate config" msgstr "Certificate configuration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Challenge Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "Custom ACME server directory URL" @@ -65,7 +65,7 @@ msgstr "DNS (Domain Name System)" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS API credentials" @@ -73,7 +73,7 @@ msgstr "DNS API credentials" msgid "DNS Challenge Validation" msgstr "DNS Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Days until renewal" @@ -81,7 +81,7 @@ msgstr "Days until renewal" msgid "Default" msgstr "Default" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Domain Alias" @@ -99,7 +99,7 @@ msgstr "" "subject name, subsequent names will be alt ermate names. Note that all " "domain names must point at the router in the global DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,12 +107,12 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 #, fuzzy msgid "ECC 256 bits" msgstr "ECC (Elliptic Curve) 256 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 #, fuzzy msgid "ECC 384 bits" msgstr "ECC (Elliptic Curve) 384 bit Encryption" @@ -133,7 +133,7 @@ msgstr "Enabled" msgid "General Settings" msgstr "General Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,79 +153,79 @@ msgstr "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Issued on" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Key size (and type) for the generated certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Key type" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Main Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 #, fuzzy msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) of tenancy that contains the target DNS zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 #, fuzzy msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID (Oracle Cloud Identifier) of user with permission to add/remove records " "from zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Open DuckDNS and copy a token here" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "Path to private API signing key file in PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 #, fuzzy msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Public Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "See instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Should point to the tenancy home region" @@ -245,39 +245,33 @@ msgstr "" "certificate. DNS mode will allow you to use the DNS API of your DNS provider " "to issue a certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"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." +"The credentials for the DNS API mode selected above. See %s for the format " +"of credentials required by each API. Add multiple entries here in KEY=VAL " +"shell variable format to supply multiple credential variables." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "The private API signing key in PEM format" @@ -297,31 +291,29 @@ msgstr "" "public IP address. Once configured, issuing certificates can take a while. " "Check the logs for progress and any errors." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "This is usually NOT an email address" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "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." +"supported by acme.sh. See %s 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." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Use a custom CA (Certificate Authority) instead of Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Use a staging server" @@ -329,7 +321,7 @@ msgstr "Use a staging server" msgid "Validation method" msgstr "Validation method" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index 876b1b5aed73..030ef470b949 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -19,7 +19,7 @@ msgstr "Certificados ACME" msgid "ACME global config" msgstr "Configuración global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL del servidor ACME" @@ -31,7 +31,7 @@ msgstr "Cuenta de email" msgid "Advanced Settings" msgstr "Ajustes avanzados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "El contenido Base64 de la clave privada. Usar en lugar de YC_SA_Key_File_Path" @@ -44,15 +44,15 @@ msgstr "Los archivos Cert se almacenan en" msgid "Certificate config" msgstr "Configuración de certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Alias de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "URL del directorio del servidor ACME personalizado." @@ -64,7 +64,7 @@ msgstr "DNS" msgid "DNS API" msgstr "API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "Credenciales de API de DNS" @@ -72,7 +72,7 @@ msgstr "Credenciales de API de DNS" msgid "DNS Challenge Validation" msgstr "DNS Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Días hasta la renovación" @@ -80,7 +80,7 @@ msgstr "Días hasta la renovación" msgid "Default" msgstr "Por defecto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Alias de dominio" @@ -99,7 +99,7 @@ msgstr "" "en cuenta que todos los nombres de dominio deben apuntar al enrutador en el " "DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,11 +107,11 @@ msgstr "" "Por ejemplo, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC de 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC de 384 bits" @@ -132,7 +132,7 @@ msgstr "Activado" msgid "General Settings" msgstr "Ajustes generales" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -152,76 +152,76 @@ msgstr "" "Si un certificado no se ha renovado a tiempo, recibirás un aviso 20 días " "antes de su expiración." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Publicado el" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Tamaño de clave (y tipo) para el certificado generado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Tamaño de clave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Dominio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "El OCID del contrato de arrendamiento que contiene la zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID del usuario con permiso para agregar/eliminar los registros de las zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abre DuckDNS y copia un token aquí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" "Ruta al archivo de la clave de la firma de la API privada en formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Clave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA de 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA de 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA de 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Ver las instrucciones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Debes señalar a la región de origen del inquilino" @@ -241,40 +241,36 @@ msgstr "" "emitir un certificado. El modo DNS le permitirá utilizar la API de DNS de su " "proveedor de DNS para emitir un certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"El alias de desafío para usar en TODOS los dominios. Consulte https://github." -"com/acmesh-official/acme.sh/wiki/DNS-alias-mode para obtener detalles sobre " -"este proceso. LUCI solo admite un alias de desafío por certificado." +"El alias de desafío para usar en TODOS los dominios. Consulte %s para " +"obtener detalles sobre este proceso. LUCI solo admite un alias de desafío " +"por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" "Las credenciales para el modo API de DNS seleccionado anteriormente. " -"Consulte https://github.com/acmesh-official/acme.sh/wiki/dnsapi para ver el " -"formato de credenciales requerido por cada API. Agregue varias entradas aquí " -"en formato de variable de shell KEY=VAL para proporcionar múltiples " -"variables de credenciales." +"Consulte %s para ver el formato de credenciales requerido por cada API. " +"Agregue varias entradas aquí 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"El alias de dominio que se usará para TODOS los dominios. Consulte https://" -"github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode para obtener detalles " -"sobre este proceso. LUCI solo admite un dominio de desafío por certificado." +"El alias de dominio que se usará para TODOS los dominios. Consulte %s para " +"obtener detalles sobre este proceso. LUCI solo admite un dominio de desafío " +"por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "La clave de la firma privada de la API en formato PEM" @@ -295,31 +291,30 @@ msgstr "" "emisión de certificados puede demorar un tiempo. Verifique los registros de " "progreso y cualquier error." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Normalmente NO es una dirección de correo electrónico" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Para usar el modo DNS para emitir certificados, configúralo con el nombre de " -"una API DNS compatible con acme.sh. Consulte https://github.com/acmesh-" -"official/acme.sh/wiki/dnsapi para ver la lista de API disponibles. En modo " -"DNS, el nombre de dominio no tiene que resolverse en la dirección IP del " -"enrutador. El modo DNS también es el único modo que admite certificados " -"comodín. El uso de este modo requiere que se instale el paquete acme-dnsapi." +"una API DNS compatible con acme.sh. Consulte %s para ver la lista de API " +"disponibles. En modo DNS, el nombre de dominio no tiene que resolverse en la " +"dirección IP del enrutador. El modo DNS también es el único modo que admite " +"certificados comodín. El uso de este modo requiere que se instale el paquete " +"acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Utilice una CA personalizada en lugar de Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Usar servidor de ensayo" @@ -327,7 +322,7 @@ msgstr "Usar servidor de ensayo" msgid "Validation method" msgstr "Método de validación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/fa/acme.po b/applications/luci-app-acme/po/fa/acme.po index a05366e58b87..f6cb568cea62 100644 --- a/applications/luci-app-acme/po/fa/acme.po +++ b/applications/luci-app-acme/po/fa/acme.po @@ -19,7 +19,7 @@ msgstr "گواهینامه های ACME" msgid "ACME global config" msgstr "پیکربندی جهانی ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "آدرس سرور ACME" @@ -31,7 +31,7 @@ msgstr "حساب ایمیل" msgid "Advanced Settings" msgstr "تنظیمات پیشرفته" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "محتوای Base64 کلید خصوصی. به جای YC_SA_Key_File_Path استفاده کنید" @@ -43,15 +43,15 @@ msgstr "فایل های گواهی ذخیره می شوند در" msgid "Certificate config" msgstr "پیکربندی گواهی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "گواهینامه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "نام مستعار چالش" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "آدرس سفارشی دایرکتوری سرور ACME ." @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "احراز هویت DNS API" @@ -71,7 +71,7 @@ msgstr "احراز هویت DNS API" msgid "DNS Challenge Validation" msgstr "اعتبار سنجی چالش DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "روز تا تمدید" @@ -79,7 +79,7 @@ msgstr "روز تا تمدید" msgid "Default" msgstr "پیشفرض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "نام مستعار دامنه" @@ -97,7 +97,7 @@ msgstr "" "بعدی، نام های جایگزین خواهد بود. توجّه داشته باشید که همهٔ‌ نام‌های دامنه باید " "در ساناد عمومیشان به مسیریاب اشاره کنند." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -105,11 +105,11 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -129,7 +129,7 @@ msgstr "فعال" msgid "General Settings" msgstr "پیکربندی عمومی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -147,72 +147,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -228,29 +228,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -264,25 +261,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -290,7 +286,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index 9975ac6217db..a73c2e62bb07 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -19,7 +19,7 @@ msgstr "ACME-sertifikaatit" msgid "ACME global config" msgstr "ACME-yleisasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "ACME-palvelimen osoite" @@ -31,7 +31,7 @@ msgstr "Sähköpostitili" msgid "Advanced Settings" msgstr "Lisäasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +43,15 @@ msgstr "" msgid "Certificate config" msgstr "Sertifikaatin asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Varmenteet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Haaste - alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS API:n kirjautumistiedot" @@ -71,7 +71,7 @@ msgstr "DNS API:n kirjautumistiedot" msgid "DNS Challenge Validation" msgstr "DNS-haastevalidointi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Päiviä uusimiseen" @@ -79,7 +79,7 @@ msgstr "Päiviä uusimiseen" msgid "Default" msgstr "Oletus" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Verkkonimen alias" @@ -98,7 +98,7 @@ msgstr "" "kaikkien verkkotunnusten pitää osoittaa reitittimeen globaalissa DNS-" "järjestelmässä." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -106,11 +106,11 @@ msgstr "" "Esim. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bittiä" @@ -130,7 +130,7 @@ msgstr "Käytössä" msgid "General Settings" msgstr "Yleiset asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,73 +146,73 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Myönnetty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Avaimen koko (ja tyyppi) luotavassa sertifikaatissa." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Avaimen koko" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Avaa DuckDNS ja kopioi token tähän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Yksityinen avain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Julkinen varmenne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Katso ohjeet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -228,29 +228,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -264,25 +261,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Tämä EI yleensä ole sähköpostiosoite" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Käytä staging-palvelimeen" @@ -290,7 +286,7 @@ msgstr "Käytä staging-palvelimeen" msgid "Validation method" msgstr "Validointitapa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index 41d911b0886c..c1f7edef7220 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -19,7 +19,7 @@ msgstr "Certificats ACME" msgid "ACME global config" msgstr "Configuration globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL du serveur ACME" @@ -31,7 +31,7 @@ msgstr "Compte email" msgid "Advanced Settings" msgstr "Paramètres avancés" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Contenu de la clé privée en Base 64. À utiliser à la place de " @@ -45,15 +45,15 @@ msgstr "Emplacement de sauvegarde des certificats et des fichiers états" msgid "Certificate config" msgstr "Configuration du certificat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Certificats" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Alias du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "URL du répertoire du serveur ACME personnalisé." @@ -65,7 +65,7 @@ msgstr "DNS" msgid "DNS API" msgstr "API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "Identités de API du DNS" @@ -73,7 +73,7 @@ msgstr "Identités de API du DNS" msgid "DNS Challenge Validation" msgstr "DNS Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Nombre de jour avant renouvellement" @@ -81,7 +81,7 @@ msgstr "Nombre de jour avant renouvellement" msgid "Default" msgstr "Par défaut" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Alias du Domaine" @@ -99,7 +99,7 @@ msgstr "" "principal, les noms suivants seront les noms alternatifs. Notez que tous les " "noms de domaine doivent pointer sur le router dans le DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,11 +107,11 @@ msgstr "" "Ex. : _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -131,7 +131,7 @@ msgstr "Activé" msgid "General Settings" msgstr "Réglages généraux" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,77 +151,77 @@ msgstr "" "Si un certificat n'a pas été renouvelé dans les temps, vous recevrez un avis " "20 jours avant expiration." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Date d'émission" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Longueur de clé (et type) du certificat généré." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Longueur de clé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Domaine principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID de l'utilisateur possédant la permission d'ajouter/supprimer des " "entrées sur les zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Ouvrir DuckDNS et copier un token " "ici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" "Chemin d'accès vers la clé privée de signature de l'API (au format PEM)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Clé Privée" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Certificat Publique" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Voir les instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -241,39 +241,33 @@ msgstr "" "pour le générer. Le mode DNS vous permet d'utiliser l 'API DNS de votre " "fournisseur de DNS pour générer le certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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 %s pour les " +"détails de ce processus. LUCI supporte un seul alias par certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"Les identifiants pour le mode DNS API sélectionné précédemment. Voir https://" -"github.com/acmesh-official/acme.sh/wiki/dnsapi pour le format à utiliser " -"pour chaque API. Ajouter toutes vos variables d'identification ici sous le " -"format CLÉ=VALEUR." +"Les identifiants pour le mode DNS API sélectionné précédemment. Voir %s pour " +"le format à utiliser 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"Alias de domaine à utiliser pour TOUS les domaines. Voir https://github.com/" -"acmesh-official/acme.sh/wiki/DNS-alias-mode pour plus de détail. LUCI ne " -"supporte qu'un seul domaine par certificat pour le challenge." +"Alias de domaine à utiliser pour TOUS les domaines. Voir %s pour plus de " +"détail. LUCI ne supporte qu'un seul domaine par certificat pour le challenge." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "Clé privée de signature de l'API au format PEM" @@ -294,32 +288,30 @@ msgstr "" "certificats peut prendre un certain temps. Vérifiez les journaux pour la " "progression et les erreurs." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "La plupart du temp, ce n'est PAS une adresse email" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Pour utiliser le mode DNS afin d'émettre des certificats, inscrivez ici le " -"nom d'un API DNS supportant acme.sh. Visitez https://github.com/acmesh-" -"official/acme.sh/wiki/dnsapi pour obtenir une liste des APIs disponibles. " -"Dans le mode DNS, il n'est pas requis que le nom du domaine soit résolu à " -"l'IP du routeur. Le mode DNS est aussi l'unique mode supportant les " -"certificats génériques (wildcard). L'utilisation de ce mode requiert " -"l'installation du paquet acme-dnsapi." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +"nom d'un API DNS supportant acme.sh. Visitez %s pour obtenir une liste des " +"APIs disponibles. Dans le mode DNS, il n'est pas requis que le nom du " +"domaine soit résolu à l'IP du routeur. Le mode DNS est aussi l'unique mode " +"supportant les certificats génériques (wildcard). L'utilisation de ce mode " +"requiert l'installation du paquet acme-dnsapi." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Utiliser un CA personnalisé à la place de celui de Let's Encryt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Utiliser le serveur de qualification" @@ -327,7 +319,7 @@ msgstr "Utiliser le serveur de qualification" msgid "Validation method" msgstr "Méthode de validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index 5e836f6780f4..1a0e74efd47c 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -20,7 +20,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "" @@ -32,7 +32,7 @@ msgstr "" msgid "Advanced Settings" msgstr "הגדרות מתקדמות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +44,15 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -64,7 +64,7 @@ msgstr "" msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "" @@ -72,7 +72,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "" @@ -80,7 +80,7 @@ msgstr "" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "" @@ -95,17 +95,17 @@ msgid "" "must point at the router in the global DNS." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "" @@ -125,7 +125,7 @@ msgstr "" msgid "General Settings" msgstr "הגדרות כלליות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,72 +141,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -222,29 +222,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -258,25 +255,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -284,7 +280,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 72e068fd828c..6c2620630970 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -13,7 +13,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -37,15 +37,15 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -57,7 +57,7 @@ msgstr "" msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "" @@ -65,7 +65,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "" @@ -73,7 +73,7 @@ msgstr "" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "" @@ -88,17 +88,17 @@ msgid "" "must point at the router in the global DNS." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "" @@ -118,7 +118,7 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -134,72 +134,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -215,29 +215,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -251,25 +248,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -277,7 +273,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index febb4d23b1d3..033003fe3f1b 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -19,7 +19,7 @@ msgstr "ACME tanúsítványok" msgid "ACME global config" msgstr "ACME globális beállítás" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "ACME szerver URL" @@ -32,7 +32,7 @@ msgstr "Fiók e-mail" msgid "Advanced Settings" msgstr "Haladó Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +44,15 @@ msgstr "Ahol a tanúsítványok és egyéb állapotfájlok tárolva vannak." msgid "Certificate config" msgstr "Tanúsítvány beállítása" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Kihívás álneve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "Testreszabott ACME szerver könyvtár URL." @@ -64,7 +64,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS API hitelesítési adatok" @@ -72,7 +72,7 @@ msgstr "DNS API hitelesítési adatok" msgid "DNS Challenge Validation" msgstr "DNS Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Napok megújításig" @@ -80,7 +80,7 @@ msgstr "Napok megújításig" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Tartományálnév" @@ -98,17 +98,17 @@ msgstr "" "neve, az azt követő nevek lesznek az alternatív nevek. Ne feledje, hogy az " "összes tartománynévnek az útválasztóra kell mutatnia a globális DNS-ben." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "256 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "384 bites ECC" @@ -128,7 +128,7 @@ msgstr "Engedélyezve" msgid "General Settings" msgstr "Általános Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,72 +146,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Kulcsméret (és típus) az előállított tanúsítványhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Kulcsméret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "2048 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "3072 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "4096 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -231,40 +231,36 @@ msgstr "" "használni, hogy kiállítson egy tanusítványt. A DNS üzemmód megengedélyezi a " "DNS szolgáltatód DNS API-ja használatát, hogy kiállítson egy tanusítványt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"Az ÖSSZES tartománynál használandó kihívási álnév. Nézze meg a https://" -"github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode oldalt a folyamat " -"részleteiért. A LuCI csak egy kihívási álnevet támogat tanúsítványonként." +"Az ÖSSZES tartománynál használandó kihívási álnév. Nézze meg a %s oldalt a " +"folyamat részleteiért. A LuCI csak egy kihívási álnevet támogat " +"tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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 "" -"A fent kiválasztott DNS API mód hitelesítési adatai. Nézze meg a https://" -"github.com/acmesh-official/acme.sh/wiki/dnsapi oldalt az egyes API-k által " -"igényel hitelesítési adatok formátumához. Adjon hozzá több bejegyzést itt " -"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.js:460 +"The credentials for the DNS API mode selected above. See %s 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 "" +"A fent kiválasztott DNS API mód hitelesítési adatai. Nézze meg a %s oldalt " +"az egyes API-k által igényel hitelesítési adatok formátumához. Adjon hozzá " +"több bejegyzést itt 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.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"Az ÖSSZES tartománynál használandó tartományálnév. Nézze meg a https://" -"github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode oldalt a folyamat " -"részleteiért. A LuCI csak egy tartományálnevet támogat tanúsítványonként." +"Az ÖSSZES tartománynál használandó tartományálnév. Nézze meg a %s oldalt a " +"folyamat részleteiért. A LuCI csak egy tartományálnevet támogat " +"tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -285,32 +281,30 @@ msgstr "" "a tanúsítványok kibocsátása eltarthat egy ideig. Nézze meg a naplókat a " "folyamat előrehaladásához és a hibákhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "A tanúsítványok kibocsátásához történő DNS mód használatához állítsa be ezt " -"az acme.sh által támogatott DNS API nevére. Nézze meg a https://github.com/" -"acmesh-official/acme.sh/wiki/dnsapi oldalt az elérhető API-k listájához. DNS " -"módban a tartománynevet nem kell feloldani az útválasztó IP-címére. A DNS " -"mód az egyetlen olyan mód, amely támogatja az altartományokra is kibővített " -"tanúsítványokat. Ezen mód használatához az szükséges, hogy az acme-dnsapi " -"csomag telepítve legyen." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +"az acme.sh által támogatott DNS API nevére. Nézze meg a %s oldalt az " +"elérhető API-k listájához. DNS módban a tartománynevet nem kell feloldani az " +"útválasztó IP-címére. A DNS mód az egyetlen olyan mód, amely támogatja az " +"altartományokra is kibővített tanúsítványokat. Ezen mód használatához az " +"szükséges, hogy az acme-dnsapi csomag telepítve legyen." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Előkészítő kiszolgáló használata" @@ -318,7 +312,7 @@ msgstr "Előkészítő kiszolgáló használata" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index ba5785048ece..c5cc8b8ba85c 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -19,7 +19,7 @@ msgstr "Sertifikat ACME" msgid "ACME global config" msgstr "Konfigurasi global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL server ACME" @@ -31,7 +31,7 @@ msgstr "Akun e-mail" msgid "Advanced Settings" msgstr "Setelan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Konten base64 dari kunci pribadi. Gunakan YC_SA_Key_File_Path" @@ -43,15 +43,15 @@ msgstr "File sertifikat disimpan di" msgid "Certificate config" msgstr "Konfigurasi sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Tantangan Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "URL direktori server ACME khusus." @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "Kredensial API DNS" @@ -71,7 +71,7 @@ msgstr "Kredensial API DNS" msgid "DNS Challenge Validation" msgstr "DNS Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Hari sampai perpanjangan" @@ -79,7 +79,7 @@ msgstr "Hari sampai perpanjangan" msgid "Default" msgstr "Bawaan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Alias Domain" @@ -97,17 +97,17 @@ msgstr "" "subjek, nama berikutnya akan menjadi nama alternatif. Perhatikan bahwa semua " "nama domain harus mengarah ke router di DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bit" @@ -127,7 +127,7 @@ msgstr "Diaktifkan" msgid "General Settings" msgstr "Setelan Umum" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,72 +145,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Ukuran kunci (dan jenis) untuk sertifikat yang dihasilkan." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Ukuran kunci" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Kunci Pribadi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Sertifikat Publik" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Lihat instruksi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -230,39 +230,34 @@ msgstr "" "mengeluarkan sertifikat. Mode DNS akan memungkinkan Anda untuk menggunakan " "API DNS dari penyedia DNS Anda untuk mengeluarkan sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"Alias tantangan untuk digunakan untuk SEMUA domain. Lihat https://github.com/" -"acmesh-official/acme.sh/wiki/DNS-alias-mode untuk detail proses ini. LUCI " -"hanya mendukung satu alias tantangan per sertifikat." +"Alias tantangan untuk digunakan untuk SEMUA domain. Lihat %s untuk detail " +"proses ini. LUCI hanya mendukung satu alias tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"Kredensial untuk mode DNS API yang dipilih di atas. Lihat https://github.com/" -"acmesh-official/acme.sh/wiki/dnsapi untuk format kredensial yang diperlukan " -"oleh setiap API. Tambahkan beberapa entri di sini dalam format variabel " -"shell KEY=VAL untuk memasok beberapa variabel kredensial." +"Kredensial untuk mode DNS API yang dipilih di atas. Lihat %s untuk format " +"kredensial yang diperlukan 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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 %s untuk detail " +"proses ini. LUCI hanya mendukung satu domain tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -282,31 +277,29 @@ msgstr "" "router. Setelah dikonfigurasi, penerbitan sertifikat dapat memakan waktu " "cukup lama. Periksa log untuk kemajuan dan kesalahan apa pun." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Ini biasanya BUKAN alamat email" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Untuk menggunakan mode DNS untuk menerbitkan sertifikat, setel ini ke nama " -"API DNS yang didukung oleh acme.sh. Lihat https://github.com/acmesh-official/" -"acme.sh/wiki/dnsapi untuk daftar API yang tersedia. Dalam mode DNS, nama " -"domain tidak harus diselesaikan ke IP router. Mode DNS juga merupakan satu-" -"satunya mode yang mendukung sertifikat wildcard. Menggunakan mode ini " -"memerlukan paket acme-dnsapi untuk diinstal." +"API DNS yang didukung oleh acme.sh. Lihat %s untuk daftar API yang tersedia. " +"Dalam mode DNS, nama domain tidak harus diselesaikan ke IP router. Mode DNS " +"juga merupakan satu-satunya mode yang mendukung sertifikat wildcard. " +"Menggunakan mode ini memerlukan paket acme-dnsapi untuk diinstal." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Gunakan CA khusus sebagai ganti Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -314,7 +307,7 @@ msgstr "" msgid "Validation method" msgstr "Metode validasi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index 6de051403281..e63c745dba4c 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -19,7 +19,7 @@ msgstr "Certificati ACME" msgid "ACME global config" msgstr "Configurazione globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL server ACME" @@ -31,7 +31,7 @@ msgstr "E-mail dell'account" msgid "Advanced Settings" msgstr "Impostazioni avanzate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Codice Base64 della chiave privata. Usalo in alternativa a " @@ -45,15 +45,15 @@ msgstr "I certificati sono salvati in" msgid "Certificate config" msgstr "Configurazione certificato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Certificati" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Alias challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "URL personalizzata cartella server ACME." @@ -65,7 +65,7 @@ msgstr "DNS" msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "Credenziali API DNS" @@ -73,7 +73,7 @@ msgstr "Credenziali API DNS" msgid "DNS Challenge Validation" msgstr "DNS Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "giorni al rinnovo" @@ -81,7 +81,7 @@ msgstr "giorni al rinnovo" msgid "Default" msgstr "Predefinito" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Alias di dominio" @@ -99,7 +99,7 @@ msgstr "" "soggetto, i successivi saranno nomi alternativi. Nota che tutti i nomi di " "dominio devono puntare al router nel DNS globale." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,11 +107,11 @@ msgstr "" "Es. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bit" @@ -131,7 +131,7 @@ msgstr "Abilitato" msgid "General Settings" msgstr "Impostazioni Generali" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,76 +151,76 @@ msgstr "" "Se un certificato non viene rinnovato in tempo, riceverai una notifica 20 " "giorni prima della scadenza." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Emesso il" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Dimensione chiave (e tipo) per il certificato generato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Dimensione chiave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Dominio Principale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) della tenancy che contiene la zona DNS di " "destinazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID dell'utente con il permesso di aggiungere/rimuovere i record dalle zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Apri DuckDNS e copia un token qui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "Percorso della chiave API privata in formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Chiave Privata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Certificato Pubblico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Vedi le istruzioni" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Dovrebbe puntare alla regione in cui è ospitato" @@ -240,39 +240,34 @@ msgstr "" "emettere un certificato. La modalità DNS ti consentirà di usare l'API DNS " "del tuo provider DNS per emettere un certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" "L'alias challenge da usare per TUTTI i domini. Per i dettagli di questo " -"processo vedi https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-" -"mode . LUCI supporta solo un alias challenge per certificato." +"processo vedi %s. LUCI supporta solo un alias challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" "Le credenziali per la modalità API DNS selezionata sopra. Per il formato " -"delle credenziali richieste da ciascuna API vedi https://github.com/acmesh-" -"official/acme.sh/wiki/dnsapi . Aggiungi più voci qui nel formato variabile " -"shell CHIAVE=VALORE per fornire variabili credenziali multiple." +"delle credenziali richieste da ciascuna API vedi %s. 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" "L'alias di dominio da usare per TUTTI i domini. Per i dettagli di questo " -"processo vedi https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-" -"mode . LUCI supporta solo un dominio challenge per certificato." +"processo vedi %s. LUCI supporta solo un dominio challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "Chiave di autenticazione API privata in formato PEM" @@ -293,31 +288,30 @@ msgstr "" "certificati può richiedere del tempo. Controlla i registri eventi per " "verificare lo stato di avanzamento e gli eventuali errori." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Solitamente NON è un indirizzo email" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Per usare la modalità DNS per emettere certificati, impostalo sul nome di " "un'API DNS supportata da acme.sh. Per l'elenco delle API disponibili vedi " -"https://github.com/acmesh-official/acme.sh/wiki/dnsapi . In modalità DNS, il " -"nome di dominio non deve essere risolto nell'IP del router. La modalità DNS " -"è anche l'unica modalità che supporta i certificati con caratteri jolly. " -"L'uso di questa modalità richiede l'installazione del pacchetto acme-dnsapi." +"%s . In modalità DNS, il nome di dominio non deve essere risolto nell'IP del " +"router. La modalità DNS è anche l'unica modalità che supporta i certificati " +"con caratteri jolly. L'uso di questa modalità richiede l'installazione del " +"pacchetto acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Usa una CA personalizzata invece di Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Usa server di prova" @@ -325,7 +319,7 @@ msgstr "Usa server di prova" msgid "Validation method" msgstr "Metodo validazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index def677813528..72008b36fdec 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -19,7 +19,7 @@ msgstr "ACME証明書" msgid "ACME global config" msgstr "ACMEグローバル設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "ACMEサーバーのURL" @@ -31,7 +31,7 @@ msgstr "アカウントのメールアドレス" msgid "Advanced Settings" msgstr "詳細設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +43,15 @@ msgstr "" msgid "Certificate config" msgstr "証明書設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "カスタムACMEサーバーディレクトリのURL。" @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS API資格情報" @@ -71,7 +71,7 @@ msgstr "DNS API資格情報" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "更新までの日数" @@ -79,7 +79,7 @@ msgstr "更新までの日数" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "ドメインエイリアス" @@ -96,17 +96,17 @@ msgstr "" "証明書に含めるドメイン名です。最初の名前はサブジェクト名、その次は代替名で" "す。すべてのドメイン名はグローバルDNSのルーターを指す必要があります。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC256ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC384ビット" @@ -126,7 +126,7 @@ msgstr "有効" msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,72 +144,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "生成された証明書の鍵の大きさ(およびタイプ)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "鍵の大きさ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA2048ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA3072ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA4096ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -228,29 +228,26 @@ msgstr "" "します。 Webrootモードでは、既存のWebサーバーを使用して証明書を発行します。 " "DNSモードでは、DNSプロバイダーのDNSAPIを使用して証明書を発行できます。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -264,25 +261,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Let'sEncryptの代わりにカスタムCAを使用する。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "ステージングサーバーを使用" @@ -290,7 +286,7 @@ msgstr "ステージングサーバーを使用" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index e48dbd3a16bd..a24280dc5010 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -19,7 +19,7 @@ msgstr "ACME 인증서" msgid "ACME global config" msgstr "ACME 전역 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "ACME 서버 URL" @@ -31,7 +31,7 @@ msgstr "계정 이메일" msgid "Advanced Settings" msgstr "고급 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +43,15 @@ msgstr "인증서와 기타 상태 파일이 저장되는 경로입니다." msgid "Certificate config" msgstr "인증서 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "챌린지 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "사용자 지정 ACME 서버 디렉터리 URL." @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS API 자격 증명" @@ -71,7 +71,7 @@ msgstr "DNS API 자격 증명" msgid "DNS Challenge Validation" msgstr "DNS 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "갱신일" @@ -79,7 +79,7 @@ msgstr "갱신일" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "도메인 별칭" @@ -97,17 +97,17 @@ msgstr "" "도메인이 부 도메인이 됩니다. 주의할 점은 모든 도메인 네임들이 반드시 글로벌 " "DNS의 라우터를 가리키도록 하셔야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384비트" @@ -127,7 +127,7 @@ msgstr "활성화" msgid "General Settings" msgstr "기본 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,72 +145,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "생성된 인증서의 키 크기(및 유형)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "키 크기" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -230,39 +230,33 @@ msgstr "" "합니다. DNS 모드는 인증서 발행에 DNS 를 제공하는 업체의 DNS API를 사용하게 됩" "니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"\"모든\" 도메인에 사용될 챌린지 별칭입니다. https://github.com/acmesh-" -"official/acme.sh/wiki/DNS-alias-mode 에서 자세한 내용을 확인하세요. LuCI에서" -"는 개별 인증서마다 하나의 챌린지 별칭만 지원합니다." +"\"모든\" 도메인에 사용될 챌린지 별칭입니다. %s 에서 자세한 내용을 확인하세" +"요. LuCI에서는 개별 인증서마다 하나의 챌린지 별칭만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" "위에서 선택한 DNS API 모드에서 사용될 자격 증명입니다. 각 API마다 필요한 자" -"격 증명의 포맷은 https://github.com/acmesh-official/acme.sh/wiki/dnsapi 에서 " -"참고해주세요. KEY=VAL 쉘 변수 포맷에 따라 여러 개의 자격 증명을 추가할 수 있" -"습니다." +"격 증명의 포맷은 %s 에서 참고해주세요. KEY=VAL 쉘 변수 포맷에 따라 여러 개의 " +"자격 증명을 추가할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"\"모든\" 도메인에 사용될 도메인 별칭입니다. https://github.com/acmesh-" -"official/acme.sh/wiki/DNS-alias-mode 에서 자세한 내용을 확인하세요. LuCI에서" -"는 개별 인증서마다 하나의 챌린지 도메인만 지원합니다." +"\"모든\" 도메인에 사용될 도메인 별칭입니다. %s 에서 자세한 내용을 확인하세" +"요. LuCI에서는 개별 인증서마다 하나의 챌린지 도메인만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -281,30 +275,28 @@ msgstr "" "구성하는 경우, 인증서 발급에 시간이 걸릴 수 있습니다. 진행 상황 및 오류는 로" "그에서 확인할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" -"acme.sh에서 지원하는 DNS API의 명칭을 입력하세요. 사용 가능한 API 목록은 " -"https://github.com/acmesh-official/acme.sh/wiki/dnsapi 에서 참고하실 수 있습" -"니다. DNS 모드에서는 도메인 네임이 라우터의 IP를 가리키지 않아도 되며, 와일드" -"카드 인증서를 지원합니다. DNS 모드를 사용하기 위해선 acme-dnsapi 패키지가 설" -"치되어 있어야 합니다." +"acme.sh에서 지원하는 DNS API의 명칭을 입력하세요. 사용 가능한 API 목록은 %s " +"에서 참고하실 수 있습니다. DNS 모드에서는 도메인 네임이 라우터의 IP를 가리키" +"지 않아도 되며, 와일드카드 인증서를 지원합니다. DNS 모드를 사용하기 위해선 " +"acme-dnsapi 패키지가 설치되어 있어야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Let's Encrypt 대신 사용자 지정 CA를 사용합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "테스트 서버 사용" @@ -312,7 +304,7 @@ msgstr "테스트 서버 사용" msgid "Validation method" msgstr "유효성 검증 방법" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index cbbe800400ea..558b6e2789f8 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -23,7 +23,7 @@ msgstr "„ACME“ sertifikatai" msgid "ACME global config" msgstr "Visuotinė „ACME“ konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "„ACME“ serverio „URL – Saitas“" @@ -35,7 +35,7 @@ msgstr "Paskyros el. paštas" msgid "Advanced Settings" msgstr "Pažangūs nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -47,15 +47,15 @@ msgstr "" msgid "Certificate config" msgstr "Sertifikato konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "Pasirinktinis „ACME“ serverio katalogo „URL – Saitas“." @@ -67,7 +67,7 @@ msgstr "„DNS“" msgid "DNS API" msgstr "„DNS API“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "" @@ -75,7 +75,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "" @@ -83,7 +83,7 @@ msgstr "" msgid "Default" msgstr "Numatyta/-as" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "" @@ -98,7 +98,7 @@ msgid "" "must point at the router in the global DNS." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -106,11 +106,11 @@ msgstr "" "Pvz: „_acme-challenge.example.com:12345:98765 alias.example.com:11111“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "„ECC 256“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "„ECC 384“ bitai" @@ -130,7 +130,7 @@ msgstr "Įjungta/Įgalinta (-as/-i)" msgid "General Settings" msgstr "Bendri nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,74 +146,74 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Įteiktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Rakto dydis (ir tipas) sugeneruotam sertifikatui." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Rakto tipas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Pagrindinis domenas-sritis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Atidaryti „DuckDNS“ ir kopijuokite " "žetoną čia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Privatus raktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Viešasis sertifikatas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "„RSA 2048“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "„RSA 3072“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "„RSA 4096“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -229,29 +229,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "Privatus „API“ pasirašymo raktas „PEM“ formatu" @@ -265,25 +262,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Naudoti pasirinktinį „CA“ vietoj „Let's Encrypt“." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -291,7 +287,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index 28d26fb8f06f..cc1bae62ce2c 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -19,7 +19,7 @@ msgstr "ACME प्रमाणपत्रे" msgid "ACME global config" msgstr "ACME ग्लोबल कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "" @@ -31,7 +31,7 @@ msgstr "खाते ईमेल" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +43,15 @@ msgstr "" msgid "Certificate config" msgstr "प्रमाणपत्र कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "आव्हान उपनाम" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -63,7 +63,7 @@ msgstr "" msgid "DNS API" msgstr "डीएनएस एपीआय" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "" @@ -79,7 +79,7 @@ msgstr "" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "" @@ -94,17 +94,17 @@ msgid "" "must point at the router in the global DNS." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "" @@ -124,7 +124,7 @@ msgstr "सक्षम केले" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,72 +140,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -221,29 +221,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -257,25 +254,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -283,7 +279,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index 08521cee6d6e..0724720f3de2 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -19,7 +19,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "" @@ -31,7 +31,7 @@ msgstr "E-mel akaun" msgid "Advanced Settings" msgstr "Tetapan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +43,15 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "" @@ -79,7 +79,7 @@ msgstr "" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "" @@ -94,17 +94,17 @@ msgid "" "must point at the router in the global DNS." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "" @@ -124,7 +124,7 @@ msgstr "Dibolehkan" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,72 +140,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -221,29 +221,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -257,25 +254,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -283,7 +279,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index 201c41200f5c..15e599c876d6 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -19,7 +19,7 @@ msgstr "ACME-sertifikater" msgid "ACME global config" msgstr "ACME global konfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL til ACME-serveren" @@ -32,7 +32,7 @@ msgstr "E-postadresse for konto" msgid "Advanced Settings" msgstr "Avanserte innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 inhold av privatnøkkel. Bruk istedenfor YC_SA_Key_File_Path" @@ -44,15 +44,15 @@ msgstr "Sert-filer er lagret i" msgid "Certificate config" msgstr "Sertifikatkonfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -64,7 +64,7 @@ msgstr "DNS" msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "" @@ -72,7 +72,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "" @@ -80,7 +80,7 @@ msgstr "" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "" @@ -95,17 +95,17 @@ msgid "" "must point at the router in the global DNS." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "" @@ -125,7 +125,7 @@ msgstr "Påskrudd" msgid "General Settings" msgstr "Generelle innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,72 +141,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Nøkkelstørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -222,29 +222,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -258,25 +255,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -284,7 +280,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/nl/acme.po b/applications/luci-app-acme/po/nl/acme.po index 3054c75ff225..8718541731e4 100644 --- a/applications/luci-app-acme/po/nl/acme.po +++ b/applications/luci-app-acme/po/nl/acme.po @@ -18,7 +18,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "" @@ -30,7 +30,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -42,15 +42,15 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -62,7 +62,7 @@ msgstr "" msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "" @@ -70,7 +70,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "" @@ -78,7 +78,7 @@ msgstr "" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "" @@ -93,17 +93,17 @@ msgid "" "must point at the router in the global DNS." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "" @@ -123,7 +123,7 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -139,72 +139,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -220,29 +220,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -256,25 +253,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -282,7 +278,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index 6a64dfd95d99..231a14d4b4ab 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -20,7 +20,7 @@ msgstr "Certyfikaty ACME" msgid "ACME global config" msgstr "Konfiguracja globalna ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "Adres URL serwera ACME" @@ -32,7 +32,7 @@ msgstr "Konto e-mail" msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Zawartość klucza prywatnego w formacie Base64. Użyj zamiast " @@ -46,15 +46,15 @@ msgstr "Pliki certyfikatów są przechowywane w" msgid "Certificate config" msgstr "Konfiguracja certyfikatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Certyfikaty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Alias wyzwania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "Niestandardowy adres URL katalogu serwera ACME." @@ -66,7 +66,7 @@ msgstr "DNS" msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "Poświadczenia interfejsu API DNS" @@ -74,7 +74,7 @@ msgstr "Poświadczenia interfejsu API DNS" msgid "DNS Challenge Validation" msgstr "Walidacja wyzwania DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Dni do czasu odnowienia" @@ -82,7 +82,7 @@ msgstr "Dni do czasu odnowienia" msgid "Default" msgstr "Domyślne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Alias domeny" @@ -100,7 +100,7 @@ msgstr "" "podmiotu, kolejne nazwy są nazwami alternatywnymi. Pamiętaj, że wszystkie " "nazwy domen w globalnym DNS muszą wskazywać na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,11 +108,11 @@ msgstr "" "Np. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bity" @@ -132,7 +132,7 @@ msgstr "Włączone" msgid "General Settings" msgstr "Ustawienia główne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -152,75 +152,75 @@ msgstr "" "Jeśli certyfikat nie został odnowiony na czas, otrzymasz powiadomienie na 20 " "dni przed wygaśnięciem." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Wystawiono dnia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Rozmiar klucza (i typ) dla wygenerowanego certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Rozmiar klucza" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Domena główna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID dzierżawcy, który zawiera docelową strefę DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID użytkownika z uprawnieniami do dodawania/usuwania rekordów ze stref" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otwórz DuckDNS i skopiuj tutaj token" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" "Ścieżka do pliku prywatnego klucza podpisywania interfejsu API w formacie PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Klucz prywatny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Certyfikat publiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Zobacz instrukcje" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Powinien wskazywać region macierzysty dzierżawy" @@ -240,40 +240,36 @@ msgstr "" "wystawienia certyfikatu. Tryb DNS pozwala na użycie API DNS dostawcy DNS do " "wystawienia certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"Alias wyzwania do użycia dla WSZYSTKICH domen. Zobacz https://github.com/" -"acmesh-official/acme.sh/wiki/DNS-alias-mode, aby uzyskać szczegółowe " -"informacje na temat tego procesu. LuCI obsługuje tylko jeden alias wyzwania " -"na certyfikat." +"Alias wyzwania do użycia dla WSZYSTKICH domen. Zobacz %s, aby uzyskać " +"szczegółowe informacje na temat tego procesu. LuCI obsługuje tylko jeden " +"alias wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"Poświadczenia dla wybranego powyżej trybu API DNS. Zobacz https://github.com/" -"acmesh-official/acme.sh/wiki/dnsapi, aby uzyskać informacje na temat formatu " -"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." +"Poświadczenia dla wybranego powyżej trybu API DNS. Zobacz %s, aby uzyskać " +"informacje na temat formatu 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"Alias domeny używany dla WSZYSTKICH domen. Zobacz https://github.com/acmesh-" -"official/acme.sh/wiki/DNS-alias-mode, aby uzyskać szczegółowe informacje na " -"temat tego procesu. LUCI obsługuje tylko jedną domenę wyzwania na certyfikat." +"Alias domeny używany dla WSZYSTKICH domen. Zobacz %s, aby uzyskać " +"szczegółowe informacje na temat tego procesu. LUCI obsługuje tylko jedną " +"domenę wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "Prywatny klucz podpisywania interfejsu API w formacie PEM" @@ -293,31 +289,30 @@ msgstr "" "adres IP routera. Po skonfigurowaniu wydawanie certyfikatów może chwilę " "potrwać. Sprawdź dzienniki pod kątem postępu i ewentualnych błędów." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Zwykle NIE jest to adres e-mail" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Aby używać trybu DNS do wydawania certyfikatów, ustaw na nazwę interfejsu " -"API DNS obsługiwanego przez acme.sh. Zobacz https://github.com/acmesh-" -"official/acme.sh/wiki/dnsapi, aby uzyskać listę dostępnych interfejsów API. " -"W trybie DNS nazwa domeny nie musi być tłumaczona na adres IP routera. Tryb " -"DNS jest także jedynym trybem obsługującym certyfikaty wieloznaczne. " -"Korzystanie z tego trybu wymaga zainstalowania pakietu acme-dnsapi." +"API DNS obsługiwanego przez acme.sh. Zobacz %s, aby uzyskać listę dostępnych " +"interfejsów API. W trybie DNS nazwa domeny nie musi być tłumaczona na adres " +"IP routera. Tryb DNS jest także jedynym trybem obsługującym certyfikaty " +"wieloznaczne. Korzystanie z tego trybu wymaga zainstalowania pakietu acme-" +"dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Użyj niestandardowego CA zamiast Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Użyj serwera pomostowego" @@ -325,7 +320,7 @@ msgstr "Użyj serwera pomostowego" msgid "Validation method" msgstr "Metoda walidacji" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index 1bca5b57d752..6decfe36d1f8 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -20,7 +20,7 @@ msgstr "Certificados ACME" msgid "ACME global config" msgstr "Configuração global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL do servidor ACME" @@ -32,7 +32,7 @@ msgstr "Conta de e-mail" msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conteúdo base64 da chave privada. Utilizar em vez de YC_SA_Key_File_Path" @@ -45,15 +45,15 @@ msgstr "Os ficheiros Cert são armazenados em" msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "URL personalizada do diretório do servidor ACME." @@ -65,7 +65,7 @@ msgstr "DNS" msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "Credenciais do API do DNS" @@ -73,7 +73,7 @@ msgstr "Credenciais do API do DNS" msgid "DNS Challenge Validation" msgstr "DNS Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Dias até à renovação" @@ -81,7 +81,7 @@ msgstr "Dias até à renovação" msgid "Default" msgstr "Predefinição" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Aliás do Domínio" @@ -99,7 +99,7 @@ msgstr "" "assunto, os nomes subsequentes serão nomes alternativos. Note que todos os " "nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,11 +107,11 @@ msgstr "" "Por exemplo: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -131,7 +131,7 @@ msgstr "Ativado" msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,76 +151,76 @@ msgstr "" "Se um certificado não tiver sido renovado a tempo, receberá um aviso 20 dias " "antes do seu termo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Aberto DuckDNS e copiar um token " "aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" "Caminho para o ficheiro da chave de assinatura da API privada em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Ver instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" @@ -240,42 +240,36 @@ msgstr "" "certificado. O modo DNS permitirá que use a API DNS do seu provedor de DNS " "para emitir um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"O aliás do desafio usado em TODOS os domínios. Veja em https://github.com/" -"acmesh-official/acme.sh/wiki/DNS-alias-mode para obter mais detalhes sobre " -"este processo. O LUCI é compatível apenas com um desafio aliás por " -"certificado." +"O aliás do desafio usado em TODOS os domínios. Veja em %s para obter mais " +"detalhes sobre este processo. O LUCI é compatível apenas com um desafio " +"aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"As credenciais para o modo da API de DNS selecionado acima. Consulte https://" -"github.com/acmesh-official/acme.sh/wiki/dnsapi para obter o formato das " -"credenciais exigidas por cada API. Adicione várias entradas aqui no formato " -"como variável da shell KEY=VAL suprindo múltiplas variáveis para as " -"credenciais." +"As credenciais para o modo da API de DNS selecionado acima. Consulte %s para " +"obter o formato das credenciais exigidas por cada API. Adicione várias " +"entradas aqui no formato 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"O aliás do domínio usado em TODOS os domínios. Veja em https://github.com/" -"acmesh-official/acme.sh/wiki/DNS-alias-mode para obter mais detalhes sobre " -"este processo. O LUCI é compatível apenas com um desafio aliás por " -"certificado." +"O aliás do domínio usado em TODOS os domínios. Veja em %s para obter mais " +"detalhes sobre este processo. O LUCI é compatível apenas com um desafio " +"aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura privada da API no formato PEM" @@ -296,31 +290,29 @@ msgstr "" "demorar um pouco. Verifique os registos log para ver o progresso e quaisquer " "erros." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Normalmente, NÃO se trata de um endereço de correio eletrónico" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Para usar o modo DNS para emitir certificados, defina isto oo nome de uma " -"API de DNS suportada pelo acme.sh. Veja em https://github.com/acmesh-" -"official/acme.sh/wiki/dnsapi para obter a lista de APIs disponíveis. No modo " -"DNS, o nome do domínio não tem de ser resolvido para o IP do router. O modo " -"DNS é também o único modo que suporta certificados curinga. A utilização " -"deste modo requer a instalação do pacote acme-dnsapi." +"API de DNS suportada pelo acme.sh. Veja em %s para obter a lista de APIs " +"disponíveis. No modo DNS, o nome do domínio não tem de ser resolvido para o " +"IP do router. O modo DNS é também o único modo que suporta certificados " +"curinga. A utilização deste modo requer a instalação do pacote acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Use uma AC personalizada em vez de Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Use o servidor de estágio" @@ -328,7 +320,7 @@ msgstr "Use o servidor de estágio" msgid "Validation method" msgstr "Método de validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index d7a69917d147..c68a5ea3bd6a 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -19,7 +19,7 @@ msgstr "Certificados ACME" msgid "ACME global config" msgstr "Configuração global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL do Servidor ACME" @@ -31,7 +31,7 @@ msgstr "E-mail da conta" msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Conteúdo Base64 da chave privada. Use em vez do YC_SA_Key_File_Path" @@ -43,15 +43,15 @@ msgstr "Onde os certificados são armazenados" msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "URL do Servidor ACME Customizado." @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "Credenciais do API DNS" @@ -71,7 +71,7 @@ msgstr "Credenciais do API DNS" msgid "DNS Challenge Validation" msgstr "DNS Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Dias até a renovação" @@ -79,7 +79,7 @@ msgstr "Dias até a renovação" msgid "Default" msgstr "Padrão" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Aliás do Domínio" @@ -97,7 +97,7 @@ msgstr "" "do assunto, os nomes subsequentes serão nomes alternativos. Observe que " "todos os nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -105,11 +105,11 @@ msgstr "" "Ex. _acme-challenge.example.com:12345:98765 alias.example.com:111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -129,7 +129,7 @@ msgstr "Ativado" msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,75 +149,75 @@ msgstr "" "Se um certificado não foi renovado a tempo, antes de expirar, você receberá " "um aviso em 20 dias." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "O OCID do locatário que contém a zona de DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do usuário com permissão para adicionar ou remover os registros das " "zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abra o DuckDNS e copie um token aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "Caminho para API privada assinando o arquivo chave em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Consulte as instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região do domicílio do locatário" @@ -237,42 +237,36 @@ msgstr "" "solicitar um certificado. O modo DNS permitirá vocÊ a usar a API de DNS do " "seu provedor DNS para solicitar um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"O aliás do desafio usado em TODOS os domínios. Consulte https://github.com/" -"acmesh-official/acme.sh/wiki/DNS-alias-mode para obter mais detalhes sobre " -"este processo. O LUCI é compatível apenas com um desafio aliás por " -"certificado." +"O aliás do desafio usado em TODOS os domínios. Consulte %s para obter mais " +"detalhes sobre este processo. O LUCI é compatível apenas com um desafio " +"aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"As credenciais para o modo da API DNS selecionado acima. Consulte https://" -"github.com/acmesh-official/acme.sh/wiki/dnsapi para obter o formato das " -"credenciais exigidas por cada API. Adicione várias entradas aqui no formato " -"como variável da shell KEY=VAL suprindo múltiplas variáveis para as " -"credenciais." +"As credenciais para o modo da API DNS selecionado acima. Consulte %s para " +"obter o formato das credenciais exigidas por cada API. Adicione várias " +"entradas aqui no formato 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"O aliás do desafio usado em TODOS os domínios. Consulte https://github.com/" -"acmesh-official/acme.sh/wiki/DNS-alias-mode para obter mais detalhes sobre " -"este processo. O LUCI é compatível apenas com um desafio aliás por " -"certificado." +"O aliás do desafio usado em TODOS os domínios. Consulte %s para obter mais " +"detalhes sobre este processo. O LUCI é compatível apenas com um desafio " +"aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura da API privada no formato PEM" @@ -293,31 +287,30 @@ msgstr "" "demorar um pouco. Verifique os registros log para ver os progressos e " "quaisquer outros erros." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Geralmente isso não é um endereço de e-mail" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Para usar o modo DNS para emitir certificados, defina-o como o nome de uma " -"API DNS compatível pelo acme.sh. Consulte https://github.com/acmesh-official/" -"acme.sh/wiki/dnsapi para obter uma lista de todas as APIs disponíveis. No " -"modo DNS, o nome do domínio não precisa ser resolvido para o IP do roteador. " -"O modo DNS também é o único modo que é compatível com certificados curinga. " -"O uso desse modo requer que o pacote acme-dnsapi esteja instalado." +"API DNS compatível pelo acme.sh. Consulte %s para obter uma lista de todas " +"as APIs disponíveis. No modo DNS, o nome do domínio não precisa ser " +"resolvido para o IP do roteador. O modo DNS também é o único modo que é " +"compatível com certificados curinga. O uso desse modo requer que o pacote " +"acme-dnsapi esteja instalado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Use uma CA customizada em vez do Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Use o servidor de encenação" @@ -325,7 +318,7 @@ msgstr "Use o servidor de encenação" msgid "Validation method" msgstr "Método de Validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index 3b3b8e162ed9..87f219a636d4 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -20,7 +20,7 @@ msgstr "Certificate ACME" msgid "ACME global config" msgstr "Configurare globală ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "Adresa URL a server-ului ACME" @@ -32,7 +32,7 @@ msgstr "Adresa de e-mail a contului" msgid "Advanced Settings" msgstr "Setări avansate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conținutul Base64 al cheii private. A se utiliza în locul lui " @@ -46,15 +46,15 @@ msgstr "Unde se păstrează certificatele și alte dosare de stat." msgid "Certificate config" msgstr "Configurarea certificatului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Alias de provocare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "URL-ul personalizat al directorului serverului ACME." @@ -66,7 +66,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "credențiale DNS API" @@ -74,7 +74,7 @@ msgstr "credențiale DNS API" msgid "DNS Challenge Validation" msgstr "DNS Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Zile până la reînnoire" @@ -82,7 +82,7 @@ msgstr "Zile până la reînnoire" msgid "Default" msgstr "Implicit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Aliasul domeniului" @@ -100,7 +100,7 @@ msgstr "" "subiectului, următoarele nume vor fi alternative. Ține minte că toate numele " "domeniului trebuie să ducă la router în DNS-ul global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,11 +108,11 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 biți" @@ -132,7 +132,7 @@ msgstr "activat" msgid "General Settings" msgstr "Setări generale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -152,76 +152,76 @@ msgstr "" "Dacă un certificat nu a fost reînnoit la timp, veți primi o notificare cu 20 " "de zile înainte de expirare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Emis la" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Dimensiunea (și tipul) cheii pentru certificatul generat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Dimensiunea cheii" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Domeniul principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID al locației care conține zona DNS țintă" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID al utilizatorului care are permisiunea de a adăuga/elimina înregistrări " "din zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Deschideți DuckDNS și copiați un " "token aici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "Calea către fișierul cu cheia privată de semnare API în format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Cheia privată" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Certificat public" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Vedeți instrucțiunile" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Ar trebui să indice regiunea de domiciliu a chiriașilor" @@ -241,42 +241,36 @@ msgstr "" "emite un certificat. Modul DNS îți va permite să folosești API-ul DNS al " "provider-ului DNS pentru a emite un certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" "Aliasul de provocare care trebuie utilizat pentru TOATE domeniile. " -"Consultați https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode " -"pentru detalii despre acest proces. LUCI acceptă doar un singur alias de " -"provocare pentru fiecare certificat." +"Consultați %s pentru detalii despre acest proces. LUCI acceptă doar un " +"singur alias de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"Datele de identificare pentru modul API DNS selectat mai sus. Consultați " -"https://github.com/acmesh-official/acme.sh/wiki/dnsapi pentru formatul " -"acreditărilor solicitate de fiecare API. Adăugați mai multe intrări aici în " -"formatul variabilei de shell KEY=VAL pentru a furniza mai multe variabile de " -"acreditare." +"Datele de identificare pentru modul API DNS selectat mai sus. Consultați %s " +"pentru formatul acreditărilor solicitate de fiecare API. Adăugați mai multe " +"intrări aici în formatul variabilei de shell KEY=VAL pentru a furniza mai " +"multe variabile de acreditare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" "Aliasul de domeniu care trebuie utilizat pentru TOATE domeniile. Consultați " -"https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode pentru " -"detalii despre acest proces. LUCI acceptă doar un singur domeniu de " -"provocare pentru fiecare certificat." +"%s pentru detalii despre acest proces. LUCI acceptă doar un singur domeniu " +"de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "Cheia privată de semnare API în format PEM" @@ -297,31 +291,30 @@ msgstr "" "certificatelor poate dura ceva timp. Verificați jurnalele pentru a vedea " "progresul și eventualele erori." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Aceasta NU este, de obicei, o adresă de e-mail" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Pentru a utiliza modul DNS pentru a emite certificate, setați-l la numele " -"unui API DNS acceptat de acme.sh. Consultați https://github.com/acmesh-" -"official/acme.sh/wiki/dnsapi pentru lista API-urilor disponibile. În modul " -"DNS, numele de domeniu nu trebuie să se rezolve la IP-ul routerului. Modul " -"DNS este, de asemenea, singurul mod care acceptă certificate wildcard. " -"Utilizarea acestui mod necesită instalarea pachetului acme-dnsapi." +"unui API DNS acceptat de acme.sh. Consultați %s pentru lista API-urilor " +"disponibile. În modul DNS, numele de domeniu nu trebuie să se rezolve la IP-" +"ul routerului. Modul DNS este, de asemenea, singurul mod care acceptă " +"certificate wildcard. Utilizarea acestui mod necesită instalarea pachetului " +"acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Utilizați un CA personalizat în loc de Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Utilizați serverul staging" @@ -329,7 +322,7 @@ msgstr "Utilizați serverul staging" msgid "Validation method" msgstr "Metoda de validare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index cca528d416df..ab65a3fe5c5b 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -20,7 +20,7 @@ msgstr "Сертификаты ACME" msgid "ACME global config" msgstr "Глобальная конфигурация ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL сервера ACME" @@ -32,7 +32,7 @@ msgstr "Электронная почта учётной записи" msgid "Advanced Settings" msgstr "Дополнительные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 содержимое приватного ключа. Используйте вместо YC_SA_Key_File_Path" @@ -45,15 +45,15 @@ msgstr "Сертификаты сохраняются в папку" msgid "Certificate config" msgstr "Конфигурация сертификата" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Сертификаты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Псевдонимы вызова" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "URL-адрес пользовательского каталога сервера ACME." @@ -65,7 +65,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "Данные для доступа к DNS API" @@ -73,7 +73,7 @@ msgstr "Данные для доступа к DNS API" msgid "DNS Challenge Validation" msgstr "DNS подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Дней до продления" @@ -81,7 +81,7 @@ msgstr "Дней до продления" msgid "Default" msgstr "По умолчанию" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Псевдоним домена" @@ -99,7 +99,7 @@ msgstr "" "(subject name), следующие имена — дополнительные (alt names). Все доменные " "имена должны указывать на маршрутизатор в глобальной DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,11 +107,11 @@ msgstr "" "Например: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 бита" @@ -131,7 +131,7 @@ msgstr "Включено" msgid "General Settings" msgstr "Основные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,74 +151,74 @@ msgstr "" "Если сертификат не был перевыпущен вовремя то вы получите уведомление за 20 " "дней до истечения срока действия." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Выпущен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Размер (и тип) ключа для сгенерированного сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Размер ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Главный домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID арендатора, содержащего целевую зону DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID пользователя, имеющего право добавлять/удалять записи из зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Зайдите на DuckDNS и скопируйте " "токен сюда" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "Путь к ключу приватного API в PEM формате" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Приватный ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Публичный сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Смотрите инструкции" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Должен указывать на домашний регион арендатора" @@ -239,40 +239,35 @@ msgstr "" "через DNS позволит вам использовать API DNS вашего провайдера DNS для " "выпуска сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" "Псевдоним вызова, который будет использоваться для ВСЕХ доменов. Подробности " -"этого процесса см. на сайте https://github.com/acmesh-official/acme.sh/wiki/" -"DNS-alias-mode. LUCI поддерживает только один псевдоним вызова для каждого " -"сертификата." +"этого процесса см. на сайте %s. LUCI поддерживает только один псевдоним " +"вызова для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" "Учетные данные для выбранного выше режима DNS API. Формат учетных данных, " -"требуемых для каждого API, см. на сайте https://github.com/acmesh-official/" -"acme.sh/wiki/dnsapi. Добавьте сюда несколько записей в формате переменной " -"оболочки KEY=VAL, чтобы предоставить несколько переменных учетных данных." +"требуемых для каждого API, см. на сайте %s. Добавьте сюда несколько записей " +"в формате переменной оболочки KEY=VAL, чтобы предоставить несколько " +"переменных учетных данных." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"Псевдоним домена для ВСЕХ доменов. Подробнее об этом процессе см. https://" -"github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode. LUCI поддерживает " -"только один контрольный домен для каждого сертификата." +"Псевдоним домена для ВСЕХ доменов. Подробнее об этом процессе см. %s. LUCI " +"поддерживает только один контрольный домен для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "Приватный ключ подписи API в PEM формате" @@ -293,31 +288,30 @@ msgstr "" "выдача сертификатов может занять некоторое время. Проверьте журналы на " "наличие прогресса и ошибок." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Обычно это НЕ адрес электронной почты" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Чтобы использовать режим DNS для выдачи сертификатов, задайте для этого " "параметра имя DNS API, поддерживаемого acme.sh. Список доступных API см. в " -"https://github.com/acmesh-official/acme.sh/wiki/dnsapi. В режиме DNS имя " -"домена не должно разрешаться в IP-адрес маршрутизатора. Режим DNS также " -"является единственным режимом, поддерживающий подстановочные сертификаты. " -"Для использования этого режима необходимо установить пакет acme-dnsapi." +"%s. В режиме DNS имя домена не должно разрешаться в IP-адрес маршрутизатора. " +"Режим DNS также является единственным режимом, поддерживающий подстановочные " +"сертификаты. Для использования этого режима необходимо установить пакет acme-" +"dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Использовать сторонний центр сертификации вместо Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Использовать тестовый сервер" @@ -325,7 +319,7 @@ msgstr "Использовать тестовый сервер" msgid "Validation method" msgstr "Метод проверки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index fafc648380d0..1cd5f72515ea 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -19,7 +19,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "" @@ -31,7 +31,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +43,15 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -63,7 +63,7 @@ msgstr "ව.නා.ප." msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "" @@ -79,7 +79,7 @@ msgstr "" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "" @@ -94,17 +94,17 @@ msgid "" "must point at the router in the global DNS." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "" @@ -124,7 +124,7 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,72 +140,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -221,29 +221,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -257,25 +254,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -283,7 +279,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index 2f0261d10b54..413c856e1829 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -19,7 +19,7 @@ msgstr "ACME certifikáty" msgid "ACME global config" msgstr "ACME globálna konfigurácia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "" @@ -31,7 +31,7 @@ msgstr "E-mail účtu" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +43,15 @@ msgstr "" msgid "Certificate config" msgstr "Konfigurácia certifikátov" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -63,7 +63,7 @@ msgstr "" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "Prihlasovacie údaje DNS API" @@ -71,7 +71,7 @@ msgstr "Prihlasovacie údaje DNS API" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "" @@ -79,7 +79,7 @@ msgstr "" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Alias domény" @@ -96,17 +96,17 @@ msgstr "" "Domény v certifikáte. Prvá bude názov subjektu, ďalšie budú alternatívne " "názvy. Všetky domény musia smerovať na router v globálnom DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "" @@ -126,7 +126,7 @@ msgstr "Zapnuté" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 #, fuzzy msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " @@ -145,72 +145,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Dĺžka (a typ) kľúča pre generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Dĺžka kľúča" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -226,33 +226,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 #, fuzzy 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"Prihlasovacie údaje pre vyššie zvolený DNS API mód. Viď https://github.com/" -"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." +"Prihlasovacie údaje pre vyššie zvolený DNS API mód. Viď %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -266,25 +263,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -292,7 +288,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index 9e48066634ed..5ca666c508e7 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -19,7 +19,7 @@ msgstr "ACME-certifikat" msgid "ACME global config" msgstr "Global konfiguration för ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL för ACME-servern" @@ -31,7 +31,7 @@ msgstr "E-postkonto" msgid "Advanced Settings" msgstr "Avancerade inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-innehåll av den privata nyckeln. Använd istället för " @@ -45,15 +45,15 @@ msgstr "Där certifikat och andra tillståndsfiler sparas." msgid "Certificate config" msgstr "Konfiguration för certifikatet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Alias för utmaningen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "Anpassad URL för katalogen till ACME-servern." @@ -65,7 +65,7 @@ msgstr "DNS" msgid "DNS API" msgstr "API för DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "" @@ -73,7 +73,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Dagar till förnyelse" @@ -81,7 +81,7 @@ msgstr "Dagar till förnyelse" msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Alias för domänen" @@ -99,7 +99,7 @@ msgstr "" "Efterföljande namn blir alternativa namn. Notera att alla domännamn måste " "peka på routern i den globala DNS:en." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,11 +107,11 @@ msgstr "" "T.ex. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bitar" @@ -131,7 +131,7 @@ msgstr "Aktiverad" msgid "General Settings" msgstr "Generella inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,72 +151,72 @@ msgstr "" "Om ett certifikat inte förnyades i tid så kommer du att få en avisering 20 " "dagar före utgångstiden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Utfärdades den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Nyckelstorlek (och typ) för det genererade certifikatet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Nyckelstorlek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Huvuddomän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "Genväg till den privata API'ns signeringsnyckel i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Privat nyckel" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Publikt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Läs instruktionerna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -236,29 +236,26 @@ msgstr "" "att utfärda ett. DNS-lägen tillåter dig att använde din DNS-tjänsts DNS API " "för att utfärda ett certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "Den privata API'ns signeringsnyckel i PEM-format" @@ -272,25 +269,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Det här är vanligtvis INTE en e-postadress" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Använd en anpassad CA istället för Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Använd iscensättningsserver" @@ -298,7 +294,7 @@ msgstr "Använd iscensättningsserver" msgid "Validation method" msgstr "Valideringsmetod" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index 4f8f058f5385..99468c857836 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -10,7 +10,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "" @@ -22,7 +22,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -34,15 +34,15 @@ msgstr "" msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "" @@ -54,7 +54,7 @@ msgstr "" msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "" @@ -62,7 +62,7 @@ msgstr "" msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "" @@ -70,7 +70,7 @@ msgstr "" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "" @@ -85,17 +85,17 @@ msgid "" "must point at the router in the global DNS." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "" @@ -115,7 +115,7 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -131,72 +131,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -212,29 +212,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s 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.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -248,25 +245,24 @@ msgid "" "logs for progress and any errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "" @@ -274,7 +270,7 @@ msgstr "" msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index e4afa9b0c874..4e0623c6ebb5 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -19,7 +19,7 @@ msgstr "ACME sertifikaları" msgid "ACME global config" msgstr "ACME evrensel yapılandırma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "ACME sunucu URL'si" @@ -31,7 +31,7 @@ msgstr "Hesap e-postası" msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Özel anahtarın Base64 içeriği. YC_SA_Key_File_Path yerine kullanın" @@ -43,15 +43,15 @@ msgstr "Sertifikaların ve diğer dosyaların tutulduğu yer" msgid "Certificate config" msgstr "Sertifika yapılandırması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Sertifikalar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Challenge Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "Özel ACME sunucu dizini URL'si." @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS API bilgileri" @@ -71,7 +71,7 @@ msgstr "DNS API bilgileri" msgid "DNS Challenge Validation" msgstr "DNS Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Yenilemeye kalan gün sayısı" @@ -79,7 +79,7 @@ msgstr "Yenilemeye kalan gün sayısı" msgid "Default" msgstr "Varsayılan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Alan Takma Adı" @@ -97,7 +97,7 @@ msgstr "" "alternatif adlar olacak. Domain adlarının evrensel DNS'de router'ı " "göstermesi gerektiğini unutmayın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -105,11 +105,11 @@ msgstr "" "Örneğin. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bit" @@ -129,7 +129,7 @@ msgstr "Etkin" msgid "General Settings" msgstr "Genel Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,74 +149,74 @@ msgstr "" "Sertifika zamanında yenilenmediyse, geçerlilik süresinin bitiminden 20 gün " "önce bir bildirim alırsınız." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Yayınlandığı tarih" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Oluşturulmuş sertifika için anahtar boyutu (ve türü)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Anahtar boyutu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Ana Etki Alanı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "Hedef DNS bölgesini içeren kiracılığın OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "Bölgelere kayıt ekleme/kaldırma iznine sahip kullanıcının OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "DuckDNS'yi açın ve buraya bir token " "kopyalayın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "PEM biçiminde özel API imzalama anahtarı dosyasının yolu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Özel anahtar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Herkese Açık Sertifika" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Talimatlara bakın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Kiracının bulunduğu bölgeyi işaret etmelidir" @@ -236,39 +236,36 @@ msgstr "" "kullanır. DNS modu, bir sertifika vermek için DNS sağlayıcınızın DNS " "API'sini kullanmanıza izin verir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"Tüm alan adlarında kullanılacak challenge takma adı. Detaylı bilgi için " -"https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode adresine göz " -"atın. LUCI sertifika başına sadece bir tane challenge takma adını destekler." +"Tüm alan adlarında kullanılacak challenge takma adı. Detaylı bilgi için %s " +"adresine göz atın. LUCI sertifika başına sadece bir tane challenge takma " +"adını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" "Yukarda seçilen DNS API modu için bilgiler. Her API için gereken kimlik " -"bilgileri formatı için https://github.com/acmesh-official/acme.sh/wiki/" -"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." +"bilgileri formatı için %s 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" "TÜM alanlar için kullanılacak olan alan takma adı. Bu işlemin ayrıntıları " -"için https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode adresine " -"göz atın. LUCI, sertifika başına yalnızca bir challenge alanını destekler." +"için %s adresine göz atın. LUCI, sertifika başına yalnızca bir challenge " +"alanını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "PEM biçimindeki özel API imzalama anahtarı" @@ -289,31 +286,30 @@ msgstr "" "sertifikaların verilmesi biraz zaman alabilir. İlerleme ve herhangi bir hata " "için günlük kayıtlarına bakın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Bu genellikle bir e-posta adresi DEĞİLDİR" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Sertifikaları vermek üzere DNS modunu kullanmak için, bunu acme.sh " "tarafından desteklenen bir DNS API'sinin adına ayarlayın. Kullanılabilir " -"API'lerin listesi için https://github.com/acmesh-official/acme.sh/wiki/" -"dnsapi adresine bakın. DNS modunda, etki alanı adı yönlendirici IP'sini " -"çözümlemesi gerekmez. DNS modu, joker karakter sertifikalarını destekleyen " -"tek moddur. Bu modu kullanmak, acme-dnsapi paketinin yüklenmesini gerektirir." +"API'lerin listesi için %s adresine bakın. DNS modunda, etki alanı adı " +"yönlendirici IP'sini çözümlemesi gerekmez. DNS modu, joker karakter " +"sertifikalarını destekleyen tek moddur. Bu modu kullanmak, acme-dnsapi " +"paketinin yüklenmesini gerektirir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Let's Encrypt yerine özel bir CA kullanın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Aşama sunucusu kullan" @@ -321,7 +317,7 @@ msgstr "Aşama sunucusu kullan" msgid "Validation method" msgstr "Doğrulama yöntemi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index 4927307fe08c..3b3b5eebc281 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -20,7 +20,7 @@ msgstr "Сертифікати ACME" msgid "ACME global config" msgstr "Глобальні налаштування ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "URL-адреса сервера ACME" @@ -32,7 +32,7 @@ msgstr "Електронна адреса пошти облікового зап msgid "Advanced Settings" msgstr "Розширені налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 вміст приватного ключа. Використовувати замість YC_SA_Key_File_Path" @@ -45,15 +45,15 @@ msgstr "Сертифікати зберігаються у каталог" msgid "Certificate config" msgstr "Параметри сертифіката" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "Сертифікати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Псевдоніми виклику" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "URL-адреса каталогу користувацького сервера ACME." @@ -65,7 +65,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "Облікові дані DNS API" @@ -73,7 +73,7 @@ msgstr "Облікові дані DNS API" msgid "DNS Challenge Validation" msgstr "DNS Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Днів до поновлення" @@ -81,7 +81,7 @@ msgstr "Днів до поновлення" msgid "Default" msgstr "За замовчуванням" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Псевдонім домену" @@ -100,7 +100,7 @@ msgstr "" "Запримітьте, що всі доменні імена повинні вказувати на маршрутизатор у " "глобальному DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,11 +108,11 @@ msgstr "" "Наприклад, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 біт" @@ -133,7 +133,7 @@ msgstr "Увімкнено" msgid "General Settings" msgstr "Загальні налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,74 +153,74 @@ msgstr "" "Якщо сертифікат не було оновлено вчасно, ви отримаєте сповіщення за 20 днів " "до закінчення терміну дії." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "Видано на" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Розмір (і тип) ключа для згенерованого сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Тип ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "Основний домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID оренди, яка містить цільову DNS-зону" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID користувача з правом додавання/видалення записів із зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Відкрийте DuckDNS і скопіюйте токен " "сюди" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "Шлях до приватного файлу ключа підпису API у форматі PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "Приватний ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "Публічний сертифікат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "Дивіться інструкції" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "Має вказувати на регіон проживання орендаря" @@ -240,39 +240,34 @@ msgstr "" "видачі сертифіката. Режим DNS дозволить вам використовувати API DNS вашого " "постачальника DNS для видачі сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"Псевдонім виклику для ВСІХ доменів. Дивіться https://github.com/acmesh-" -"official/acme.sh/wiki/DNS-alias-mode, щоб дізнатися більше про цей процес. " -"LUCI підтримує лише один псевдонім виклику на сертифікат." +"Псевдонім виклику для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про " +"цей процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"Облікові дані для режиму DNS API, вибраного вище. Див. https://github.com/" -"acmesh-official/acme.sh/wiki/dnsapi для формату облікових даних, необхідних " -"для кожного API. Додайте тут кілька записів у форматі змінної оболонки " -"KEY=VAL, щоб надати декілька змінних облікових даних." +"Облікові дані для режиму DNS API, вибраного вище. Див. %s для формату " +"облікових даних, необхідних для кожного API. Додайте тут кілька записів у " +"форматі змінної оболонки KEY=VAL, щоб надати декілька змінних облікових " +"даних." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"Псевдонім домену для ВСІХ доменів. Дивіться https://github.com/acmesh-" -"official/acme.sh/wiki/DNS-alias-mode, щоб дізнатися більше про цей процес. " -"LUCI підтримує лише один псевдонім виклику на сертифікат." +"Псевдонім домену для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про цей " +"процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "Приватний ключ підпису API у форматі PEM" @@ -293,31 +288,30 @@ msgstr "" "зайняти деякий час. Перевірте журнали на наявність прогресу та будь-яких " "помилок." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "Зазвичай це НЕ адреса електронної пошти" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Щоб використовувати режим DNS для видачі сертифікатів, встановіть ім’я DNS " -"API, який підтримує acme.sh. Перегляньте https://github.com/acmesh-official/" -"acme.sh/wiki/dnsapi для отримання списку доступних API. У режимі DNS доменне " -"ім’я не повинно дозволятися в IP-адресу маршрутизатора. Режим DNS також є " -"єдиним режимом, який підтримує підстановочні сертифікати. Для використання " -"цього режиму потрібно встановити пакет acme-dnsapi." +"API, який підтримує acme.sh. Перегляньте %s для отримання списку доступних " +"API. У режимі DNS доменне ім’я не повинно дозволятися в IP-адресу " +"маршрутизатора. Режим DNS також є єдиним режимом, який підтримує " +"підстановочні сертифікати. Для використання цього режиму потрібно встановити " +"пакет acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Використовувати інший ЦС замість Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Використовувати проміжний сервер" @@ -325,7 +319,7 @@ msgstr "Використовувати проміжний сервер" msgid "Validation method" msgstr "Метод перевірки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index 3aad94471316..d2b8c07f5982 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -19,7 +19,7 @@ msgstr "Chứng chỉ ACME" msgid "ACME global config" msgstr "Cấu hình ACME toàn cầu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "Đường dẫn máy chủ ACME" @@ -31,7 +31,7 @@ msgstr "Tài khoản email" msgid "Advanced Settings" msgstr "Cài đặt Nâng cao" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +43,15 @@ msgstr "" msgid "Certificate config" msgstr "Cấu hình chứng chỉ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "Tùy chỉnh đường dẫn máy chủ ACME." @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "Thông tin đăng nhập DNS API" @@ -71,7 +71,7 @@ msgstr "Thông tin đăng nhập DNS API" msgid "DNS Challenge Validation" msgstr "DNS Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "Cho đến ngày được làm mới" @@ -79,7 +79,7 @@ msgstr "Cho đến ngày được làm mới" msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "Tên miền bí danh" @@ -97,17 +97,17 @@ msgstr "" "tiếp theo sẽ là tên thay thế. Lưu ý rằng tất cả các tên miền phải trỏ đến bộ " "định tuyến trong DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 bit" @@ -127,7 +127,7 @@ msgstr "Kích Hoạt" msgid "General Settings" msgstr "Các cài đặt chung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,72 +145,72 @@ msgid "" "days before expiry." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "Kích thước khóa cho chứng chỉ được tạo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "Kích thước khóa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA kích thước 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA kích thước 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA kích thước 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "" @@ -230,39 +230,33 @@ msgstr "" "sẽ cho phép bạn sử dụng API DNS của nhà cung cấp DNS của bạn để cấp chứng " "chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"Bí danh thử thách để sử dụng cho TẤT CẢ các miền. Xem https://github.com/" -"acmesh-official/acme.sh/wiki/DNS-alias-mode để biết chi tiết về quy trình " -"này. LUCI chỉ hỗ trợ một bí danh thách thức cho mỗi chứng chỉ." +"Bí danh thử thách để sử dụng cho TẤT CẢ các miền. Xem %s để biết chi tiết về " +"quy trình này. LUCI chỉ hỗ trợ một bí danh thách thức cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"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 %s để 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.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"Bí danh tên miền để sử dụng cho TẤT CẢ tên miền. Xem https://github.com/" -"acmesh-official/acme.sh/wiki/DNS-alias-mode để biết chi tiết về quy trình " -"này. LUCI chỉ hỗ trợ một miền thử thách cho mỗi chứng chỉ." +"Bí danh tên miền để sử dụng cho TẤT CẢ tên miền. Xem %s để biết chi tiết về " +"quy trình này. LUCI chỉ hỗ trợ một miền thử thách cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "" @@ -282,31 +276,29 @@ msgstr "" "Sau khi được định cấu hình, việc cấp chứng chỉ có thể mất một lúc. Kiểm tra " "nhật ký để biết tiến độ và bất kỳ lỗi nào." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "Để sử dụng chế độ DNS để cấp chứng chỉ, hãy đặt tên này thành tên của API " -"DNS được acme.sh hỗ trợ. Xem https://github.com/acmesh-official/acme.sh/wiki/" -"dnsapi để biết danh sách các API có sẵn. Trong chế độ DNS, tên miền không " -"phải phân giải thành IP của bộ định tuyến. Chế độ DNS cũng là chế độ duy " -"nhất hỗ trợ chứng chỉ ký tự đại diện. Sử dụng chế độ này yêu cầu phải cài " -"đặt gói acme-dnsapi." +"DNS được acme.sh hỗ trợ. Xem %s để biết danh sách các API có sẵn. Trong chế " +"độ DNS, tên miền không phải phân giải thành IP của bộ định tuyến. Chế độ DNS " +"cũng là chế độ duy nhất hỗ trợ chứng chỉ ký tự đại diện. Sử dụng chế độ này " +"yêu cầu phải cài đặt gói acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Sử dụng tùy chỉnh nhà cung cấp chứng chỉ thay cho Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "Sử dụng máy chủ tạm" @@ -314,7 +306,7 @@ msgstr "Sử dụng máy chủ tạm" msgid "Validation method" msgstr "Phương thức thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index 166d630d7e81..95e51dec1175 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -19,7 +19,7 @@ msgstr "ACME 证书" msgid "ACME global config" msgstr "ACME 全局配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "ACME 服务器 URL" @@ -31,7 +31,7 @@ msgstr "电子邮件帐户" msgid "Advanced Settings" msgstr "高级设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私钥的 Base64 格式内容,不使用 YC_SA_Key_File_Path" @@ -43,15 +43,15 @@ msgstr "证书存放位置" msgid "Certificate config" msgstr "证书配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "质询别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "自定义 ACME 服务器目录 URL。" @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS API 凭证" @@ -71,7 +71,7 @@ msgstr "DNS API 凭证" msgid "DNS Challenge Validation" msgstr "DNS 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "续约前天数" @@ -79,7 +79,7 @@ msgstr "续约前天数" msgid "Default" msgstr "默认" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "域名别名" @@ -96,7 +96,7 @@ msgstr "" "证书中要包含的域名。第一个名字将是主题名,后面的名字将是主题备用名称。请注" "意,所有域名都必须在路由中指向全局 DNS。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -104,11 +104,11 @@ msgstr "" "如,_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC 256 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC 384 位" @@ -128,7 +128,7 @@ msgstr "已启用" msgid "General Settings" msgstr "常规设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,72 +144,72 @@ msgid "" "days before expiry." msgstr "如未及时续签证书,你会在到期前20天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "颁发于" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "生成的证书的密钥长度(和类型)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "密钥长度" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目标 DNS 区域的租约的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "有权从区域删除记录/将记录添加到区域的的用户的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "打开 DuckDNS 并在此复制令牌" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私密 API 签名密钥文件的路径" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "私钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "公钥证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA 2048 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA 3072 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA 4096 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "见操作指南" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "应指向租约主区域" @@ -227,38 +227,32 @@ msgstr "" "独立模式将使用 acme.sh 的内置 Web 服务器来颁发证书。Webroot 模式将使用现有的 " "Web 服务器来颁发证书。DNS 模式将允许您使用 DNS 提供商的 DNS API 颁发证书。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge alias per certificate." msgstr "" -"用于所有域名的质询别名(challenge alias)。有关此过程的详细信息,请参阅 " -"https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode。LUCI 每个证书" -"只支持一个质询别名。" +"用于所有域名的质询别名(challenge alias)。有关此过程的详细信息,请参阅 %s。" +"LUCI 每个证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"上面选择的 DNS API 模式的凭据。请参阅 https://github.com/acmesh-official/" -"acme.sh/wiki/dnsapi 以了解每个 API 所需的凭据格式。在此处以 KEY=VAL shell 变" -"量格式添加多个条目,以提供多个凭据变量。" +"上面选择的 DNS API 模式的凭据。请参阅 %s 以了解每个 API 所需的凭据格式。在此" +"处以 KEY=VAL shell 变量格式添加多个条目,以提供多个凭据变量。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"用于所有域名的别名(domain alias)。有关此过程的详细信息,请参阅 https://" -"github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode。LUCI 每个证书只支持一" -"个质询别名。" +"用于所有域名的别名(domain alias)。有关此过程的详细信息,请参阅 %s。LUCI 每个" +"证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私密 API 签名密钥" @@ -276,29 +270,27 @@ msgstr "" "的公网 IP 地址。配置完成后,颁发证书可能需要一段时间。从日志中查看签署进度和" "错误。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "这通常不是一个电子邮箱地址" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" "若要使用 DNS 模式颁发证书,请将其设置为 acme.sh 支持的 DNS API 的名称。有关可" -"用 API 的列表,请参阅 https://github.com/acmesh-official/acme.sh/wiki/" -"dnsapi。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是唯一支持通配符证书" -"的模式。使用此模式需要安装 acme-dnsapi 包。" +"用 API 的列表,请参阅 %s。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是" +"唯一支持通配符证书的模式。使用此模式需要安装 acme-dnsapi 包。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "使用自定义证书颁发机构代替 Let's Encrypt。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "使用临时服务器" @@ -306,7 +298,7 @@ msgstr "使用临时服务器" msgid "Validation method" msgstr "验证方式" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index 6f2c4aedb463..a0382ef45046 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -19,7 +19,7 @@ msgstr "ACME證書" msgid "ACME global config" msgstr "ACME 全域組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "ACME server URL" msgstr "ACME 伺服器 URL" @@ -31,7 +31,7 @@ msgstr "電子郵件帳號" msgid "Advanced Settings" msgstr "進階設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私鑰的 Base64 內容。不使用 YC_SA_Key_File_Path" @@ -43,15 +43,15 @@ msgstr "儲存憑證和其他狀態檔的位置。" msgid "Certificate config" msgstr "憑證組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:606 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Certificates" msgstr "憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 msgid "Challenge Alias" msgstr "Challenge 別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Custom ACME server directory URL." msgstr "自訂 ACME 伺服器的 URL。" @@ -63,7 +63,7 @@ msgstr "DNS" msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "DNS API credentials" msgstr "DNS API 憑證" @@ -71,7 +71,7 @@ msgstr "DNS API 憑證" msgid "DNS Challenge Validation" msgstr "DNS Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "Days until renewal" msgstr "更新前的天數" @@ -79,7 +79,7 @@ msgstr "更新前的天數" msgid "Default" msgstr "預設" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 msgid "Domain Alias" msgstr "網域別名" @@ -96,7 +96,7 @@ msgstr "" "憑證包含的網域名稱;第一個域名將作為「主體名稱」,其他則為「主體備用名稱」。" "請注意:所有域名都必須在全域 DNS 中解析為路由器的 IP 位址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -104,11 +104,11 @@ msgstr "" "如_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:489 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "ECC 256 bits" msgstr "ECC(256 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:490 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "ECC 384 bits" msgstr "ECC(384 位元)" @@ -130,7 +130,7 @@ msgstr "啟用" msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,72 +146,72 @@ msgid "" "days before expiry." msgstr "如果憑證未及時續訂,您將在到期前 20 天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Issued on" msgstr "簽發於" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Key size (and type) for the generated certificate." msgstr "產生憑證的金鑰大小(和型別)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Key type" msgstr "金鑰大小" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:585 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目標 DNS 區域租約的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of user with permission to add/remove records from zones" msgstr "有權在區域中新增/刪除記錄的使用者的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 msgid "" "Open DuckDNS and copy a token here" msgstr "打開 DuckDNS 並在此處複製權杖" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰檔案的路徑" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:586 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 msgid "Private Key" msgstr "私鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:587 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 msgid "Public Certificate" msgstr "公共憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:486 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "RSA 2048 bits" msgstr "RSA(2048 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "RSA 3072 bits" msgstr "RSA(3072 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:488 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 msgid "RSA 4096 bits" msgstr "RSA(4096 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 msgid "See instructions" msgstr "查看說明" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "Should point to the tenancy home region" msgstr "應指向租約區域" @@ -230,38 +230,32 @@ msgstr "" "用現存的 Web 伺服器,「DNS 模式」允許您使用 DNS 服務提供者的 DNS API 來頒發憑" "證。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 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." +"The challenge alias to use for ALL domains. See %s 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 別名。" +"所有網域使用的 Challenge 別名;請參閱 %s 以獲得行程的詳細資訊。LuCI 僅支援每" +"個憑證擁有唯一 Challenge 別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 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." +"The credentials for the DNS API mode selected above. See %s 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 "" -"上面已選擇 DNS API 的憑證;請參閱 https://github.com/acmesh-official/acme.sh/" -"wiki/dnsapi 以獲得每個 API 所需的憑證格式。要提供多個憑證變數,請輸入格式為 " -"KEY=VAL 的多個項目。" +"上面已選擇 DNS API 的憑證;請參閱 %s 以獲得每個 API 所需的憑證格式。要提供多" +"個憑證變數,請輸入格式為 KEY=VAL 的多個項目。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 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." +"The domain alias to use for ALL domains. See %s for the details of this " +"process. LUCI only supports one challenge domain per certificate." msgstr "" -"所有網域使用的網域別名;請參閱 https://github.com/acmesh-official/acme.sh/" -"wiki/DNS-alias-mode 以獲得該行程的詳細資訊。LuCI 僅支援每個憑證擁有唯一網域別" -"名。" +"所有網域使用的網域別名;請參閱 %s 以獲得該行程的詳細資訊。LuCI 僅支援每個憑證" +"擁有唯一網域別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰" @@ -279,29 +273,28 @@ msgstr "" "Let's Encrypt 頒發的憑證。請注意:憑證中的域名必須指向路由器公共 IP 位址。配" "置完成後憑證的頒發需要一段時間,請檢視日誌來取得其進展和任何錯誤。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 msgid "This is usually NOT an email address" msgstr "這通常不是電子郵件地址" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 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." +"supported by acme.sh. See %s 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 "" -"要使用「DNS 模式」來頒發憑證,請輸入 acme.sh 支援的 DNS API 名稱;請參閱 " -"https://github.com/acmesh-official/acme.sh/wiki/dnsapi 以獲得可用的 API 清" -"單。在DNS 模式下域名不必解析為路由器 IP 位址,該模式也是支援「萬用字元憑證」" -"的唯一模式。請注意:必須安裝 acme-dnsapi 套件後才能使用該模式。" +"要使用「DNS 模式」來頒發憑證,請輸入 acme.sh 支援的 DNS API 名稱;請參閱 %s " +"以獲得可用的 API 清單。在DNS 模式下域名不必解析為路由器 IP 位址,該模式也是支" +"援「萬用字元憑證」的唯一模式。請注意:必須安裝 acme-dnsapi 套件後才能使用該模" +"式。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:516 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 msgid "Use a custom CA instead of Let's Encrypt." msgstr "使用自訂 CA 代替 Let's Encrypt。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Use staging server" msgstr "使用臨時伺服器" @@ -309,7 +302,7 @@ msgstr "使用臨時伺服器" msgid "Validation method" msgstr "驗證方法" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "Wait for DNS update" msgstr "" From 96495b65fce0609e899f6b49c8df9f2b824af196 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 16:12:28 +0300 Subject: [PATCH 03/25] luci-app-acme: introduction: remove LetsEncrypt mention The introduction is confusing because the acme.sh use by default ZeroSSL. Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme.js | 4 ++-- applications/luci-app-acme/po/ar/acme.po | 4 ++-- applications/luci-app-acme/po/bg/acme.po | 4 ++-- applications/luci-app-acme/po/bn_BD/acme.po | 8 ++++---- applications/luci-app-acme/po/ca/acme.po | 4 ++-- applications/luci-app-acme/po/cs/acme.po | 10 +++++----- applications/luci-app-acme/po/da/acme.po | 10 +++++----- applications/luci-app-acme/po/de/acme.po | 10 +++++----- applications/luci-app-acme/po/el/acme.po | 4 ++-- applications/luci-app-acme/po/en/acme.po | 8 ++++---- applications/luci-app-acme/po/es/acme.po | 8 ++++---- applications/luci-app-acme/po/fa/acme.po | 4 ++-- applications/luci-app-acme/po/fi/acme.po | 4 ++-- applications/luci-app-acme/po/fr/acme.po | 8 ++++---- applications/luci-app-acme/po/he/acme.po | 4 ++-- applications/luci-app-acme/po/hi/acme.po | 4 ++-- applications/luci-app-acme/po/hu/acme.po | 4 ++-- applications/luci-app-acme/po/id/acme.po | 8 ++++---- applications/luci-app-acme/po/it/acme.po | 10 +++++----- applications/luci-app-acme/po/ja/acme.po | 4 ++-- applications/luci-app-acme/po/ko/acme.po | 8 ++++---- applications/luci-app-acme/po/lt/acme.po | 4 ++-- applications/luci-app-acme/po/mr/acme.po | 4 ++-- applications/luci-app-acme/po/ms/acme.po | 4 ++-- applications/luci-app-acme/po/nb_NO/acme.po | 4 ++-- applications/luci-app-acme/po/nl/acme.po | 12 ++++++------ applications/luci-app-acme/po/pl/acme.po | 10 +++++----- applications/luci-app-acme/po/pt/acme.po | 8 ++++---- applications/luci-app-acme/po/pt_BR/acme.po | 8 ++++---- applications/luci-app-acme/po/ro/acme.po | 10 +++++----- applications/luci-app-acme/po/ru/acme.po | 10 +++++----- applications/luci-app-acme/po/si/acme.po | 4 ++-- applications/luci-app-acme/po/sk/acme.po | 4 ++-- applications/luci-app-acme/po/sv/acme.po | 4 ++-- applications/luci-app-acme/po/templates/acme.pot | 12 ++++++------ applications/luci-app-acme/po/tr/acme.po | 8 ++++---- applications/luci-app-acme/po/uk/acme.po | 10 +++++----- applications/luci-app-acme/po/vi/acme.po | 8 ++++---- applications/luci-app-acme/po/zh_Hans/acme.po | 8 ++++---- applications/luci-app-acme/po/zh_Hant/acme.po | 4 ++-- 40 files changed, 134 insertions(+), 134 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 84ad1207d5b2..b5b1e0fdb765 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -23,8 +23,8 @@ return view.extend({ var m, s, o; m = new form.Map("acme", _("ACME certificates"), - _("This configures ACME (Letsencrypt) automatic certificate installation. " + - "Simply fill out this to have the router configured with Letsencrypt-issued " + + _("This configures ACME automatic certificate installation. " + + "Simply fill out this to have the router configured with 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. " + diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index b63011127969..b02be1f5ca2b 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -262,8 +262,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index d7f31ba78e74..776dcbb8e7ec 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -246,8 +246,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index 8b9b97351011..e0819c482953 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -262,15 +262,15 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"এটি ACME (Letsencrypt) স্বয়ংক্রিয় সার্টিফিকেট ইনস্টলেশন কনফিগার করে। ওয়েব " -"ইন্টারফেসের জন্য Letsencrypt-ইস্যু করা সার্টিফিকেট দিয়ে রাউটার কনফিগার করার জন্য " +"এটি ACME স্বয়ংক্রিয় সার্টিফিকেট ইনস্টলেশন কনফিগার করে। ওয়েব " +"ইন্টারফেসের জন্য ইস্যু করা সার্টিফিকেট দিয়ে রাউটার কনফিগার করার জন্য " "এটি পূরণ করুন। লক্ষ্য করুন যে সার্টিফিকেটের ডোমেইন নামগুলি রাউটারের সর্বজনীন আইপি " "ঠিকানায় নির্দেশ করার জন্য কনফিগার করা আবশ্যক। একবার কনফিগার হয়ে গেলে, " "সার্টিফিকেট ইস্যু করতে কিছু সময় লাগতে পারে। অগ্রগতি এবং কোন ত্রুটির জন্য লগ চেক করুন।" diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index a5fbf213905c..d86702901591 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -246,8 +246,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index d4f513ae2430..cd5a2597d4f2 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -270,16 +270,16 @@ msgstr "Soukromý API podpisový klíč v PEM formátu" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Konfiguruje ACME (Letsencrypt) pro automatickou instalaci certifikátu. " -"Jednoduše toto vyplňte, abyste měli router nakonfigurován pro certifikáty od " -"Letsencrypt pro webové rozhraní. Nezapomeňte, že doménové názvy v " +"Konfiguruje ACME pro automatickou instalaci certifikátu. " +"Jednoduše toto vyplňte, abyste měli router nakonfigurován s vydanými certifikáty" +"pro webové rozhraní. Nezapomeňte, že doménové názvy v " "certifikátu už musejí být nakonfigurovány tak, aby ukazovaly na veřejnou IP " "adresu routeru. Jakmile bude konfigurace dokončena, vydávání certifikátů " "bude chvíli trvat. Kontrolujte protokoly, kde uvidíte průběh a jakékoli " diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index 79321db2a597..8bfd1f1c3b96 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -134,7 +134,7 @@ msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." msgstr "" -"Hent certifikatet fra den staging server Letsencrypt-server (bruges til " +"Hent certifikatet fra den staging server server (bruges til " "test, certifikatet er ikke gyldigt)." #: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3 @@ -271,15 +271,15 @@ msgstr "Den private API signeringsnøgle i PEM-format" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Dette konfigurerer ACME's (Letsencrypt) automatiske certifikatinstallation. " -"Du skal blot udfylde dette for at få routeren konfigureret med Letsencrypt-" +"Dette konfigurerer ACME's automatiske certifikatinstallation. " +"Du skal blot udfylde dette for at få routeren konfigureret med " "udstedte certifikater til webgrænsefladen. Bemærk, at domænenavnene i " "certifikatet allerede skal være konfigureret til at pege på routerens " "offentlige IP-adresse. Når det er konfigureret, kan udstedelsen af " diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index bac3a33c489e..6daa57a1e56a 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -136,7 +136,7 @@ msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." msgstr "" -"Zertifikat vom Letsencrypt-Staging-Server abrufen (zum Testen verwenden; das " +"Zertifikat vom Staging-Server abrufen (zum Testen verwenden; das " "Zertifikat ist ungültig)." #: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3 @@ -273,16 +273,16 @@ msgstr "Der private API-Signierschlüssel im PEM-Format" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Dadurch wird die automatische Zertifikatinstallation von ACME (Letsencrypt) " +"Dadurch wird die automatische Zertifikatinstallation von ACME " "konfiguriert. Füllen Sie dies einfach aus, damit der Router mit von " -"Letsencrypt ausgestellten Zertifikaten für die Weboberfläche konfiguriert " +"ausgestellten Zertifikaten für die Weboberfläche konfiguriert " "wird. Beachten Sie, dass die Domänennamen im Zertifikat bereits so " "konfiguriert sein müssen, dass sie auf die öffentliche IP-Adresse des " "Routers verweisen. Nach der Konfiguration kann die Ausstellung von " diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index 048b279bd050..5d2b8a005ce2 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -246,8 +246,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/en/acme.po b/applications/luci-app-acme/po/en/acme.po index dca1ce3294a0..fbb3d6afd137 100644 --- a/applications/luci-app-acme/po/en/acme.po +++ b/applications/luci-app-acme/po/en/acme.po @@ -277,16 +277,16 @@ msgstr "The private API signing key in PEM format" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"This configures ACME (Letsencrypt) automatic certificate installation. " +"This configures ACME automatic certificate installation. " "Simply fill in the required information to have the router configured with " -"Letsencrypt-issued certificates for the web interface. Note that the domain " +"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." diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index 030ef470b949..25f0e49f21dd 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -276,16 +276,16 @@ msgstr "La clave de la firma privada de la API en formato PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Esto configura la instalación automática de certificados ACME (Letsencrypt). " +"Esto configura la instalación automática de certificados ACME. " "Simplemente complete esto para configurar el enrutador con certificados " -"emitidos por Letsencrypt para la interfaz web. Tenga en cuenta que los " +"emitidos para la interfaz web. Tenga en cuenta que los " "nombres de dominio en el certificado ya deben estar configurados para " "apuntar a la dirección IP pública del enrutador. Una vez configurado, la " "emisión de certificados puede demorar un tiempo. Verifique los registros de " diff --git a/applications/luci-app-acme/po/fa/acme.po b/applications/luci-app-acme/po/fa/acme.po index f6cb568cea62..e51cf151ac01 100644 --- a/applications/luci-app-acme/po/fa/acme.po +++ b/applications/luci-app-acme/po/fa/acme.po @@ -253,8 +253,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index a73c2e62bb07..954baba48cc2 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -253,8 +253,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index c1f7edef7220..e9cb689ad21a 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -273,16 +273,16 @@ msgstr "Clé privée de signature de l'API au format PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Cela configure l'installation automatique du certificat ACME (Letsencrypt). " +"Cela configure l'installation automatique du certificat ACME. " "Remplissez simplement ceci pour que le routeur soit configuré avec les " -"certificats émis par Letsencrypt pour l'interface Web. Notez que les noms de " +"certificats émis pour l'interface Web. Notez que les noms de " "domaine dans le certificat doivent déjà être configurés pour pointer vers " "l'adresse IP publique du routeur. Une fois configurés, l'émission de " "certificats peut prendre un certain temps. Vérifiez les journaux pour la " diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index 1a0e74efd47c..fffaa1f6a64b 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -247,8 +247,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 6c2620630970..87a73b1a37a2 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -240,8 +240,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index 033003fe3f1b..568e16ee222e 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -266,8 +266,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index c5cc8b8ba85c..d7762d62fc89 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -263,16 +263,16 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Ini mengonfigurasi instalasi sertifikat otomatis ACME (Letsencrypt). Cukup " +"Ini mengonfigurasi instalasi sertifikat otomatis ACME. Cukup " "isi ini agar router dikonfigurasi dengan sertifikat yang dikeluarkan " -"Letsencrypt untuk antarmuka web. Perhatikan bahwa nama domain dalam " +"untuk antarmuka web. Perhatikan bahwa nama domain dalam " "sertifikat harus sudah dikonfigurasi untuk menunjuk ke alamat IP publik " "router. Setelah dikonfigurasi, penerbitan sertifikat dapat memakan waktu " "cukup lama. Periksa log untuk kemajuan dan kesalahan apa pun." diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index e63c745dba4c..77cf103ae8cc 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -273,16 +273,16 @@ msgstr "Chiave di autenticazione API privata in formato PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Questo configura l'installazione automatica del certificato ACME " -"(Letsencrypt). È sufficiente compilarlo per configurare il router con i " -"certificati per l'interfaccia web emessi da Letsencrypt. Tieni presente che " +"Questo configura l'installazione automatica del certificato ACME. " +"È sufficiente compilarlo per configurare il router con i " +"emessi certificati per l'interfaccia web. Tieni presente che " "i nomi di dominio nel certificato devono essere già configurati per puntare " "all'indirizzo IP pubblico del router. Una volta configurato, l'emissione dei " "certificati può richiedere del tempo. Controlla i registri eventi per " diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index 72008b36fdec..8f04b1490bd7 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -253,8 +253,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index a24280dc5010..b387dda91fb0 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -262,15 +262,15 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"라우터 웹 인터페이스에서 Let's Encrypt SSL 인증서를 사용하기 위해 여기에서 " -"ACME (Let's Encrypt) 인증서 자동 설치를 구성할 수 있습니다. 인증서의 도메인 " +"라우터 웹 인터페이스에서 SSL 인증서를 사용하기 위해 여기에서 " +"ACME 인증서 자동 설치를 구성할 수 있습니다. 인증서의 도메인 " "네임은 라우터의 공인 IP 주소를 가리키도록 이미 설정되어 있어야 합니다. 처음 " "구성하는 경우, 인증서 발급에 시간이 걸릴 수 있습니다. 진행 상황 및 오류는 로" "그에서 확인할 수 있습니다." diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index 558b6e2789f8..9a4b2295fb93 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -254,8 +254,8 @@ msgstr "Privatus „API“ pasirašymo raktas „PEM“ formatu" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index cc1bae62ce2c..9e024a9b87db 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -246,8 +246,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index 0724720f3de2..799430a954a2 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -246,8 +246,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index 15e599c876d6..fe135efbec25 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -247,8 +247,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/nl/acme.po b/applications/luci-app-acme/po/nl/acme.po index 8718541731e4..8adb6b05259f 100644 --- a/applications/luci-app-acme/po/nl/acme.po +++ b/applications/luci-app-acme/po/nl/acme.po @@ -245,12 +245,12 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index 231a14d4b4ab..f686f9cba74f 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -275,16 +275,16 @@ msgstr "Prywatny klucz podpisywania interfejsu API w formacie PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"To konfiguruje automatyczną instalację certyfikatu ACME (Let's Encrypt). " -"Wystarczy wypełnić to, aby router skonfigurował certyfikaty wydane przez " -"Let's Encrypt dla interfejsu internetowego. Pamiętaj, że nazwy domen w " +"To konfiguruje automatyczną instalację certyfikatu ACME. " +"Wystarczy wypełnić to, aby router skonfigurował wydane certyfikaty " +"dla interfejsu internetowego. Pamiętaj, że nazwy domen w " "certyfikacie muszą być już skonfigurowane tak, aby wskazywały na publiczny " "adres IP routera. Po skonfigurowaniu wydawanie certyfikatów może chwilę " "potrwać. Sprawdź dzienniki pod kątem postępu i ewentualnych błędów." diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index 6decfe36d1f8..2d28e799bfc2 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -275,16 +275,16 @@ msgstr "A chave de assinatura privada da API no formato PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Isso configura a instalação automática do certificado ACME (Letsencrypt). " +"Isso configura a instalação automática do certificado ACME. " "Preencha isso para que a interface web do roteador seja configurado com os " -"certificados emitidos pelo Letsencrypt. Observe que os nomes de domínio no " +"emitidos certificados. Observe que os nomes de domínio no " "certificado já devem estar configurados para apontar para o endereço IP " "público do roteador. Uma vez configurados, a emissão dos certificados pode " "demorar um pouco. Verifique os registos log para ver o progresso e quaisquer " diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index c68a5ea3bd6a..723088b33c4c 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -272,16 +272,16 @@ msgstr "A chave de assinatura da API privada no formato PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Isso configura a instalação automática do certificado ACME (Letsencrypt). " +"Isso configura a instalação automática do certificado ACME. " "Preencha isso para que a interface web do roteador seja configurado com os " -"certificados emitidos pelo Letsencrypt. Observe que os nomes de domínio no " +"emitidos certificados. Observe que os nomes de domínio no " "certificado já devem estar configurados para apontar para o endereço IP " "público do roteador. Uma vez configurados, a emissão dos certificados pode " "demorar um pouco. Verifique os registros log para ver os progressos e " diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index 87f219a636d4..8240e0f5840c 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -276,16 +276,16 @@ msgstr "Cheia privată de semnare API în format PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Aceasta configurează instalarea automată a certificatului ACME " -"(Letsencrypt). Pur și simplu completați această rubrică pentru ca routerul " -"să fie configurat cu certificate emise de Letsencrypt pentru interfața web. " +"Aceasta configurează instalarea automată a certificatului ACME. " +"Pur și simplu completați această rubrică pentru ca routerul " +"să fie configurat cu certificate emise pentru interfața web. " "Rețineți că numele de domeniu din certificat trebuie să fie deja configurate " "pentru a indica adresa IP publică a routerului. Odată configurată, emiterea " "certificatelor poate dura ceva timp. Verificați jurnalele pentru a vedea " diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index ab65a3fe5c5b..32f8b9929e02 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -273,16 +273,16 @@ msgstr "Приватный ключ подписи API в PEM формате" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"При этом настраивается автоматическая установка сертификатов ACME " -"(Letsencrypt). Просто заполните эту форму, чтобы маршрутизатор был настроен " -"с сертификатами, выданными Letsencrypt для веб-интерфейса. Обратите " +"При этом настраивается автоматическая установка сертификатов ACME. " +"Просто заполните эту форму, чтобы маршрутизатор был настроен " +"с выданными сертификатами для веб-интерфейса. Обратите " "внимание, что доменные имена в сертификате уже должны быть настроены так, " "чтобы указывать на общедоступный IP-адрес маршрутизатора. После настройки " "выдача сертификатов может занять некоторое время. Проверьте журналы на " diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index 1cd5f72515ea..0f9f0a543b97 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -246,8 +246,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index 413c856e1829..ce6aa83183b5 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -255,8 +255,8 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index 5ca666c508e7..506baffe0394 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -261,8 +261,8 @@ msgstr "Den privata API'ns signeringsnyckel i PEM-format" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index 99468c857836..097f1a01cb4b 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -237,12 +237,12 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index 4e0623c6ebb5..d84673c7c32b 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -271,15 +271,15 @@ msgstr "PEM biçimindeki özel API imzalama anahtarı" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Bu, ACME (Letsencrypt) otomatik sertifika kurulumunu yapılandırır. " -"Yönlendiricinin web arayüzünün Letsencrypt tarafından verilen sertifikalarla " +"Bu, ACME otomatik sertifika kurulumunu yapılandırır. " +"Yönlendiricinin web arayüzünün tarafından verilen sertifikalarla " "yapılandırılması için bunu doldurmanız yeterlidir. Sertifikadaki etki alanı " "adlarının, yönlendiricinin genel IP adresini gösterecek şekilde önceden " "yapılandırılmış olması gerektiğini unutmayın. Yapılandırıldıktan sonra " diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index 3b3b5eebc281..77a795400888 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -273,16 +273,16 @@ msgstr "Приватний ключ підпису API у форматі PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Це налаштовує автоматичне встановлення сертифіката ACME (Letsencrypt). " -"Просто заповніть цю форму, щоб налаштувати маршрутизатор із сертифікатами, " -"виданими Letsencrypt, для веб-інтерфейсу. Зауважте, що доменні імена в " +"Це налаштовує автоматичне встановлення сертифіката ACME. " +"Просто заповніть цю форму, щоб налаштувати маршрутизатор із виданими сертифікатами " +"для веб-інтерфейсу. Зауважте, що доменні імена в " "сертифікаті вже мають бути налаштовані так, щоб вони вказували на публічну " "IP-адресу маршрутизатора. Після налаштування видача сертифікатів може " "зайняти деякий час. Перевірте журнали на наявність прогресу та будь-яких " diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index d2b8c07f5982..6a01d7690f58 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -262,16 +262,16 @@ msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"Thao tác này sẽ định cấu hình cài đặt chứng chỉ tự động ACME (Letsencrypt). " +"Thao tác này sẽ định cấu hình cài đặt chứng chỉ tự động ACME. " "Chỉ cần điền vào phần này để cấu hình bộ định tuyến với các chứng chỉ do " -"Letsencrypt cấp cho giao diện web. Lưu ý rằng các tên miền trong chứng chỉ " +"cấp cho giao diện web. Lưu ý rằng các tên miền trong chứng chỉ " "phải được định cấu hình để trỏ đến địa chỉ IP công cộng của bộ định tuyến. " "Sau khi được định cấu hình, việc cấp chứng chỉ có thể mất một lúc. Kiểm tra " "nhật ký để biết tiến độ và bất kỳ lỗi nào." diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index 95e51dec1175..57fd7ede0e44 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -258,15 +258,15 @@ msgstr "PEM 格式的私密 API 签名密钥" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 "" -"这将配置 ACME (Letsencrypt) 自动证书安装。只需填写此内容即可为路由器配置由 " -"Letsencrypt 颁发的 Web 界面证书。请注意,证书中的域名必须已经配置为指向路由器" +"这将配置 ACME 自动证书安装。只需填写此内容即可为路由器配置由 " +"颁发的 Web 界面证书。请注意,证书中的域名必须已经配置为指向路由器" "的公网 IP 地址。配置完成后,颁发证书可能需要一段时间。从日志中查看签署进度和" "错误。" diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index a0382ef45046..57725918d17c 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -261,8 +261,8 @@ msgstr "PEM 格式的私有 API 簽章金鑰" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME (Letsencrypt) automatic certificate installation. " -"Simply fill out this to have the router configured with Letsencrypt-issued " +"This configures ACME automatic certificate installation. " +"Simply fill out this to have the router configured with 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 " From b0d2426c83b666ad2f11fcb2f22bedd3db1f2e68 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 17:02:33 +0300 Subject: [PATCH 04/25] luci-app-acme: introduction: clarify that ZeroSSL is by default Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme.js | 3 + applications/luci-app-acme/po/ar/acme.po | 139 +++++++-------- applications/luci-app-acme/po/bg/acme.po | 141 +++++++-------- applications/luci-app-acme/po/bn_BD/acme.po | 153 +++++++++-------- applications/luci-app-acme/po/ca/acme.po | 139 +++++++-------- applications/luci-app-acme/po/cs/acme.po | 154 +++++++++-------- applications/luci-app-acme/po/da/acme.po | 158 ++++++++--------- applications/luci-app-acme/po/de/acme.po | 160 +++++++++--------- applications/luci-app-acme/po/el/acme.po | 139 +++++++-------- applications/luci-app-acme/po/en/acme.po | 153 +++++++++-------- applications/luci-app-acme/po/es/acme.po | 154 +++++++++-------- applications/luci-app-acme/po/fa/acme.po | 139 +++++++-------- applications/luci-app-acme/po/fi/acme.po | 139 +++++++-------- applications/luci-app-acme/po/fr/acme.po | 154 +++++++++-------- applications/luci-app-acme/po/he/acme.po | 139 +++++++-------- applications/luci-app-acme/po/hi/acme.po | 139 +++++++-------- applications/luci-app-acme/po/hu/acme.po | 141 +++++++-------- applications/luci-app-acme/po/id/acme.po | 153 +++++++++-------- applications/luci-app-acme/po/it/acme.po | 155 +++++++++-------- applications/luci-app-acme/po/ja/acme.po | 141 +++++++-------- applications/luci-app-acme/po/ko/acme.po | 141 +++++++-------- applications/luci-app-acme/po/lt/acme.po | 139 +++++++-------- applications/luci-app-acme/po/mr/acme.po | 139 +++++++-------- applications/luci-app-acme/po/ms/acme.po | 141 +++++++-------- applications/luci-app-acme/po/nb_NO/acme.po | 139 +++++++-------- applications/luci-app-acme/po/nl/acme.po | 129 +++++++------- applications/luci-app-acme/po/pl/acme.po | 139 +++++++-------- applications/luci-app-acme/po/pt/acme.po | 154 +++++++++-------- applications/luci-app-acme/po/pt_BR/acme.po | 154 +++++++++-------- applications/luci-app-acme/po/ro/acme.po | 154 +++++++++-------- applications/luci-app-acme/po/ru/acme.po | 154 +++++++++-------- applications/luci-app-acme/po/si/acme.po | 139 +++++++-------- applications/luci-app-acme/po/sk/acme.po | 139 +++++++-------- applications/luci-app-acme/po/sv/acme.po | 139 +++++++-------- .../luci-app-acme/po/templates/acme.pot | 127 +++++++------- applications/luci-app-acme/po/tr/acme.po | 155 +++++++++-------- applications/luci-app-acme/po/uk/acme.po | 154 +++++++++-------- applications/luci-app-acme/po/vi/acme.po | 157 ++++++++--------- applications/luci-app-acme/po/zh_Hans/acme.po | 146 ++++++++-------- applications/luci-app-acme/po/zh_Hant/acme.po | 139 +++++++-------- 40 files changed, 2929 insertions(+), 2742 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index b5b1e0fdb765..3623fa4977ad 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -30,6 +30,9 @@ return view.extend({ "point at the router's public IP address. " + "Once configured, issuing certificates can take a while. " + "Check the logs for progress and any errors.") + '
' + + _('You can sign certificates for free with:') + '
' + + 'ZeroSSL ' + _('Default') + '
' + + 'LetsEncrypt ' + '
' + _("Cert files are stored in") + ' /etc/ssl/acme' ); diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index b02be1f5ca2b..57f4f39c040c 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -16,79 +16,80 @@ msgstr "" msgid "ACME certificates" msgstr "‍ شهادات بيئة إدارة الشهادات التلقائية" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "التكوين العالمي لبيئة إدارة الشهادات التلقائية" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "عنوان URL لخادم ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "حساب البريد الإلكتروني" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "إعدادات متقدمة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "حيث يتم حفظ شهادات وملفات الدولة الأخرى." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "تكوين الشهادة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "الاسم المستعار لاعتراض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "عنوان URL مخصص لدليل خادم ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "نظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "مؤهلات واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "الأيام حتى التجديد" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "الاسم المستعار للنطاق" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -98,37 +99,37 @@ msgstr "" "وستكون الأسماء اللاحقة أسماء بديلة. لاحظ أن جميع أسماء النطاقات يجب أن تشير " "إلى جهاز التوجيه في نظام أسماء النطاقات العام." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "عنوان البريد الإلكتروني لربطه بمفتاح الحساب." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "مكن السجل للتصحيح البرمجي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "مفعل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "الاعدادات العامة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,86 +141,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "منح الوصول فريد معرف العميل ل luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "حجم المفتاح (والنوع) للشهادة التي تم إنشاؤها." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "حجم المفتاح" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "مستقل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -230,7 +231,7 @@ msgstr "" "Webroot خادم ويب موجودًا لإصدار شهادة. سيسمح لك وضع DNS باستخدام DNS API " "لمزود DNS الخاص بك لإصدار شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -238,7 +239,7 @@ msgstr "" "الاسم المستعار الاعتراضي لاستخدامه لكل أسماء النقابات. انظرإلى %s للاطلاع " "على تفاصيل هذه العملية. يدعم LUCI اسمًا مستعارًا واحدًا فقط للاعتراض لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -248,7 +249,7 @@ msgstr "" "لتنسيق بيانات الاعتماد التي تتطلبها كل واجهة برمجة تطبيقات. أضف إدخالات " "متعددة هنا في تنسيق متغير shell \"KEY = VAL\" لتوفير متغيرات اعتماد متعددة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -256,18 +257,18 @@ msgstr "" "اسم النطاق المستعار لاستخدامها في جميع المجالات. انظر %s عن تفاصيل هذه " "العملية. لوسي يدعم فقط واحد التحدي المجال لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" "يؤدي هذا إلى تهيئة تثبيت الشهادة من بروتوكول بيئة إدارة الشهادات المؤتمتة. " "ما عليك سوى ملء هذا لتكوين واجهة الويب بالشهادات الصادرة من Let's Encrypt. " @@ -275,11 +276,11 @@ msgstr "" "بروتوكول الإنترنت العام لجهاز التوجيه. بمجرد التكوين ، يمكن أن يستغرق إصدار " "الشهادات بعض الوقت. يمكنك التحقق من سجلات التقدم وأية أخطاء." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -293,35 +294,35 @@ msgstr "" "الوحيد الذي يدعم شهادات أحرف البدل. يتطلب استخدام هذا الوضع تثبيت حزمة acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "استخدم مرجع مصدق (CA) مخصصًا بدلاً من Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "استخدم خادم الترحيل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "طريقة التحقق من الصحة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "دليل Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -330,5 +331,9 @@ msgstr "" "الدليل الجذر لخادم الويب. اضبط هذا على جذر وثيقة خادم الويب لتشغيل Acme في " "وضع webroot. يجب الوصول إلى خادم الويب من الإنترنت على المنفذ 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "مخصص ACME CA" diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index 776dcbb8e7ec..6b455b51dcf5 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -15,116 +15,117 @@ msgstr "" msgid "ACME certificates" msgstr "ACME сертификати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME глобални настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL на ACME сървър" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Имейл на акаунта" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Разширени настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Директория със сертификати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Конфигурация на сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS API креденшъли" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Дни до подновяване" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" -msgstr "" +msgstr "По подразбиране" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Имена на домейни" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Разрешен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Общи настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -134,86 +135,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -221,44 +222,44 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -267,40 +268,44 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Персонализиран ACME CA" diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index e0819c482953..e1fb681564d3 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "ACME সার্টিফিকেট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME গ্লোবাল কনফিগ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "ACME সার্ভার URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "অ্যাকাউন্ট ইমেইল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "উন্নত সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "সার্টিফিকেট কনফিগারেশন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "চ্যালেঞ্জ উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "কাস্টম ACME সার্ভার ডিরেক্টরি URL।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "ডিএনএস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS API ক্রিডেনশিয়াল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "নবায়ন পর্যন্ত দিন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -97,37 +98,37 @@ msgstr "" "হবে বিকল্প নাম। মনে রাখবেন যে সমস্ত ডোমেইন নাম অবশ্যই বৈশ্বিক DNS- এর রাউটারে " "নির্দেশ করতে হবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "অ্যাকাউন্ট কী এর সাথে যুক্ত করার জন্য ইমেইল ঠিকানা।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "ডিবাগ লগিং সক্রিয় করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "সক্রিয়" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "সাধারণ সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -139,86 +140,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Luci-app-acme এর জন্য UCI অ্যাক্সেস প্রদান করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "সার্টিফিকেট উৎপন্ন করার জন্য কী সাইজ (এবং প্রকার)।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "কী সাইজ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "স্বতন্ত্র" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -230,7 +231,7 @@ msgstr "" "করবে। ডিএনএস মোড আপনার ডিএনএস প্রদানকারীর ডিএনএস এপিআই ব্যবহার করে সার্টিফিকেট " "ইস্যু করবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -238,7 +239,7 @@ msgstr "" "সমস্ত ডোমেইনের জন্য চ্যালেঞ্জ উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য %s দেখুন। " "LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ উপনাম সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -248,7 +249,7 @@ msgstr "" "ফরম্যাটের জন্য দেখুন %s। একাধিক ক্রিডেনশিয়াল ভেরিয়েবল সরবরাহ করতে এখানে KEY = " "VAL শেল ভেরিয়েবল ফরম্যাটে একাধিক এন্ট্রি যুক্ত করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -256,30 +257,30 @@ msgstr "" "সমস্ত ডোমেইনের জন্য ব্যবহৃত ডোমেইন উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য দেখুন " "%s। LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ ডোমেইন সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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 "" -"এটি ACME স্বয়ংক্রিয় সার্টিফিকেট ইনস্টলেশন কনফিগার করে। ওয়েব " -"ইন্টারফেসের জন্য ইস্যু করা সার্টিফিকেট দিয়ে রাউটার কনফিগার করার জন্য " -"এটি পূরণ করুন। লক্ষ্য করুন যে সার্টিফিকেটের ডোমেইন নামগুলি রাউটারের সর্বজনীন আইপি " -"ঠিকানায় নির্দেশ করার জন্য কনফিগার করা আবশ্যক। একবার কনফিগার হয়ে গেলে, " -"সার্টিফিকেট ইস্যু করতে কিছু সময় লাগতে পারে। অগ্রগতি এবং কোন ত্রুটির জন্য লগ চেক করুন।" - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" +"এটি ACME স্বয়ংক্রিয় সার্টিফিকেট ইনস্টলেশন কনফিগার করে। ওয়েব ইন্টারফেসের জন্য ইস্যু " +"করা সার্টিফিকেট দিয়ে রাউটার কনফিগার করার জন্য এটি পূরণ করুন। লক্ষ্য করুন যে " +"সার্টিফিকেটের ডোমেইন নামগুলি রাউটারের সর্বজনীন আইপি ঠিকানায় নির্দেশ করার জন্য " +"কনফিগার করা আবশ্যক। একবার কনফিগার হয়ে গেলে, সার্টিফিকেট ইস্যু করতে কিছু সময় লাগতে " +"পারে। অগ্রগতি এবং কোন ত্রুটির জন্য লগ চেক করুন।" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -288,40 +289,44 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "কাস্টম ACME CA" diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index d86702901591..8fd8f4d8b234 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -15,116 +15,117 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Configuració avançada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Activat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Paràmetres generals" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -134,86 +135,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -221,44 +222,44 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -267,37 +268,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index cd5a2597d4f2..1dfd7db12cb2 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "Certifikáty ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Globální konfigurace ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL serveru ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "E-mail k účtu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Pokročilá nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 obsah soukromého klíče. Použití namísto YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Certifikáty jsou uloženy v" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Konfigurace certifikátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Aliasy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "Adresář URL vlastního serveru ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS API pověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Dny do obnovení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Výchozí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Alias domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Doménové názvy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -97,7 +98,7 @@ msgstr "" "jméno subjektu, další jsou alternativní názvy. Mějte na paměti, že všechny " "doménové názvy musejí v globálním DNS ukazovat na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -105,31 +106,31 @@ msgstr "" "Např. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "E-mailová adresa pro přiřazení ke klíči účtu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Povolit ladicí protokolování" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Zapnuto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Obecná nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,7 +142,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Udělit přístup UCI pro luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -149,82 +150,82 @@ msgstr "" "Pokud nebyl certifikát obnoven včas, obdržíte upozornění 20 dní před " "vypršením." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Vydáno" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Velikost (a typ) klíče pro generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Velikost klíče" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Hlavní doména" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID nájmu, který obsahuje cílovou DNS zónu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID uživatele s povolením přidat/odstranit záznamy ze zón" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otevřete DuckDNS a zkopírujte token " "zde" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "Cesta k soukromému API podpisovému klíči v PEM formátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Soukromý klíč" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Veřejný certifikát" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Zobrazit pokyny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Mělo by ukazovat na domovský region pronájmu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Samostatný" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -235,7 +236,7 @@ msgstr "" "acme.sh. Režim webroot bude používat existující webový server. DNS režim " "bude umožňovat použití DNS API vašeho poskytovatele DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -244,7 +245,7 @@ msgstr "" "procesu naleznete na adrese %s. Rozhraní LUCI podporuje pouze jeden alias " "výzvy na certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -255,7 +256,7 @@ msgstr "" "více položek v formátu proměnné shellu KLÍČ=HODNOTA, abyste mohli poskytnout " "více přihlašovacích proměnných." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -264,32 +265,31 @@ msgstr "" "tomto procesu. LUCI podporuje jen jednu challenge doménu pro každý " "certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "Soukromý API podpisový klíč v PEM formátu" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"Konfiguruje ACME pro automatickou instalaci certifikátu. " -"Jednoduše toto vyplňte, abyste měli router nakonfigurován s vydanými certifikáty" -"pro webové rozhraní. Nezapomeňte, že doménové názvy v " -"certifikátu už musejí být nakonfigurovány tak, aby ukazovaly na veřejnou IP " -"adresu routeru. Jakmile bude konfigurace dokončena, vydávání certifikátů " -"bude chvíli trvat. Kontrolujte protokoly, kde uvidíte průběh a jakékoli " -"chyby." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"Konfiguruje ACME pro automatickou instalaci certifikátu. Jednoduše toto " +"vyplňte, abyste měli router nakonfigurován s vydanými certifikátypro webové " +"rozhraní. Nezapomeňte, že doménové názvy v certifikátu už musejí být " +"nakonfigurovány tak, aby ukazovaly na veřejnou IP adresu routeru. Jakmile " +"bude konfigurace dokončena, vydávání certifikátů bude chvíli trvat. " +"Kontrolujte protokoly, kde uvidíte průběh a jakékoli chyby." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Toto obvykle NENÍ e-mailová adresa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -304,35 +304,35 @@ msgstr "" "wildcard certifikátů. Použití tohoto režimu vyžaduje instalaci balíčku acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Namísto Let's Encrypt použít vlastní CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Použijte pracovní server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Metoda ověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Adresář Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -342,5 +342,9 @@ msgstr "" "nastavte tento adresář jako kořen webu ve webovém serveru. Server musí být " "přístupný z Internetu na portu 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Vlastní ACME CA" diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index 8bfd1f1c3b96..a52b6a463534 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "ACME-certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME global konfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL til ACME-serveren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Konto e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Avancerede indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 indhold af privat nøgle. Brug i stedet for YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Cert-filer gemmes i" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Certifikatkonfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Udfordr Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "Brugerdefineret URL til ACME-serverens mappe." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS-API legitimationsoplysninger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Antal dage indtil fornyelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Domænealias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Domænenavne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -97,7 +98,7 @@ msgstr "" "emnet, de efterfølgende navne vil være alt-navne. Bemærk, at alle " "domænenavne skal pege på routeren i den globale DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -105,43 +106,43 @@ msgstr "" "f. eks. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "E-mail-adresse, der skal knyttes til kontonøglen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Aktivér debug logning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Aktiveret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Generelle indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." msgstr "" -"Hent certifikatet fra den staging server server (bruges til " -"test, certifikatet er ikke gyldigt)." +"Hent certifikatet fra den staging server server (bruges til test, " +"certifikatet er ikke gyldigt)." #: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3 msgid "Grant UCI access for luci-app-acme" msgstr "Giv UCI-adgang til luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -149,82 +150,82 @@ msgstr "" "Hvis et certifikat ikke blev fornyet i tide, vil du modtage en meddelelse på " "20 dage før udløbet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "udstedt den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Nøglestørrelse (og -type) for det genererede certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Nøglestørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Hoveddomæne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID af tenancy, der indeholder mål DNS zonen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID af brugeren med tilladelse til at tilføje / fjerne poster fra zoner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Åbn DuckDNS og kopiere en token her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "Sti til privat API underskrift nøglefil i PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Privat nøgle" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Offentligt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Se instruktioner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Skal pege på den lejede hjemme region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Standalone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -236,7 +237,7 @@ msgstr "" "til at udstede et certifikat. DNS-tilstand giver dig mulighed for at bruge " "DNS API'et hos din DNS-udbyder til at udstede et certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -245,7 +246,7 @@ msgstr "" "nærmere oplysninger om denne proces. LUCI understøtter kun ét " "udfordringsalias pr. certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -256,7 +257,7 @@ msgstr "" "her i formatet KEY=VAL shellvariabel for at angive flere " "legitimationsvariabler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -265,32 +266,31 @@ msgstr "" "oplysninger om denne proces. LUCI understøtter kun ét udfordringsdomæne pr. " "certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "Den private API signeringsnøgle i PEM-format" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"Dette konfigurerer ACME's automatiske certifikatinstallation. " -"Du skal blot udfylde dette for at få routeren konfigureret med " -"udstedte certifikater til webgrænsefladen. Bemærk, at domænenavnene i " -"certifikatet allerede skal være konfigureret til at pege på routerens " -"offentlige IP-adresse. Når det er konfigureret, kan udstedelsen af " -"certifikater tage et stykke tid. Kontroller logfilerne for fremskridt og " -"eventuelle fejl." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"Dette konfigurerer ACME's automatiske certifikatinstallation. Du skal blot " +"udfylde dette for at få routeren konfigureret med udstedte certifikater til " +"webgrænsefladen. Bemærk, at domænenavnene i certifikatet allerede skal være " +"konfigureret til at pege på routerens offentlige IP-adresse. Når det er " +"konfigureret, kan udstedelsen af certifikater tage et stykke tid. Kontroller " +"logfilerne for fremskridt og eventuelle fejl." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Dette er normalt IKKE en e-mailadresse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -305,35 +305,35 @@ msgstr "" "tilstand, der understøtter wildcard-certifikater. Brug af denne tilstand " "kræver, at pakken acme-dnsapi er installeret." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Brug en brugerdefineret CA i stedet for Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Brug staging-server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Valideringsmetode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Webroot-mappen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -343,5 +343,9 @@ msgstr "" "køre Acme i webroot-tilstand. Webserveren skal være tilgængelig fra " "internettet på port 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Brugerdefineret ACME CA" diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index 6daa57a1e56a..b3b8bbcea6d3 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -15,81 +15,82 @@ msgstr "" msgid "ACME certificates" msgstr "ACME-Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Globale ACME-Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "ACME-Server URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Account E-Mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-Inhalt des privaten Schlüssels. Verwendung anstelle von " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Wo Zertifikate und andere Statusdateien aufbewahrt werden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Zertifikateinstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Challenge-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "Benutzerdefinierte ACME-Serververzeichnis URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS API Zugangsdaten" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Tage bis zur Erneuerung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Domain-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Domainnamen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -99,7 +100,7 @@ msgstr "" "Eintrag ist der Betreff, nachfolgende Namen sind Alternativnamen. Beachten " "Sie, dass alle Domainamen im globalen DNS auf den Router zeigen müssen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,43 +108,43 @@ msgstr "" "Z. B. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "E-Mail Adresse, welche mit dem Account Key verknüpft wird." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Aktiviere Debug-Protokollierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Aktiviert" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Allgemeine Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." msgstr "" -"Zertifikat vom Staging-Server abrufen (zum Testen verwenden; das " -"Zertifikat ist ungültig)." +"Zertifikat vom Staging-Server abrufen (zum Testen verwenden; das Zertifikat " +"ist ungültig)." #: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3 msgid "Grant UCI access for luci-app-acme" msgstr "UCI Zugriff auf luci-app-acme erlauben" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -151,83 +152,83 @@ msgstr "" "Wird ein Zertifikat nicht rechtzeitig erneuert, erhältst du 20 Tage vor " "dessen Ablauf eine Benachrichtigung." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Ausgestellt am" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Schlüsselgröße (und Typ) für das generierte Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Schlüsselgröße" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Hauptdomain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Öffne DuckDNS und kopiere ein Token " "hier her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "Pfad zur Private-API-Signierschlüsseldatei im PEM-Format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "öffentliches Zertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Siehe Anleitung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Eigenständig" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -239,7 +240,7 @@ msgstr "" "Webserver genutzt. Der DNS-Modus erlaubt es, die API deines DNS-Providers " "für die Zertifikatausstellung zu verwenden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -248,7 +249,7 @@ msgstr "" "Vorgang finden Sie unter %s.LUCI unterstützt nur einen Challenge-Alias pro " "Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -259,7 +260,7 @@ msgstr "" "Fügen Sie hier mehrere Einträge im Shell-Variablenformat KEY = VAL hinzu, um " "mehrere Anmeldeinformationsvariablen bereitzustellen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -267,33 +268,32 @@ msgstr "" "Der für ALLE Domänen zu nutzende Alias. Siehe %s für Details zu diesem " "Prozess. LUCI unterstützt nur eine Domänenanforderung pro Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "Der private API-Signierschlüssel im PEM-Format" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"Dadurch wird die automatische Zertifikatinstallation von ACME " -"konfiguriert. Füllen Sie dies einfach aus, damit der Router mit von " -"ausgestellten Zertifikaten für die Weboberfläche konfiguriert " -"wird. Beachten Sie, dass die Domänennamen im Zertifikat bereits so " -"konfiguriert sein müssen, dass sie auf die öffentliche IP-Adresse des " -"Routers verweisen. Nach der Konfiguration kann die Ausstellung von " -"Zertifikaten eine Weile dauern. Überprüfen Sie die Protokolle auf " -"Fortschritt und Fehler." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"Dadurch wird die automatische Zertifikatinstallation von ACME konfiguriert. " +"Füllen Sie dies einfach aus, damit der Router mit von ausgestellten " +"Zertifikaten für die Weboberfläche konfiguriert wird. Beachten Sie, dass die " +"Domänennamen im Zertifikat bereits so konfiguriert sein müssen, dass sie auf " +"die öffentliche IP-Adresse des Routers verweisen. Nach der Konfiguration " +"kann die Ausstellung von Zertifikaten eine Weile dauern. Überprüfen Sie die " +"Protokolle auf Fortschritt und Fehler." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Dies ist normalerweise KEINE E-Mail-Adresse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -308,35 +308,35 @@ msgstr "" "Modus, der Platzhalterzertifikate unterstützt. Für die Verwendung dieses " "Modus muss das acme-dnsapi-Paket installiert sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Nutze individuelles Zertifikat statt Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Staging-Server verwenden" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Überprüfungsmethode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Webroot-Verzeichnis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -346,5 +346,9 @@ msgstr "" "ein, um Acme im Webroot-Modus auszuführen. Der Webserver muss über Port 80 " "über das Internet erreichbar sein." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Individuelles ACME-Zertifikat" diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index 5d2b8a005ce2..5d6b33dde6b5 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -15,116 +15,117 @@ msgstr "" msgid "ACME certificates" msgstr "ACME πιστοποιητικά" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Λογαριασμός email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Ρυθμίσεις για προχωρημένους" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Μέρες μέχρι την ανανέωση" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Ενεργοποιήθηκε" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Γενικές ρυθμίσεις" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -134,86 +135,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -221,44 +222,44 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -267,37 +268,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Μέθοδος επιβεβαίωσης" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" diff --git a/applications/luci-app-acme/po/en/acme.po b/applications/luci-app-acme/po/en/acme.po index fbb3d6afd137..1a68686799a9 100644 --- a/applications/luci-app-acme/po/en/acme.po +++ b/applications/luci-app-acme/po/en/acme.po @@ -15,81 +15,82 @@ msgstr "" msgid "ACME certificates" msgstr "ACME certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME global config" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "ACME server URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Account email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Advanced Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 content of private key. Use instead of YC_SA_Key_File_Path (Yandex " "Cloud Service Account Key File Path)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Certificate files are stored in" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Certificate configuration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Challenge Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "Custom ACME server directory URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS (Domain Name System)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS API credentials" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Days until renewal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Default" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Domain Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Domain names" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -99,7 +100,7 @@ msgstr "" "subject name, subsequent names will be alt ermate names. Note that all " "domain names must point at the router in the global DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,33 +108,33 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 #, fuzzy msgid "ECC 256 bits" msgstr "ECC (Elliptic Curve) 256 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 #, fuzzy msgid "ECC 384 bits" msgstr "ECC (Elliptic Curve) 384 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "Email address to associate with account key." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Enable debug logging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Enabled" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "General Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,7 +146,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Grant UCI access for luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -153,87 +154,87 @@ msgstr "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Issued on" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Key size (and type) for the generated certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Key type" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Main Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 #, fuzzy msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) of tenancy that contains the target DNS zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 #, fuzzy msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID (Oracle Cloud Identifier) of user with permission to add/remove records " "from zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Open DuckDNS and copy a token here" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "Path to private API signing key file in PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 #, fuzzy msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Public Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "See instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Should point to the tenancy home region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Standalone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -245,7 +246,7 @@ msgstr "" "certificate. DNS mode will allow you to use the DNS API of your DNS provider " "to issue a certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -253,7 +254,7 @@ msgstr "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -263,7 +264,7 @@ msgstr "" "of credentials required by each API. Add multiple entries here in KEY=VAL " "shell variable format to supply multiple credential variables." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -271,31 +272,31 @@ msgstr "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "The private API signing key in PEM format" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"This configures ACME automatic certificate installation. " -"Simply fill in the required information to have the router configured with " -"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." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"This configures ACME automatic certificate installation. Simply fill in the " +"required information to have the router configured with 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." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "This is usually NOT an email address" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -309,35 +310,35 @@ msgstr "" "the only mode that supports wildcard certificates. Using this mode requires " "the acme-dnsapi package to be installed." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Use a custom CA (Certificate Authority) instead of Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Use a staging server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Validation method" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Webroot directory" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -347,6 +348,10 @@ msgstr "" "Acme in webroot mode. The web server must be accessible from the internet on " "port 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #, fuzzy #~ msgid "Custom ACME CA" #~ msgstr "Custom ACME CA (Certificate Authority)" diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index 25f0e49f21dd..55fa0b59021b 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -15,80 +15,81 @@ msgstr "" msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Configuración global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL del servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Cuenta de email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Ajustes avanzados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "El contenido Base64 de la clave privada. Usar en lugar de YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Los archivos Cert se almacenan en" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Configuración de certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Alias de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "URL del directorio del servidor ACME personalizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "Credenciales de API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Días hasta la renovación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Por defecto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Alias de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Nombres de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -99,7 +100,7 @@ msgstr "" "en cuenta que todos los nombres de dominio deben apuntar al enrutador en el " "DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,32 +108,32 @@ msgstr "" "Por ejemplo, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC de 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC de 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" "Dirección de correo electrónico para asociar con la clave de la cuenta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Activar el registro de depuración" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Activado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Ajustes generales" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,7 +145,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceder acceso UCI para luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -152,84 +153,84 @@ msgstr "" "Si un certificado no se ha renovado a tiempo, recibirás un aviso 20 días " "antes de su expiración." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Publicado el" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Tamaño de clave (y tipo) para el certificado generado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Tamaño de clave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Dominio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "El OCID del contrato de arrendamiento que contiene la zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID del usuario con permiso para agregar/eliminar los registros de las zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abre DuckDNS y copia un token aquí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" "Ruta al archivo de la clave de la firma de la API privada en formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Clave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA de 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA de 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA de 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Ver las instrucciones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Debes señalar a la región de origen del inquilino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Ser único" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -241,7 +242,7 @@ msgstr "" "emitir un certificado. El modo DNS le permitirá utilizar la API de DNS de su " "proveedor de DNS para emitir un certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -250,7 +251,7 @@ msgstr "" "obtener detalles sobre este proceso. LUCI solo admite un alias de desafío " "por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -261,7 +262,7 @@ msgstr "" "Agregue varias entradas aquí 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -270,32 +271,31 @@ msgstr "" "obtener detalles sobre este proceso. LUCI solo admite un dominio de desafío " "por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "La clave de la firma privada de la API en formato PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"Esto configura la instalación automática de certificados ACME. " -"Simplemente complete esto para configurar el enrutador con certificados " -"emitidos para la interfaz web. Tenga en cuenta que los " -"nombres de dominio en el certificado ya deben estar configurados para " -"apuntar a la dirección IP pública del enrutador. Una vez configurado, la " -"emisión de certificados puede demorar un tiempo. Verifique los registros de " -"progreso y cualquier error." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"Esto configura la instalación automática de certificados ACME. Simplemente " +"complete esto para configurar el enrutador con certificados emitidos para la " +"interfaz web. Tenga en cuenta que los nombres de dominio en el certificado " +"ya deben estar configurados para apuntar a la dirección IP pública del " +"enrutador. Una vez configurado, la emisión de certificados puede demorar un " +"tiempo. Verifique los registros de progreso y cualquier error." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Normalmente NO es una dirección de correo electrónico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -310,35 +310,35 @@ msgstr "" "certificados comodín. El uso de este modo requiere que se instale el paquete " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Utilice una CA personalizada en lugar de Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Usar servidor de ensayo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Método de validación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Directorio Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -348,5 +348,9 @@ msgstr "" "del servidor web para ejecutar Acme en modo webroot. El servidor web debe " "ser accesible desde internet en el puerto 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "CA ACME personalizado" diff --git a/applications/luci-app-acme/po/fa/acme.po b/applications/luci-app-acme/po/fa/acme.po index e51cf151ac01..b81d6d3fc116 100644 --- a/applications/luci-app-acme/po/fa/acme.po +++ b/applications/luci-app-acme/po/fa/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "گواهینامه های ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "پیکربندی جهانی ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "آدرس سرور ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "حساب ایمیل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "تنظیمات پیشرفته" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "محتوای Base64 کلید خصوصی. به جای YC_SA_Key_File_Path استفاده کنید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "فایل های گواهی ذخیره می شوند در" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "پیکربندی گواهی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "گواهینامه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "نام مستعار چالش" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "آدرس سفارشی دایرکتوری سرور ACME ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "احراز هویت DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "اعتبار سنجی چالش DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "روز تا تمدید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "پیشفرض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "نام مستعار دامنه" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "نام دامنه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -97,7 +98,7 @@ msgstr "" "بعدی، نام های جایگزین خواهد بود. توجّه داشته باشید که همهٔ‌ نام‌های دامنه باید " "در ساناد عمومیشان به مسیریاب اشاره کنند." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -105,31 +106,31 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "آدرس ایمیل برای مرتبط کردن با کلید حساب." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "ثبت اشکال زدایی را فعال کنید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "فعال" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "پیکربندی عمومی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,86 +142,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "اجازه دسترسی به UCI برای luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -228,44 +229,44 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -274,40 +275,44 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "ACME CA سفارشی" diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index 954baba48cc2..8bf895ed7f20 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "ACME-sertifikaatit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME-yleisasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "ACME-palvelimen osoite" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Sähköpostitili" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Lisäasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Sertifikaatin asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Varmenteet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Haaste - alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS API:n kirjautumistiedot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS-haastevalidointi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Päiviä uusimiseen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Oletus" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Verkkonimen alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Verkkonimet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -98,7 +99,7 @@ msgstr "" "kaikkien verkkotunnusten pitää osoittaa reitittimeen globaalissa DNS-" "järjestelmässä." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -106,31 +107,31 @@ msgstr "" "Esim. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "Avaimeen liitettävä sähköpostiosoite." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Ota vieanetsintälokkaus käyttöön" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Käytössä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Yleiset asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,87 +141,87 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Salli pääsy acme-asetuksiin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Myönnetty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Avaimen koko (ja tyyppi) luotavassa sertifikaatissa." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Avaimen koko" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Avaa DuckDNS ja kopioi token tähän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Yksityinen avain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Julkinen varmenne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Katso ohjeet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -228,44 +229,44 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Tämä EI yleensä ole sähköpostiosoite" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -274,37 +275,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Käytä staging-palvelimeen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Validointitapa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index e9cb689ad21a..e9b134ca853c 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -15,81 +15,82 @@ msgstr "" msgid "ACME certificates" msgstr "Certificats ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Configuration globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL du serveur ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Compte email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Paramètres avancés" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Contenu de la clé privée en Base 64. À utiliser à la place de " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 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.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Configuration du certificat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Certificats" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Alias du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "URL du répertoire du serveur ACME personnalisé." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "Identités de API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Nombre de jour avant renouvellement" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Par défaut" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Alias du Domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Noms de domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -99,7 +100,7 @@ msgstr "" "principal, les noms suivants seront les noms alternatifs. Notez que tous les " "noms de domaine doivent pointer sur le router dans le DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,31 +108,31 @@ msgstr "" "Ex. : _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "Adresse email à associer avec la clé du compte." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Activer les logs de type debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Activé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Réglages généraux" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -143,7 +144,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Autoriser les accès UCI pour luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -151,85 +152,85 @@ msgstr "" "Si un certificat n'a pas été renouvelé dans les temps, vous recevrez un avis " "20 jours avant expiration." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Date d'émission" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Longueur de clé (et type) du certificat généré." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Longueur de clé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Domaine principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID de l'utilisateur possédant la permission d'ajouter/supprimer des " "entrées sur les zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Ouvrir DuckDNS et copier un token " "ici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" "Chemin d'accès vers la clé privée de signature de l'API (au format PEM)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Clé Privée" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Certificat Publique" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Voir les instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Autonome" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -241,7 +242,7 @@ msgstr "" "pour le générer. Le mode DNS vous permet d'utiliser l 'API DNS de votre " "fournisseur de DNS pour générer le certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -249,7 +250,7 @@ msgstr "" "L'alias du challenge à utiliser pour TOUS les domaines. Voir %s pour les " "détails de ce processus. LUCI supporte un seul alias par certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -259,7 +260,7 @@ msgstr "" "le format à utiliser 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -267,32 +268,31 @@ msgstr "" "Alias de domaine à utiliser pour TOUS les domaines. Voir %s pour plus de " "détail. LUCI ne supporte qu'un seul domaine par certificat pour le challenge." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "Clé privée de signature de l'API au format PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"Cela configure l'installation automatique du certificat ACME. " -"Remplissez simplement ceci pour que le routeur soit configuré avec les " -"certificats émis pour l'interface Web. Notez que les noms de " -"domaine dans le certificat doivent déjà être configurés pour pointer vers " -"l'adresse IP publique du routeur. Une fois configurés, l'émission de " -"certificats peut prendre un certain temps. Vérifiez les journaux pour la " -"progression et les erreurs." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"Cela configure l'installation automatique du certificat ACME. Remplissez " +"simplement ceci pour que le routeur soit configuré avec les certificats émis " +"pour l'interface Web. Notez que les noms de domaine dans le certificat " +"doivent déjà être configurés pour pointer vers l'adresse IP publique du " +"routeur. Une fois configurés, l'émission de certificats peut prendre un " +"certain temps. Vérifiez les journaux pour la progression et les erreurs." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "La plupart du temp, ce n'est PAS une adresse email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -307,35 +307,35 @@ msgstr "" "supportant les certificats génériques (wildcard). L'utilisation de ce mode " "requiert l'installation du paquet acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Utiliser un CA personnalisé à la place de celui de Let's Encryt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Utiliser le serveur de qualification" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Méthode de validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "Racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Répertoire racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -345,5 +345,9 @@ msgstr "" "racine du serveur Web pour utiliser ACME en mode Racine (webroot). Le " "serveur web doit être accessible depuis internet sur le port 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "CA ACME personnalisé" diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index fffaa1f6a64b..b5ce9833aea7 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -16,116 +16,117 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "הגדרות מתקדמות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "הגדרות כלליות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -135,86 +136,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -222,44 +223,44 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -268,37 +269,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 87a73b1a37a2..3595b0056f6d 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -9,116 +9,117 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -128,86 +129,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -215,44 +216,44 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -261,37 +262,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index 568e16ee222e..0c72da359312 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -15,80 +15,81 @@ msgstr "" msgid "ACME certificates" msgstr "ACME tanúsítványok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME globális beállítás" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "ACME szerver URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Fiók e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 #, fuzzy msgid "Advanced Settings" msgstr "Haladó Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 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.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Tanúsítvány beállítása" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Kihívás álneve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "Testreszabott ACME szerver könyvtár URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS API hitelesítési adatok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Napok megújításig" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" -msgstr "" +msgstr "Alapértelmezett" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Tartományálnév" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Tartománynevek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -98,37 +99,37 @@ msgstr "" "neve, az azt követő nevek lesznek az alternatív nevek. Ne feledje, hogy az " "összes tartománynévnek az útválasztóra kell mutatnia a globális DNS-ben." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "256 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "384 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "A fiók kulcsához rendelendő e-mail cím." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Hibakeresési naplózás engedélyezése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Engedélyezve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Általános Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,86 +141,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "UCI hozzáférés megadása a luci-app-acme alkalmazásnak" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Kulcsméret (és típus) az előállított tanúsítványhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Kulcsméret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "2048 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "3072 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "4096 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Önálló" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -231,7 +232,7 @@ msgstr "" "használni, hogy kiállítson egy tanusítványt. A DNS üzemmód megengedélyezi a " "DNS szolgáltatód DNS API-ja használatát, hogy kiállítson egy tanusítványt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -240,7 +241,7 @@ msgstr "" "folyamat részleteiért. A LuCI csak egy kihívási álnevet támogat " "tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -251,7 +252,7 @@ msgstr "" "több bejegyzést itt 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -260,18 +261,18 @@ msgstr "" "folyamat részleteiért. A LuCI csak egy tartományálnevet támogat " "tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" "Ez beállítja az ACME (Let’s Encrypt) automatikus tanúsítványtelepítést. " "Egyszerűen töltse ki ezt, hogy az útválasztó be legyen állítva a Let’s " @@ -281,11 +282,11 @@ msgstr "" "a tanúsítványok kibocsátása eltarthat egy ideig. Nézze meg a naplókat a " "folyamat előrehaladásához és a hibákhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -300,35 +301,35 @@ msgstr "" "altartományokra is kibővített tanúsítványokat. Ezen mód használatához az " "szükséges, hogy az acme-dnsapi csomag telepítve legyen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Előkészítő kiszolgáló használata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Webgyökér könyvtár" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -338,5 +339,9 @@ msgstr "" "dokumentumgyökerére az ACME webgyökér módban történő futtatásához. A " "webkiszolgálónak elérhetőnek kell lennie az internetről a 80-as porton." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Egyéni ACME CA" diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index d7762d62fc89..44faba250ef1 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "Sertifikat ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Konfigurasi global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL server ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Akun e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Setelan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Konten base64 dari kunci pribadi. Gunakan YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "File sertifikat disimpan di" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Konfigurasi sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Tantangan Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "URL direktori server ACME khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "Kredensial API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Hari sampai perpanjangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Bawaan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Alias Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Nama domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -97,37 +98,37 @@ msgstr "" "subjek, nama berikutnya akan menjadi nama alternatif. Perhatikan bahwa semua " "nama domain harus mengarah ke router di DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "Alamat email untuk dikaitkan dengan kunci akun." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Aktifkan pencatatan debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Diaktifkan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Setelan Umum" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -139,86 +140,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Berikan akses UCI untuk luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Ukuran kunci (dan jenis) untuk sertifikat yang dihasilkan." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Ukuran kunci" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Kunci Pribadi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Sertifikat Publik" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Lihat instruksi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Mandiri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -230,7 +231,7 @@ msgstr "" "mengeluarkan sertifikat. Mode DNS akan memungkinkan Anda untuk menggunakan " "API DNS dari penyedia DNS Anda untuk mengeluarkan sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -238,7 +239,7 @@ msgstr "" "Alias tantangan untuk digunakan untuk SEMUA domain. Lihat %s untuk detail " "proses ini. LUCI hanya mendukung satu alias tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -249,7 +250,7 @@ msgstr "" "dalam format variabel shell KEY=VAL untuk memasok beberapa variabel " "kredensial." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -257,31 +258,31 @@ msgstr "" "Alias domain yang akan digunakan untuk SEMUA domain. Lihat %s untuk detail " "proses ini. LUCI hanya mendukung satu domain tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"Ini mengonfigurasi instalasi sertifikat otomatis ACME. Cukup " -"isi ini agar router dikonfigurasi dengan sertifikat yang dikeluarkan " -"untuk antarmuka web. Perhatikan bahwa nama domain dalam " -"sertifikat harus sudah dikonfigurasi untuk menunjuk ke alamat IP publik " -"router. Setelah dikonfigurasi, penerbitan sertifikat dapat memakan waktu " -"cukup lama. Periksa log untuk kemajuan dan kesalahan apa pun." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"Ini mengonfigurasi instalasi sertifikat otomatis ACME. Cukup isi ini agar " +"router dikonfigurasi dengan sertifikat yang dikeluarkan untuk antarmuka web. " +"Perhatikan bahwa nama domain dalam sertifikat harus sudah dikonfigurasi " +"untuk menunjuk ke alamat IP publik router. Setelah dikonfigurasi, penerbitan " +"sertifikat dapat memakan waktu cukup lama. Periksa log untuk kemajuan dan " +"kesalahan apa pun." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Ini biasanya BUKAN alamat email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -295,35 +296,35 @@ msgstr "" "juga merupakan satu-satunya mode yang mendukung sertifikat wildcard. " "Menggunakan mode ini memerlukan paket acme-dnsapi untuk diinstal." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Gunakan CA khusus sebagai ganti Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Metode validasi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Direktori webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -333,5 +334,9 @@ msgstr "" "menjalankan Acme dalam mode webroot. Server web harus dapat diakses dari " "internet pada port 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "CA ACME khusus" diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index 77cf103ae8cc..e625092ec1e7 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -15,81 +15,82 @@ msgstr "" msgid "ACME certificates" msgstr "Certificati ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Configurazione globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL server ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "E-mail dell'account" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Impostazioni avanzate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Codice Base64 della chiave privata. Usalo in alternativa a " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "I certificati sono salvati in" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Configurazione certificato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Certificati" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Alias challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "URL personalizzata cartella server ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "Credenziali API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "giorni al rinnovo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Predefinito" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Alias di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Nomi di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -99,7 +100,7 @@ msgstr "" "soggetto, i successivi saranno nomi alternativi. Nota che tutti i nomi di " "dominio devono puntare al router nel DNS globale." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,31 +108,31 @@ msgstr "" "Es. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "Indirizzo e-mail da associare alla chiave dell'account." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Attiva i log di debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Abilitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Impostazioni Generali" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -143,7 +144,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Concedi l'accesso UCI a luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -151,84 +152,84 @@ msgstr "" "Se un certificato non viene rinnovato in tempo, riceverai una notifica 20 " "giorni prima della scadenza." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Emesso il" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Dimensione chiave (e tipo) per il certificato generato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Dimensione chiave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Dominio Principale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) della tenancy che contiene la zona DNS di " "destinazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID dell'utente con il permesso di aggiungere/rimuovere i record dalle zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Apri DuckDNS e copia un token qui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "Percorso della chiave API privata in formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Chiave Privata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Certificato Pubblico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Vedi le istruzioni" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Dovrebbe puntare alla regione in cui è ospitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Autonoma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -240,7 +241,7 @@ msgstr "" "emettere un certificato. La modalità DNS ti consentirà di usare l'API DNS " "del tuo provider DNS per emettere un certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -248,7 +249,7 @@ msgstr "" "L'alias challenge da usare per TUTTI i domini. Per i dettagli di questo " "processo vedi %s. LUCI supporta solo un alias challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -259,7 +260,7 @@ msgstr "" "nel formato variabile shell CHIAVE=VALORE per fornire variabili credenziali " "multiple." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -267,32 +268,32 @@ msgstr "" "L'alias di dominio da usare per TUTTI i domini. Per i dettagli di questo " "processo vedi %s. LUCI supporta solo un dominio challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "Chiave di autenticazione API privata in formato PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"Questo configura l'installazione automatica del certificato ACME. " -"È sufficiente compilarlo per configurare il router con i " -"emessi certificati per l'interfaccia web. Tieni presente che " -"i nomi di dominio nel certificato devono essere già configurati per puntare " -"all'indirizzo IP pubblico del router. Una volta configurato, l'emissione dei " -"certificati può richiedere del tempo. Controlla i registri eventi per " -"verificare lo stato di avanzamento e gli eventuali errori." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"Questo configura l'installazione automatica del certificato ACME. È " +"sufficiente compilarlo per configurare il router con i emessi certificati " +"per l'interfaccia web. Tieni presente che i nomi di dominio nel certificato " +"devono essere già configurati per puntare all'indirizzo IP pubblico del " +"router. Una volta configurato, l'emissione dei certificati può richiedere " +"del tempo. Controlla i registri eventi per verificare lo stato di " +"avanzamento e gli eventuali errori." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Solitamente NON è un indirizzo email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -307,35 +308,35 @@ msgstr "" "con caratteri jolly. L'uso di questa modalità richiede l'installazione del " "pacchetto acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Usa una CA personalizzata invece di Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Usa server di prova" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Metodo validazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Cartella webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -345,5 +346,9 @@ msgstr "" "server web per eseguire Acme in modalità webroot. Il server web deve essere " "accessibile da internet sulla porta 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "CA ACME personalizzato" diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index 8f04b1490bd7..755c32bd64e7 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "ACME証明書" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACMEグローバル設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "ACMEサーバーのURL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "アカウントのメールアドレス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "詳細設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "証明書設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "カスタムACMEサーバーディレクトリのURL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS API資格情報" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "更新までの日数" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" -msgstr "" +msgstr "デフォルト" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "ドメインエイリアス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "ドメイン名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -96,37 +97,37 @@ msgstr "" "証明書に含めるドメイン名です。最初の名前はサブジェクト名、その次は代替名で" "す。すべてのドメイン名はグローバルDNSのルーターを指す必要があります。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC256ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC384ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "アカウントに関連付けるメールアドレスです。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "デバッグロギングを有効化" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "有効" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -138,86 +139,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acmeにUCIアクセスを許可" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "生成された証明書の鍵の大きさ(およびタイプ)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "鍵の大きさ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA2048ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA3072ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA4096ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "スタンドアロン" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -228,44 +229,44 @@ msgstr "" "します。 Webrootモードでは、既存のWebサーバーを使用して証明書を発行します。 " "DNSモードでは、DNSプロバイダーのDNSAPIを使用して証明書を発行できます。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -274,40 +275,44 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Let'sEncryptの代わりにカスタムCAを使用する。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "ステージングサーバーを使用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Webrootディレクトリ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "カスタムACME CA" diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index b387dda91fb0..457c58c46e76 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "ACME 인증서" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME 전역 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "ACME 서버 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "계정 이메일" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "고급 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "인증서와 기타 상태 파일이 저장되는 경로입니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "인증서 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "챌린지 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "사용자 지정 ACME 서버 디렉터리 URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS API 자격 증명" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "갱신일" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" -msgstr "" +msgstr "기본" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "도메인 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "도메인 네임" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -97,37 +98,37 @@ msgstr "" "도메인이 부 도메인이 됩니다. 주의할 점은 모든 도메인 네임들이 반드시 글로벌 " "DNS의 라우터를 가리키도록 하셔야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "계정 키에 연결할 이메일 주소입니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "디버그 로깅 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "활성화" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "기본 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -139,86 +140,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acme에 UCI 액세스 허용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "생성된 인증서의 키 크기(및 유형)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "키 크기" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "독립형" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -230,7 +231,7 @@ msgstr "" "합니다. DNS 모드는 인증서 발행에 DNS 를 제공하는 업체의 DNS API를 사용하게 됩" "니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -238,7 +239,7 @@ msgstr "" "\"모든\" 도메인에 사용될 챌린지 별칭입니다. %s 에서 자세한 내용을 확인하세" "요. LuCI에서는 개별 인증서마다 하나의 챌린지 별칭만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -248,7 +249,7 @@ msgstr "" "격 증명의 포맷은 %s 에서 참고해주세요. KEY=VAL 쉘 변수 포맷에 따라 여러 개의 " "자격 증명을 추가할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -256,18 +257,18 @@ msgstr "" "\"모든\" 도메인에 사용될 도메인 별칭입니다. %s 에서 자세한 내용을 확인하세" "요. LuCI에서는 개별 인증서마다 하나의 챌린지 도메인만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" "라우터 웹 인터페이스에서 SSL 인증서를 사용하기 위해 여기에서 " "ACME 인증서 자동 설치를 구성할 수 있습니다. 인증서의 도메인 " @@ -275,11 +276,11 @@ msgstr "" "구성하는 경우, 인증서 발급에 시간이 걸릴 수 있습니다. 진행 상황 및 오류는 로" "그에서 확인할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -292,35 +293,35 @@ msgstr "" "지 않아도 되며, 와일드카드 인증서를 지원합니다. DNS 모드를 사용하기 위해선 " "acme-dnsapi 패키지가 설치되어 있어야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Let's Encrypt 대신 사용자 지정 CA를 사용합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "테스트 서버 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "유효성 검증 방법" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Webroot 디렉터리" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -329,5 +330,9 @@ msgstr "" "ACME를 웹루트(Webroot) 모드로 실행하기 위해선 웹 서버 문서 루트 디렉터리를 설" "정하세요. 웹 서버는 80번 포트에서 인터넷 접근이 가능해야 합니다." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "사용자 지정 ACME CA" diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index 9a4b2295fb93..8b74824a61fe 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -19,86 +19,87 @@ msgstr "" msgid "ACME certificates" msgstr "„ACME“ sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Visuotinė „ACME“ konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "„ACME“ serverio „URL – Saitas“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Paskyros el. paštas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Pažangūs nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Sertifikato konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "Pasirinktinis „ACME“ serverio katalogo „URL – Saitas“." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "„DNS“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "„DNS API“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Numatyta/-as" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Domenų-Sričių pavadinimai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -106,31 +107,31 @@ msgstr "" "Pvz: „_acme-challenge.example.com:12345:98765 alias.example.com:11111“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "„ECC 256“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "„ECC 384“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Įjungti/Įgalinti derinimo/trukdžių šalinimo žurnalinimą" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Įjungta/Įgalinta (-as/-i)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Bendri nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,88 +141,88 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Suteikti „UCI“ prieigą – „luci-app-acme“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Įteiktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Rakto dydis (ir tipas) sugeneruotam sertifikatui." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Rakto tipas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Pagrindinis domenas-sritis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Atidaryti „DuckDNS“ ir kopijuokite " "žetoną čia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Privatus raktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Viešasis sertifikatas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "„RSA 2048“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "„RSA 3072“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "„RSA 4096“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -229,44 +230,44 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "Privatus „API“ pasirašymo raktas „PEM“ formatu" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -275,40 +276,44 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Naudoti pasirinktinį „CA“ vietoj „Let's Encrypt“." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "„Webroot“ katalogas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Pasirinktinis „ACME CA“" diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index 9e024a9b87db..686bb59026d9 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -15,116 +15,117 @@ msgstr "" msgid "ACME certificates" msgstr "ACME प्रमाणपत्रे" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME ग्लोबल कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "खाते ईमेल" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "प्रमाणपत्र कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "आव्हान उपनाम" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "डीएनएस एपीआय" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "खाते किल्लीशी संलग्न करण्यासाठी ईमेल पत्ता." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "डीबग लॉगिंग सक्षम करा" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "सक्षम केले" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -134,86 +135,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -221,44 +222,44 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -267,37 +268,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index 799430a954a2..f850fbea0ec6 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -15,116 +15,117 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "E-mel akaun" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Tetapan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" -msgstr "" +msgstr "Mungkir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Dibolehkan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -134,86 +135,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -221,44 +222,44 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -267,37 +268,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index fe135efbec25..83981f145e83 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -15,117 +15,118 @@ msgstr "" msgid "ACME certificates" msgstr "ACME-sertifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME global konfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL til ACME-serveren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 #, fuzzy msgid "Account email" msgstr "E-postadresse for konto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Avanserte innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 inhold av privatnøkkel. Bruk istedenfor YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Sert-filer er lagret i" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Sertifikatkonfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Domenenavn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Påskrudd" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Generelle innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -135,86 +136,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Nøkkelstørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -222,44 +223,44 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -268,37 +269,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" diff --git a/applications/luci-app-acme/po/nl/acme.po b/applications/luci-app-acme/po/nl/acme.po index 8adb6b05259f..7b6e9256c629 100644 --- a/applications/luci-app-acme/po/nl/acme.po +++ b/applications/luci-app-acme/po/nl/acme.po @@ -14,116 +14,117 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" -msgstr "" +msgstr "Standaard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -133,86 +134,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -220,26 +221,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" @@ -253,11 +254,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -266,37 +267,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index f686f9cba74f..33046fda5097 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -16,81 +16,82 @@ msgstr "" msgid "ACME certificates" msgstr "Certyfikaty ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Konfiguracja globalna ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "Adres URL serwera ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Konto e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Zawartość klucza prywatnego w formacie Base64. Użyj zamiast " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Pliki certyfikatów są przechowywane w" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Konfiguracja certyfikatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Certyfikaty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Alias wyzwania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "Niestandardowy adres URL katalogu serwera ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "Poświadczenia interfejsu API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "Walidacja wyzwania DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Dni do czasu odnowienia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Domyślne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Alias domeny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Nazwy domen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -100,7 +101,7 @@ msgstr "" "podmiotu, kolejne nazwy są nazwami alternatywnymi. Pamiętaj, że wszystkie " "nazwy domen w globalnym DNS muszą wskazywać na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,31 +109,31 @@ msgstr "" "Np. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "Adres e-mail do powiązania z kluczem konta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Włącz rejestrowanie debugowania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Włączone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Ustawienia główne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,7 +145,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Przyznaj luci-app-acme dostęp do UCI" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -152,83 +153,83 @@ msgstr "" "Jeśli certyfikat nie został odnowiony na czas, otrzymasz powiadomienie na 20 " "dni przed wygaśnięciem." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Wystawiono dnia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Rozmiar klucza (i typ) dla wygenerowanego certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Rozmiar klucza" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Domena główna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID dzierżawcy, który zawiera docelową strefę DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID użytkownika z uprawnieniami do dodawania/usuwania rekordów ze stref" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otwórz DuckDNS i skopiuj tutaj token" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" "Ścieżka do pliku prywatnego klucza podpisywania interfejsu API w formacie PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Klucz prywatny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Certyfikat publiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Zobacz instrukcje" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Powinien wskazywać region macierzysty dzierżawy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Autonomiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -240,7 +241,7 @@ msgstr "" "wystawienia certyfikatu. Tryb DNS pozwala na użycie API DNS dostawcy DNS do " "wystawienia certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -249,7 +250,7 @@ msgstr "" "szczegółowe informacje na temat tego procesu. LuCI obsługuje tylko jeden " "alias wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -260,7 +261,7 @@ msgstr "" "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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -269,18 +270,18 @@ msgstr "" "szczegółowe informacje na temat tego procesu. LUCI obsługuje tylko jedną " "domenę wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "Prywatny klucz podpisywania interfejsu API w formacie PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" "To konfiguruje automatyczną instalację certyfikatu ACME. " "Wystarczy wypełnić to, aby router skonfigurował wydane certyfikaty " @@ -289,11 +290,11 @@ msgstr "" "adres IP routera. Po skonfigurowaniu wydawanie certyfikatów może chwilę " "potrwać. Sprawdź dzienniki pod kątem postępu i ewentualnych błędów." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Zwykle NIE jest to adres e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -308,35 +309,35 @@ msgstr "" "wieloznaczne. Korzystanie z tego trybu wymaga zainstalowania pakietu acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Użyj niestandardowego CA zamiast Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Użyj serwera pomostowego" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Metoda walidacji" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Walidacja wyzwania Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Katalog Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -346,5 +347,9 @@ msgstr "" "uruchomić ACME w trybie Webroot. Serwer WWW musi być dostępny z Internetu na " "porcie 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Niestandardowy CA ACME" diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index 2d28e799bfc2..10fb84890f0d 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -16,80 +16,81 @@ msgstr "" msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Configuração global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL do servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Conta de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conteúdo base64 da chave privada. Utilizar em vez de YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Os ficheiros Cert são armazenados em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "URL personalizada do diretório do servidor ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "Credenciais do API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Dias até à renovação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Predefinição" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Aliás do Domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -99,7 +100,7 @@ msgstr "" "assunto, os nomes subsequentes serão nomes alternativos. Note que todos os " "nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,31 +108,31 @@ msgstr "" "Por exemplo: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "O endereço de email para associar à chave da conta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Ativar o registo de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Ativado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -143,7 +144,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceder acesso UCI ao luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -151,84 +152,84 @@ msgstr "" "Se um certificado não tiver sido renovado a tempo, receberá um aviso 20 dias " "antes do seu termo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Aberto DuckDNS e copiar um token " "aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" "Caminho para o ficheiro da chave de assinatura da API privada em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Ver instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Autónomo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -240,7 +241,7 @@ msgstr "" "certificado. O modo DNS permitirá que use a API DNS do seu provedor de DNS " "para emitir um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -249,7 +250,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -260,7 +261,7 @@ msgstr "" "entradas aqui no formato 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -269,32 +270,31 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura privada da API no formato PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"Isso configura a instalação automática do certificado ACME. " -"Preencha isso para que a interface web do roteador seja configurado com os " -"emitidos certificados. Observe que os nomes de domínio no " -"certificado já devem estar configurados para apontar para o endereço IP " -"público do roteador. Uma vez configurados, a emissão dos certificados pode " -"demorar um pouco. Verifique os registos log para ver o progresso e quaisquer " -"erros." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"Isso configura a instalação automática do certificado ACME. Preencha isso " +"para que a interface web do roteador seja configurado com os emitidos " +"certificados. Observe que os nomes de domínio no certificado já devem estar " +"configurados para apontar para o endereço IP público do roteador. Uma vez " +"configurados, a emissão dos certificados pode demorar um pouco. Verifique os " +"registos log para ver o progresso e quaisquer erros." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Normalmente, NÃO se trata de um endereço de correio eletrónico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -308,35 +308,35 @@ msgstr "" "IP do router. O modo DNS é também o único modo que suporta certificados " "curinga. A utilização deste modo requer a instalação do pacote acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Use uma AC personalizada em vez de Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Use o servidor de estágio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Método de validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Diretório webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -346,5 +346,9 @@ msgstr "" "para executar o Acme em modo webroot. O servidor web deve estar acessível da " "Internet na porta 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "AC de ACME personalizada" diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index 723088b33c4c..2a18c6427042 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Configuração global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL do Servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "E-mail da conta" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Conteúdo Base64 da chave privada. Use em vez do YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Onde os certificados são armazenados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "URL do Servidor ACME Customizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "Credenciais do API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Dias até a renovação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Padrão" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Aliás do Domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -97,7 +98,7 @@ msgstr "" "do assunto, os nomes subsequentes serão nomes alternativos. Observe que " "todos os nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -105,31 +106,31 @@ msgstr "" "Ex. _acme-challenge.example.com:12345:98765 alias.example.com:111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "O endereço de email para associar à chave da conta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Ativar o registro de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Ativado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,7 +142,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceda acesso UCI para o luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -149,83 +150,83 @@ msgstr "" "Se um certificado não foi renovado a tempo, antes de expirar, você receberá " "um aviso em 20 dias." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "O OCID do locatário que contém a zona de DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do usuário com permissão para adicionar ou remover os registros das " "zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abra o DuckDNS e copie um token aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "Caminho para API privada assinando o arquivo chave em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Consulte as instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região do domicílio do locatário" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Independente" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -237,7 +238,7 @@ msgstr "" "solicitar um certificado. O modo DNS permitirá vocÊ a usar a API de DNS do " "seu provedor DNS para solicitar um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -246,7 +247,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -257,7 +258,7 @@ msgstr "" "entradas aqui no formato 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -266,32 +267,31 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura da API privada no formato PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"Isso configura a instalação automática do certificado ACME. " -"Preencha isso para que a interface web do roteador seja configurado com os " -"emitidos certificados. Observe que os nomes de domínio no " -"certificado já devem estar configurados para apontar para o endereço IP " -"público do roteador. Uma vez configurados, a emissão dos certificados pode " -"demorar um pouco. Verifique os registros log para ver os progressos e " -"quaisquer outros erros." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"Isso configura a instalação automática do certificado ACME. Preencha isso " +"para que a interface web do roteador seja configurado com os emitidos " +"certificados. Observe que os nomes de domínio no certificado já devem estar " +"configurados para apontar para o endereço IP público do roteador. Uma vez " +"configurados, a emissão dos certificados pode demorar um pouco. Verifique os " +"registros log para ver os progressos e quaisquer outros erros." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Geralmente isso não é um endereço de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -306,35 +306,35 @@ msgstr "" "compatível com certificados curinga. O uso desse modo requer que o pacote " "acme-dnsapi esteja instalado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Use uma CA customizada em vez do Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Use o servidor de encenação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Método de Validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Diretório Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -344,5 +344,9 @@ msgstr "" "servidor da web para executar o Acme em modo webroot. O servidor web deve " "estar acessível na internet na porta 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "CA ACME Customizado" diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index 8240e0f5840c..9e13b454922f 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -16,81 +16,82 @@ msgstr "" msgid "ACME certificates" msgstr "Certificate ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Configurare globală ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "Adresa URL a server-ului ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Adresa de e-mail a contului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Setări avansate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conținutul Base64 al cheii private. A se utiliza în locul lui " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 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.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Configurarea certificatului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Alias de provocare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "URL-ul personalizat al directorului serverului ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "credențiale DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Zile până la reînnoire" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Implicit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Aliasul domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Numele domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -100,7 +101,7 @@ msgstr "" "subiectului, următoarele nume vor fi alternative. Ține minte că toate numele " "domeniului trebuie să ducă la router în DNS-ul global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,31 +109,31 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "Adresa de email ce va fi asociată cu cheia contului." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Activați jurnalizarea de depanare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "activat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Setări generale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,7 +145,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Acordă acces la UCI pentru luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -152,84 +153,84 @@ msgstr "" "Dacă un certificat nu a fost reînnoit la timp, veți primi o notificare cu 20 " "de zile înainte de expirare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Emis la" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Dimensiunea (și tipul) cheii pentru certificatul generat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Dimensiunea cheii" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Domeniul principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID al locației care conține zona DNS țintă" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID al utilizatorului care are permisiunea de a adăuga/elimina înregistrări " "din zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Deschideți DuckDNS și copiați un " "token aici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "Calea către fișierul cu cheia privată de semnare API în format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Cheia privată" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Certificat public" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Vedeți instrucțiunile" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Ar trebui să indice regiunea de domiciliu a chiriașilor" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "De sine stătător" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -241,7 +242,7 @@ msgstr "" "emite un certificat. Modul DNS îți va permite să folosești API-ul DNS al " "provider-ului DNS pentru a emite un certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -250,7 +251,7 @@ msgstr "" "Consultați %s pentru detalii despre acest proces. LUCI acceptă doar un " "singur alias de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -261,7 +262,7 @@ msgstr "" "intrări aici în formatul variabilei de shell KEY=VAL pentru a furniza mai " "multe variabile de acreditare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -270,32 +271,31 @@ msgstr "" "%s pentru detalii despre acest proces. LUCI acceptă doar un singur domeniu " "de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "Cheia privată de semnare API în format PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"Aceasta configurează instalarea automată a certificatului ACME. " -"Pur și simplu completați această rubrică pentru ca routerul " -"să fie configurat cu certificate emise pentru interfața web. " -"Rețineți că numele de domeniu din certificat trebuie să fie deja configurate " -"pentru a indica adresa IP publică a routerului. Odată configurată, emiterea " -"certificatelor poate dura ceva timp. Verificați jurnalele pentru a vedea " -"progresul și eventualele erori." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"Aceasta configurează instalarea automată a certificatului ACME. Pur și " +"simplu completați această rubrică pentru ca routerul să fie configurat cu " +"certificate emise pentru interfața web. Rețineți că numele de domeniu din " +"certificat trebuie să fie deja configurate pentru a indica adresa IP publică " +"a routerului. Odată configurată, emiterea certificatelor poate dura ceva " +"timp. Verificați jurnalele pentru a vedea progresul și eventualele erori." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Aceasta NU este, de obicei, o adresă de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -310,35 +310,35 @@ msgstr "" "certificate wildcard. Utilizarea acestui mod necesită instalarea pachetului " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Utilizați un CA personalizat în loc de Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Utilizați serverul staging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Metoda de validare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Directorul webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -348,5 +348,9 @@ msgstr "" "documentului serverului web pentru a rula Acme în modul webroot. Serverul " "web trebuie să fie accesibil de pe internet pe portul 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Certificat ACME personalizat" diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index 32f8b9929e02..58bc62cdd226 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -16,80 +16,81 @@ msgstr "" msgid "ACME certificates" msgstr "Сертификаты ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Глобальная конфигурация ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL сервера ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Электронная почта учётной записи" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Дополнительные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 содержимое приватного ключа. Используйте вместо YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Сертификаты сохраняются в папку" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Конфигурация сертификата" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Сертификаты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Псевдонимы вызова" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "URL-адрес пользовательского каталога сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "Данные для доступа к DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Дней до продления" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "По умолчанию" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Псевдоним домена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Доменные имена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -99,7 +100,7 @@ msgstr "" "(subject name), следующие имена — дополнительные (alt names). Все доменные " "имена должны указывать на маршрутизатор в глобальной DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,31 +108,31 @@ msgstr "" "Например: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "E-mail адрес для привязки ключа аккаунта." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Записывать в журнал данные для отладки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Включено" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Основные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -143,7 +144,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Предоставить UCI доступ для luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -151,82 +152,82 @@ msgstr "" "Если сертификат не был перевыпущен вовремя то вы получите уведомление за 20 " "дней до истечения срока действия." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Выпущен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Размер (и тип) ключа для сгенерированного сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Размер ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Главный домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID арендатора, содержащего целевую зону DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID пользователя, имеющего право добавлять/удалять записи из зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Зайдите на DuckDNS и скопируйте " "токен сюда" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "Путь к ключу приватного API в PEM формате" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Приватный ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Публичный сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Смотрите инструкции" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Должен указывать на домашний регион арендатора" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Самостоятельно" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -239,7 +240,7 @@ msgstr "" "через DNS позволит вам использовать API DNS вашего провайдера DNS для " "выпуска сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -248,7 +249,7 @@ msgstr "" "этого процесса см. на сайте %s. LUCI поддерживает только один псевдоним " "вызова для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -259,7 +260,7 @@ msgstr "" "в формате переменной оболочки KEY=VAL, чтобы предоставить несколько " "переменных учетных данных." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -267,32 +268,31 @@ msgstr "" "Псевдоним домена для ВСЕХ доменов. Подробнее об этом процессе см. %s. LUCI " "поддерживает только один контрольный домен для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "Приватный ключ подписи API в PEM формате" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"При этом настраивается автоматическая установка сертификатов ACME. " -"Просто заполните эту форму, чтобы маршрутизатор был настроен " -"с выданными сертификатами для веб-интерфейса. Обратите " -"внимание, что доменные имена в сертификате уже должны быть настроены так, " -"чтобы указывать на общедоступный IP-адрес маршрутизатора. После настройки " -"выдача сертификатов может занять некоторое время. Проверьте журналы на " -"наличие прогресса и ошибок." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"При этом настраивается автоматическая установка сертификатов ACME. Просто " +"заполните эту форму, чтобы маршрутизатор был настроен с выданными " +"сертификатами для веб-интерфейса. Обратите внимание, что доменные имена в " +"сертификате уже должны быть настроены так, чтобы указывать на общедоступный " +"IP-адрес маршрутизатора. После настройки выдача сертификатов может занять " +"некоторое время. Проверьте журналы на наличие прогресса и ошибок." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Обычно это НЕ адрес электронной почты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -307,35 +307,35 @@ msgstr "" "сертификаты. Для использования этого режима необходимо установить пакет acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Использовать сторонний центр сертификации вместо Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Использовать тестовый сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Метод проверки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Каталог Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -344,5 +344,9 @@ msgstr "" "Укажите здесь корневой каталог веб-сервера, чтобы запустить Acme в режиме " "webroot. Веб-сервер должен быть доступен из интернета на 80 порту." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Персонализированный ACME CA" diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index 0f9f0a543b97..f3719f3625c1 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -15,116 +15,117 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "ව.නා.ප." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "වසම් නාම" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -134,86 +135,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -221,44 +222,44 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -267,37 +268,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index ce6aa83183b5..c443e262050c 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "ACME certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME globálna konfigurácia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "E-mail účtu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Konfigurácia certifikátov" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "Prihlasovacie údaje DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Alias domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -96,37 +97,37 @@ msgstr "" "Domény v certifikáte. Prvá bude názov subjektu, ďalšie budú alternatívne " "názvy. Všetky domény musia smerovať na router v globálnom DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "E-mailová adresa k účtu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Povoliť detailné záznamy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Zapnuté" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 #, fuzzy msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " @@ -139,86 +140,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Povoliť luci-app-acme prístup k UCI" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Dĺžka (a typ) kľúča pre generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Dĺžka kľúča" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -226,13 +227,13 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 #, fuzzy msgid "" "The credentials for the DNS API mode selected above. See %s for the format " @@ -243,31 +244,31 @@ msgstr "" "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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -276,37 +277,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index 506baffe0394..776812d4ac9b 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -15,81 +15,82 @@ msgstr "" msgid "ACME certificates" msgstr "ACME-certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Global konfiguration för ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL för ACME-servern" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "E-postkonto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Avancerade inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-innehåll av den privata nyckeln. Använd istället för " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Där certifikat och andra tillståndsfiler sparas." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Konfiguration för certifikatet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Alias för utmaningen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "Anpassad URL för katalogen till ACME-servern." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "API för DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Dagar till förnyelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Alias för domänen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Domännamn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -99,7 +100,7 @@ msgstr "" "Efterföljande namn blir alternativa namn. Notera att alla domännamn måste " "peka på routern i den globala DNS:en." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,31 +108,31 @@ msgstr "" "T.ex. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "E-postadress att koppla till kontonyckeln." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Aktivera logg för avlusning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Aktiverad" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Generella inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -143,7 +144,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Bevilja UCI-tillgång till luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -151,80 +152,80 @@ msgstr "" "Om ett certifikat inte förnyades i tid så kommer du att få en avisering 20 " "dagar före utgångstiden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Utfärdades den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Nyckelstorlek (och typ) för det genererade certifikatet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Nyckelstorlek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Huvuddomän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "Genväg till den privata API'ns signeringsnyckel i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Privat nyckel" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Publikt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Läs instruktionerna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Fristående" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -236,44 +237,44 @@ msgstr "" "att utfärda ett. DNS-lägen tillåter dig att använde din DNS-tjänsts DNS API " "för att utfärda ett certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "Den privata API'ns signeringsnyckel i PEM-format" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Det här är vanligtvis INTE en e-postadress" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -282,40 +283,44 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Använd en anpassad CA istället för Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Använd iscensättningsserver" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Valideringsmetod" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "Webbrot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Webbrotskatalog" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Anpassad ACME CA" diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index 097f1a01cb4b..b1e695b08343 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -6,116 +6,117 @@ msgstr "Content-Type: text/plain; charset=UTF-8" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -125,86 +126,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -212,26 +213,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s 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.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" @@ -245,11 +246,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -258,37 +259,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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.js:33 +msgid "You sign certificates for free with:" +msgstr "" diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index d84673c7c32b..2d81b8a0c842 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "ACME sertifikaları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME evrensel yapılandırma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "ACME sunucu URL'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Hesap e-postası" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Özel anahtarın Base64 içeriği. YC_SA_Key_File_Path yerine kullanın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 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.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Sertifika yapılandırması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Sertifikalar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Challenge Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "Özel ACME sunucu dizini URL'si." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS API bilgileri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Yenilemeye kalan gün sayısı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "Varsayılan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Alan Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Alan adları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -97,7 +98,7 @@ msgstr "" "alternatif adlar olacak. Domain adlarının evrensel DNS'de router'ı " "göstermesi gerektiğini unutmayın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -105,31 +106,31 @@ msgstr "" "Örneğin. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "Hesap anahtarına bağlanacak e-posta adresi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Hata ayıklama günlüğünü etkinleştir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Etkin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Genel Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,7 +142,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acme için UCI erişimi verin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -149,82 +150,82 @@ msgstr "" "Sertifika zamanında yenilenmediyse, geçerlilik süresinin bitiminden 20 gün " "önce bir bildirim alırsınız." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Yayınlandığı tarih" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Oluşturulmuş sertifika için anahtar boyutu (ve türü)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Anahtar boyutu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Ana Etki Alanı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "Hedef DNS bölgesini içeren kiracılığın OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "Bölgelere kayıt ekleme/kaldırma iznine sahip kullanıcının OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "DuckDNS'yi açın ve buraya bir token " "kopyalayın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "PEM biçiminde özel API imzalama anahtarı dosyasının yolu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Özel anahtar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Herkese Açık Sertifika" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Talimatlara bakın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Kiracının bulunduğu bölgeyi işaret etmelidir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Bağımsız" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -236,7 +237,7 @@ msgstr "" "kullanır. DNS modu, bir sertifika vermek için DNS sağlayıcınızın DNS " "API'sini kullanmanıza izin verir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -245,7 +246,7 @@ msgstr "" "adresine göz atın. LUCI sertifika başına sadece bir tane challenge takma " "adını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -256,7 +257,7 @@ msgstr "" "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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -265,32 +266,32 @@ msgstr "" "için %s adresine göz atın. LUCI, sertifika başına yalnızca bir challenge " "alanını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "PEM biçimindeki özel API imzalama anahtarı" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"Bu, ACME otomatik sertifika kurulumunu yapılandırır. " -"Yönlendiricinin web arayüzünün tarafından verilen sertifikalarla " -"yapılandırılması için bunu doldurmanız yeterlidir. Sertifikadaki etki alanı " -"adlarının, yönlendiricinin genel IP adresini gösterecek şekilde önceden " -"yapılandırılmış olması gerektiğini unutmayın. Yapılandırıldıktan sonra " -"sertifikaların verilmesi biraz zaman alabilir. İlerleme ve herhangi bir hata " -"için günlük kayıtlarına bakın." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"Bu, ACME otomatik sertifika kurulumunu yapılandırır. Yönlendiricinin web " +"arayüzünün tarafından verilen sertifikalarla yapılandırılması için bunu " +"doldurmanız yeterlidir. Sertifikadaki etki alanı adlarının, yönlendiricinin " +"genel IP adresini gösterecek şekilde önceden yapılandırılmış olması " +"gerektiğini unutmayın. Yapılandırıldıktan sonra sertifikaların verilmesi " +"biraz zaman alabilir. İlerleme ve herhangi bir hata için günlük kayıtlarına " +"bakın." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Bu genellikle bir e-posta adresi DEĞİLDİR" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -305,35 +306,35 @@ msgstr "" "sertifikalarını destekleyen tek moddur. Bu modu kullanmak, acme-dnsapi " "paketinin yüklenmesini gerektirir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Let's Encrypt yerine özel bir CA kullanın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Aşama sunucusu kullan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Doğrulama yöntemi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Webroot dizini" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -343,5 +344,9 @@ msgstr "" "sunucusu belge köküne ayarlayın. Web sunucusuna 80 numaralı bağlantı " "noktasından internetten erişilebilmelidir." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Özel ACME CA" diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index 77a795400888..03ea6b608609 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -16,80 +16,81 @@ msgstr "" msgid "ACME certificates" msgstr "Сертифікати ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Глобальні налаштування ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "URL-адреса сервера ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Електронна адреса пошти облікового запису" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Розширені налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 вміст приватного ключа. Використовувати замість YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "Сертифікати зберігаються у каталог" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Параметри сертифіката" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "Сертифікати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Псевдоніми виклику" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "URL-адреса каталогу користувацького сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "Облікові дані DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Днів до поновлення" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "За замовчуванням" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Псевдонім домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Імена домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -100,7 +101,7 @@ msgstr "" "Запримітьте, що всі доменні імена повинні вказувати на маршрутизатор у " "глобальному DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,32 +109,32 @@ msgstr "" "Наприклад, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" "Адреса електронної пошти, яку потрібно зв’язати з ключем облікового запису." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Увімкнути системний журнал" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Увімкнено" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Загальні налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,7 +146,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Надати UCI доступ для luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -153,82 +154,82 @@ msgstr "" "Якщо сертифікат не було оновлено вчасно, ви отримаєте сповіщення за 20 днів " "до закінчення терміну дії." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "Видано на" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Розмір (і тип) ключа для згенерованого сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Тип ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "Основний домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID оренди, яка містить цільову DNS-зону" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID користувача з правом додавання/видалення записів із зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Відкрийте DuckDNS і скопіюйте токен " "сюди" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "Шлях до приватного файлу ключа підпису API у форматі PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "Приватний ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "Публічний сертифікат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "Дивіться інструкції" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "Має вказувати на регіон проживання орендаря" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Автономний" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -240,7 +241,7 @@ msgstr "" "видачі сертифіката. Режим DNS дозволить вам використовувати API DNS вашого " "постачальника DNS для видачі сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -248,7 +249,7 @@ msgstr "" "Псевдонім виклику для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про " "цей процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -259,7 +260,7 @@ msgstr "" "форматі змінної оболонки KEY=VAL, щоб надати декілька змінних облікових " "даних." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -267,32 +268,31 @@ msgstr "" "Псевдонім домену для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про цей " "процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "Приватний ключ підпису API у форматі PEM" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"Це налаштовує автоматичне встановлення сертифіката ACME. " -"Просто заповніть цю форму, щоб налаштувати маршрутизатор із виданими сертифікатами " -"для веб-інтерфейсу. Зауважте, що доменні імена в " -"сертифікаті вже мають бути налаштовані так, щоб вони вказували на публічну " -"IP-адресу маршрутизатора. Після налаштування видача сертифікатів може " -"зайняти деякий час. Перевірте журнали на наявність прогресу та будь-яких " -"помилок." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"Це налаштовує автоматичне встановлення сертифіката ACME. Просто заповніть цю " +"форму, щоб налаштувати маршрутизатор із виданими сертифікатами для веб-" +"інтерфейсу. Зауважте, що доменні імена в сертифікаті вже мають бути " +"налаштовані так, щоб вони вказували на публічну IP-адресу маршрутизатора. " +"Після налаштування видача сертифікатів може зайняти деякий час. Перевірте " +"журнали на наявність прогресу та будь-яких помилок." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "Зазвичай це НЕ адреса електронної пошти" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -307,35 +307,35 @@ msgstr "" "підстановочні сертифікати. Для використання цього режиму потрібно встановити " "пакет acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Використовувати інший ЦС замість Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Використовувати проміжний сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Метод перевірки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Тека Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -345,5 +345,9 @@ msgstr "" "документа веб-сервера, щоб запустити Acme в режимі webroot. Веб-сервер " "повинен бути доступний з Інтернету через порт 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Користувацький ACME CA" diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index 6a01d7690f58..07b441b10aa7 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "Chứng chỉ ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "Cấu hình ACME toàn cầu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "Đường dẫn máy chủ ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "Tài khoản email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "Cài đặt Nâng cao" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "Cấu hình chứng chỉ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "Tùy chỉnh đường dẫn máy chủ ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "Thông tin đăng nhập DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "Cho đến ngày được làm mới" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" -msgstr "" +msgstr "Default (Mặc định)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "Tên miền bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "Tên miền" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -97,37 +98,37 @@ msgstr "" "tiếp theo sẽ là tên thay thế. Lưu ý rằng tất cả các tên miền phải trỏ đến bộ " "định tuyến trong DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "Tài khoản email phải được kết hợp với chìa khóa của tài khoản." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "Kích hoạt nhật ký bug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "Kích Hoạt" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "Các cài đặt chung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -139,86 +140,86 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Cấp quyền truy cập cho luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 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.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "Kích thước khóa cho chứng chỉ được tạo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "Kích thước khóa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA kích thước 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA kích thước 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA kích thước 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "Biệt lập" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -230,7 +231,7 @@ msgstr "" "sẽ cho phép bạn sử dụng API DNS của nhà cung cấp DNS của bạn để cấp chứng " "chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -238,7 +239,7 @@ msgstr "" "Bí danh thử thách để sử dụng cho TẤT CẢ các miền. Xem %s để biết chi tiết về " "quy trình này. LUCI chỉ hỗ trợ một bí danh thách thức cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -248,7 +249,7 @@ msgstr "" "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.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -256,31 +257,31 @@ msgstr "" "Bí danh tên miền để sử dụng cho TẤT CẢ tên miền. Xem %s để biết chi tiết về " "quy trình này. LUCI chỉ hỗ trợ một miền thử thách cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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 "" -"Thao tác này sẽ định cấu hình cài đặt chứng chỉ tự động ACME. " -"Chỉ cần điền vào phần này để cấu hình bộ định tuyến với các chứng chỉ do " -"cấp cho giao diện web. Lưu ý rằng các tên miền trong chứng chỉ " -"phải được định cấu hình để trỏ đến địa chỉ IP công cộng của bộ định tuyến. " -"Sau khi được định cấu hình, việc cấp chứng chỉ có thể mất một lúc. Kiểm tra " -"nhật ký để biết tiến độ và bất kỳ lỗi nào." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" +"Thao tác này sẽ định cấu hình cài đặt chứng chỉ tự động ACME. Chỉ cần điền " +"vào phần này để cấu hình bộ định tuyến với các chứng chỉ do cấp cho giao " +"diện web. Lưu ý rằng các tên miền trong chứng chỉ phải được định cấu hình để " +"trỏ đến địa chỉ IP công cộng của bộ định tuyến. Sau khi được định cấu hình, " +"việc cấp chứng chỉ có thể mất một lúc. Kiểm tra nhật ký để biết tiến độ và " +"bất kỳ lỗi nào." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -294,35 +295,35 @@ msgstr "" "cũng là chế độ duy nhất hỗ trợ chứng chỉ ký tự đại diện. Sử dụng chế độ này " "yêu cầu phải cài đặt gói acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "Sử dụng tùy chỉnh nhà cung cấp chứng chỉ thay cho Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "Sử dụng máy chủ tạm" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Phương thức thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Đường dẫn Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -332,5 +333,9 @@ msgstr "" "chạy Acme ở chế độ gốc web. Máy chủ web phải có thể truy cập được từ " "internet trên cổng 80." +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "Tùy chỉnh ACME CA" diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index 57fd7ede0e44..054db0657dc3 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "ACME 证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME 全局配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "ACME 服务器 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "电子邮件帐户" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "高级设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私钥的 Base64 格式内容,不使用 YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "证书存放位置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "证书配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "质询别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "自定义 ACME 服务器目录 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS API 凭证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "续约前天数" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "默认" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "域名别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "域名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -96,7 +97,7 @@ msgstr "" "证书中要包含的域名。第一个名字将是主题名,后面的名字将是主题备用名称。请注" "意,所有域名都必须在路由中指向全局 DNS。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -104,31 +105,31 @@ msgstr "" "如,_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC 256 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC 384 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "与帐户密钥关联的电子邮件地址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "启用调试日志记录" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "已启用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "常规设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -138,86 +139,86 @@ msgstr "从 Letsencrypt 临时服务器获取证书(用于测试;证书无效) msgid "Grant UCI access for luci-app-acme" msgstr "为 luci-app-acme 授予 UCI 的访问权限" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." msgstr "如未及时续签证书,你会在到期前20天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "颁发于" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "生成的证书的密钥长度(和类型)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "密钥长度" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目标 DNS 区域的租约的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "有权从区域删除记录/将记录添加到区域的的用户的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "打开 DuckDNS 并在此复制令牌" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私密 API 签名密钥文件的路径" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "私钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "公钥证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA 2048 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA 3072 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA 4096 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "见操作指南" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "应指向租约主区域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "独立" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -227,7 +228,7 @@ msgstr "" "独立模式将使用 acme.sh 的内置 Web 服务器来颁发证书。Webroot 模式将使用现有的 " "Web 服务器来颁发证书。DNS 模式将允许您使用 DNS 提供商的 DNS API 颁发证书。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -235,7 +236,7 @@ msgstr "" "用于所有域名的质询别名(challenge alias)。有关此过程的详细信息,请参阅 %s。" "LUCI 每个证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -244,7 +245,7 @@ msgstr "" "上面选择的 DNS API 模式的凭据。请参阅 %s 以了解每个 API 所需的凭据格式。在此" "处以 KEY=VAL shell 变量格式添加多个条目,以提供多个凭据变量。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -252,29 +253,28 @@ msgstr "" "用于所有域名的别名(domain alias)。有关此过程的详细信息,请参阅 %s。LUCI 每个" "证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私密 API 签名密钥" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" -"这将配置 ACME 自动证书安装。只需填写此内容即可为路由器配置由 " -"颁发的 Web 界面证书。请注意,证书中的域名必须已经配置为指向路由器" -"的公网 IP 地址。配置完成后,颁发证书可能需要一段时间。从日志中查看签署进度和" -"错误。" +"这将配置 ACME 自动证书安装。只需填写此内容即可为路由器配置由 颁发的 Web 界面" +"证书。请注意,证书中的域名必须已经配置为指向路由器的公网 IP 地址。配置完成" +"后,颁发证书可能需要一段时间。从日志中查看签署进度和错误。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "这通常不是一个电子邮箱地址" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -286,35 +286,35 @@ msgstr "" "用 API 的列表,请参阅 %s。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是" "唯一支持通配符证书的模式。使用此模式需要安装 acme-dnsapi 包。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "使用自定义证书颁发机构代替 Let's Encrypt。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "使用临时服务器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "验证方式" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Webroot 文件夹" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -323,5 +323,9 @@ msgstr "" "Webserver 根目录。设置为 Web 服务器文档根目录,在 webroot 模式下运行 Acme。" "Web 服务器必须允许从互联网上使用80端口访问。" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "自定义 ACME 证书颁发机构" diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index 57725918d17c..1234c06debae 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -15,79 +15,80 @@ msgstr "" msgid "ACME certificates" msgstr "ACME證書" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 msgid "ACME global config" msgstr "ACME 全域組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "ACME server URL" msgstr "ACME 伺服器 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 msgid "Account email" msgstr "電子郵件帳號" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "Advanced Settings" msgstr "進階設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:435 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私鑰的 Base64 內容。不使用 YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 msgid "Cert files are stored in" msgstr "儲存憑證和其他狀態檔的位置。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 msgid "Certificate config" msgstr "憑證組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 msgid "Certificates" msgstr "憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:456 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 msgid "Challenge Alias" msgstr "Challenge 別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Custom ACME server directory URL." msgstr "自訂 ACME 伺服器的 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "DNS API credentials" msgstr "DNS API 憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "DNS Challenge Validation" msgstr "DNS Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "Days until renewal" msgstr "更新前的天數" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 msgid "Default" msgstr "預設" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:465 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 msgid "Domain Alias" msgstr "網域別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "Domain names" msgstr "網域名稱" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 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 " @@ -96,7 +97,7 @@ msgstr "" "憑證包含的網域名稱;第一個域名將作為「主體名稱」,其他則為「主體備用名稱」。" "請注意:所有域名都必須在全域 DNS 中解析為路由器的 IP 位址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -104,33 +105,33 @@ msgstr "" "如_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "ECC 256 bits" msgstr "ECC(256 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "ECC 384 bits" msgstr "ECC(384 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Email address to associate with account key." msgstr "" "與「ACME 帳號金鑰」關聯的電子郵件位址;其用於接收 ACME CA 寄送的憑證過期通知" "電子郵件。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Enable debug logging" msgstr "啟用除錯日誌記錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 msgid "Enabled" msgstr "啟用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:484 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,86 +141,86 @@ msgstr "從 Let's Encrypt 臨時伺服器取得憑證(僅供測試用途,憑 msgid "Grant UCI access for luci-app-acme" msgstr "授予 luci-app-acme 擁有 UCI 存取的權限" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." msgstr "如果憑證未及時續訂,您將在到期前 20 天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 msgid "Issued on" msgstr "簽發於" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 msgid "Key size (and type) for the generated certificate." msgstr "產生憑證的金鑰大小(和型別)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 msgid "Key type" msgstr "金鑰大小" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:593 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:371 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目標 DNS 區域租約的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 msgid "OCID of user with permission to add/remove records from zones" msgstr "有權在區域中新增/刪除記錄的使用者的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:277 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 msgid "" "Open DuckDNS and copy a token here" msgstr "打開 DuckDNS 並在此處複製權杖" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰檔案的路徑" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:594 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 msgid "Private Key" msgstr "私鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:595 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Public Certificate" msgstr "公共憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 msgid "RSA 2048 bits" msgstr "RSA(2048 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 msgid "RSA 3072 bits" msgstr "RSA(3072 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:496 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "RSA 4096 bits" msgstr "RSA(4096 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:475 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:238 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 msgid "See instructions" msgstr "查看說明" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 msgid "Should point to the tenancy home region" msgstr "應指向租約區域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 msgid "Standalone" msgstr "獨立" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -230,7 +231,7 @@ msgstr "" "用現存的 Web 伺服器,「DNS 模式」允許您使用 DNS 服務提供者的 DNS API 來頒發憑" "證。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:457 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -238,7 +239,7 @@ msgstr "" "所有網域使用的 Challenge 別名;請參閱 %s 以獲得行程的詳細資訊。LuCI 僅支援每" "個憑證擁有唯一 Challenge 別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -247,7 +248,7 @@ msgstr "" "上面已選擇 DNS API 的憑證;請參閱 %s 以獲得每個 API 所需的憑證格式。要提供多" "個憑證變數,請輸入格式為 KEY=VAL 的多個項目。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:466 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -255,29 +256,29 @@ msgstr "" "所有網域使用的網域別名;請參閱 %s 以獲得該行程的詳細資訊。LuCI 僅支援每個憑證" "擁有唯一網域別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 msgid "" -"This configures ACME automatic certificate installation. " -"Simply fill out this to have the router configured with 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." +"This configures ACME automatic certificate installation. Simply fill out " +"this to have the router configured with 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 "" "您可以在這裡配置 ACME(Automated Certificate Management Environment,自動憑證" "管理環境)來實現憑證的自動安裝;簡單填寫該組態將為路由器 Web 介面取得藉由 " "Let's Encrypt 頒發的憑證。請注意:憑證中的域名必須指向路由器公共 IP 位址。配" "置完成後憑證的頒發需要一段時間,請檢視日誌來取得其進展和任何錯誤。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:299 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 msgid "This is usually NOT an email address" msgstr "這通常不是電子郵件地址" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -290,35 +291,35 @@ msgstr "" "援「萬用字元憑證」的唯一模式。請注意:必須安裝 acme-dnsapi 套件後才能使用該模" "式。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:524 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Use a custom CA instead of Let's Encrypt." msgstr "使用自訂 CA 代替 Let's Encrypt。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" msgstr "使用臨時伺服器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "驗證方法" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 msgid "Webroot directory" msgstr "Webroot 目錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 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 " @@ -327,5 +328,9 @@ msgstr "" "Web 伺服器根目錄;設定 Web 伺服器文件的根目錄以在「Webroot 模式」下執行 " "ACME。Web 伺服器的 80 埠必須允許從 Internet 存取。" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +msgid "You sign certificates for free with:" +msgstr "" + #~ msgid "Custom ACME CA" #~ msgstr "自訂 ACME CA" From abc07d568cf420d58d3903d63796bd6e8c1d372b Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 17:18:05 +0300 Subject: [PATCH 05/25] luci-app-acme: acme_server: remove Let's Encrypt from title By default it's ZeroSSL. Signed-off-by: Sergey Ponomarev --- .../luci-app-acme/htdocs/luci-static/resources/view/acme.js | 2 +- applications/luci-app-acme/po/ar/acme.po | 2 +- applications/luci-app-acme/po/bg/acme.po | 2 +- applications/luci-app-acme/po/bn_BD/acme.po | 2 +- applications/luci-app-acme/po/ca/acme.po | 2 +- applications/luci-app-acme/po/cs/acme.po | 4 ++-- applications/luci-app-acme/po/da/acme.po | 4 ++-- applications/luci-app-acme/po/de/acme.po | 2 +- applications/luci-app-acme/po/el/acme.po | 2 +- applications/luci-app-acme/po/en/acme.po | 4 ++-- applications/luci-app-acme/po/es/acme.po | 4 ++-- applications/luci-app-acme/po/fa/acme.po | 2 +- applications/luci-app-acme/po/fi/acme.po | 2 +- applications/luci-app-acme/po/fr/acme.po | 2 +- applications/luci-app-acme/po/he/acme.po | 2 +- applications/luci-app-acme/po/hi/acme.po | 2 +- applications/luci-app-acme/po/hu/acme.po | 2 +- applications/luci-app-acme/po/id/acme.po | 4 ++-- applications/luci-app-acme/po/it/acme.po | 4 ++-- applications/luci-app-acme/po/ja/acme.po | 2 +- applications/luci-app-acme/po/ko/acme.po | 4 ++-- applications/luci-app-acme/po/lt/acme.po | 4 ++-- applications/luci-app-acme/po/mr/acme.po | 2 +- applications/luci-app-acme/po/ms/acme.po | 2 +- applications/luci-app-acme/po/nb_NO/acme.po | 2 +- applications/luci-app-acme/po/nl/acme.po | 2 +- applications/luci-app-acme/po/pl/acme.po | 4 ++-- applications/luci-app-acme/po/pt/acme.po | 4 ++-- applications/luci-app-acme/po/pt_BR/acme.po | 4 ++-- applications/luci-app-acme/po/ro/acme.po | 4 ++-- applications/luci-app-acme/po/ru/acme.po | 4 ++-- applications/luci-app-acme/po/si/acme.po | 2 +- applications/luci-app-acme/po/sk/acme.po | 2 +- applications/luci-app-acme/po/sv/acme.po | 4 ++-- applications/luci-app-acme/po/templates/acme.pot | 2 +- applications/luci-app-acme/po/tr/acme.po | 4 ++-- applications/luci-app-acme/po/uk/acme.po | 4 ++-- applications/luci-app-acme/po/vi/acme.po | 4 ++-- applications/luci-app-acme/po/zh_Hans/acme.po | 4 ++-- applications/luci-app-acme/po/zh_Hant/acme.po | 4 ++-- 40 files changed, 59 insertions(+), 59 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 3623fa4977ad..a9ee2bdd4882 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -524,7 +524,7 @@ return view.extend({ }; o = s.taboption('advanced', form.Value, "acme_server", _("ACME server URL"), - _('Use a custom CA instead of Let\'s Encrypt.') + ' ' + _('Custom ACME server directory URL.')); + _('Use a custom CA.') + ' ' + _('Custom ACME server directory URL.')); o.depends("staging", "0"); o.placeholder = "https://api.buypass.com/acme/directory"; o.optional = true; diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index 57f4f39c040c..41a3e17710e4 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -295,7 +295,7 @@ msgstr "" "dnsapi." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "استخدم مرجع مصدق (CA) مخصصًا بدلاً من Let's Encrypt." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index 6b455b51dcf5..c867c037e38b 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -269,7 +269,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index e1fb681564d3..04679db0e90a 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -290,7 +290,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index 8fd8f4d8b234..b0dca27f67d3 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -269,7 +269,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index 1dfd7db12cb2..24b9f6071766 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -305,8 +305,8 @@ msgstr "" "dnsapi." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Namísto Let's Encrypt použít vlastní CA." +msgid "Use a custom CA." +msgstr "Použít vlastní CA." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index a52b6a463534..8d5f154242e8 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -306,8 +306,8 @@ msgstr "" "kræver, at pakken acme-dnsapi er installeret." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Brug en brugerdefineret CA i stedet for Let's Encrypt." +msgid "Use a custom CA." +msgstr "Brug en brugerdefineret CA." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index b3b8bbcea6d3..741008998b9a 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -309,7 +309,7 @@ msgstr "" "Modus muss das acme-dnsapi-Paket installiert sein." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "Nutze individuelles Zertifikat statt Let's Encrypt." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index 5d6b33dde6b5..ac5236114eb1 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -269,7 +269,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/en/acme.po b/applications/luci-app-acme/po/en/acme.po index 1a68686799a9..18f6b5c05ea7 100644 --- a/applications/luci-app-acme/po/en/acme.po +++ b/applications/luci-app-acme/po/en/acme.po @@ -311,8 +311,8 @@ msgstr "" "the acme-dnsapi package to be installed." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Use a custom CA (Certificate Authority) instead of Let's Encrypt." +msgid "Use a custom CA." +msgstr "Use a custom CA (Certificate Authority)." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index 55fa0b59021b..1f3728bb134b 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -311,8 +311,8 @@ msgstr "" "acme-dnsapi." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Utilice una CA personalizada en lugar de Let's Encrypt." +msgid "Use a custom CA." +msgstr "Utilice una CA personalizada." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/fa/acme.po b/applications/luci-app-acme/po/fa/acme.po index b81d6d3fc116..92a141ee9327 100644 --- a/applications/luci-app-acme/po/fa/acme.po +++ b/applications/luci-app-acme/po/fa/acme.po @@ -276,7 +276,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index 8bf895ed7f20..14f097358995 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -276,7 +276,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index e9b134ca853c..430723d15d6c 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -308,7 +308,7 @@ msgstr "" "requiert l'installation du paquet acme-dnsapi." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "Utiliser un CA personnalisé à la place de celui de Let's Encryt." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index b5ce9833aea7..e5d271de9d5e 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -270,7 +270,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 3595b0056f6d..9e13c563de90 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -263,7 +263,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index 0c72da359312..890e5d61db93 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -302,7 +302,7 @@ msgstr "" "szükséges, hogy az acme-dnsapi csomag telepítve legyen." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index 44faba250ef1..3aa2fe164bc9 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -297,8 +297,8 @@ msgstr "" "Menggunakan mode ini memerlukan paket acme-dnsapi untuk diinstal." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Gunakan CA khusus sebagai ganti Let's Encrypt." +msgid "Use a custom CA." +msgstr "Gunakan CA khusus." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index e625092ec1e7..d786cdbe9ff6 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -309,8 +309,8 @@ msgstr "" "pacchetto acme-dnsapi." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Usa una CA personalizzata invece di Let's Encrypt." +msgid "Use a custom CA." +msgstr "Usa una CA personalizzata." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index 755c32bd64e7..a779b96f6edd 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -276,7 +276,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "Let'sEncryptの代わりにカスタムCAを使用する。" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index 457c58c46e76..1a7441aa4522 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -294,8 +294,8 @@ msgstr "" "acme-dnsapi 패키지가 설치되어 있어야 합니다." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Let's Encrypt 대신 사용자 지정 CA를 사용합니다." +msgid "Use a custom CA." +msgstr "사용자 지정 CA를 사용합니다." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index 8b74824a61fe..18a68877cfb9 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -277,8 +277,8 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Naudoti pasirinktinį „CA“ vietoj „Let's Encrypt“." +msgid "Use a custom CA." +msgstr "Naudoti pasirinktinį „CA“" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index 686bb59026d9..1a5e68a4cd06 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -269,7 +269,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index f850fbea0ec6..100ee972fc7c 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -269,7 +269,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index 83981f145e83..c95e4b7b3968 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -270,7 +270,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/nl/acme.po b/applications/luci-app-acme/po/nl/acme.po index 7b6e9256c629..4ffeb3250cef 100644 --- a/applications/luci-app-acme/po/nl/acme.po +++ b/applications/luci-app-acme/po/nl/acme.po @@ -268,7 +268,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index 33046fda5097..879ca68b765a 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -310,8 +310,8 @@ msgstr "" "dnsapi." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Użyj niestandardowego CA zamiast Let's Encrypt." +msgid "Use a custom CA." +msgstr "Użyj niestandardowego CA." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index 10fb84890f0d..1cda4ab36d99 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -309,8 +309,8 @@ msgstr "" "curinga. A utilização deste modo requer a instalação do pacote acme-dnsapi." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Use uma AC personalizada em vez de Let's Encrypt." +msgid "Use a custom CA." +msgstr "Use uma AC personalizada." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index 2a18c6427042..3d50ec22179b 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -307,8 +307,8 @@ msgstr "" "acme-dnsapi esteja instalado." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Use uma CA customizada em vez do Let's Encrypt." +msgid "Use a custom CA." +msgstr "Use uma CA customizada." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index 9e13b454922f..1b7de758d7f1 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -311,8 +311,8 @@ msgstr "" "acme-dnsapi." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Utilizați un CA personalizat în loc de Let's Encrypt." +msgid "Use a custom CA." +msgstr "Utilizați un CA personalizat." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index 58bc62cdd226..d4d7df0c4484 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -308,8 +308,8 @@ msgstr "" "dnsapi." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Использовать сторонний центр сертификации вместо Let's Encrypt." +msgid "Use a custom CA." +msgstr "Использовать другой Центр Сертификации (CA)." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index f3719f3625c1..a6a5b4508402 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -269,7 +269,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index c443e262050c..e9de2f0d5766 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -278,7 +278,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index 776812d4ac9b..0d33d091a390 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -284,8 +284,8 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Använd en anpassad CA istället för Let's Encrypt." +msgid "Use a custom CA." +msgstr "Använd en anpassad CA." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index b1e695b08343..29c94d5a5ca4 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -260,7 +260,7 @@ msgid "" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." +msgid "Use a custom CA." msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index 2d81b8a0c842..c2ee49c954c7 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -307,8 +307,8 @@ msgstr "" "paketinin yüklenmesini gerektirir." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Let's Encrypt yerine özel bir CA kullanın." +msgid "Use a custom CA." +msgstr "Özel bir CA kullanın." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index 03ea6b608609..ea8d475f50bc 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -308,8 +308,8 @@ msgstr "" "пакет acme-dnsapi." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Використовувати інший ЦС замість Let's Encrypt." +msgid "Use a custom CA." +msgstr "Використовувати інший ЦС." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index 07b441b10aa7..82b65f737bf2 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -296,8 +296,8 @@ msgstr "" "yêu cầu phải cài đặt gói acme-dnsapi." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "Sử dụng tùy chỉnh nhà cung cấp chứng chỉ thay cho Let's Encrypt." +msgid "Use a custom CA." +msgstr "Sử dụng tùy chỉnh nhà cung cấp chứng chỉ." #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index 054db0657dc3..387a8f089cd4 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -287,8 +287,8 @@ msgstr "" "唯一支持通配符证书的模式。使用此模式需要安装 acme-dnsapi 包。" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "使用自定义证书颁发机构代替 Let's Encrypt。" +msgid "Use a custom CA." +msgstr "使用自定义证书颁发机构代。" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index 1234c06debae..b9bfd96f2fca 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -292,8 +292,8 @@ msgstr "" "式。" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 -msgid "Use a custom CA instead of Let's Encrypt." -msgstr "使用自訂 CA 代替 Let's Encrypt。" +msgid "Use a custom CA." +msgstr "使用自訂 CA。" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 msgid "Use staging server" From 6249c07aea9550827d3c31adfbc2d70bdd2cc919 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 17:42:13 +0300 Subject: [PATCH 06/25] luci-app-acme: acme_server: add "See more" link Also change days placeholder to 60 which is a default for acme.sh Signed-off-by: Sergey Ponomarev --- .../luci-app-acme/htdocs/luci-static/resources/view/acme.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index a9ee2bdd4882..1830c56e147c 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -524,7 +524,9 @@ return view.extend({ }; o = s.taboption('advanced', form.Value, "acme_server", _("ACME server URL"), - _('Use a custom CA.') + ' ' + _('Custom ACME server directory URL.')); + _('Use a custom CA.') + ' ' + _('Custom ACME server directory URL.') + '
' + + '' + _('See more') + '' + ); o.depends("staging", "0"); o.placeholder = "https://api.buypass.com/acme/directory"; o.optional = true; @@ -532,7 +534,7 @@ return view.extend({ o = s.taboption('advanced', form.Value, 'days', _('Days until renewal')); o.optional = true; - o.placeholder = 90; + o.placeholder = 60; o.datatype = 'uinteger'; o.modalonly = true; From 7706c6d05a707be576f1d5752a7360bf4ca41c42 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 17:51:50 +0300 Subject: [PATCH 07/25] luci-app-acme: introduction: add link to OpenWrt Wiki The article is "Get a free HTTPS certificate from LetsEncrypt for OpenWrt with ACME.sh" Signed-off-by: Sergey Ponomarev --- .../luci-app-acme/htdocs/luci-static/resources/view/acme.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 1830c56e147c..7aa653ac23ff 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -33,7 +33,8 @@ return view.extend({ _('You can sign certificates for free with:') + '
' + 'ZeroSSL ' + _('Default') + '
' + 'LetsEncrypt ' + '
' + - _("Cert files are stored in") + ' /etc/ssl/acme' + _("Cert files are stored in") + ' /etc/ssl/acme' + '
' + + '' + _('See more') + '' ); s = m.section(form.TypedSection, "acme", _("ACME global config")); From 76ca13f97fd012eafa59849189735c057325942a Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 18:42:19 +0300 Subject: [PATCH 08/25] luci-app-acme: put validation_method above domains A user must specify the validation_method first. Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme.js | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 7aa653ac23ff..c7b2075f7a6f 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -63,21 +63,22 @@ return view.extend({ o = s.taboption('general', form.Flag, "enabled", _("Enabled")); o.rmempty = false; + o = s.taboption('general', form.ListValue, 'validation_method', _('Validation method'), + _('Standalone mode will use the built-in webserver of acme.sh to issue a certificate. ' + + 'Webroot mode will use an existing webserver to issue a certificate. ' + + 'DNS mode will allow you to use the DNS API of your DNS provider to issue a certificate.') + ); + o.value('standalone', _('Standalone')); + o.value('webroot', _('Webroot')); + o.value('dns', _('DNS')); + o.default = 'webroot'; + o = s.taboption('general', form.DynamicList, "domains", _("Domain names"), _("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.")); o.datatype = "list(string)"; - o = s.taboption('general', form.ListValue, 'validation_method', _('Validation method'), - _("Standalone mode will use the built-in webserver of acme.sh to issue a certificate. " + - "Webroot mode will use an existing webserver to issue a certificate. " + - "DNS mode will allow you to use the DNS API of your DNS provider to issue a certificate.")); - o.value("standalone", _("Standalone")); - o.value("webroot", _("Webroot")); - o.value("dns", _("DNS")); - o.default = 'webroot'; - o = s.taboption('challenge_webroot', form.Value, 'webroot', _('Webroot directory'), _("Webserver root directory. Set this to the webserver " + "document root to run Acme in webroot mode. The web " + From 99aea875215588042c23d5ab351cb1f39b722ce8 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 18:47:50 +0300 Subject: [PATCH 09/25] luci-app-acme: Validate domains We can't just use the datatype = "list(hostname)" because a domain may have a wildcard. So check the domain by a simple regexp. Check that DNS mode is used for wildcard. Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme.js | 12 ++ applications/luci-app-acme/po/ar/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/bg/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/bn_BD/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/ca/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/cs/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/da/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/de/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/el/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/en/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/es/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/fa/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/fi/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/fr/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/he/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/hi/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/hu/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/id/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/it/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/ja/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/ko/acme.po | 140 +++++++++-------- applications/luci-app-acme/po/lt/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/mr/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/ms/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/nb_NO/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/nl/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/pl/acme.po | 145 ++++++++++-------- applications/luci-app-acme/po/pt/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/pt_BR/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/ro/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/ru/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/si/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/sk/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/sv/acme.po | 131 ++++++++-------- .../luci-app-acme/po/templates/acme.pot | 131 ++++++++-------- applications/luci-app-acme/po/tr/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/uk/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/vi/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/zh_Hans/acme.po | 131 ++++++++-------- applications/luci-app-acme/po/zh_Hant/acme.po | 131 ++++++++-------- 40 files changed, 2792 insertions(+), 2352 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index c7b2075f7a6f..30156702cc50 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -78,6 +78,18 @@ return view.extend({ "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.")); o.datatype = "list(string)"; + o.validate = function (section_id, value) { + if (!/^[*a-z0-9.-]*$/.test(value)) { + return _('Invalid domain'); + } + if (value.includes('*')) { + let method = this.section.children.filter(function (o) { return o.option == 'validation_method'; })[0].formvalue(section_id); + if (method && method !== 'dns') { + return _('A domain name with wildcard * available only when the Validation Method: DNS'); + } + } + return true; + }; o = s.taboption('challenge_webroot', form.Value, 'webroot', _('Webroot directory'), _("Webserver root directory. Set this to the webserver " + diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index 41a3e17710e4..846e22fe34e1 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -11,28 +11,33 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 4.5.1\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: 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.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "التكوين العالمي لبيئة إدارة الشهادات التلقائية" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "عنوان URL لخادم ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "حساب البريد الإلكتروني" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "إعدادات متقدمة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -40,56 +45,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "حيث يتم حفظ شهادات وملفات الدولة الأخرى." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "تكوين الشهادة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "الاسم المستعار لاعتراض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "عنوان URL مخصص لدليل خادم ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "نظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "مؤهلات واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "الأيام حتى التجديد" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "الاسم المستعار للنطاق" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -99,37 +104,37 @@ msgstr "" "وستكون الأسماء اللاحقة أسماء بديلة. لاحظ أن جميع أسماء النطاقات يجب أن تشير " "إلى جهاز التوجيه في نظام أسماء النطاقات العام." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "عنوان البريد الإلكتروني لربطه بمفتاح الحساب." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "مكن السجل للتصحيح البرمجي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "مفعل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "الاعدادات العامة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,86 +146,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "منح الوصول فريد معرف العميل ل luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "حجم المفتاح (والنوع) للشهادة التي تم إنشاؤها." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "حجم المفتاح" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "مستقل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -231,7 +242,7 @@ msgstr "" "Webroot خادم ويب موجودًا لإصدار شهادة. سيسمح لك وضع DNS باستخدام DNS API " "لمزود DNS الخاص بك لإصدار شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -239,7 +250,7 @@ msgstr "" "الاسم المستعار الاعتراضي لاستخدامه لكل أسماء النقابات. انظرإلى %s للاطلاع " "على تفاصيل هذه العملية. يدعم LUCI اسمًا مستعارًا واحدًا فقط للاعتراض لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -249,7 +260,7 @@ msgstr "" "لتنسيق بيانات الاعتماد التي تتطلبها كل واجهة برمجة تطبيقات. أضف إدخالات " "متعددة هنا في تنسيق متغير shell \"KEY = VAL\" لتوفير متغيرات اعتماد متعددة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -257,7 +268,7 @@ msgstr "" "اسم النطاق المستعار لاستخدامها في جميع المجالات. انظر %s عن تفاصيل هذه " "العملية. لوسي يدعم فقط واحد التحدي المجال لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -276,11 +287,11 @@ msgstr "" "بروتوكول الإنترنت العام لجهاز التوجيه. بمجرد التكوين ، يمكن أن يستغرق إصدار " "الشهادات بعض الوقت. يمكنك التحقق من سجلات التقدم وأية أخطاء." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -294,35 +305,35 @@ msgstr "" "الوحيد الذي يدعم شهادات أحرف البدل. يتطلب استخدام هذا الوضع تثبيت حزمة acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "استخدم مرجع مصدق (CA) مخصصًا بدلاً من Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "استخدم خادم الترحيل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "طريقة التحقق من الصحة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "دليل Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index c867c037e38b..22df117f4929 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME сертификати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME глобални настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL на ACME сървър" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Имейл на акаунта" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Разширени настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -39,93 +44,93 @@ msgstr "" msgid "Cert files are stored in" msgstr "Директория със сертификати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Конфигурация на сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS API креденшъли" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Дни до подновяване" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "По подразбиране" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Имена на домейни" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Разрешен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Общи настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -135,86 +140,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -222,26 +233,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -255,11 +266,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -268,35 +279,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index 04679db0e90a..49580888eff3 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME সার্টিফিকেট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME গ্লোবাল কনফিগ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "ACME সার্ভার URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "অ্যাকাউন্ট ইমেইল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "উন্নত সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -39,56 +44,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "সার্টিফিকেট কনফিগারেশন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "চ্যালেঞ্জ উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "কাস্টম ACME সার্ভার ডিরেক্টরি URL।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "ডিএনএস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS API ক্রিডেনশিয়াল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "নবায়ন পর্যন্ত দিন" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -98,37 +103,37 @@ msgstr "" "হবে বিকল্প নাম। মনে রাখবেন যে সমস্ত ডোমেইন নাম অবশ্যই বৈশ্বিক DNS- এর রাউটারে " "নির্দেশ করতে হবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "অ্যাকাউন্ট কী এর সাথে যুক্ত করার জন্য ইমেইল ঠিকানা।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "ডিবাগ লগিং সক্রিয় করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "সক্রিয়" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "সাধারণ সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,86 +145,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Luci-app-acme এর জন্য UCI অ্যাক্সেস প্রদান করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "সার্টিফিকেট উৎপন্ন করার জন্য কী সাইজ (এবং প্রকার)।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "কী সাইজ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "স্বতন্ত্র" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -231,7 +242,7 @@ msgstr "" "করবে। ডিএনএস মোড আপনার ডিএনএস প্রদানকারীর ডিএনএস এপিআই ব্যবহার করে সার্টিফিকেট " "ইস্যু করবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -239,7 +250,7 @@ msgstr "" "সমস্ত ডোমেইনের জন্য চ্যালেঞ্জ উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য %s দেখুন। " "LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ উপনাম সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -249,7 +260,7 @@ msgstr "" "ফরম্যাটের জন্য দেখুন %s। একাধিক ক্রিডেনশিয়াল ভেরিয়েবল সরবরাহ করতে এখানে KEY = " "VAL শেল ভেরিয়েবল ফরম্যাটে একাধিক এন্ট্রি যুক্ত করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -257,7 +268,7 @@ msgstr "" "সমস্ত ডোমেইনের জন্য ব্যবহৃত ডোমেইন উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য দেখুন " "%s। LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ ডোমেইন সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -276,11 +287,11 @@ msgstr "" "কনফিগার করা আবশ্যক। একবার কনফিগার হয়ে গেলে, সার্টিফিকেট ইস্যু করতে কিছু সময় লাগতে " "পারে। অগ্রগতি এবং কোন ত্রুটির জন্য লগ চেক করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -289,35 +300,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index b0dca27f67d3..a48f4bb75295 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5.2-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: 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.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Configuració avançada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -39,93 +44,93 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Activat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Paràmetres generals" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -135,86 +140,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -222,26 +233,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -255,11 +266,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -268,35 +279,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index 24b9f6071766..34b587813d0b 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 5.0.2\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certifikáty ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Globální konfigurace ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL serveru ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "E-mail k účtu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Pokročilá nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 obsah soukromého klíče. Použití namísto YC_SA_Key_File_Path" @@ -39,56 +44,56 @@ msgstr "Base64 obsah soukromého klíče. Použití namísto YC_SA_Key_File_Path msgid "Cert files are stored in" msgstr "Certifikáty jsou uloženy v" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Konfigurace certifikátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Aliasy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "Adresář URL vlastního serveru ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS API pověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Dny do obnovení" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Výchozí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Alias domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Doménové názvy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -98,7 +103,7 @@ msgstr "" "jméno subjektu, další jsou alternativní názvy. Mějte na paměti, že všechny " "doménové názvy musejí v globálním DNS ukazovat na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -106,31 +111,31 @@ msgstr "" "Např. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "E-mailová adresa pro přiřazení ke klíči účtu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Povolit ladicí protokolování" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Zapnuto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Obecná nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -142,7 +147,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Udělit přístup UCI pro luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -150,82 +155,88 @@ msgstr "" "Pokud nebyl certifikát obnoven včas, obdržíte upozornění 20 dní před " "vypršením." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Vydáno" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Velikost (a typ) klíče pro generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Velikost klíče" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Hlavní doména" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID nájmu, který obsahuje cílovou DNS zónu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID uživatele s povolením přidat/odstranit záznamy ze zón" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otevřete DuckDNS a zkopírujte token " "zde" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "Cesta k soukromému API podpisovému klíči v PEM formátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Soukromý klíč" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Veřejný certifikát" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Zobrazit pokyny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Mělo by ukazovat na domovský region pronájmu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Samostatný" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -236,7 +247,7 @@ msgstr "" "acme.sh. Režim webroot bude používat existující webový server. DNS režim " "bude umožňovat použití DNS API vašeho poskytovatele DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -245,7 +256,7 @@ msgstr "" "procesu naleznete na adrese %s. Rozhraní LUCI podporuje pouze jeden alias " "výzvy na certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -256,7 +267,7 @@ msgstr "" "více položek v formátu proměnné shellu KLÍČ=HODNOTA, abyste mohli poskytnout " "více přihlašovacích proměnných." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -265,7 +276,7 @@ msgstr "" "tomto procesu. LUCI podporuje jen jednu challenge doménu pro každý " "certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "Soukromý API podpisový klíč v PEM formátu" @@ -285,11 +296,11 @@ msgstr "" "bude konfigurace dokončena, vydávání certifikátů bude chvíli trvat. " "Kontrolujte protokoly, kde uvidíte průběh a jakékoli chyby." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Toto obvykle NENÍ e-mailová adresa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -304,35 +315,35 @@ msgstr "" "wildcard certifikátů. Použití tohoto režimu vyžaduje instalaci balíčku acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Použít vlastní CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Použijte pracovní server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Metoda ověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Adresář Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index 8d5f154242e8..bae0b0d3c69b 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME global konfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL til ACME-serveren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Konto e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Avancerede indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 indhold af privat nøgle. Brug i stedet for YC_SA_Key_File_Path" @@ -39,56 +44,56 @@ msgstr "Base64 indhold af privat nøgle. Brug i stedet for YC_SA_Key_File_Path" msgid "Cert files are stored in" msgstr "Cert-filer gemmes i" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Certifikatkonfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Udfordr Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "Brugerdefineret URL til ACME-serverens mappe." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS-API legitimationsoplysninger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Antal dage indtil fornyelse" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Domænealias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Domænenavne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -98,7 +103,7 @@ msgstr "" "emnet, de efterfølgende navne vil være alt-navne. Bemærk, at alle " "domænenavne skal pege på routeren i den globale DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -106,31 +111,31 @@ msgstr "" "f. eks. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "E-mail-adresse, der skal knyttes til kontonøglen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Aktivér debug logning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Aktiveret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Generelle indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -142,7 +147,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Giv UCI-adgang til luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -150,82 +155,88 @@ msgstr "" "Hvis et certifikat ikke blev fornyet i tide, vil du modtage en meddelelse på " "20 dage før udløbet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "udstedt den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Nøglestørrelse (og -type) for det genererede certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Nøglestørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Hoveddomæne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID af tenancy, der indeholder mål DNS zonen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID af brugeren med tilladelse til at tilføje / fjerne poster fra zoner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Åbn DuckDNS og kopiere en token her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "Sti til privat API underskrift nøglefil i PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Privat nøgle" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Offentligt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Se instruktioner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Skal pege på den lejede hjemme region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Standalone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -237,7 +248,7 @@ msgstr "" "til at udstede et certifikat. DNS-tilstand giver dig mulighed for at bruge " "DNS API'et hos din DNS-udbyder til at udstede et certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -246,7 +257,7 @@ msgstr "" "nærmere oplysninger om denne proces. LUCI understøtter kun ét " "udfordringsalias pr. certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -257,7 +268,7 @@ msgstr "" "her i formatet KEY=VAL shellvariabel for at angive flere " "legitimationsvariabler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -266,7 +277,7 @@ msgstr "" "oplysninger om denne proces. LUCI understøtter kun ét udfordringsdomæne pr. " "certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "Den private API signeringsnøgle i PEM-format" @@ -286,11 +297,11 @@ msgstr "" "konfigureret, kan udstedelsen af certifikater tage et stykke tid. Kontroller " "logfilerne for fremskridt og eventuelle fejl." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Dette er normalt IKKE en e-mailadresse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -305,35 +316,35 @@ msgstr "" "tilstand, der understøtter wildcard-certifikater. Brug af denne tilstand " "kræver, at pakken acme-dnsapi er installeret." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Brug en brugerdefineret CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Brug staging-server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Valideringsmetode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Webroot-mappen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index 741008998b9a..78e078d488bf 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Globale ACME-Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "ACME-Server URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Account E-Mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-Inhalt des privaten Schlüssels. Verwendung anstelle von " @@ -41,56 +46,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "Wo Zertifikate und andere Statusdateien aufbewahrt werden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Zertifikateinstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Challenge-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "Benutzerdefinierte ACME-Serververzeichnis URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS API Zugangsdaten" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Tage bis zur Erneuerung" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Domain-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Domainnamen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -100,7 +105,7 @@ msgstr "" "Eintrag ist der Betreff, nachfolgende Namen sind Alternativnamen. Beachten " "Sie, dass alle Domainamen im globalen DNS auf den Router zeigen müssen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,31 +113,31 @@ msgstr "" "Z. B. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "E-Mail Adresse, welche mit dem Account Key verknüpft wird." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Aktiviere Debug-Protokollierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Aktiviert" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Allgemeine Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,7 +149,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "UCI Zugriff auf luci-app-acme erlauben" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -152,83 +157,89 @@ msgstr "" "Wird ein Zertifikat nicht rechtzeitig erneuert, erhältst du 20 Tage vor " "dessen Ablauf eine Benachrichtigung." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Ausgestellt am" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Schlüsselgröße (und Typ) für das generierte Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Schlüsselgröße" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Hauptdomain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Öffne DuckDNS und kopiere ein Token " "hier her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "Pfad zur Private-API-Signierschlüsseldatei im PEM-Format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "öffentliches Zertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Siehe Anleitung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Eigenständig" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -240,7 +251,7 @@ msgstr "" "Webserver genutzt. Der DNS-Modus erlaubt es, die API deines DNS-Providers " "für die Zertifikatausstellung zu verwenden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -249,7 +260,7 @@ msgstr "" "Vorgang finden Sie unter %s.LUCI unterstützt nur einen Challenge-Alias pro " "Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -260,7 +271,7 @@ msgstr "" "Fügen Sie hier mehrere Einträge im Shell-Variablenformat KEY = VAL hinzu, um " "mehrere Anmeldeinformationsvariablen bereitzustellen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -268,7 +279,7 @@ msgstr "" "Der für ALLE Domänen zu nutzende Alias. Siehe %s für Details zu diesem " "Prozess. LUCI unterstützt nur eine Domänenanforderung pro Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "Der private API-Signierschlüssel im PEM-Format" @@ -289,11 +300,11 @@ msgstr "" "kann die Ausstellung von Zertifikaten eine Weile dauern. Überprüfen Sie die " "Protokolle auf Fortschritt und Fehler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Dies ist normalerweise KEINE E-Mail-Adresse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -308,35 +319,35 @@ msgstr "" "Modus, der Platzhalterzertifikate unterstützt. Für die Verwendung dieses " "Modus muss das acme-dnsapi-Paket installiert sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Nutze individuelles Zertifikat statt Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Staging-Server verwenden" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Überprüfungsmethode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Webroot-Verzeichnis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index ac5236114eb1..96e0f2ebc3c8 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME πιστοποιητικά" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Λογαριασμός email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Ρυθμίσεις για προχωρημένους" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -39,93 +44,93 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Μέρες μέχρι την ανανέωση" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Ενεργοποιήθηκε" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Γενικές ρυθμίσεις" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -135,86 +140,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -222,26 +233,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -255,11 +266,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -268,35 +279,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Μέθοδος επιβεβαίωσης" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/en/acme.po b/applications/luci-app-acme/po/en/acme.po index 18f6b5c05ea7..253e5a5ad1be 100644 --- a/applications/luci-app-acme/po/en/acme.po +++ b/applications/luci-app-acme/po/en/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.3-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME global config" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "ACME server URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Account email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Advanced Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 content of private key. Use instead of YC_SA_Key_File_Path (Yandex " @@ -41,56 +46,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "Certificate files are stored in" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Certificate configuration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Challenge Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "Custom ACME server directory URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS (Domain Name System)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS API credentials" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Days until renewal" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Default" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Domain Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Domain names" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -100,7 +105,7 @@ msgstr "" "subject name, subsequent names will be alt ermate names. Note that all " "domain names must point at the router in the global DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,33 +113,33 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 #, fuzzy msgid "ECC 256 bits" msgstr "ECC (Elliptic Curve) 256 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 #, fuzzy msgid "ECC 384 bits" msgstr "ECC (Elliptic Curve) 384 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "Email address to associate with account key." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Enable debug logging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Enabled" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "General Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,7 +151,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Grant UCI access for luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -154,87 +159,93 @@ msgstr "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Issued on" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Key size (and type) for the generated certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Key type" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Main Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 #, fuzzy msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) of tenancy that contains the target DNS zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 #, fuzzy msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID (Oracle Cloud Identifier) of user with permission to add/remove records " "from zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Open DuckDNS and copy a token here" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "Path to private API signing key file in PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 #, fuzzy msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Public Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "See instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Should point to the tenancy home region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Standalone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -246,7 +257,7 @@ msgstr "" "certificate. DNS mode will allow you to use the DNS API of your DNS provider " "to issue a certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -254,7 +265,7 @@ msgstr "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -264,7 +275,7 @@ msgstr "" "of credentials required by each API. Add multiple entries here in KEY=VAL " "shell variable format to supply multiple credential variables." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -272,7 +283,7 @@ msgstr "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "The private API signing key in PEM format" @@ -292,11 +303,11 @@ msgstr "" "configured, issuing certificates can take a while. Check the logs for " "progress and any errors." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "This is usually NOT an email address" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -310,35 +321,35 @@ msgstr "" "the only mode that supports wildcard certificates. Using this mode requires " "the acme-dnsapi package to be installed." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Use a custom CA (Certificate Authority)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Use a staging server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Validation method" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Webroot directory" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index 1f3728bb134b..a0646589c22b 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Configuración global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL del servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Cuenta de email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Ajustes avanzados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "El contenido Base64 de la clave privada. Usar en lugar de YC_SA_Key_File_Path" @@ -40,56 +45,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "Los archivos Cert se almacenan en" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Configuración de certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Alias de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "URL del directorio del servidor ACME personalizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "Credenciales de API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Días hasta la renovación" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Por defecto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Alias de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Nombres de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -100,7 +105,7 @@ msgstr "" "en cuenta que todos los nombres de dominio deben apuntar al enrutador en el " "DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,32 +113,32 @@ msgstr "" "Por ejemplo, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC de 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC de 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" "Dirección de correo electrónico para asociar con la clave de la cuenta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Activar el registro de depuración" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Activado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Ajustes generales" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,7 +150,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceder acceso UCI para luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -153,84 +158,90 @@ msgstr "" "Si un certificado no se ha renovado a tiempo, recibirás un aviso 20 días " "antes de su expiración." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Publicado el" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Tamaño de clave (y tipo) para el certificado generado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Tamaño de clave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Dominio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "El OCID del contrato de arrendamiento que contiene la zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID del usuario con permiso para agregar/eliminar los registros de las zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abre DuckDNS y copia un token aquí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" "Ruta al archivo de la clave de la firma de la API privada en formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Clave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA de 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA de 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA de 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Ver las instrucciones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Debes señalar a la región de origen del inquilino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Ser único" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -242,7 +253,7 @@ msgstr "" "emitir un certificado. El modo DNS le permitirá utilizar la API de DNS de su " "proveedor de DNS para emitir un certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -251,7 +262,7 @@ msgstr "" "obtener detalles sobre este proceso. LUCI solo admite un alias de desafío " "por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -262,7 +273,7 @@ msgstr "" "Agregue varias entradas aquí 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -271,7 +282,7 @@ msgstr "" "obtener detalles sobre este proceso. LUCI solo admite un dominio de desafío " "por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "La clave de la firma privada de la API en formato PEM" @@ -291,11 +302,11 @@ msgstr "" "enrutador. Una vez configurado, la emisión de certificados puede demorar un " "tiempo. Verifique los registros de progreso y cualquier error." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Normalmente NO es una dirección de correo electrónico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -310,35 +321,35 @@ msgstr "" "certificados comodín. El uso de este modo requiere que se instale el paquete " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Utilice una CA personalizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Usar servidor de ensayo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Método de validación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Directorio Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/fa/acme.po b/applications/luci-app-acme/po/fa/acme.po index 92a141ee9327..3b919f8a7ba5 100644 --- a/applications/luci-app-acme/po/fa/acme.po +++ b/applications/luci-app-acme/po/fa/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.5-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "گواهینامه های ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "پیکربندی جهانی ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "آدرس سرور ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "حساب ایمیل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "تنظیمات پیشرفته" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "محتوای Base64 کلید خصوصی. به جای YC_SA_Key_File_Path استفاده کنید" @@ -39,56 +44,56 @@ msgstr "محتوای Base64 کلید خصوصی. به جای YC_SA_Key_File_Path msgid "Cert files are stored in" msgstr "فایل های گواهی ذخیره می شوند در" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "پیکربندی گواهی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "گواهینامه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "نام مستعار چالش" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "آدرس سفارشی دایرکتوری سرور ACME ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "احراز هویت DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "اعتبار سنجی چالش DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "روز تا تمدید" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "پیشفرض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "نام مستعار دامنه" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "نام دامنه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -98,7 +103,7 @@ msgstr "" "بعدی، نام های جایگزین خواهد بود. توجّه داشته باشید که همهٔ‌ نام‌های دامنه باید " "در ساناد عمومیشان به مسیریاب اشاره کنند." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -106,31 +111,31 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "آدرس ایمیل برای مرتبط کردن با کلید حساب." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "ثبت اشکال زدایی را فعال کنید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "فعال" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "پیکربندی عمومی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -142,86 +147,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "اجازه دسترسی به UCI برای luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -229,26 +240,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -262,11 +273,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -275,35 +286,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index 14f097358995..4584ed6b20e2 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-sertifikaatit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME-yleisasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "ACME-palvelimen osoite" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Sähköpostitili" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Lisäasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -39,56 +44,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Sertifikaatin asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Varmenteet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Haaste - alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS API:n kirjautumistiedot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS-haastevalidointi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Päiviä uusimiseen" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Oletus" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Verkkonimen alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Verkkonimet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -99,7 +104,7 @@ msgstr "" "kaikkien verkkotunnusten pitää osoittaa reitittimeen globaalissa DNS-" "järjestelmässä." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,31 +112,31 @@ msgstr "" "Esim. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "Avaimeen liitettävä sähköpostiosoite." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Ota vieanetsintälokkaus käyttöön" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Käytössä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Yleiset asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,87 +146,93 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Salli pääsy acme-asetuksiin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Myönnetty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Avaimen koko (ja tyyppi) luotavassa sertifikaatissa." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Avaimen koko" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Avaa DuckDNS ja kopioi token tähän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Yksityinen avain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Julkinen varmenne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Katso ohjeet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -229,26 +240,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -262,11 +273,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Tämä EI yleensä ole sähköpostiosoite" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -275,35 +286,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Käytä staging-palvelimeen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Validointitapa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index 430723d15d6c..80956c5003f9 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.4-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificats ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Configuration globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL du serveur ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Compte email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Paramètres avancés" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Contenu de la clé privée en Base 64. À utiliser à la place de " @@ -41,56 +46,56 @@ 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.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Configuration du certificat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Certificats" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Alias du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "URL du répertoire du serveur ACME personnalisé." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "Identités de API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Nombre de jour avant renouvellement" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Par défaut" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Alias du Domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Noms de domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -100,7 +105,7 @@ msgstr "" "principal, les noms suivants seront les noms alternatifs. Notez que tous les " "noms de domaine doivent pointer sur le router dans le DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,31 +113,31 @@ msgstr "" "Ex. : _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "Adresse email à associer avec la clé du compte." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Activer les logs de type debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Activé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Réglages généraux" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,7 +149,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Autoriser les accès UCI pour luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -152,85 +157,91 @@ msgstr "" "Si un certificat n'a pas été renouvelé dans les temps, vous recevrez un avis " "20 jours avant expiration." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Date d'émission" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Longueur de clé (et type) du certificat généré." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Longueur de clé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Domaine principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID de l'utilisateur possédant la permission d'ajouter/supprimer des " "entrées sur les zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Ouvrir DuckDNS et copier un token " "ici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" "Chemin d'accès vers la clé privée de signature de l'API (au format PEM)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Clé Privée" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Certificat Publique" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Voir les instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Autonome" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -242,7 +253,7 @@ msgstr "" "pour le générer. Le mode DNS vous permet d'utiliser l 'API DNS de votre " "fournisseur de DNS pour générer le certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -250,7 +261,7 @@ msgstr "" "L'alias du challenge à utiliser pour TOUS les domaines. Voir %s pour les " "détails de ce processus. LUCI supporte un seul alias par certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -260,7 +271,7 @@ msgstr "" "le format à utiliser 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -268,7 +279,7 @@ msgstr "" "Alias de domaine à utiliser pour TOUS les domaines. Voir %s pour plus de " "détail. LUCI ne supporte qu'un seul domaine par certificat pour le challenge." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "Clé privée de signature de l'API au format PEM" @@ -288,11 +299,11 @@ msgstr "" "routeur. Une fois configurés, l'émission de certificats peut prendre un " "certain temps. Vérifiez les journaux pour la progression et les erreurs." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "La plupart du temp, ce n'est PAS une adresse email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -307,35 +318,35 @@ msgstr "" "supportant les certificats génériques (wildcard). L'utilisation de ce mode " "requiert l'installation du paquet acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Utiliser un CA personnalisé à la place de celui de Let's Encryt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Utiliser le serveur de qualification" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Méthode de validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "Racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Répertoire racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index e5d271de9d5e..c429b39d5ef8 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -11,28 +11,33 @@ msgstr "" "n % 10 == 0) ? 2 : 3));\n" "X-Generator: Weblate 5.0.1-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: 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.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "הגדרות מתקדמות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -40,93 +45,93 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "הגדרות כלליות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -136,86 +141,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -223,26 +234,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -256,11 +267,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -269,35 +280,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 9e13c563de90..7e58a5985e63 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -4,28 +4,33 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: 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.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -33,93 +38,93 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -129,86 +134,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -216,26 +227,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -249,11 +260,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -262,35 +273,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index 890e5d61db93..1592c78f8ce6 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -10,29 +10,34 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.1-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME tanúsítványok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME globális beállítás" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "ACME szerver URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Fiók e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 #, fuzzy msgid "Advanced Settings" msgstr "Haladó Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -40,56 +45,56 @@ 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.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Tanúsítvány beállítása" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Kihívás álneve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "Testreszabott ACME szerver könyvtár URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS API hitelesítési adatok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Napok megújításig" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Alapértelmezett" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Tartományálnév" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Tartománynevek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -99,37 +104,37 @@ msgstr "" "neve, az azt követő nevek lesznek az alternatív nevek. Ne feledje, hogy az " "összes tartománynévnek az útválasztóra kell mutatnia a globális DNS-ben." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "256 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "384 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "A fiók kulcsához rendelendő e-mail cím." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Hibakeresési naplózás engedélyezése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Engedélyezve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Általános Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,86 +146,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "UCI hozzáférés megadása a luci-app-acme alkalmazásnak" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Kulcsméret (és típus) az előállított tanúsítványhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Kulcsméret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "2048 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "3072 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "4096 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Önálló" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -232,7 +243,7 @@ msgstr "" "használni, hogy kiállítson egy tanusítványt. A DNS üzemmód megengedélyezi a " "DNS szolgáltatód DNS API-ja használatát, hogy kiállítson egy tanusítványt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -241,7 +252,7 @@ msgstr "" "folyamat részleteiért. A LuCI csak egy kihívási álnevet támogat " "tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -252,7 +263,7 @@ msgstr "" "több bejegyzést itt 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -261,7 +272,7 @@ msgstr "" "folyamat részleteiért. A LuCI csak egy tartományálnevet támogat " "tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -282,11 +293,11 @@ msgstr "" "a tanúsítványok kibocsátása eltarthat egy ideig. Nézze meg a naplókat a " "folyamat előrehaladásához és a hibákhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -301,35 +312,35 @@ msgstr "" "altartományokra is kibővített tanúsítványokat. Ezen mód használatához az " "szükséges, hogy az acme-dnsapi csomag telepítve legyen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Előkészítő kiszolgáló használata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Webgyökér könyvtár" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index 3aa2fe164bc9..542897f1abe6 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.3\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Sertifikat ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Konfigurasi global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL server ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Akun e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Setelan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Konten base64 dari kunci pribadi. Gunakan YC_SA_Key_File_Path" @@ -39,56 +44,56 @@ msgstr "Konten base64 dari kunci pribadi. Gunakan YC_SA_Key_File_Path" msgid "Cert files are stored in" msgstr "File sertifikat disimpan di" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Konfigurasi sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Tantangan Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "URL direktori server ACME khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "Kredensial API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Hari sampai perpanjangan" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Bawaan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Alias Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Nama domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -98,37 +103,37 @@ msgstr "" "subjek, nama berikutnya akan menjadi nama alternatif. Perhatikan bahwa semua " "nama domain harus mengarah ke router di DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "Alamat email untuk dikaitkan dengan kunci akun." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Aktifkan pencatatan debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Diaktifkan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Setelan Umum" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,86 +145,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Berikan akses UCI untuk luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Ukuran kunci (dan jenis) untuk sertifikat yang dihasilkan." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Ukuran kunci" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Kunci Pribadi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Sertifikat Publik" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Lihat instruksi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Mandiri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -231,7 +242,7 @@ msgstr "" "mengeluarkan sertifikat. Mode DNS akan memungkinkan Anda untuk menggunakan " "API DNS dari penyedia DNS Anda untuk mengeluarkan sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -239,7 +250,7 @@ msgstr "" "Alias tantangan untuk digunakan untuk SEMUA domain. Lihat %s untuk detail " "proses ini. LUCI hanya mendukung satu alias tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -250,7 +261,7 @@ msgstr "" "dalam format variabel shell KEY=VAL untuk memasok beberapa variabel " "kredensial." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -258,7 +269,7 @@ msgstr "" "Alias domain yang akan digunakan untuk SEMUA domain. Lihat %s untuk detail " "proses ini. LUCI hanya mendukung satu domain tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -278,11 +289,11 @@ msgstr "" "sertifikat dapat memakan waktu cukup lama. Periksa log untuk kemajuan dan " "kesalahan apa pun." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Ini biasanya BUKAN alamat email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -296,35 +307,35 @@ msgstr "" "juga merupakan satu-satunya mode yang mendukung sertifikat wildcard. " "Menggunakan mode ini memerlukan paket acme-dnsapi untuk diinstal." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Gunakan CA khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Metode validasi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Direktori webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index d786cdbe9ff6..20792be27eaf 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificati ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Configurazione globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL server ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "E-mail dell'account" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Impostazioni avanzate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Codice Base64 della chiave privata. Usalo in alternativa a " @@ -41,56 +46,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "I certificati sono salvati in" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Configurazione certificato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Certificati" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Alias challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "URL personalizzata cartella server ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "Credenziali API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "giorni al rinnovo" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Predefinito" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Alias di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Nomi di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -100,7 +105,7 @@ msgstr "" "soggetto, i successivi saranno nomi alternativi. Nota che tutti i nomi di " "dominio devono puntare al router nel DNS globale." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,31 +113,31 @@ msgstr "" "Es. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "Indirizzo e-mail da associare alla chiave dell'account." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Attiva i log di debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Abilitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Impostazioni Generali" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,7 +149,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Concedi l'accesso UCI a luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -152,84 +157,90 @@ msgstr "" "Se un certificato non viene rinnovato in tempo, riceverai una notifica 20 " "giorni prima della scadenza." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Emesso il" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Dimensione chiave (e tipo) per il certificato generato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Dimensione chiave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Dominio Principale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) della tenancy che contiene la zona DNS di " "destinazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID dell'utente con il permesso di aggiungere/rimuovere i record dalle zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Apri DuckDNS e copia un token qui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "Percorso della chiave API privata in formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Chiave Privata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Certificato Pubblico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Vedi le istruzioni" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Dovrebbe puntare alla regione in cui è ospitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Autonoma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -241,7 +252,7 @@ msgstr "" "emettere un certificato. La modalità DNS ti consentirà di usare l'API DNS " "del tuo provider DNS per emettere un certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -249,7 +260,7 @@ msgstr "" "L'alias challenge da usare per TUTTI i domini. Per i dettagli di questo " "processo vedi %s. LUCI supporta solo un alias challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -260,7 +271,7 @@ msgstr "" "nel formato variabile shell CHIAVE=VALORE per fornire variabili credenziali " "multiple." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -268,7 +279,7 @@ msgstr "" "L'alias di dominio da usare per TUTTI i domini. Per i dettagli di questo " "processo vedi %s. LUCI supporta solo un dominio challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "Chiave di autenticazione API privata in formato PEM" @@ -289,11 +300,11 @@ msgstr "" "del tempo. Controlla i registri eventi per verificare lo stato di " "avanzamento e gli eventuali errori." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Solitamente NON è un indirizzo email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -308,35 +319,35 @@ msgstr "" "con caratteri jolly. L'uso di questa modalità richiede l'installazione del " "pacchetto acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Usa una CA personalizzata." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Usa server di prova" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Metodo validazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Cartella webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index a779b96f6edd..e511894f0597 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.7.1-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME証明書" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACMEグローバル設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "ACMEサーバーのURL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "アカウントのメールアドレス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "詳細設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -39,56 +44,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "証明書設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "カスタムACMEサーバーディレクトリのURL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS API資格情報" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "更新までの日数" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "デフォルト" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "ドメインエイリアス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "ドメイン名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -97,37 +102,37 @@ msgstr "" "証明書に含めるドメイン名です。最初の名前はサブジェクト名、その次は代替名で" "す。すべてのドメイン名はグローバルDNSのルーターを指す必要があります。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC256ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC384ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "アカウントに関連付けるメールアドレスです。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "デバッグロギングを有効化" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "有効" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -139,86 +144,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acmeにUCIアクセスを許可" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "生成された証明書の鍵の大きさ(およびタイプ)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "鍵の大きさ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA2048ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA3072ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA4096ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "スタンドアロン" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -229,26 +240,26 @@ msgstr "" "します。 Webrootモードでは、既存のWebサーバーを使用して証明書を発行します。 " "DNSモードでは、DNSプロバイダーのDNSAPIを使用して証明書を発行できます。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -262,11 +273,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -275,35 +286,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Let'sEncryptの代わりにカスタムCAを使用する。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "ステージングサーバーを使用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Webrootディレクトリ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index 1a7441aa4522..1dc1f3466179 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.15.1-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME 인증서" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME 전역 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "ACME 서버 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "계정 이메일" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "고급 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -39,56 +44,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "인증서와 기타 상태 파일이 저장되는 경로입니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "인증서 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "챌린지 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "사용자 지정 ACME 서버 디렉터리 URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS API 자격 증명" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "갱신일" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "기본" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "도메인 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "도메인 네임" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -98,37 +103,37 @@ msgstr "" "도메인이 부 도메인이 됩니다. 주의할 점은 모든 도메인 네임들이 반드시 글로벌 " "DNS의 라우터를 가리키도록 하셔야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "계정 키에 연결할 이메일 주소입니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "디버그 로깅 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "활성화" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "기본 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,86 +145,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acme에 UCI 액세스 허용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "생성된 인증서의 키 크기(및 유형)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "키 크기" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "독립형" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -231,7 +242,7 @@ msgstr "" "합니다. DNS 모드는 인증서 발행에 DNS 를 제공하는 업체의 DNS API를 사용하게 됩" "니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -239,7 +250,7 @@ msgstr "" "\"모든\" 도메인에 사용될 챌린지 별칭입니다. %s 에서 자세한 내용을 확인하세" "요. LuCI에서는 개별 인증서마다 하나의 챌린지 별칭만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -249,7 +260,7 @@ msgstr "" "격 증명의 포맷은 %s 에서 참고해주세요. KEY=VAL 쉘 변수 포맷에 따라 여러 개의 " "자격 증명을 추가할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -257,7 +268,7 @@ msgstr "" "\"모든\" 도메인에 사용될 도메인 별칭입니다. %s 에서 자세한 내용을 확인하세" "요. LuCI에서는 개별 인증서마다 하나의 챌린지 도메인만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -270,17 +281,16 @@ msgid "" "issuing certificates can take a while. Check the logs for progress and any " "errors." msgstr "" -"라우터 웹 인터페이스에서 SSL 인증서를 사용하기 위해 여기에서 " -"ACME 인증서 자동 설치를 구성할 수 있습니다. 인증서의 도메인 " -"네임은 라우터의 공인 IP 주소를 가리키도록 이미 설정되어 있어야 합니다. 처음 " -"구성하는 경우, 인증서 발급에 시간이 걸릴 수 있습니다. 진행 상황 및 오류는 로" -"그에서 확인할 수 있습니다." +"라우터 웹 인터페이스에서 SSL 인증서를 사용하기 위해 여기에서 ACME 인증서 자" +"동 설치를 구성할 수 있습니다. 인증서의 도메인 네임은 라우터의 공인 IP 주소를 " +"가리키도록 이미 설정되어 있어야 합니다. 처음 구성하는 경우, 인증서 발급에 시" +"간이 걸릴 수 있습니다. 진행 상황 및 오류는 로그에서 확인할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -293,35 +303,35 @@ msgstr "" "지 않아도 되며, 와일드카드 인증서를 지원합니다. DNS 모드를 사용하기 위해선 " "acme-dnsapi 패키지가 설치되어 있어야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "사용자 지정 CA를 사용합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "테스트 서버 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "유효성 검증 방법" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Webroot 디렉터리" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index 18a68877cfb9..033601343419 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -14,28 +14,33 @@ msgstr "" "1 : 2);\n" "X-Generator: Weblate 5.5.3\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "„ACME“ sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Visuotinė „ACME“ konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "„ACME“ serverio „URL – Saitas“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Paskyros el. paštas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Pažangūs nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,63 +48,63 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Sertifikato konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "Pasirinktinis „ACME“ serverio katalogo „URL – Saitas“." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "„DNS“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "„DNS API“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Numatyta/-as" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Domenų-Sričių pavadinimai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -107,31 +112,31 @@ msgstr "" "Pvz: „_acme-challenge.example.com:12345:98765 alias.example.com:11111“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "„ECC 256“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "„ECC 384“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Įjungti/Įgalinti derinimo/trukdžių šalinimo žurnalinimą" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Įjungta/Įgalinta (-as/-i)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Bendri nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,88 +146,94 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Suteikti „UCI“ prieigą – „luci-app-acme“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Įteiktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Rakto dydis (ir tipas) sugeneruotam sertifikatui." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Rakto tipas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Pagrindinis domenas-sritis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Atidaryti „DuckDNS“ ir kopijuokite " "žetoną čia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Privatus raktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Viešasis sertifikatas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "„RSA 2048“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "„RSA 3072“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "„RSA 4096“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -230,26 +241,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "Privatus „API“ pasirašymo raktas „PEM“ formatu" @@ -263,11 +274,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -276,35 +287,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Naudoti pasirinktinį „CA“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "„Webroot“ katalogas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index 1a5e68a4cd06..b3ba3d6cd092 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.3-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME प्रमाणपत्रे" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME ग्लोबल कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "खाते ईमेल" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -39,93 +44,93 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "प्रमाणपत्र कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "आव्हान उपनाम" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "डीएनएस एपीआय" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "खाते किल्लीशी संलग्न करण्यासाठी ईमेल पत्ता." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "डीबग लॉगिंग सक्षम करा" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "सक्षम केले" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -135,86 +140,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -222,26 +233,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -255,11 +266,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -268,35 +279,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index 100ee972fc7c..f03521c1fa13 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: 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.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "E-mel akaun" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Tetapan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -39,93 +44,93 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Mungkir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Dibolehkan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -135,86 +140,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -222,26 +233,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -255,11 +266,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -268,35 +279,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index c95e4b7b3968..8cf634b93b7f 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -10,29 +10,34 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-sertifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME global konfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL til ACME-serveren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 #, fuzzy msgid "Account email" msgstr "E-postadresse for konto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Avanserte innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 inhold av privatnøkkel. Bruk istedenfor YC_SA_Key_File_Path" @@ -40,93 +45,93 @@ msgstr "Base64 inhold av privatnøkkel. Bruk istedenfor YC_SA_Key_File_Path" msgid "Cert files are stored in" msgstr "Sert-filer er lagret i" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Sertifikatkonfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Domenenavn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Påskrudd" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Generelle innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -136,86 +141,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Nøkkelstørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -223,26 +234,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -256,11 +267,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -269,35 +280,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/nl/acme.po b/applications/luci-app-acme/po/nl/acme.po index 4ffeb3250cef..92944d8bc49f 100644 --- a/applications/luci-app-acme/po/nl/acme.po +++ b/applications/luci-app-acme/po/nl/acme.po @@ -9,28 +9,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: 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.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -38,93 +43,93 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Standaard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -134,86 +139,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -221,26 +232,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -254,11 +265,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -267,35 +278,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index 879ca68b765a..fba389031a59 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -11,28 +11,33 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.2-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certyfikaty ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Konfiguracja globalna ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "Adres URL serwera ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Konto e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Zawartość klucza prywatnego w formacie Base64. Użyj zamiast " @@ -42,56 +47,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "Pliki certyfikatów są przechowywane w" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Konfiguracja certyfikatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Certyfikaty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Alias wyzwania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "Niestandardowy adres URL katalogu serwera ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "Poświadczenia interfejsu API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "Walidacja wyzwania DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Dni do czasu odnowienia" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Domyślne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Alias domeny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Nazwy domen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -101,7 +106,7 @@ msgstr "" "podmiotu, kolejne nazwy są nazwami alternatywnymi. Pamiętaj, że wszystkie " "nazwy domen w globalnym DNS muszą wskazywać na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -109,31 +114,31 @@ msgstr "" "Np. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "Adres e-mail do powiązania z kluczem konta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Włącz rejestrowanie debugowania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Włączone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Ustawienia główne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,7 +150,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Przyznaj luci-app-acme dostęp do UCI" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -153,83 +158,89 @@ msgstr "" "Jeśli certyfikat nie został odnowiony na czas, otrzymasz powiadomienie na 20 " "dni przed wygaśnięciem." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Wystawiono dnia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Rozmiar klucza (i typ) dla wygenerowanego certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Rozmiar klucza" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Domena główna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID dzierżawcy, który zawiera docelową strefę DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID użytkownika z uprawnieniami do dodawania/usuwania rekordów ze stref" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otwórz DuckDNS i skopiuj tutaj token" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" "Ścieżka do pliku prywatnego klucza podpisywania interfejsu API w formacie PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Klucz prywatny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Certyfikat publiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Zobacz instrukcje" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Powinien wskazywać region macierzysty dzierżawy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Autonomiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -241,7 +252,7 @@ msgstr "" "wystawienia certyfikatu. Tryb DNS pozwala na użycie API DNS dostawcy DNS do " "wystawienia certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -250,7 +261,7 @@ msgstr "" "szczegółowe informacje na temat tego procesu. LuCI obsługuje tylko jeden " "alias wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -261,7 +272,7 @@ msgstr "" "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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -270,7 +281,7 @@ msgstr "" "szczegółowe informacje na temat tego procesu. LUCI obsługuje tylko jedną " "domenę wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "Prywatny klucz podpisywania interfejsu API w formacie PEM" @@ -283,18 +294,18 @@ msgid "" "issuing certificates can take a while. Check the logs for progress and any " "errors." msgstr "" -"To konfiguruje automatyczną instalację certyfikatu ACME. " -"Wystarczy wypełnić to, aby router skonfigurował wydane certyfikaty " -"dla interfejsu internetowego. Pamiętaj, że nazwy domen w " -"certyfikacie muszą być już skonfigurowane tak, aby wskazywały na publiczny " -"adres IP routera. Po skonfigurowaniu wydawanie certyfikatów może chwilę " -"potrwać. Sprawdź dzienniki pod kątem postępu i ewentualnych błędów." - -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +"To konfiguruje automatyczną instalację certyfikatu ACME. Wystarczy wypełnić " +"to, aby router skonfigurował wydane certyfikaty dla interfejsu " +"internetowego. Pamiętaj, że nazwy domen w certyfikacie muszą być już " +"skonfigurowane tak, aby wskazywały na publiczny adres IP routera. Po " +"skonfigurowaniu wydawanie certyfikatów może chwilę potrwać. Sprawdź " +"dzienniki pod kątem postępu i ewentualnych błędów." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Zwykle NIE jest to adres e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -309,35 +320,35 @@ msgstr "" "wieloznaczne. Korzystanie z tego trybu wymaga zainstalowania pakietu acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Użyj niestandardowego CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Użyj serwera pomostowego" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Metoda walidacji" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Walidacja wyzwania Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Katalog Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index 1cda4ab36d99..8f1e9ef961b2 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -11,28 +11,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.0.1-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Configuração global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL do servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Conta de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conteúdo base64 da chave privada. Utilizar em vez de YC_SA_Key_File_Path" @@ -41,56 +46,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "Os ficheiros Cert são armazenados em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "URL personalizada do diretório do servidor ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "Credenciais do API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Dias até à renovação" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Predefinição" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Aliás do Domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -100,7 +105,7 @@ msgstr "" "assunto, os nomes subsequentes serão nomes alternativos. Note que todos os " "nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,31 +113,31 @@ msgstr "" "Por exemplo: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "O endereço de email para associar à chave da conta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Ativar o registo de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Ativado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,7 +149,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceder acesso UCI ao luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -152,84 +157,90 @@ msgstr "" "Se um certificado não tiver sido renovado a tempo, receberá um aviso 20 dias " "antes do seu termo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Aberto DuckDNS e copiar um token " "aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" "Caminho para o ficheiro da chave de assinatura da API privada em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Ver instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Autónomo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -241,7 +252,7 @@ msgstr "" "certificado. O modo DNS permitirá que use a API DNS do seu provedor de DNS " "para emitir um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -250,7 +261,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -261,7 +272,7 @@ msgstr "" "entradas aqui no formato 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -270,7 +281,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura privada da API no formato PEM" @@ -290,11 +301,11 @@ msgstr "" "configurados, a emissão dos certificados pode demorar um pouco. Verifique os " "registos log para ver o progresso e quaisquer erros." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Normalmente, NÃO se trata de um endereço de correio eletrónico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -308,35 +319,35 @@ msgstr "" "IP do router. O modo DNS é também o único modo que suporta certificados " "curinga. A utilização deste modo requer a instalação do pacote acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Use uma AC personalizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Use o servidor de estágio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Método de validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Diretório webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index 3d50ec22179b..3d02950315d3 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.0-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Configuração global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL do Servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "E-mail da conta" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Conteúdo Base64 da chave privada. Use em vez do YC_SA_Key_File_Path" @@ -39,56 +44,56 @@ msgstr "Conteúdo Base64 da chave privada. Use em vez do YC_SA_Key_File_Path" msgid "Cert files are stored in" msgstr "Onde os certificados são armazenados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "URL do Servidor ACME Customizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "Credenciais do API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Dias até a renovação" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Padrão" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Aliás do Domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -98,7 +103,7 @@ msgstr "" "do assunto, os nomes subsequentes serão nomes alternativos. Observe que " "todos os nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -106,31 +111,31 @@ msgstr "" "Ex. _acme-challenge.example.com:12345:98765 alias.example.com:111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "O endereço de email para associar à chave da conta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Ativar o registro de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Ativado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -142,7 +147,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceda acesso UCI para o luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -150,83 +155,89 @@ msgstr "" "Se um certificado não foi renovado a tempo, antes de expirar, você receberá " "um aviso em 20 dias." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "O OCID do locatário que contém a zona de DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do usuário com permissão para adicionar ou remover os registros das " "zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abra o DuckDNS e copie um token aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "Caminho para API privada assinando o arquivo chave em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Consulte as instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região do domicílio do locatário" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Independente" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -238,7 +249,7 @@ msgstr "" "solicitar um certificado. O modo DNS permitirá vocÊ a usar a API de DNS do " "seu provedor DNS para solicitar um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -247,7 +258,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -258,7 +269,7 @@ msgstr "" "entradas aqui no formato 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -267,7 +278,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura da API privada no formato PEM" @@ -287,11 +298,11 @@ msgstr "" "configurados, a emissão dos certificados pode demorar um pouco. Verifique os " "registros log para ver os progressos e quaisquer outros erros." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Geralmente isso não é um endereço de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -306,35 +317,35 @@ msgstr "" "compatível com certificados curinga. O uso desse modo requer que o pacote " "acme-dnsapi esteja instalado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Use uma CA customizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Use o servidor de encenação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Método de Validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Diretório Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index 1b7de758d7f1..fc8e7b0f471e 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -11,28 +11,33 @@ msgstr "" "20)) ? 1 : 2;\n" "X-Generator: Weblate 5.0-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificate ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Configurare globală ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "Adresa URL a server-ului ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Adresa de e-mail a contului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Setări avansate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conținutul Base64 al cheii private. A se utiliza în locul lui " @@ -42,56 +47,56 @@ 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.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Configurarea certificatului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Alias de provocare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "URL-ul personalizat al directorului serverului ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "credențiale DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Zile până la reînnoire" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Implicit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Aliasul domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Numele domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -101,7 +106,7 @@ msgstr "" "subiectului, următoarele nume vor fi alternative. Ține minte că toate numele " "domeniului trebuie să ducă la router în DNS-ul global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -109,31 +114,31 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "Adresa de email ce va fi asociată cu cheia contului." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Activați jurnalizarea de depanare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "activat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Setări generale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,7 +150,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Acordă acces la UCI pentru luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -153,84 +158,90 @@ msgstr "" "Dacă un certificat nu a fost reînnoit la timp, veți primi o notificare cu 20 " "de zile înainte de expirare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Emis la" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Dimensiunea (și tipul) cheii pentru certificatul generat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Dimensiunea cheii" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Domeniul principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID al locației care conține zona DNS țintă" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID al utilizatorului care are permisiunea de a adăuga/elimina înregistrări " "din zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Deschideți DuckDNS și copiați un " "token aici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "Calea către fișierul cu cheia privată de semnare API în format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Cheia privată" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Certificat public" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Vedeți instrucțiunile" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Ar trebui să indice regiunea de domiciliu a chiriașilor" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "De sine stătător" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -242,7 +253,7 @@ msgstr "" "emite un certificat. Modul DNS îți va permite să folosești API-ul DNS al " "provider-ului DNS pentru a emite un certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -251,7 +262,7 @@ msgstr "" "Consultați %s pentru detalii despre acest proces. LUCI acceptă doar un " "singur alias de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -262,7 +273,7 @@ msgstr "" "intrări aici în formatul variabilei de shell KEY=VAL pentru a furniza mai " "multe variabile de acreditare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -271,7 +282,7 @@ msgstr "" "%s pentru detalii despre acest proces. LUCI acceptă doar un singur domeniu " "de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "Cheia privată de semnare API în format PEM" @@ -291,11 +302,11 @@ msgstr "" "a routerului. Odată configurată, emiterea certificatelor poate dura ceva " "timp. Verificați jurnalele pentru a vedea progresul și eventualele erori." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Aceasta NU este, de obicei, o adresă de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -310,35 +321,35 @@ msgstr "" "certificate wildcard. Utilizarea acestui mod necesită instalarea pachetului " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Utilizați un CA personalizat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Utilizați serverul staging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Metoda de validare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Directorul webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index d4d7df0c4484..6a4971107077 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -11,28 +11,33 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.4-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "Доменное имя с * доступно только когда Метод проверки: DNS" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Сертификаты ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Глобальная конфигурация ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL сервера ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Электронная почта учётной записи" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Дополнительные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 содержимое приватного ключа. Используйте вместо YC_SA_Key_File_Path" @@ -41,56 +46,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "Сертификаты сохраняются в папку" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Конфигурация сертификата" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Сертификаты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Псевдонимы вызова" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "URL-адрес пользовательского каталога сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "Данные для доступа к DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Дней до продления" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "По умолчанию" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Псевдоним домена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Доменные имена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -100,7 +105,7 @@ msgstr "" "(subject name), следующие имена — дополнительные (alt names). Все доменные " "имена должны указывать на маршрутизатор в глобальной DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,31 +113,31 @@ msgstr "" "Например: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "E-mail адрес для привязки ключа аккаунта." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Записывать в журнал данные для отладки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Включено" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Основные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,7 +149,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Предоставить UCI доступ для luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -152,82 +157,88 @@ msgstr "" "Если сертификат не был перевыпущен вовремя то вы получите уведомление за 20 " "дней до истечения срока действия." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "Неправильный домен" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Выпущен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Размер (и тип) ключа для сгенерированного сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Размер ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Главный домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID арендатора, содержащего целевую зону DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID пользователя, имеющего право добавлять/удалять записи из зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Зайдите на DuckDNS и скопируйте " "токен сюда" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "Путь к ключу приватного API в PEM формате" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Приватный ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Публичный сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Смотрите инструкции" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Должен указывать на домашний регион арендатора" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Самостоятельно" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -240,7 +251,7 @@ msgstr "" "через DNS позволит вам использовать API DNS вашего провайдера DNS для " "выпуска сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -249,7 +260,7 @@ msgstr "" "этого процесса см. на сайте %s. LUCI поддерживает только один псевдоним " "вызова для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -260,7 +271,7 @@ msgstr "" "в формате переменной оболочки KEY=VAL, чтобы предоставить несколько " "переменных учетных данных." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -268,7 +279,7 @@ msgstr "" "Псевдоним домена для ВСЕХ доменов. Подробнее об этом процессе см. %s. LUCI " "поддерживает только один контрольный домен для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "Приватный ключ подписи API в PEM формате" @@ -288,11 +299,11 @@ msgstr "" "IP-адрес маршрутизатора. После настройки выдача сертификатов может занять " "некоторое время. Проверьте журналы на наличие прогресса и ошибок." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Обычно это НЕ адрес электронной почты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -307,35 +318,35 @@ msgstr "" "сертификаты. Для использования этого режима необходимо установить пакет acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Использовать другой Центр Сертификации (CA)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Использовать тестовый сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Метод проверки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Каталог Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index a6a5b4508402..97fa6e0e63c4 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.5\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: 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.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -39,93 +44,93 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "ව.නා.ප." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "වසම් නාම" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -135,86 +140,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -222,26 +233,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -255,11 +266,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -268,35 +279,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index e9de2f0d5766..d76256bd399d 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.14.1\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME globálna konfigurácia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "E-mail účtu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -39,56 +44,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Konfigurácia certifikátov" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "Prihlasovacie údaje DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Alias domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -97,37 +102,37 @@ msgstr "" "Domény v certifikáte. Prvá bude názov subjektu, ďalšie budú alternatívne " "názvy. Všetky domény musia smerovať na router v globálnom DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "E-mailová adresa k účtu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Povoliť detailné záznamy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Zapnuté" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 #, fuzzy msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " @@ -140,86 +145,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Povoliť luci-app-acme prístup k UCI" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Dĺžka (a typ) kľúča pre generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Dĺžka kľúča" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -227,13 +238,13 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 #, fuzzy msgid "" "The credentials for the DNS API mode selected above. See %s for the format " @@ -244,13 +255,13 @@ msgstr "" "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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -264,11 +275,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -277,35 +288,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index 0d33d091a390..d3a0e9b59dbb 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.1-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Global konfiguration för ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL för ACME-servern" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "E-postkonto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Avancerade inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-innehåll av den privata nyckeln. Använd istället för " @@ -41,56 +46,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "Där certifikat och andra tillståndsfiler sparas." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Konfiguration för certifikatet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Alias för utmaningen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "Anpassad URL för katalogen till ACME-servern." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "API för DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Dagar till förnyelse" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Alias för domänen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Domännamn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -100,7 +105,7 @@ msgstr "" "Efterföljande namn blir alternativa namn. Notera att alla domännamn måste " "peka på routern i den globala DNS:en." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -108,31 +113,31 @@ msgstr "" "T.ex. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "E-postadress att koppla till kontonyckeln." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Aktivera logg för avlusning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Aktiverad" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Generella inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,7 +149,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Bevilja UCI-tillgång till luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -152,80 +157,86 @@ msgstr "" "Om ett certifikat inte förnyades i tid så kommer du att få en avisering 20 " "dagar före utgångstiden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Utfärdades den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Nyckelstorlek (och typ) för det genererade certifikatet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Nyckelstorlek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Huvuddomän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "Genväg till den privata API'ns signeringsnyckel i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Privat nyckel" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Publikt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Läs instruktionerna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Fristående" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -237,26 +248,26 @@ msgstr "" "att utfärda ett. DNS-lägen tillåter dig att använde din DNS-tjänsts DNS API " "för att utfärda ett certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "Den privata API'ns signeringsnyckel i PEM-format" @@ -270,11 +281,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Det här är vanligtvis INTE en e-postadress" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -283,35 +294,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Använd en anpassad CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Använd iscensättningsserver" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Valideringsmetod" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "Webbrot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Webbrotskatalog" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index 29c94d5a5ca4..3d5ae071b324 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -1,28 +1,33 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: 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.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -30,93 +35,93 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -126,86 +131,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -213,26 +224,26 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s 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.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -246,11 +257,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -259,35 +270,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index c2ee49c954c7..4adcbf686215 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME sertifikaları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME evrensel yapılandırma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "ACME sunucu URL'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Hesap e-postası" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Özel anahtarın Base64 içeriği. YC_SA_Key_File_Path yerine kullanın" @@ -39,56 +44,56 @@ msgstr "Özel anahtarın Base64 içeriği. YC_SA_Key_File_Path yerine kullanın" 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.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Sertifika yapılandırması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Sertifikalar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Challenge Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "Özel ACME sunucu dizini URL'si." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS API bilgileri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Yenilemeye kalan gün sayısı" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Varsayılan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Alan Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Alan adları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -98,7 +103,7 @@ msgstr "" "alternatif adlar olacak. Domain adlarının evrensel DNS'de router'ı " "göstermesi gerektiğini unutmayın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -106,31 +111,31 @@ msgstr "" "Örneğin. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "Hesap anahtarına bağlanacak e-posta adresi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Hata ayıklama günlüğünü etkinleştir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Etkin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Genel Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -142,7 +147,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acme için UCI erişimi verin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -150,82 +155,88 @@ msgstr "" "Sertifika zamanında yenilenmediyse, geçerlilik süresinin bitiminden 20 gün " "önce bir bildirim alırsınız." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Yayınlandığı tarih" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Oluşturulmuş sertifika için anahtar boyutu (ve türü)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Anahtar boyutu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Ana Etki Alanı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "Hedef DNS bölgesini içeren kiracılığın OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "Bölgelere kayıt ekleme/kaldırma iznine sahip kullanıcının OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "DuckDNS'yi açın ve buraya bir token " "kopyalayın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "PEM biçiminde özel API imzalama anahtarı dosyasının yolu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Özel anahtar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Herkese Açık Sertifika" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Talimatlara bakın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Kiracının bulunduğu bölgeyi işaret etmelidir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Bağımsız" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -237,7 +248,7 @@ msgstr "" "kullanır. DNS modu, bir sertifika vermek için DNS sağlayıcınızın DNS " "API'sini kullanmanıza izin verir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -246,7 +257,7 @@ msgstr "" "adresine göz atın. LUCI sertifika başına sadece bir tane challenge takma " "adını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -257,7 +268,7 @@ msgstr "" "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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -266,7 +277,7 @@ msgstr "" "için %s adresine göz atın. LUCI, sertifika başına yalnızca bir challenge " "alanını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "PEM biçimindeki özel API imzalama anahtarı" @@ -287,11 +298,11 @@ msgstr "" "biraz zaman alabilir. İlerleme ve herhangi bir hata için günlük kayıtlarına " "bakın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Bu genellikle bir e-posta adresi DEĞİLDİR" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -306,35 +317,35 @@ msgstr "" "sertifikalarını destekleyen tek moddur. Bu modu kullanmak, acme-dnsapi " "paketinin yüklenmesini gerektirir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Özel bir CA kullanın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Aşama sunucusu kullan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Doğrulama yöntemi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Webroot dizini" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index ea8d475f50bc..886b2afb15aa 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -11,28 +11,33 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.5-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Сертифікати ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Глобальні налаштування ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "URL-адреса сервера ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Електронна адреса пошти облікового запису" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Розширені налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 вміст приватного ключа. Використовувати замість YC_SA_Key_File_Path" @@ -41,56 +46,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "Сертифікати зберігаються у каталог" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Параметри сертифіката" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "Сертифікати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Псевдоніми виклику" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "URL-адреса каталогу користувацького сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "Облікові дані DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Днів до поновлення" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "За замовчуванням" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Псевдонім домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Імена домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -101,7 +106,7 @@ msgstr "" "Запримітьте, що всі доменні імена повинні вказувати на маршрутизатор у " "глобальному DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -109,32 +114,32 @@ msgstr "" "Наприклад, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" "Адреса електронної пошти, яку потрібно зв’язати з ключем облікового запису." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Увімкнути системний журнал" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Увімкнено" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Загальні налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,7 +151,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Надати UCI доступ для luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -154,82 +159,88 @@ msgstr "" "Якщо сертифікат не було оновлено вчасно, ви отримаєте сповіщення за 20 днів " "до закінчення терміну дії." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "Видано на" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Розмір (і тип) ключа для згенерованого сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Тип ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "Основний домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID оренди, яка містить цільову DNS-зону" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID користувача з правом додавання/видалення записів із зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Відкрийте DuckDNS і скопіюйте токен " "сюди" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "Шлях до приватного файлу ключа підпису API у форматі PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "Приватний ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "Публічний сертифікат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "Дивіться інструкції" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "Має вказувати на регіон проживання орендаря" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Автономний" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -241,7 +252,7 @@ msgstr "" "видачі сертифіката. Режим DNS дозволить вам використовувати API DNS вашого " "постачальника DNS для видачі сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -249,7 +260,7 @@ msgstr "" "Псевдонім виклику для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про " "цей процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -260,7 +271,7 @@ msgstr "" "форматі змінної оболонки KEY=VAL, щоб надати декілька змінних облікових " "даних." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -268,7 +279,7 @@ msgstr "" "Псевдонім домену для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про цей " "процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "Приватний ключ підпису API у форматі PEM" @@ -288,11 +299,11 @@ msgstr "" "Після налаштування видача сертифікатів може зайняти деякий час. Перевірте " "журнали на наявність прогресу та будь-яких помилок." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "Зазвичай це НЕ адреса електронної пошти" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -307,35 +318,35 @@ msgstr "" "підстановочні сертифікати. Для використання цього режиму потрібно встановити " "пакет acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Використовувати інший ЦС." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Використовувати проміжний сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Метод перевірки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Тека Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index 82b65f737bf2..b1b615220722 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Chứng chỉ ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "Cấu hình ACME toàn cầu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "Đường dẫn máy chủ ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "Tài khoản email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "Cài đặt Nâng cao" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -39,56 +44,56 @@ msgstr "" msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "Cấu hình chứng chỉ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "Tùy chỉnh đường dẫn máy chủ ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "Thông tin đăng nhập DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "Cho đến ngày được làm mới" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "Default (Mặc định)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "Tên miền bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "Tên miền" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -98,37 +103,37 @@ msgstr "" "tiếp theo sẽ là tên thay thế. Lưu ý rằng tất cả các tên miền phải trỏ đến bộ " "định tuyến trong DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "Tài khoản email phải được kết hợp với chìa khóa của tài khoản." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "Kích hoạt nhật ký bug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "Kích Hoạt" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "Các cài đặt chung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,86 +145,92 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Cấp quyền truy cập cho luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 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.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "Kích thước khóa cho chứng chỉ được tạo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "Kích thước khóa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA kích thước 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA kích thước 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA kích thước 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "Biệt lập" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -231,7 +242,7 @@ msgstr "" "sẽ cho phép bạn sử dụng API DNS của nhà cung cấp DNS của bạn để cấp chứng " "chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -239,7 +250,7 @@ msgstr "" "Bí danh thử thách để sử dụng cho TẤT CẢ các miền. Xem %s để biết chi tiết về " "quy trình này. LUCI chỉ hỗ trợ một bí danh thách thức cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -249,7 +260,7 @@ msgstr "" "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.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -257,7 +268,7 @@ msgstr "" "Bí danh tên miền để sử dụng cho TẤT CẢ tên miền. Xem %s để biết chi tiết về " "quy trình này. LUCI chỉ hỗ trợ một miền thử thách cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "" @@ -277,11 +288,11 @@ msgstr "" "việc cấp chứng chỉ có thể mất một lúc. Kiểm tra nhật ký để biết tiến độ và " "bất kỳ lỗi nào." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -295,35 +306,35 @@ msgstr "" "cũng là chế độ duy nhất hỗ trợ chứng chỉ ký tự đại diện. Sử dụng chế độ này " "yêu cầu phải cài đặt gói acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "Sử dụng tùy chỉnh nhà cung cấp chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "Sử dụng máy chủ tạm" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "Phương thức thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Đường dẫn Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index 387a8f089cd4..28e3f3adf1e7 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 5.0-dev\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME 证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME 全局配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "ACME 服务器 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "电子邮件帐户" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "高级设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私钥的 Base64 格式内容,不使用 YC_SA_Key_File_Path" @@ -39,56 +44,56 @@ msgstr "私钥的 Base64 格式内容,不使用 YC_SA_Key_File_Path" msgid "Cert files are stored in" msgstr "证书存放位置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "证书配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "质询别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "自定义 ACME 服务器目录 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS API 凭证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "续约前天数" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "默认" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "域名别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "域名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -97,7 +102,7 @@ msgstr "" "证书中要包含的域名。第一个名字将是主题名,后面的名字将是主题备用名称。请注" "意,所有域名都必须在路由中指向全局 DNS。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -105,31 +110,31 @@ msgstr "" "如,_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC 256 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC 384 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "与帐户密钥关联的电子邮件地址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "启用调试日志记录" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "已启用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "常规设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -139,86 +144,92 @@ msgstr "从 Letsencrypt 临时服务器获取证书(用于测试;证书无效) msgid "Grant UCI access for luci-app-acme" msgstr "为 luci-app-acme 授予 UCI 的访问权限" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." msgstr "如未及时续签证书,你会在到期前20天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "颁发于" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "生成的证书的密钥长度(和类型)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "密钥长度" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目标 DNS 区域的租约的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "有权从区域删除记录/将记录添加到区域的的用户的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "打开 DuckDNS 并在此复制令牌" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私密 API 签名密钥文件的路径" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "私钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "公钥证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA 2048 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA 3072 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA 4096 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "见操作指南" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "应指向租约主区域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "独立" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -228,7 +239,7 @@ msgstr "" "独立模式将使用 acme.sh 的内置 Web 服务器来颁发证书。Webroot 模式将使用现有的 " "Web 服务器来颁发证书。DNS 模式将允许您使用 DNS 提供商的 DNS API 颁发证书。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -236,7 +247,7 @@ msgstr "" "用于所有域名的质询别名(challenge alias)。有关此过程的详细信息,请参阅 %s。" "LUCI 每个证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -245,7 +256,7 @@ msgstr "" "上面选择的 DNS API 模式的凭据。请参阅 %s 以了解每个 API 所需的凭据格式。在此" "处以 KEY=VAL shell 变量格式添加多个条目,以提供多个凭据变量。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -253,7 +264,7 @@ msgstr "" "用于所有域名的别名(domain alias)。有关此过程的详细信息,请参阅 %s。LUCI 每个" "证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私密 API 签名密钥" @@ -270,11 +281,11 @@ msgstr "" "证书。请注意,证书中的域名必须已经配置为指向路由器的公网 IP 地址。配置完成" "后,颁发证书可能需要一段时间。从日志中查看签署进度和错误。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "这通常不是一个电子邮箱地址" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -286,35 +297,35 @@ msgstr "" "用 API 的列表,请参阅 %s。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是" "唯一支持通配符证书的模式。使用此模式需要安装 acme-dnsapi 包。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "使用自定义证书颁发机构代。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "使用临时服务器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "验证方式" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Webroot 文件夹" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index b9bfd96f2fca..acb82254fde2 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -10,28 +10,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 5.5.3\n" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"A domain name with wildcard * available only when the Validation Method: DNS" +msgstr "" + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME證書" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 msgid "ACME global config" msgstr "ACME 全域組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "ACME server URL" msgstr "ACME 伺服器 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 msgid "Account email" msgstr "電子郵件帳號" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Advanced Settings" msgstr "進階設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:438 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私鑰的 Base64 內容。不使用 YC_SA_Key_File_Path" @@ -39,56 +44,56 @@ msgstr "私鑰的 Base64 內容。不使用 YC_SA_Key_File_Path" msgid "Cert files are stored in" msgstr "儲存憑證和其他狀態檔的位置。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:52 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 msgid "Certificate config" msgstr "憑證組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:617 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Certificates" msgstr "憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 msgid "Challenge Alias" msgstr "Challenge 別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Custom ACME server directory URL." msgstr "自訂 ACME 伺服器的 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 msgid "DNS API credentials" msgstr "DNS API 憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 msgid "DNS Challenge Validation" msgstr "DNS Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 msgid "Days until renewal" msgstr "更新前的天數" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:84 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 msgid "Default" msgstr "預設" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:468 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "Domain Alias" msgstr "網域別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Domain names" msgstr "網域名稱" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 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 " @@ -97,7 +102,7 @@ msgstr "" "憑證包含的網域名稱;第一個域名將作為「主體名稱」,其他則為「主體備用名稱」。" "請注意:所有域名都必須在全域 DNS 中解析為路由器的 IP 位址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -105,33 +110,33 @@ msgstr "" "如_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 msgid "ECC 256 bits" msgstr "ECC(256 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 msgid "ECC 384 bits" msgstr "ECC(384 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "Email address to associate with account key." msgstr "" "與「ACME 帳號金鑰」關聯的電子郵件位址;其用於接收 ACME CA 寄送的憑證過期通知" "電子郵件。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "Enable debug logging" msgstr "啟用除錯日誌記錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "Enabled" msgstr "啟用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:487 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,86 +146,92 @@ msgstr "從 Let's Encrypt 臨時伺服器取得憑證(僅供測試用途,憑 msgid "Grant UCI access for luci-app-acme" msgstr "授予 luci-app-acme 擁有 UCI 存取的權限" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." msgstr "如果憑證未及時續訂,您將在到期前 20 天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +msgid "Invalid domain" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 msgid "Issued on" msgstr "簽發於" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:495 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Key size (and type) for the generated certificate." msgstr "產生憑證的金鑰大小(和型別)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:494 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 msgid "Key type" msgstr "金鑰大小" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:596 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:374 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目標 DNS 區域租約的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:377 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 msgid "OCID of user with permission to add/remove records from zones" msgstr "有權在區域中新增/刪除記錄的使用者的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:280 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 msgid "" "Open DuckDNS and copy a token here" msgstr "打開 DuckDNS 並在此處複製權杖" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:383 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰檔案的路徑" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 msgid "Private Key" msgstr "私鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 msgid "Public Certificate" msgstr "公共憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:497 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 msgid "RSA 2048 bits" msgstr "RSA(2048 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:498 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "RSA 3072 bits" msgstr "RSA(3072 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "RSA 4096 bits" msgstr "RSA(4096 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:241 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 msgid "See instructions" msgstr "查看說明" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:380 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 msgid "Should point to the tenancy home region" msgstr "應指向租約區域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:75 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Standalone" msgstr "獨立" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 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 " @@ -231,7 +242,7 @@ msgstr "" "用現存的 Web 伺服器,「DNS 模式」允許您使用 DNS 服務提供者的 DNS API 來頒發憑" "證。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -239,7 +250,7 @@ msgstr "" "所有網域使用的 Challenge 別名;請參閱 %s 以獲得行程的詳細資訊。LuCI 僅支援每" "個憑證擁有唯一 Challenge 別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:450 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -248,7 +259,7 @@ msgstr "" "上面已選擇 DNS API 的憑證;請參閱 %s 以獲得每個 API 所需的憑證格式。要提供多" "個憑證變數,請輸入格式為 KEY=VAL 的多個項目。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -256,7 +267,7 @@ msgstr "" "所有網域使用的網域別名;請參閱 %s 以獲得該行程的詳細資訊。LuCI 僅支援每個憑證" "擁有唯一網域別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:386 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰" @@ -274,11 +285,11 @@ msgstr "" "Let's Encrypt 頒發的憑證。請注意:憑證中的域名必須指向路由器公共 IP 位址。配" "置完成後憑證的頒發需要一段時間,請檢視日誌來取得其進展和任何錯誤。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:302 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 msgid "This is usually NOT an email address" msgstr "這通常不是電子郵件地址" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -291,35 +302,35 @@ msgstr "" "援「萬用字元憑證」的唯一模式。請注意:必須安裝 acme-dnsapi 套件後才能使用該模" "式。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Use a custom CA." msgstr "使用自訂 CA。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:485 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 msgid "Use staging server" msgstr "使用臨時伺服器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Validation method" msgstr "驗證方法" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:80 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Webroot directory" msgstr "Webroot 目錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " From 30f8b1baa8aa7e0dd13b84f0a91677484a497117 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 19:45:57 +0300 Subject: [PATCH 10/25] luci-app-acme: show button "Install package acme-acmesh-dnsapi" if DNS mode is used Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme.js | 38 +++-- applications/luci-app-acme/po/ar/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/bg/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/bn_BD/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/ca/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/cs/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/da/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/de/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/el/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/en/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/es/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/fa/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/fi/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/fr/acme.po | 149 ++++++++++-------- applications/luci-app-acme/po/he/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/hi/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/hu/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/id/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/it/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/ja/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/ko/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/lt/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/mr/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/ms/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/nb_NO/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/nl/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/pl/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/pt/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/pt_BR/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/ro/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/ru/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/si/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/sk/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/sv/acme.po | 146 +++++++++-------- .../luci-app-acme/po/templates/acme.pot | 146 +++++++++-------- applications/luci-app-acme/po/tr/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/uk/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/vi/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/zh_Hans/acme.po | 146 +++++++++-------- applications/luci-app-acme/po/zh_Hant/acme.po | 146 +++++++++-------- 40 files changed, 3034 insertions(+), 2701 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 30156702cc50..8f3b0261921e 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -5,19 +5,24 @@ 'require view'; return view.extend({ - load: function() { - return L.resolveDefault(fs.list('/etc/ssl/acme/'), []).then(function(entries) { - var certs = []; - for (var i = 0; i < entries.length; i++) { - if (entries[i].type == 'file' && entries[i].name.match(/\.key$/)) { - certs.push(entries[i]); + load: function () { + return Promise.all([ + L.resolveDefault(fs.list('/etc/ssl/acme/'), []).then(function (entries) { + var certs = []; + for (var i = 0; i < entries.length; i++) { + if (entries[i].type == 'file' && entries[i].name.match(/\.key$/)) { + certs.push(entries[i]); + } } - } - return certs; - }); + return certs; + }), + L.resolveDefault(fs.stat('/usr/lib/acme/client/dnsapi'), null), + ]); }, - render: function (certs) { + render: function (data) { + let certs = data[0]; + let hasDnsApi = data[1] != null; let wikiUrl = 'https://github.com/acmesh-official/acme.sh/wiki/'; var wikiInstructionUrl = wikiUrl + 'dnsapi'; var m, s, o; @@ -73,6 +78,19 @@ return view.extend({ o.value('dns', _('DNS')); o.default = 'webroot'; + if (!hasDnsApi) { + let opkgPackage = 'acme-acmesh-dnsapi'; + o = s.taboption('general', form.Button, '_install'); + o.depends('validation_method', 'dns'); + o.title = _('Package is not installed'); + o.inputtitle = _('Install package %s').format(opkgPackage); + o.inputstyle = 'apply'; + o.onclick = function () { + window.open(L.url('admin/system/opkg') + + '?query=' + opkgPackage, '_blank', 'noopener'); + }; + } + o = s.taboption('general', form.DynamicList, "domains", _("Domain names"), _("Domain names to include in the certificate. " + "The first name will be the subject name, subsequent names will be alt names. " + diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index 846e22fe34e1..167ec7c9dd32 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -11,90 +11,90 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 4.5.1\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: 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.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "التكوين العالمي لبيئة إدارة الشهادات التلقائية" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "عنوان URL لخادم ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "حساب البريد الإلكتروني" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "إعدادات متقدمة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "حيث يتم حفظ شهادات وملفات الدولة الأخرى." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "تكوين الشهادة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "الاسم المستعار لاعتراض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "عنوان URL مخصص لدليل خادم ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "نظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "مؤهلات واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "الأيام حتى التجديد" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "الاسم المستعار للنطاق" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -104,37 +104,37 @@ msgstr "" "وستكون الأسماء اللاحقة أسماء بديلة. لاحظ أن جميع أسماء النطاقات يجب أن تشير " "إلى جهاز التوجيه في نظام أسماء النطاقات العام." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "عنوان البريد الإلكتروني لربطه بمفتاح الحساب." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "مكن السجل للتصحيح البرمجي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "مفعل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "الاعدادات العامة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,92 +146,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "منح الوصول فريد معرف العميل ل luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "حجم المفتاح (والنوع) للشهادة التي تم إنشاؤها." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "حجم المفتاح" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "مستقل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -242,7 +250,7 @@ msgstr "" "Webroot خادم ويب موجودًا لإصدار شهادة. سيسمح لك وضع DNS باستخدام DNS API " "لمزود DNS الخاص بك لإصدار شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -250,7 +258,7 @@ msgstr "" "الاسم المستعار الاعتراضي لاستخدامه لكل أسماء النقابات. انظرإلى %s للاطلاع " "على تفاصيل هذه العملية. يدعم LUCI اسمًا مستعارًا واحدًا فقط للاعتراض لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -260,7 +268,7 @@ msgstr "" "لتنسيق بيانات الاعتماد التي تتطلبها كل واجهة برمجة تطبيقات. أضف إدخالات " "متعددة هنا في تنسيق متغير shell \"KEY = VAL\" لتوفير متغيرات اعتماد متعددة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -268,11 +276,11 @@ msgstr "" "اسم النطاق المستعار لاستخدامها في جميع المجالات. انظر %s عن تفاصيل هذه " "العملية. لوسي يدعم فقط واحد التحدي المجال لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -287,11 +295,11 @@ msgstr "" "بروتوكول الإنترنت العام لجهاز التوجيه. بمجرد التكوين ، يمكن أن يستغرق إصدار " "الشهادات بعض الوقت. يمكنك التحقق من سجلات التقدم وأية أخطاء." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -305,35 +313,35 @@ msgstr "" "الوحيد الذي يدعم شهادات أحرف البدل. يتطلب استخدام هذا الوضع تثبيت حزمة acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "استخدم مرجع مصدق (CA) مخصصًا بدلاً من Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "استخدم خادم الترحيل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "طريقة التحقق من الصحة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "دليل Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -342,7 +350,7 @@ msgstr "" "الدليل الجذر لخادم الويب. اضبط هذا على جذر وثيقة خادم الويب لتشغيل Acme في " "وضع webroot. يجب الوصول إلى خادم الويب من الإنترنت على المنفذ 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index 22df117f4929..0372d3b9b093 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -10,127 +10,127 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME сертификати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME глобални настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL на ACME сървър" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Имейл на акаунта" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Разширени настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Директория със сертификати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Конфигурация на сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS API креденшъли" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Дни до подновяване" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "По подразбиране" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Имена на домейни" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Разрешен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Общи настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,92 +140,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -233,30 +241,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -266,11 +274,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -279,42 +287,42 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index 49580888eff3..71a7b84136b5 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME সার্টিফিকেট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME গ্লোবাল কনফিগ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "ACME সার্ভার URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "অ্যাকাউন্ট ইমেইল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "উন্নত সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "সার্টিফিকেট কনফিগারেশন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "চ্যালেঞ্জ উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "কাস্টম ACME সার্ভার ডিরেক্টরি URL।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "ডিএনএস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS API ক্রিডেনশিয়াল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "নবায়ন পর্যন্ত দিন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -103,37 +103,37 @@ msgstr "" "হবে বিকল্প নাম। মনে রাখবেন যে সমস্ত ডোমেইন নাম অবশ্যই বৈশ্বিক DNS- এর রাউটারে " "নির্দেশ করতে হবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "অ্যাকাউন্ট কী এর সাথে যুক্ত করার জন্য ইমেইল ঠিকানা।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "ডিবাগ লগিং সক্রিয় করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "সক্রিয়" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "সাধারণ সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,92 +145,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Luci-app-acme এর জন্য UCI অ্যাক্সেস প্রদান করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "সার্টিফিকেট উৎপন্ন করার জন্য কী সাইজ (এবং প্রকার)।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "কী সাইজ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "স্বতন্ত্র" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -242,7 +250,7 @@ msgstr "" "করবে। ডিএনএস মোড আপনার ডিএনএস প্রদানকারীর ডিএনএস এপিআই ব্যবহার করে সার্টিফিকেট " "ইস্যু করবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -250,7 +258,7 @@ msgstr "" "সমস্ত ডোমেইনের জন্য চ্যালেঞ্জ উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য %s দেখুন। " "LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ উপনাম সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -260,7 +268,7 @@ msgstr "" "ফরম্যাটের জন্য দেখুন %s। একাধিক ক্রিডেনশিয়াল ভেরিয়েবল সরবরাহ করতে এখানে KEY = " "VAL শেল ভেরিয়েবল ফরম্যাটে একাধিক এন্ট্রি যুক্ত করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -268,11 +276,11 @@ msgstr "" "সমস্ত ডোমেইনের জন্য ব্যবহৃত ডোমেইন উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য দেখুন " "%s। LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ ডোমেইন সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -287,11 +295,11 @@ msgstr "" "কনফিগার করা আবশ্যক। একবার কনফিগার হয়ে গেলে, সার্টিফিকেট ইস্যু করতে কিছু সময় লাগতে " "পারে। অগ্রগতি এবং কোন ত্রুটির জন্য লগ চেক করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -300,42 +308,42 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index a48f4bb75295..63769a32f242 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -10,127 +10,127 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5.2-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: 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.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Configuració avançada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Activat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Paràmetres generals" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,92 +140,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -233,30 +241,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -266,11 +274,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -279,41 +287,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index 34b587813d0b..e0d0e337121b 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 5.0.2\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certifikáty ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Globální konfigurace ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL serveru ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "E-mail k účtu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Pokročilá nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 obsah soukromého klíče. Použití namísto YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Certifikáty jsou uloženy v" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Konfigurace certifikátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Aliasy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "Adresář URL vlastního serveru ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS API pověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Dny do obnovení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Výchozí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Alias domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Doménové názvy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -103,7 +103,7 @@ msgstr "" "jméno subjektu, další jsou alternativní názvy. Mějte na paměti, že všechny " "doménové názvy musejí v globálním DNS ukazovat na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,31 +111,31 @@ msgstr "" "Např. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "E-mailová adresa pro přiřazení ke klíči účtu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Povolit ladicí protokolování" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Zapnuto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Obecná nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -147,7 +147,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Udělit přístup UCI pro luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -155,88 +155,96 @@ msgstr "" "Pokud nebyl certifikát obnoven včas, obdržíte upozornění 20 dní před " "vypršením." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Vydáno" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Velikost (a typ) klíče pro generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Velikost klíče" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Hlavní doména" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID nájmu, který obsahuje cílovou DNS zónu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID uživatele s povolením přidat/odstranit záznamy ze zón" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otevřete DuckDNS a zkopírujte token " "zde" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "Cesta k soukromému API podpisovému klíči v PEM formátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Soukromý klíč" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Veřejný certifikát" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Zobrazit pokyny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Mělo by ukazovat na domovský region pronájmu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Samostatný" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -247,7 +255,7 @@ msgstr "" "acme.sh. Režim webroot bude používat existující webový server. DNS režim " "bude umožňovat použití DNS API vašeho poskytovatele DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -256,7 +264,7 @@ msgstr "" "procesu naleznete na adrese %s. Rozhraní LUCI podporuje pouze jeden alias " "výzvy na certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -267,7 +275,7 @@ msgstr "" "více položek v formátu proměnné shellu KLÍČ=HODNOTA, abyste mohli poskytnout " "více přihlašovacích proměnných." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -276,11 +284,11 @@ msgstr "" "tomto procesu. LUCI podporuje jen jednu challenge doménu pro každý " "certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "Soukromý API podpisový klíč v PEM formátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -296,11 +304,11 @@ msgstr "" "bude konfigurace dokončena, vydávání certifikátů bude chvíli trvat. " "Kontrolujte protokoly, kde uvidíte průběh a jakékoli chyby." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Toto obvykle NENÍ e-mailová adresa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -315,35 +323,35 @@ msgstr "" "wildcard certifikátů. Použití tohoto režimu vyžaduje instalaci balíčku acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Použít vlastní CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Použijte pracovní server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Metoda ověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Adresář Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -353,7 +361,7 @@ msgstr "" "nastavte tento adresář jako kořen webu ve webovém serveru. Server musí být " "přístupný z Internetu na portu 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index bae0b0d3c69b..908127735d60 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME global konfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL til ACME-serveren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Konto e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Avancerede indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 indhold af privat nøgle. Brug i stedet for YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Cert-filer gemmes i" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Certifikatkonfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Udfordr Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "Brugerdefineret URL til ACME-serverens mappe." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS-API legitimationsoplysninger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Antal dage indtil fornyelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Domænealias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Domænenavne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -103,7 +103,7 @@ msgstr "" "emnet, de efterfølgende navne vil være alt-navne. Bemærk, at alle " "domænenavne skal pege på routeren i den globale DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,31 +111,31 @@ msgstr "" "f. eks. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "E-mail-adresse, der skal knyttes til kontonøglen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Aktivér debug logning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Aktiveret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Generelle indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -147,7 +147,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Giv UCI-adgang til luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -155,88 +155,96 @@ msgstr "" "Hvis et certifikat ikke blev fornyet i tide, vil du modtage en meddelelse på " "20 dage før udløbet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "udstedt den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Nøglestørrelse (og -type) for det genererede certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Nøglestørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Hoveddomæne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID af tenancy, der indeholder mål DNS zonen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID af brugeren med tilladelse til at tilføje / fjerne poster fra zoner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Åbn DuckDNS og kopiere en token her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "Sti til privat API underskrift nøglefil i PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Privat nøgle" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Offentligt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Se instruktioner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Skal pege på den lejede hjemme region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Standalone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -248,7 +256,7 @@ msgstr "" "til at udstede et certifikat. DNS-tilstand giver dig mulighed for at bruge " "DNS API'et hos din DNS-udbyder til at udstede et certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -257,7 +265,7 @@ msgstr "" "nærmere oplysninger om denne proces. LUCI understøtter kun ét " "udfordringsalias pr. certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -268,7 +276,7 @@ msgstr "" "her i formatet KEY=VAL shellvariabel for at angive flere " "legitimationsvariabler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -277,11 +285,11 @@ msgstr "" "oplysninger om denne proces. LUCI understøtter kun ét udfordringsdomæne pr. " "certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "Den private API signeringsnøgle i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -297,11 +305,11 @@ msgstr "" "konfigureret, kan udstedelsen af certifikater tage et stykke tid. Kontroller " "logfilerne for fremskridt og eventuelle fejl." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Dette er normalt IKKE en e-mailadresse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -316,35 +324,35 @@ msgstr "" "tilstand, der understøtter wildcard-certifikater. Brug af denne tilstand " "kræver, at pakken acme-dnsapi er installeret." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Brug en brugerdefineret CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Brug staging-server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Valideringsmetode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Webroot-mappen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -354,7 +362,7 @@ msgstr "" "køre Acme i webroot-tilstand. Webserveren skal være tilgængelig fra " "internettet på port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index 78e078d488bf..a98de9981ed4 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -10,92 +10,92 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Globale ACME-Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "ACME-Server URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Account E-Mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-Inhalt des privaten Schlüssels. Verwendung anstelle von " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Wo Zertifikate und andere Statusdateien aufbewahrt werden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Zertifikateinstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Challenge-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "Benutzerdefinierte ACME-Serververzeichnis URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS API Zugangsdaten" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Tage bis zur Erneuerung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Domain-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Domainnamen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -105,7 +105,7 @@ msgstr "" "Eintrag ist der Betreff, nachfolgende Namen sind Alternativnamen. Beachten " "Sie, dass alle Domainamen im globalen DNS auf den Router zeigen müssen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,31 +113,31 @@ msgstr "" "Z. B. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "E-Mail Adresse, welche mit dem Account Key verknüpft wird." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Aktiviere Debug-Protokollierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Aktiviert" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Allgemeine Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,7 +149,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "UCI Zugriff auf luci-app-acme erlauben" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -157,89 +157,97 @@ msgstr "" "Wird ein Zertifikat nicht rechtzeitig erneuert, erhältst du 20 Tage vor " "dessen Ablauf eine Benachrichtigung." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Installiere Paket %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Ausgestellt am" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Schlüsselgröße (und Typ) für das generierte Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Schlüsselgröße" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Hauptdomain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Öffne DuckDNS und kopiere ein Token " "hier her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "Paket ist nicht installiert" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "Pfad zur Private-API-Signierschlüsseldatei im PEM-Format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "öffentliches Zertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Siehe Anleitung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Eigenständig" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -251,7 +259,7 @@ msgstr "" "Webserver genutzt. Der DNS-Modus erlaubt es, die API deines DNS-Providers " "für die Zertifikatausstellung zu verwenden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -260,7 +268,7 @@ msgstr "" "Vorgang finden Sie unter %s.LUCI unterstützt nur einen Challenge-Alias pro " "Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -271,7 +279,7 @@ msgstr "" "Fügen Sie hier mehrere Einträge im Shell-Variablenformat KEY = VAL hinzu, um " "mehrere Anmeldeinformationsvariablen bereitzustellen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -279,11 +287,11 @@ msgstr "" "Der für ALLE Domänen zu nutzende Alias. Siehe %s für Details zu diesem " "Prozess. LUCI unterstützt nur eine Domänenanforderung pro Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "Der private API-Signierschlüssel im PEM-Format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -300,11 +308,11 @@ msgstr "" "kann die Ausstellung von Zertifikaten eine Weile dauern. Überprüfen Sie die " "Protokolle auf Fortschritt und Fehler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Dies ist normalerweise KEINE E-Mail-Adresse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -319,35 +327,35 @@ msgstr "" "Modus, der Platzhalterzertifikate unterstützt. Für die Verwendung dieses " "Modus muss das acme-dnsapi-Paket installiert sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Nutze individuelles Zertifikat statt Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Staging-Server verwenden" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Überprüfungsmethode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Webroot-Verzeichnis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -357,7 +365,7 @@ msgstr "" "ein, um Acme im Webroot-Modus auszuführen. Der Webserver muss über Port 80 " "über das Internet erreichbar sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index 96e0f2ebc3c8..dd1799557d6c 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -10,127 +10,127 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME πιστοποιητικά" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Λογαριασμός email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Ρυθμίσεις για προχωρημένους" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Μέρες μέχρι την ανανέωση" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Ενεργοποιήθηκε" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Γενικές ρυθμίσεις" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,92 +140,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -233,30 +241,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -266,11 +274,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -279,41 +287,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Μέθοδος επιβεβαίωσης" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/en/acme.po b/applications/luci-app-acme/po/en/acme.po index 253e5a5ad1be..bc33f94314ec 100644 --- a/applications/luci-app-acme/po/en/acme.po +++ b/applications/luci-app-acme/po/en/acme.po @@ -10,92 +10,92 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.3-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME global config" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "ACME server URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Account email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Advanced Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 content of private key. Use instead of YC_SA_Key_File_Path (Yandex " "Cloud Service Account Key File Path)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Certificate files are stored in" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Certificate configuration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Challenge Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "Custom ACME server directory URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS (Domain Name System)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS API credentials" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Days until renewal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Default" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Domain Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Domain names" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -105,7 +105,7 @@ msgstr "" "subject name, subsequent names will be alt ermate names. Note that all " "domain names must point at the router in the global DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,33 +113,33 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 #, fuzzy msgid "ECC 256 bits" msgstr "ECC (Elliptic Curve) 256 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 #, fuzzy msgid "ECC 384 bits" msgstr "ECC (Elliptic Curve) 384 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "Email address to associate with account key." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Enable debug logging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Enabled" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "General Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,7 +151,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Grant UCI access for luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -159,93 +159,101 @@ msgstr "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Issued on" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Key size (and type) for the generated certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Key type" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Main Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 #, fuzzy msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) of tenancy that contains the target DNS zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 #, fuzzy msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID (Oracle Cloud Identifier) of user with permission to add/remove records " "from zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Open DuckDNS and copy a token here" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "Path to private API signing key file in PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 #, fuzzy msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Public Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "See instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Should point to the tenancy home region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Standalone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -257,7 +265,7 @@ msgstr "" "certificate. DNS mode will allow you to use the DNS API of your DNS provider " "to issue a certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -265,7 +273,7 @@ msgstr "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -275,7 +283,7 @@ msgstr "" "of credentials required by each API. Add multiple entries here in KEY=VAL " "shell variable format to supply multiple credential variables." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -283,11 +291,11 @@ msgstr "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "The private API signing key in PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -303,11 +311,11 @@ msgstr "" "configured, issuing certificates can take a while. Check the logs for " "progress and any errors." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "This is usually NOT an email address" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -321,35 +329,35 @@ msgstr "" "the only mode that supports wildcard certificates. Using this mode requires " "the acme-dnsapi package to be installed." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Use a custom CA (Certificate Authority)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Use a staging server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Validation method" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Webroot directory" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -359,7 +367,7 @@ msgstr "" "Acme in webroot mode. The web server must be accessible from the internet on " "port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index a0646589c22b..109270250d27 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -10,91 +10,91 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Configuración global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL del servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Cuenta de email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Ajustes avanzados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "El contenido Base64 de la clave privada. Usar en lugar de YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Los archivos Cert se almacenan en" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Configuración de certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Alias de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "URL del directorio del servidor ACME personalizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "Credenciales de API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Días hasta la renovación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Por defecto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Alias de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Nombres de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -105,7 +105,7 @@ msgstr "" "en cuenta que todos los nombres de dominio deben apuntar al enrutador en el " "DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,32 +113,32 @@ msgstr "" "Por ejemplo, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC de 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC de 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" "Dirección de correo electrónico para asociar con la clave de la cuenta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Activar el registro de depuración" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Activado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Ajustes generales" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,7 +150,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceder acceso UCI para luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -158,90 +158,98 @@ msgstr "" "Si un certificado no se ha renovado a tiempo, recibirás un aviso 20 días " "antes de su expiración." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Instalar paquete %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Publicado el" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Tamaño de clave (y tipo) para el certificado generado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Tamaño de clave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Dominio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "El OCID del contrato de arrendamiento que contiene la zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID del usuario con permiso para agregar/eliminar los registros de las zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abre DuckDNS y copia un token aquí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "Paquete no instalado" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" "Ruta al archivo de la clave de la firma de la API privada en formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Clave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA de 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA de 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA de 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Ver las instrucciones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Debes señalar a la región de origen del inquilino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Ser único" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -253,7 +261,7 @@ msgstr "" "emitir un certificado. El modo DNS le permitirá utilizar la API de DNS de su " "proveedor de DNS para emitir un certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -262,7 +270,7 @@ msgstr "" "obtener detalles sobre este proceso. LUCI solo admite un alias de desafío " "por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -273,7 +281,7 @@ msgstr "" "Agregue varias entradas aquí 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -282,11 +290,11 @@ msgstr "" "obtener detalles sobre este proceso. LUCI solo admite un dominio de desafío " "por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "La clave de la firma privada de la API en formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -302,11 +310,11 @@ msgstr "" "enrutador. Una vez configurado, la emisión de certificados puede demorar un " "tiempo. Verifique los registros de progreso y cualquier error." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Normalmente NO es una dirección de correo electrónico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -321,35 +329,35 @@ msgstr "" "certificados comodín. El uso de este modo requiere que se instale el paquete " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Utilice una CA personalizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Usar servidor de ensayo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Método de validación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Directorio Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -359,7 +367,7 @@ msgstr "" "del servidor web para ejecutar Acme en modo webroot. El servidor web debe " "ser accesible desde internet en el puerto 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/fa/acme.po b/applications/luci-app-acme/po/fa/acme.po index 3b919f8a7ba5..f1a13ede5e50 100644 --- a/applications/luci-app-acme/po/fa/acme.po +++ b/applications/luci-app-acme/po/fa/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "گواهینامه های ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "پیکربندی جهانی ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "آدرس سرور ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "حساب ایمیل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "تنظیمات پیشرفته" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "محتوای Base64 کلید خصوصی. به جای YC_SA_Key_File_Path استفاده کنید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "فایل های گواهی ذخیره می شوند در" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "پیکربندی گواهی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "گواهینامه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "نام مستعار چالش" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "آدرس سفارشی دایرکتوری سرور ACME ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "احراز هویت DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "اعتبار سنجی چالش DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "روز تا تمدید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "پیشفرض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "نام مستعار دامنه" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "نام دامنه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -103,7 +103,7 @@ msgstr "" "بعدی، نام های جایگزین خواهد بود. توجّه داشته باشید که همهٔ‌ نام‌های دامنه باید " "در ساناد عمومیشان به مسیریاب اشاره کنند." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,31 +111,31 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "آدرس ایمیل برای مرتبط کردن با کلید حساب." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "ثبت اشکال زدایی را فعال کنید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "فعال" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "پیکربندی عمومی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -147,92 +147,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "اجازه دسترسی به UCI برای luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -240,30 +248,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -273,11 +281,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -286,42 +294,42 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index 4584ed6b20e2..3b20a3a826c7 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-sertifikaatit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME-yleisasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "ACME-palvelimen osoite" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Sähköpostitili" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Lisäasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Sertifikaatin asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Varmenteet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Haaste - alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS API:n kirjautumistiedot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS-haastevalidointi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Päiviä uusimiseen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Oletus" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Verkkonimen alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Verkkonimet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -104,7 +104,7 @@ msgstr "" "kaikkien verkkotunnusten pitää osoittaa reitittimeen globaalissa DNS-" "järjestelmässä." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -112,31 +112,31 @@ msgstr "" "Esim. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "Avaimeen liitettävä sähköpostiosoite." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Ota vieanetsintälokkaus käyttöön" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Käytössä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Yleiset asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,93 +146,101 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Salli pääsy acme-asetuksiin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Myönnetty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Avaimen koko (ja tyyppi) luotavassa sertifikaatissa." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Avaimen koko" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Avaa DuckDNS ja kopioi token tähän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Yksityinen avain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Julkinen varmenne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Katso ohjeet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -240,30 +248,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -273,11 +281,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Tämä EI yleensä ole sähköpostiosoite" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -286,41 +294,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Käytä staging-palvelimeen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Validointitapa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index 80956c5003f9..b83aa31a1cbf 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -10,92 +10,92 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificats ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Configuration globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL du serveur ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Compte email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Paramètres avancés" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Contenu de la clé privée en Base 64. À utiliser à la place de " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 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.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Configuration du certificat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Certificats" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Alias du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "URL du répertoire du serveur ACME personnalisé." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "Identités de API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Nombre de jour avant renouvellement" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Par défaut" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Alias du Domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Noms de domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -105,7 +105,7 @@ msgstr "" "principal, les noms suivants seront les noms alternatifs. Notez que tous les " "noms de domaine doivent pointer sur le router dans le DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,31 +113,31 @@ msgstr "" "Ex. : _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "Adresse email à associer avec la clé du compte." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Activer les logs de type debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Activé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Réglages généraux" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,7 +149,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Autoriser les accès UCI pour luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -157,91 +157,99 @@ msgstr "" "Si un certificat n'a pas été renouvelé dans les temps, vous recevrez un avis " "20 jours avant expiration." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Date d'émission" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Longueur de clé (et type) du certificat généré." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Longueur de clé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Domaine principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID de l'utilisateur possédant la permission d'ajouter/supprimer des " "entrées sur les zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Ouvrir DuckDNS et copier un token " "ici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "Le paquet n'est pas installé" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" "Chemin d'accès vers la clé privée de signature de l'API (au format PEM)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Clé Privée" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Certificat Publique" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Voir les instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Autonome" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -253,7 +261,7 @@ msgstr "" "pour le générer. Le mode DNS vous permet d'utiliser l 'API DNS de votre " "fournisseur de DNS pour générer le certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -261,7 +269,7 @@ msgstr "" "L'alias du challenge à utiliser pour TOUS les domaines. Voir %s pour les " "détails de ce processus. LUCI supporte un seul alias par certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -271,7 +279,7 @@ msgstr "" "le format à utiliser 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -279,11 +287,11 @@ msgstr "" "Alias de domaine à utiliser pour TOUS les domaines. Voir %s pour plus de " "détail. LUCI ne supporte qu'un seul domaine par certificat pour le challenge." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "Clé privée de signature de l'API au format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -299,11 +307,11 @@ msgstr "" "routeur. Une fois configurés, l'émission de certificats peut prendre un " "certain temps. Vérifiez les journaux pour la progression et les erreurs." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "La plupart du temp, ce n'est PAS une adresse email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -318,35 +326,35 @@ msgstr "" "supportant les certificats génériques (wildcard). L'utilisation de ce mode " "requiert l'installation du paquet acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Utiliser un CA personnalisé à la place de celui de Let's Encryt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Utiliser le serveur de qualification" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Méthode de validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "Racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Répertoire racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -356,9 +364,12 @@ msgstr "" "racine du serveur Web pour utiliser ACME en mode Racine (webroot). Le " "serveur web doit être accessible depuis internet sur le port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" #~ msgstr "CA ACME personnalisé" + +#~ msgid "Install package %q %s" +#~ msgstr "Installer le paquet %q %s" diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index c429b39d5ef8..9dc17f1e95f5 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -11,127 +11,127 @@ msgstr "" "n % 10 == 0) ? 2 : 3));\n" "X-Generator: Weblate 5.0.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: 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.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "הגדרות מתקדמות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "הגדרות כלליות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,92 +141,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -234,30 +242,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -267,11 +275,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -280,41 +288,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 7e58a5985e63..3c540e44025c 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -4,127 +4,127 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: 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.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -134,92 +134,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -227,30 +235,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -260,11 +268,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -273,41 +281,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index 1592c78f8ce6..b37abfc56f2f 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -10,91 +10,91 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME tanúsítványok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME globális beállítás" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "ACME szerver URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Fiók e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 #, fuzzy msgid "Advanced Settings" msgstr "Haladó Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 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.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Tanúsítvány beállítása" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Kihívás álneve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "Testreszabott ACME szerver könyvtár URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS API hitelesítési adatok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Napok megújításig" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Alapértelmezett" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Tartományálnév" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Tartománynevek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -104,37 +104,37 @@ msgstr "" "neve, az azt követő nevek lesznek az alternatív nevek. Ne feledje, hogy az " "összes tartománynévnek az útválasztóra kell mutatnia a globális DNS-ben." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "256 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "384 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "A fiók kulcsához rendelendő e-mail cím." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Hibakeresési naplózás engedélyezése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Engedélyezve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Általános Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,92 +146,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "UCI hozzáférés megadása a luci-app-acme alkalmazásnak" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Csomag telepítése %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Kulcsméret (és típus) az előállított tanúsítványhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Kulcsméret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "A csomag nincs telepítve" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "2048 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "3072 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "4096 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Önálló" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -243,7 +251,7 @@ msgstr "" "használni, hogy kiállítson egy tanusítványt. A DNS üzemmód megengedélyezi a " "DNS szolgáltatód DNS API-ja használatát, hogy kiállítson egy tanusítványt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -252,7 +260,7 @@ msgstr "" "folyamat részleteiért. A LuCI csak egy kihívási álnevet támogat " "tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -263,7 +271,7 @@ msgstr "" "több bejegyzést itt 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -272,11 +280,11 @@ msgstr "" "folyamat részleteiért. A LuCI csak egy tartományálnevet támogat " "tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -293,11 +301,11 @@ msgstr "" "a tanúsítványok kibocsátása eltarthat egy ideig. Nézze meg a naplókat a " "folyamat előrehaladásához és a hibákhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -312,35 +320,35 @@ msgstr "" "altartományokra is kibővített tanúsítványokat. Ezen mód használatához az " "szükséges, hogy az acme-dnsapi csomag telepítve legyen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Előkészítő kiszolgáló használata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Webgyökér könyvtár" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -350,7 +358,7 @@ msgstr "" "dokumentumgyökerére az ACME webgyökér módban történő futtatásához. A " "webkiszolgálónak elérhetőnek kell lennie az internetről a 80-as porton." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index 542897f1abe6..81ea94ba2528 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.3\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Sertifikat ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Konfigurasi global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL server ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Akun e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Setelan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Konten base64 dari kunci pribadi. Gunakan YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "File sertifikat disimpan di" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Konfigurasi sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Tantangan Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "URL direktori server ACME khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "Kredensial API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Hari sampai perpanjangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Bawaan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Alias Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Nama domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -103,37 +103,37 @@ msgstr "" "subjek, nama berikutnya akan menjadi nama alternatif. Perhatikan bahwa semua " "nama domain harus mengarah ke router di DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "Alamat email untuk dikaitkan dengan kunci akun." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Aktifkan pencatatan debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Diaktifkan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Setelan Umum" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,92 +145,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Berikan akses UCI untuk luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Ukuran kunci (dan jenis) untuk sertifikat yang dihasilkan." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Ukuran kunci" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Kunci Pribadi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Sertifikat Publik" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Lihat instruksi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Mandiri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -242,7 +250,7 @@ msgstr "" "mengeluarkan sertifikat. Mode DNS akan memungkinkan Anda untuk menggunakan " "API DNS dari penyedia DNS Anda untuk mengeluarkan sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -250,7 +258,7 @@ msgstr "" "Alias tantangan untuk digunakan untuk SEMUA domain. Lihat %s untuk detail " "proses ini. LUCI hanya mendukung satu alias tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -261,7 +269,7 @@ msgstr "" "dalam format variabel shell KEY=VAL untuk memasok beberapa variabel " "kredensial." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -269,11 +277,11 @@ msgstr "" "Alias domain yang akan digunakan untuk SEMUA domain. Lihat %s untuk detail " "proses ini. LUCI hanya mendukung satu domain tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -289,11 +297,11 @@ msgstr "" "sertifikat dapat memakan waktu cukup lama. Periksa log untuk kemajuan dan " "kesalahan apa pun." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Ini biasanya BUKAN alamat email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -307,35 +315,35 @@ msgstr "" "juga merupakan satu-satunya mode yang mendukung sertifikat wildcard. " "Menggunakan mode ini memerlukan paket acme-dnsapi untuk diinstal." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Gunakan CA khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Metode validasi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Direktori webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -345,7 +353,7 @@ msgstr "" "menjalankan Acme dalam mode webroot. Server web harus dapat diakses dari " "internet pada port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index 20792be27eaf..9af06d8863d9 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -10,92 +10,92 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificati ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Configurazione globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL server ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "E-mail dell'account" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Impostazioni avanzate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Codice Base64 della chiave privata. Usalo in alternativa a " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "I certificati sono salvati in" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Configurazione certificato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Certificati" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Alias challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "URL personalizzata cartella server ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "Credenziali API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "giorni al rinnovo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Predefinito" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Alias di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Nomi di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -105,7 +105,7 @@ msgstr "" "soggetto, i successivi saranno nomi alternativi. Nota che tutti i nomi di " "dominio devono puntare al router nel DNS globale." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,31 +113,31 @@ msgstr "" "Es. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "Indirizzo e-mail da associare alla chiave dell'account." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Attiva i log di debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Abilitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Impostazioni Generali" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,7 +149,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Concedi l'accesso UCI a luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -157,90 +157,98 @@ msgstr "" "Se un certificato non viene rinnovato in tempo, riceverai una notifica 20 " "giorni prima della scadenza." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Installa pacchetto %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Emesso il" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Dimensione chiave (e tipo) per il certificato generato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Dimensione chiave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Dominio Principale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) della tenancy che contiene la zona DNS di " "destinazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID dell'utente con il permesso di aggiungere/rimuovere i record dalle zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Apri DuckDNS e copia un token qui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "Il pacchetto non è installato" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "Percorso della chiave API privata in formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Chiave Privata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Certificato Pubblico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Vedi le istruzioni" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Dovrebbe puntare alla regione in cui è ospitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Autonoma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -252,7 +260,7 @@ msgstr "" "emettere un certificato. La modalità DNS ti consentirà di usare l'API DNS " "del tuo provider DNS per emettere un certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -260,7 +268,7 @@ msgstr "" "L'alias challenge da usare per TUTTI i domini. Per i dettagli di questo " "processo vedi %s. LUCI supporta solo un alias challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -271,7 +279,7 @@ msgstr "" "nel formato variabile shell CHIAVE=VALORE per fornire variabili credenziali " "multiple." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -279,11 +287,11 @@ msgstr "" "L'alias di dominio da usare per TUTTI i domini. Per i dettagli di questo " "processo vedi %s. LUCI supporta solo un dominio challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "Chiave di autenticazione API privata in formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -300,11 +308,11 @@ msgstr "" "del tempo. Controlla i registri eventi per verificare lo stato di " "avanzamento e gli eventuali errori." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Solitamente NON è un indirizzo email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -319,35 +327,35 @@ msgstr "" "con caratteri jolly. L'uso di questa modalità richiede l'installazione del " "pacchetto acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Usa una CA personalizzata." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Usa server di prova" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Metodo validazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Cartella webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -357,7 +365,7 @@ msgstr "" "server web per eseguire Acme in modalità webroot. Il server web deve essere " "accessibile da internet sulla porta 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index e511894f0597..e7428cfb0b56 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.7.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME証明書" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACMEグローバル設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "ACMEサーバーのURL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "アカウントのメールアドレス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "詳細設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "証明書設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "カスタムACMEサーバーディレクトリのURL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS API資格情報" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "更新までの日数" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "デフォルト" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "ドメインエイリアス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "ドメイン名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -102,37 +102,37 @@ msgstr "" "証明書に含めるドメイン名です。最初の名前はサブジェクト名、その次は代替名で" "す。すべてのドメイン名はグローバルDNSのルーターを指す必要があります。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC256ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC384ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "アカウントに関連付けるメールアドレスです。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "デバッグロギングを有効化" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "有効" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,92 +144,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acmeにUCIアクセスを許可" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "生成された証明書の鍵の大きさ(およびタイプ)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "鍵の大きさ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA2048ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA3072ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA4096ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "スタンドアロン" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -240,30 +248,30 @@ msgstr "" "します。 Webrootモードでは、既存のWebサーバーを使用して証明書を発行します。 " "DNSモードでは、DNSプロバイダーのDNSAPIを使用して証明書を発行できます。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -273,11 +281,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -286,42 +294,42 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Let'sEncryptの代わりにカスタムCAを使用する。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "ステージングサーバーを使用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Webrootディレクトリ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index 1dc1f3466179..241cbf22ef41 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.15.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME 인증서" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME 전역 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "ACME 서버 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "계정 이메일" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "고급 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "인증서와 기타 상태 파일이 저장되는 경로입니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "인증서 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "챌린지 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "사용자 지정 ACME 서버 디렉터리 URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS API 자격 증명" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "갱신일" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "기본" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "도메인 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "도메인 네임" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -103,37 +103,37 @@ msgstr "" "도메인이 부 도메인이 됩니다. 주의할 점은 모든 도메인 네임들이 반드시 글로벌 " "DNS의 라우터를 가리키도록 하셔야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "계정 키에 연결할 이메일 주소입니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "디버그 로깅 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "활성화" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "기본 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,92 +145,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acme에 UCI 액세스 허용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "생성된 인증서의 키 크기(및 유형)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "키 크기" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "독립형" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -242,7 +250,7 @@ msgstr "" "합니다. DNS 모드는 인증서 발행에 DNS 를 제공하는 업체의 DNS API를 사용하게 됩" "니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -250,7 +258,7 @@ msgstr "" "\"모든\" 도메인에 사용될 챌린지 별칭입니다. %s 에서 자세한 내용을 확인하세" "요. LuCI에서는 개별 인증서마다 하나의 챌린지 별칭만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -260,7 +268,7 @@ msgstr "" "격 증명의 포맷은 %s 에서 참고해주세요. KEY=VAL 쉘 변수 포맷에 따라 여러 개의 " "자격 증명을 추가할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -268,11 +276,11 @@ msgstr "" "\"모든\" 도메인에 사용될 도메인 별칭입니다. %s 에서 자세한 내용을 확인하세" "요. LuCI에서는 개별 인증서마다 하나의 챌린지 도메인만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -286,11 +294,11 @@ msgstr "" "가리키도록 이미 설정되어 있어야 합니다. 처음 구성하는 경우, 인증서 발급에 시" "간이 걸릴 수 있습니다. 진행 상황 및 오류는 로그에서 확인할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -303,35 +311,35 @@ msgstr "" "지 않아도 되며, 와일드카드 인증서를 지원합니다. DNS 모드를 사용하기 위해선 " "acme-dnsapi 패키지가 설치되어 있어야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "사용자 지정 CA를 사용합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "테스트 서버 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "유효성 검증 방법" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Webroot 디렉터리" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -340,7 +348,7 @@ msgstr "" "ACME를 웹루트(Webroot) 모드로 실행하기 위해선 웹 서버 문서 루트 디렉터리를 설" "정하세요. 웹 서버는 80번 포트에서 인터넷 접근이 가능해야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index 033601343419..032a542e88f9 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -14,97 +14,97 @@ msgstr "" "1 : 2);\n" "X-Generator: Weblate 5.5.3\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "„ACME“ sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Visuotinė „ACME“ konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "„ACME“ serverio „URL – Saitas“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Paskyros el. paštas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Pažangūs nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Sertifikato konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "Pasirinktinis „ACME“ serverio katalogo „URL – Saitas“." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "„DNS“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "„DNS API“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Numatyta/-as" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Domenų-Sričių pavadinimai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -112,31 +112,31 @@ msgstr "" "Pvz: „_acme-challenge.example.com:12345:98765 alias.example.com:11111“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "„ECC 256“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "„ECC 384“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Įjungti/Įgalinti derinimo/trukdžių šalinimo žurnalinimą" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Įjungta/Įgalinta (-as/-i)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Bendri nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,94 +146,102 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Suteikti „UCI“ prieigą – „luci-app-acme“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Įdiegti prog. įrang. paketą %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Įteiktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Rakto dydis (ir tipas) sugeneruotam sertifikatui." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Rakto tipas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Pagrindinis domenas-sritis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Atidaryti „DuckDNS“ ir kopijuokite " "žetoną čia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "Prog. įrang. paketas yra neįdiegtas" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Privatus raktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Viešasis sertifikatas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "„RSA 2048“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "„RSA 3072“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "„RSA 4096“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -241,30 +249,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "Privatus „API“ pasirašymo raktas „PEM“ formatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -274,11 +282,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -287,42 +295,42 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Naudoti pasirinktinį „CA“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "„Webroot“ katalogas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index b3ba3d6cd092..23cd28377793 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -10,127 +10,127 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.3-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME प्रमाणपत्रे" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME ग्लोबल कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "खाते ईमेल" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "प्रमाणपत्र कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "आव्हान उपनाम" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "डीएनएस एपीआय" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "खाते किल्लीशी संलग्न करण्यासाठी ईमेल पत्ता." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "डीबग लॉगिंग सक्षम करा" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "सक्षम केले" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,92 +140,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -233,30 +241,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -266,11 +274,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -279,41 +287,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index f03521c1fa13..01e8b99be0f3 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -10,127 +10,127 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: 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.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "E-mel akaun" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Tetapan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Mungkir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Dibolehkan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,92 +140,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -233,30 +241,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -266,11 +274,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -279,41 +287,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index 8cf634b93b7f..e55f2b2f17b9 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -10,128 +10,128 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-sertifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME global konfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL til ACME-serveren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 #, fuzzy msgid "Account email" msgstr "E-postadresse for konto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Avanserte innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 inhold av privatnøkkel. Bruk istedenfor YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Sert-filer er lagret i" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Sertifikatkonfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Domenenavn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Påskrudd" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Generelle innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,92 +141,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Nøkkelstørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -234,30 +242,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -267,11 +275,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -280,41 +288,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/nl/acme.po b/applications/luci-app-acme/po/nl/acme.po index 92944d8bc49f..fa28ab4a6e51 100644 --- a/applications/luci-app-acme/po/nl/acme.po +++ b/applications/luci-app-acme/po/nl/acme.po @@ -9,127 +9,127 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: 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.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Standaard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -139,92 +139,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Pakket installeren %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "Pakket is niet geïnstalleerd" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -232,30 +240,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -265,11 +273,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -278,41 +286,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index fba389031a59..3437726fb16c 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -11,92 +11,92 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.2-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certyfikaty ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Konfiguracja globalna ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "Adres URL serwera ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Konto e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Zawartość klucza prywatnego w formacie Base64. Użyj zamiast " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Pliki certyfikatów są przechowywane w" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Konfiguracja certyfikatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Certyfikaty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Alias wyzwania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "Niestandardowy adres URL katalogu serwera ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "Poświadczenia interfejsu API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "Walidacja wyzwania DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Dni do czasu odnowienia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Domyślne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Alias domeny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Nazwy domen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -106,7 +106,7 @@ msgstr "" "podmiotu, kolejne nazwy są nazwami alternatywnymi. Pamiętaj, że wszystkie " "nazwy domen w globalnym DNS muszą wskazywać na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -114,31 +114,31 @@ msgstr "" "Np. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "Adres e-mail do powiązania z kluczem konta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Włącz rejestrowanie debugowania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Włączone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Ustawienia główne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,7 +150,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Przyznaj luci-app-acme dostęp do UCI" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -158,89 +158,97 @@ msgstr "" "Jeśli certyfikat nie został odnowiony na czas, otrzymasz powiadomienie na 20 " "dni przed wygaśnięciem." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Zainstaluj pakiet %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Wystawiono dnia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Rozmiar klucza (i typ) dla wygenerowanego certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Rozmiar klucza" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Domena główna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID dzierżawcy, który zawiera docelową strefę DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID użytkownika z uprawnieniami do dodawania/usuwania rekordów ze stref" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otwórz DuckDNS i skopiuj tutaj token" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "Pakiet nie jest zainstalowany" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" "Ścieżka do pliku prywatnego klucza podpisywania interfejsu API w formacie PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Klucz prywatny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Certyfikat publiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Zobacz instrukcje" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Powinien wskazywać region macierzysty dzierżawy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Autonomiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -252,7 +260,7 @@ msgstr "" "wystawienia certyfikatu. Tryb DNS pozwala na użycie API DNS dostawcy DNS do " "wystawienia certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -261,7 +269,7 @@ msgstr "" "szczegółowe informacje na temat tego procesu. LuCI obsługuje tylko jeden " "alias wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -272,7 +280,7 @@ msgstr "" "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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -281,11 +289,11 @@ msgstr "" "szczegółowe informacje na temat tego procesu. LUCI obsługuje tylko jedną " "domenę wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "Prywatny klucz podpisywania interfejsu API w formacie PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -301,11 +309,11 @@ msgstr "" "skonfigurowaniu wydawanie certyfikatów może chwilę potrwać. Sprawdź " "dzienniki pod kątem postępu i ewentualnych błędów." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Zwykle NIE jest to adres e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -320,35 +328,35 @@ msgstr "" "wieloznaczne. Korzystanie z tego trybu wymaga zainstalowania pakietu acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Użyj niestandardowego CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Użyj serwera pomostowego" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Metoda walidacji" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Walidacja wyzwania Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Katalog Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -358,7 +366,7 @@ msgstr "" "uruchomić ACME w trybie Webroot. Serwer WWW musi być dostępny z Internetu na " "porcie 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index 8f1e9ef961b2..6985893d7474 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -11,91 +11,91 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.0.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Configuração global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL do servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Conta de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conteúdo base64 da chave privada. Utilizar em vez de YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Os ficheiros Cert são armazenados em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "URL personalizada do diretório do servidor ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "Credenciais do API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Dias até à renovação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Predefinição" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Aliás do Domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -105,7 +105,7 @@ msgstr "" "assunto, os nomes subsequentes serão nomes alternativos. Note que todos os " "nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,31 +113,31 @@ msgstr "" "Por exemplo: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "O endereço de email para associar à chave da conta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Ativar o registo de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Ativado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,7 +149,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceder acesso UCI ao luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -157,90 +157,98 @@ msgstr "" "Se um certificado não tiver sido renovado a tempo, receberá um aviso 20 dias " "antes do seu termo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Instalar pacote %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Aberto DuckDNS e copiar um token " "aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "O pacote não está instalado" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" "Caminho para o ficheiro da chave de assinatura da API privada em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Ver instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Autónomo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -252,7 +260,7 @@ msgstr "" "certificado. O modo DNS permitirá que use a API DNS do seu provedor de DNS " "para emitir um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -261,7 +269,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -272,7 +280,7 @@ msgstr "" "entradas aqui no formato 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -281,11 +289,11 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura privada da API no formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -301,11 +309,11 @@ msgstr "" "configurados, a emissão dos certificados pode demorar um pouco. Verifique os " "registos log para ver o progresso e quaisquer erros." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Normalmente, NÃO se trata de um endereço de correio eletrónico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -319,35 +327,35 @@ msgstr "" "IP do router. O modo DNS é também o único modo que suporta certificados " "curinga. A utilização deste modo requer a instalação do pacote acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Use uma AC personalizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Use o servidor de estágio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Método de validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Diretório webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -357,7 +365,7 @@ msgstr "" "para executar o Acme em modo webroot. O servidor web deve estar acessível da " "Internet na porta 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index 3d02950315d3..a66482fdfd04 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Configuração global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL do Servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "E-mail da conta" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Conteúdo Base64 da chave privada. Use em vez do YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Onde os certificados são armazenados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "URL do Servidor ACME Customizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "Credenciais do API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Dias até a renovação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Padrão" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Aliás do Domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -103,7 +103,7 @@ msgstr "" "do assunto, os nomes subsequentes serão nomes alternativos. Observe que " "todos os nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,31 +111,31 @@ msgstr "" "Ex. _acme-challenge.example.com:12345:98765 alias.example.com:111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "O endereço de email para associar à chave da conta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Ativar o registro de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Ativado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -147,7 +147,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceda acesso UCI para o luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -155,89 +155,97 @@ msgstr "" "Se um certificado não foi renovado a tempo, antes de expirar, você receberá " "um aviso em 20 dias." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Instalar pacote %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "O OCID do locatário que contém a zona de DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do usuário com permissão para adicionar ou remover os registros das " "zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abra o DuckDNS e copie um token aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "O pacote não está instalado" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "Caminho para API privada assinando o arquivo chave em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Consulte as instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região do domicílio do locatário" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Independente" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -249,7 +257,7 @@ msgstr "" "solicitar um certificado. O modo DNS permitirá vocÊ a usar a API de DNS do " "seu provedor DNS para solicitar um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -258,7 +266,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -269,7 +277,7 @@ msgstr "" "entradas aqui no formato 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -278,11 +286,11 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura da API privada no formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -298,11 +306,11 @@ msgstr "" "configurados, a emissão dos certificados pode demorar um pouco. Verifique os " "registros log para ver os progressos e quaisquer outros erros." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Geralmente isso não é um endereço de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -317,35 +325,35 @@ msgstr "" "compatível com certificados curinga. O uso desse modo requer que o pacote " "acme-dnsapi esteja instalado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Use uma CA customizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Use o servidor de encenação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Método de Validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Diretório Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -355,7 +363,7 @@ msgstr "" "servidor da web para executar o Acme em modo webroot. O servidor web deve " "estar acessível na internet na porta 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index fc8e7b0f471e..df932e837d89 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -11,92 +11,92 @@ msgstr "" "20)) ? 1 : 2;\n" "X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificate ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Configurare globală ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "Adresa URL a server-ului ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Adresa de e-mail a contului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Setări avansate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conținutul Base64 al cheii private. A se utiliza în locul lui " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 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.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Configurarea certificatului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Alias de provocare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "URL-ul personalizat al directorului serverului ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "credențiale DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Zile până la reînnoire" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Implicit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Aliasul domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Numele domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -106,7 +106,7 @@ msgstr "" "subiectului, următoarele nume vor fi alternative. Ține minte că toate numele " "domeniului trebuie să ducă la router în DNS-ul global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -114,31 +114,31 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "Adresa de email ce va fi asociată cu cheia contului." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Activați jurnalizarea de depanare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "activat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Setări generale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,7 +150,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Acordă acces la UCI pentru luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -158,90 +158,98 @@ msgstr "" "Dacă un certificat nu a fost reînnoit la timp, veți primi o notificare cu 20 " "de zile înainte de expirare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Instalarea pachetului %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Emis la" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Dimensiunea (și tipul) cheii pentru certificatul generat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Dimensiunea cheii" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Domeniul principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID al locației care conține zona DNS țintă" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID al utilizatorului care are permisiunea de a adăuga/elimina înregistrări " "din zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Deschideți DuckDNS și copiați un " "token aici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "Pachetul nu este instalat" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "Calea către fișierul cu cheia privată de semnare API în format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Cheia privată" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Certificat public" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Vedeți instrucțiunile" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Ar trebui să indice regiunea de domiciliu a chiriașilor" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "De sine stătător" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -253,7 +261,7 @@ msgstr "" "emite un certificat. Modul DNS îți va permite să folosești API-ul DNS al " "provider-ului DNS pentru a emite un certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -262,7 +270,7 @@ msgstr "" "Consultați %s pentru detalii despre acest proces. LUCI acceptă doar un " "singur alias de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -273,7 +281,7 @@ msgstr "" "intrări aici în formatul variabilei de shell KEY=VAL pentru a furniza mai " "multe variabile de acreditare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -282,11 +290,11 @@ msgstr "" "%s pentru detalii despre acest proces. LUCI acceptă doar un singur domeniu " "de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "Cheia privată de semnare API în format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -302,11 +310,11 @@ msgstr "" "a routerului. Odată configurată, emiterea certificatelor poate dura ceva " "timp. Verificați jurnalele pentru a vedea progresul și eventualele erori." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Aceasta NU este, de obicei, o adresă de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -321,35 +329,35 @@ msgstr "" "certificate wildcard. Utilizarea acestui mod necesită instalarea pachetului " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Utilizați un CA personalizat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Utilizați serverul staging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Metoda de validare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Directorul webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -359,7 +367,7 @@ msgstr "" "documentului serverului web pentru a rula Acme în modul webroot. Serverul " "web trebuie să fie accesibil de pe internet pe portul 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index 6a4971107077..38aaaef45893 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -11,91 +11,91 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "Доменное имя с * доступно только когда Метод проверки: DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Сертификаты ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Глобальная конфигурация ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL сервера ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Электронная почта учётной записи" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Дополнительные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 содержимое приватного ключа. Используйте вместо YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Сертификаты сохраняются в папку" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Конфигурация сертификата" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Сертификаты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Псевдонимы вызова" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "URL-адрес пользовательского каталога сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "Данные для доступа к DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Дней до продления" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "По умолчанию" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Псевдоним домена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Доменные имена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -105,7 +105,7 @@ msgstr "" "(subject name), следующие имена — дополнительные (alt names). Все доменные " "имена должны указывать на маршрутизатор в глобальной DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,31 +113,31 @@ msgstr "" "Например: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "E-mail адрес для привязки ключа аккаунта." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Записывать в журнал данные для отладки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Включено" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Основные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,7 +149,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Предоставить UCI доступ для luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -157,88 +157,96 @@ msgstr "" "Если сертификат не был перевыпущен вовремя то вы получите уведомление за 20 " "дней до истечения срока действия." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Установить пакет %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "Неправильный домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Выпущен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Размер (и тип) ключа для сгенерированного сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Размер ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Главный домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID арендатора, содержащего целевую зону DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID пользователя, имеющего право добавлять/удалять записи из зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Зайдите на DuckDNS и скопируйте " "токен сюда" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "Пакет не установлен" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "Путь к ключу приватного API в PEM формате" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Приватный ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Публичный сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Смотрите инструкции" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Должен указывать на домашний регион арендатора" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Самостоятельно" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -251,7 +259,7 @@ msgstr "" "через DNS позволит вам использовать API DNS вашего провайдера DNS для " "выпуска сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -260,7 +268,7 @@ msgstr "" "этого процесса см. на сайте %s. LUCI поддерживает только один псевдоним " "вызова для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -271,7 +279,7 @@ msgstr "" "в формате переменной оболочки KEY=VAL, чтобы предоставить несколько " "переменных учетных данных." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -279,11 +287,11 @@ msgstr "" "Псевдоним домена для ВСЕХ доменов. Подробнее об этом процессе см. %s. LUCI " "поддерживает только один контрольный домен для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "Приватный ключ подписи API в PEM формате" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -299,11 +307,11 @@ msgstr "" "IP-адрес маршрутизатора. После настройки выдача сертификатов может занять " "некоторое время. Проверьте журналы на наличие прогресса и ошибок." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Обычно это НЕ адрес электронной почты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -318,35 +326,35 @@ msgstr "" "сертификаты. Для использования этого режима необходимо установить пакет acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Использовать другой Центр Сертификации (CA)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Использовать тестовый сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Метод проверки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Каталог Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -355,7 +363,7 @@ msgstr "" "Укажите здесь корневой каталог веб-сервера, чтобы запустить Acme в режиме " "webroot. Веб-сервер должен быть доступен из интернета на 80 порту." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index 97fa6e0e63c4..2e8c2cae7393 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -10,127 +10,127 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.5\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: 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.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "ව.නා.ප." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "වසම් නාම" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,92 +140,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -233,30 +241,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -266,11 +274,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -279,41 +287,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index d76256bd399d..f43495d2451c 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.14.1\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME globálna konfigurácia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "E-mail účtu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Konfigurácia certifikátov" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "Prihlasovacie údaje DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Alias domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -102,37 +102,37 @@ msgstr "" "Domény v certifikáte. Prvá bude názov subjektu, ďalšie budú alternatívne " "názvy. Všetky domény musia smerovať na router v globálnom DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "E-mailová adresa k účtu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Povoliť detailné záznamy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Zapnuté" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 #, fuzzy msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " @@ -145,92 +145,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Povoliť luci-app-acme prístup k UCI" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Dĺžka (a typ) kľúča pre generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Dĺžka kľúča" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -238,13 +246,13 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 #, fuzzy msgid "" "The credentials for the DNS API mode selected above. See %s for the format " @@ -255,17 +263,17 @@ msgstr "" "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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -275,11 +283,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -288,41 +296,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index d3a0e9b59dbb..d8cb10e4304a 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -10,92 +10,92 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Global konfiguration för ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL för ACME-servern" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "E-postkonto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Avancerade inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-innehåll av den privata nyckeln. Använd istället för " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Där certifikat och andra tillståndsfiler sparas." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Konfiguration för certifikatet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Alias för utmaningen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "Anpassad URL för katalogen till ACME-servern." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "API för DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Dagar till förnyelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Alias för domänen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Domännamn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -105,7 +105,7 @@ msgstr "" "Efterföljande namn blir alternativa namn. Notera att alla domännamn måste " "peka på routern i den globala DNS:en." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,31 +113,31 @@ msgstr "" "T.ex. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "E-postadress att koppla till kontonyckeln." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Aktivera logg för avlusning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Aktiverad" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Generella inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,7 +149,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Bevilja UCI-tillgång till luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -157,86 +157,94 @@ msgstr "" "Om ett certifikat inte förnyades i tid så kommer du att få en avisering 20 " "dagar före utgångstiden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Utfärdades den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Nyckelstorlek (och typ) för det genererade certifikatet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Nyckelstorlek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Huvuddomän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "Genväg till den privata API'ns signeringsnyckel i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Privat nyckel" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Publikt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Läs instruktionerna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Fristående" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -248,30 +256,30 @@ msgstr "" "att utfärda ett. DNS-lägen tillåter dig att använde din DNS-tjänsts DNS API " "för att utfärda ett certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "Den privata API'ns signeringsnyckel i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -281,11 +289,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Det här är vanligtvis INTE en e-postadress" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -294,42 +302,42 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Använd en anpassad CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Använd iscensättningsserver" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Valideringsmetod" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "Webbrot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Webbrotskatalog" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index 3d5ae071b324..fb16af3fb3f3 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -1,127 +1,127 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: 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.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -131,92 +131,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -224,30 +232,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s 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.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -257,11 +265,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -270,41 +278,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index 4adcbf686215..4e904528c445 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME sertifikaları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME evrensel yapılandırma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "ACME sunucu URL'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Hesap e-postası" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Özel anahtarın Base64 içeriği. YC_SA_Key_File_Path yerine kullanın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 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.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Sertifika yapılandırması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Sertifikalar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Challenge Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "Özel ACME sunucu dizini URL'si." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS API bilgileri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Yenilemeye kalan gün sayısı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Varsayılan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Alan Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Alan adları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -103,7 +103,7 @@ msgstr "" "alternatif adlar olacak. Domain adlarının evrensel DNS'de router'ı " "göstermesi gerektiğini unutmayın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,31 +111,31 @@ msgstr "" "Örneğin. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "Hesap anahtarına bağlanacak e-posta adresi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Hata ayıklama günlüğünü etkinleştir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Etkin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Genel Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -147,7 +147,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acme için UCI erişimi verin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -155,88 +155,96 @@ msgstr "" "Sertifika zamanında yenilenmediyse, geçerlilik süresinin bitiminden 20 gün " "önce bir bildirim alırsınız." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Kurulum paketi %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Yayınlandığı tarih" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Oluşturulmuş sertifika için anahtar boyutu (ve türü)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Anahtar boyutu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Ana Etki Alanı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "Hedef DNS bölgesini içeren kiracılığın OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "Bölgelere kayıt ekleme/kaldırma iznine sahip kullanıcının OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "DuckDNS'yi açın ve buraya bir token " "kopyalayın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "Paket kurulu değil" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "PEM biçiminde özel API imzalama anahtarı dosyasının yolu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Özel anahtar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Herkese Açık Sertifika" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Talimatlara bakın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Kiracının bulunduğu bölgeyi işaret etmelidir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Bağımsız" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -248,7 +256,7 @@ msgstr "" "kullanır. DNS modu, bir sertifika vermek için DNS sağlayıcınızın DNS " "API'sini kullanmanıza izin verir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -257,7 +265,7 @@ msgstr "" "adresine göz atın. LUCI sertifika başına sadece bir tane challenge takma " "adını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -268,7 +276,7 @@ msgstr "" "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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -277,11 +285,11 @@ msgstr "" "için %s adresine göz atın. LUCI, sertifika başına yalnızca bir challenge " "alanını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "PEM biçimindeki özel API imzalama anahtarı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -298,11 +306,11 @@ msgstr "" "biraz zaman alabilir. İlerleme ve herhangi bir hata için günlük kayıtlarına " "bakın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Bu genellikle bir e-posta adresi DEĞİLDİR" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -317,35 +325,35 @@ msgstr "" "sertifikalarını destekleyen tek moddur. Bu modu kullanmak, acme-dnsapi " "paketinin yüklenmesini gerektirir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Özel bir CA kullanın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Aşama sunucusu kullan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Doğrulama yöntemi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Webroot dizini" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -355,7 +363,7 @@ msgstr "" "sunucusu belge köküne ayarlayın. Web sunucusuna 80 numaralı bağlantı " "noktasından internetten erişilebilmelidir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index 886b2afb15aa..931eea71df35 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -11,91 +11,91 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Сертифікати ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Глобальні налаштування ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "URL-адреса сервера ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Електронна адреса пошти облікового запису" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Розширені налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 вміст приватного ключа. Використовувати замість YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "Сертифікати зберігаються у каталог" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Параметри сертифіката" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "Сертифікати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Псевдоніми виклику" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "URL-адреса каталогу користувацького сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "Облікові дані DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Днів до поновлення" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "За замовчуванням" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Псевдонім домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Імена домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -106,7 +106,7 @@ msgstr "" "Запримітьте, що всі доменні імена повинні вказувати на маршрутизатор у " "глобальному DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -114,32 +114,32 @@ msgstr "" "Наприклад, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" "Адреса електронної пошти, яку потрібно зв’язати з ключем облікового запису." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Увімкнути системний журнал" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Увімкнено" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Загальні налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,7 +151,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Надати UCI доступ для luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -159,88 +159,96 @@ msgstr "" "Якщо сертифікат не було оновлено вчасно, ви отримаєте сповіщення за 20 днів " "до закінчення терміну дії." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "Видано на" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Розмір (і тип) ключа для згенерованого сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Тип ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "Основний домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID оренди, яка містить цільову DNS-зону" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID користувача з правом додавання/видалення записів із зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Відкрийте DuckDNS і скопіюйте токен " "сюди" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "Шлях до приватного файлу ключа підпису API у форматі PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "Приватний ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "Публічний сертифікат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "Дивіться інструкції" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "Має вказувати на регіон проживання орендаря" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Автономний" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -252,7 +260,7 @@ msgstr "" "видачі сертифіката. Режим DNS дозволить вам використовувати API DNS вашого " "постачальника DNS для видачі сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -260,7 +268,7 @@ msgstr "" "Псевдонім виклику для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про " "цей процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -271,7 +279,7 @@ msgstr "" "форматі змінної оболонки KEY=VAL, щоб надати декілька змінних облікових " "даних." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -279,11 +287,11 @@ msgstr "" "Псевдонім домену для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про цей " "процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "Приватний ключ підпису API у форматі PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -299,11 +307,11 @@ msgstr "" "Після налаштування видача сертифікатів може зайняти деякий час. Перевірте " "журнали на наявність прогресу та будь-яких помилок." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "Зазвичай це НЕ адреса електронної пошти" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -318,35 +326,35 @@ msgstr "" "підстановочні сертифікати. Для використання цього режиму потрібно встановити " "пакет acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Використовувати інший ЦС." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Використовувати проміжний сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Метод перевірки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Тека Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -356,7 +364,7 @@ msgstr "" "документа веб-сервера, щоб запустити Acme в режимі webroot. Веб-сервер " "повинен бути доступний з Інтернету через порт 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index b1b615220722..6b0904c081b7 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Chứng chỉ ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "Cấu hình ACME toàn cầu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "Đường dẫn máy chủ ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "Tài khoản email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "Cài đặt Nâng cao" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "Cấu hình chứng chỉ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "Tùy chỉnh đường dẫn máy chủ ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "Thông tin đăng nhập DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "Cho đến ngày được làm mới" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "Default (Mặc định)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "Tên miền bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "Tên miền" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -103,37 +103,37 @@ msgstr "" "tiếp theo sẽ là tên thay thế. Lưu ý rằng tất cả các tên miền phải trỏ đến bộ " "định tuyến trong DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "Tài khoản email phải được kết hợp với chìa khóa của tài khoản." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "Kích hoạt nhật ký bug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "Kích Hoạt" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "Các cài đặt chung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,92 +145,100 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Cấp quyền truy cập cho luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 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.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "Cài đặt gói %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "Kích thước khóa cho chứng chỉ được tạo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "Kích thước khóa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "Gói chưa được cài đặt" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA kích thước 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA kích thước 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA kích thước 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "Biệt lập" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -242,7 +250,7 @@ msgstr "" "sẽ cho phép bạn sử dụng API DNS của nhà cung cấp DNS của bạn để cấp chứng " "chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -250,7 +258,7 @@ msgstr "" "Bí danh thử thách để sử dụng cho TẤT CẢ các miền. Xem %s để biết chi tiết về " "quy trình này. LUCI chỉ hỗ trợ một bí danh thách thức cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -260,7 +268,7 @@ msgstr "" "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.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -268,11 +276,11 @@ msgstr "" "Bí danh tên miền để sử dụng cho TẤT CẢ tên miền. Xem %s để biết chi tiết về " "quy trình này. LUCI chỉ hỗ trợ một miền thử thách cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -288,11 +296,11 @@ msgstr "" "việc cấp chứng chỉ có thể mất một lúc. Kiểm tra nhật ký để biết tiến độ và " "bất kỳ lỗi nào." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -306,35 +314,35 @@ msgstr "" "cũng là chế độ duy nhất hỗ trợ chứng chỉ ký tự đại diện. Sử dụng chế độ này " "yêu cầu phải cài đặt gói acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "Sử dụng tùy chỉnh nhà cung cấp chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "Sử dụng máy chủ tạm" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "Phương thức thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Đường dẫn Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -344,7 +352,7 @@ msgstr "" "chạy Acme ở chế độ gốc web. Máy chủ web phải có thể truy cập được từ " "internet trên cổng 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index 28e3f3adf1e7..4b792939d007 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME 证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME 全局配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "ACME 服务器 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "电子邮件帐户" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "高级设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私钥的 Base64 格式内容,不使用 YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "证书存放位置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "证书配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "质询别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "自定义 ACME 服务器目录 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS API 凭证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "续约前天数" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "默认" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "域名别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "域名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -102,7 +102,7 @@ msgstr "" "证书中要包含的域名。第一个名字将是主题名,后面的名字将是主题备用名称。请注" "意,所有域名都必须在路由中指向全局 DNS。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -110,31 +110,31 @@ msgstr "" "如,_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC 256 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC 384 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "与帐户密钥关联的电子邮件地址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "启用调试日志记录" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "已启用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "常规设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,92 +144,100 @@ msgstr "从 Letsencrypt 临时服务器获取证书(用于测试;证书无效) msgid "Grant UCI access for luci-app-acme" msgstr "为 luci-app-acme 授予 UCI 的访问权限" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." msgstr "如未及时续签证书,你会在到期前20天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "安装软件包 %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "颁发于" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "生成的证书的密钥长度(和类型)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "密钥长度" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目标 DNS 区域的租约的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "有权从区域删除记录/将记录添加到区域的的用户的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "打开 DuckDNS 并在此复制令牌" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "依赖包未安装" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私密 API 签名密钥文件的路径" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "私钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "公钥证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA 2048 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA 3072 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA 4096 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "见操作指南" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "应指向租约主区域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "独立" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -239,7 +247,7 @@ msgstr "" "独立模式将使用 acme.sh 的内置 Web 服务器来颁发证书。Webroot 模式将使用现有的 " "Web 服务器来颁发证书。DNS 模式将允许您使用 DNS 提供商的 DNS API 颁发证书。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -247,7 +255,7 @@ msgstr "" "用于所有域名的质询别名(challenge alias)。有关此过程的详细信息,请参阅 %s。" "LUCI 每个证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -256,7 +264,7 @@ msgstr "" "上面选择的 DNS API 模式的凭据。请参阅 %s 以了解每个 API 所需的凭据格式。在此" "处以 KEY=VAL shell 变量格式添加多个条目,以提供多个凭据变量。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -264,11 +272,11 @@ msgstr "" "用于所有域名的别名(domain alias)。有关此过程的详细信息,请参阅 %s。LUCI 每个" "证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私密 API 签名密钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -281,11 +289,11 @@ msgstr "" "证书。请注意,证书中的域名必须已经配置为指向路由器的公网 IP 地址。配置完成" "后,颁发证书可能需要一段时间。从日志中查看签署进度和错误。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "这通常不是一个电子邮箱地址" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -297,35 +305,35 @@ msgstr "" "用 API 的列表,请参阅 %s。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是" "唯一支持通配符证书的模式。使用此模式需要安装 acme-dnsapi 包。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "使用自定义证书颁发机构代。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "使用临时服务器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "验证方式" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Webroot 文件夹" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -334,7 +342,7 @@ msgstr "" "Webserver 根目录。设置为 Web 服务器文档根目录,在 webroot 模式下运行 Acme。" "Web 服务器必须允许从互联网上使用80端口访问。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index acb82254fde2..1e10e3ee8069 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 5.5.3\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME證書" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 msgid "ACME global config" msgstr "ACME 全域組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "ACME server URL" msgstr "ACME 伺服器 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 msgid "Account email" msgstr "電子郵件帳號" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 msgid "Advanced Settings" msgstr "進階設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私鑰的 Base64 內容。不使用 YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 msgid "Cert files are stored in" msgstr "儲存憑證和其他狀態檔的位置。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 msgid "Certificate config" msgstr "憑證組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 msgid "Certificates" msgstr "憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:473 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 msgid "Challenge Alias" msgstr "Challenge 別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Custom ACME server directory URL." msgstr "自訂 ACME 伺服器的 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:463 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 msgid "DNS API credentials" msgstr "DNS API 憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 msgid "DNS Challenge Validation" msgstr "DNS Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 msgid "Days until renewal" msgstr "更新前的天數" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 msgid "Default" msgstr "預設" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 msgid "Domain Alias" msgstr "網域別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Domain names" msgstr "網域名稱" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 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 " @@ -102,7 +102,7 @@ msgstr "" "憑證包含的網域名稱;第一個域名將作為「主體名稱」,其他則為「主體備用名稱」。" "請注意:所有域名都必須在全域 DNS 中解析為路由器的 IP 位址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:429 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -110,33 +110,33 @@ msgstr "" "如_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:514 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "ECC 256 bits" msgstr "ECC(256 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 msgid "ECC 384 bits" msgstr "ECC(384 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 msgid "Email address to associate with account key." msgstr "" "與「ACME 帳號金鑰」關聯的電子郵件位址;其用於接收 ACME CA 寄送的憑證過期通知" "電子郵件。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Enable debug logging" msgstr "啟用除錯日誌記錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 msgid "Enabled" msgstr "啟用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,92 +146,100 @@ msgstr "從 Let's Encrypt 臨時伺服器取得憑證(僅供測試用途,憑 msgid "Grant UCI access for luci-app-acme" msgstr "授予 luci-app-acme 擁有 UCI 存取的權限" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." msgstr "如果憑證未及時續訂,您將在到期前 20 天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:83 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +msgid "Install package %s" +msgstr "安裝套件 %s" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:615 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 msgid "Issued on" msgstr "簽發於" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 msgid "Key size (and type) for the generated certificate." msgstr "產生憑證的金鑰大小(和型別)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 msgid "Key type" msgstr "金鑰大小" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:612 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:388 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目標 DNS 區域租約的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:391 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 msgid "OCID of user with permission to add/remove records from zones" msgstr "有權在區域中新增/刪除記錄的使用者的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:294 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 msgid "" "Open DuckDNS and copy a token here" msgstr "打開 DuckDNS 並在此處複製權杖" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:397 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +msgid "Package is not installed" +msgstr "套件尚未安裝" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰檔案的路徑" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:613 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 msgid "Private Key" msgstr "私鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:614 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 msgid "Public Certificate" msgstr "公共憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 msgid "RSA 2048 bits" msgstr "RSA(2048 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 msgid "RSA 3072 bits" msgstr "RSA(3072 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "RSA 4096 bits" msgstr "RSA(4096 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:255 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 msgid "See instructions" msgstr "查看說明" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:493 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:394 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 msgid "Should point to the tenancy home region" msgstr "應指向租約區域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 msgid "Standalone" msgstr "獨立" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:67 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 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 " @@ -242,7 +250,7 @@ msgstr "" "用現存的 Web 伺服器,「DNS 模式」允許您使用 DNS 服務提供者的 DNS API 來頒發憑" "證。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:474 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -250,7 +258,7 @@ msgstr "" "所有網域使用的 Challenge 別名;請參閱 %s 以獲得行程的詳細資訊。LuCI 僅支援每" "個憑證擁有唯一 Challenge 別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:464 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -259,7 +267,7 @@ msgstr "" "上面已選擇 DNS API 的憑證;請參閱 %s 以獲得每個 API 所需的憑證格式。要提供多" "個憑證變數,請輸入格式為 KEY=VAL 的多個項目。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -267,11 +275,11 @@ msgstr "" "所有網域使用的網域別名;請參閱 %s 以獲得該行程的詳細資訊。LuCI 僅支援每個憑證" "擁有唯一網域別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:400 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -285,11 +293,11 @@ msgstr "" "Let's Encrypt 頒發的憑證。請注意:憑證中的域名必須指向路由器公共 IP 位址。配" "置完成後憑證的頒發需要一段時間,請檢視日誌來取得其進展和任何錯誤。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:316 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 msgid "This is usually NOT an email address" msgstr "這通常不是電子郵件地址" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -302,35 +310,35 @@ msgstr "" "援「萬用字元憑證」的唯一模式。請注意:必須安裝 acme-dnsapi 套件後才能使用該模" "式。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 msgid "Use a custom CA." msgstr "使用自訂 CA。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:499 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 msgid "Use staging server" msgstr "使用臨時伺服器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 msgid "Validation method" msgstr "驗證方法" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 msgid "Webroot directory" msgstr "Webroot 目錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 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 " @@ -339,7 +347,7 @@ msgstr "" "Web 伺服器根目錄;設定 Web 伺服器文件的根目錄以在「Webroot 模式」下執行 " "ACME。Web 伺服器的 80 埠必須允許從 Internet 存取。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 msgid "You sign certificates for free with:" msgstr "" From 1e8a2280a1153ba9044c6671d99ea339c9ac7c4f Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 20:19:41 +0300 Subject: [PATCH 11/25] luci-app-acme: Guess the system domain and pre-fill it to domains. Check if the hostname is FQDN (e.g. has least one dot). Check if the domain in the browser is not an IP and FQDN. Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 8f3b0261921e..9b06daba1971 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -17,12 +17,15 @@ return view.extend({ return certs; }), L.resolveDefault(fs.stat('/usr/lib/acme/client/dnsapi'), null), + fs.lines('/proc/sys/kernel/hostname'), ]); }, render: function (data) { let certs = data[0]; let hasDnsApi = data[1] != null; + let hostname = data[2]; + let systemDomain = _guessDomain(hostname); let wikiUrl = 'https://github.com/acmesh-official/acme.sh/wiki/'; var wikiInstructionUrl = wikiUrl + 'dnsapi'; var m, s, o; @@ -96,6 +99,9 @@ return view.extend({ "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.")); o.datatype = "list(string)"; + if (systemDomain) { + o.default = [systemDomain]; + } o.validate = function (section_id, value) { if (!/^[*a-z0-9.-]*$/.test(value)) { return _('Invalid domain'); @@ -579,6 +585,15 @@ return view.extend({ } }) +function _isFqdn(domain) { + // Is not an IP i.e. starts from alphanumeric and has least one dot + return /[a-z0-9-]\..*$/.test(domain); +} + +function _guessDomain(hostname) { + return _isFqdn(hostname) ? hostname : (_isFqdn(window.location.hostname) ? window.location.hostname : ''); +} + function _addDnsProviderField(s, provider, env, title, desc) { let o = s.taboption('challenge_dns', form.Value, '_' + env, _(title), From 8e86389fa2327c7674ee0e8934916a4480343a78 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 22:00:28 +0300 Subject: [PATCH 12/25] luci-app-acme: Import domains from DDNS Many users already have a DDNS configured e.g. DuckDNS.org or Cloudflare. We can import the configurations to simplify configurations and avoid mistakes. Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme.js | 68 ++++++++ applications/luci-app-acme/po/ar/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/bg/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/bn_BD/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/ca/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/cs/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/da/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/de/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/el/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/en/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/es/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/fa/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/fi/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/fr/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/he/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/hi/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/hu/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/id/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/it/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/ja/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/ko/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/lt/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/mr/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/ms/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/nb_NO/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/nl/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/pl/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/pt/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/pt_BR/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/ro/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/ru/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/si/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/sk/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/sv/acme.po | 150 +++++++++--------- .../luci-app-acme/po/templates/acme.pot | 150 +++++++++--------- applications/luci-app-acme/po/tr/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/uk/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/vi/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/zh_Hans/acme.po | 150 +++++++++--------- applications/luci-app-acme/po/zh_Hant/acme.po | 150 +++++++++--------- 40 files changed, 3149 insertions(+), 2769 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 9b06daba1971..6f218e9a2e8b 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -18,6 +18,7 @@ return view.extend({ }), L.resolveDefault(fs.stat('/usr/lib/acme/client/dnsapi'), null), fs.lines('/proc/sys/kernel/hostname'), + L.resolveDefault(uci.load('ddns')), ]); }, @@ -26,6 +27,7 @@ return view.extend({ let hasDnsApi = data[1] != null; let hostname = data[2]; let systemDomain = _guessDomain(hostname); + let ddnsDomains = _collectDdnsDomains(); let wikiUrl = 'https://github.com/acmesh-official/acme.sh/wiki/'; var wikiInstructionUrl = wikiUrl + 'dnsapi'; var m, s, o; @@ -58,6 +60,28 @@ return view.extend({ o = s.option(form.Flag, "debug", _("Enable debug logging")); o.rmempty = false; + if (ddnsDomains) { + let ddnsDomainsList = []; + for (let ddnsDomain of ddnsDomains) { + ddnsDomainsList.push(ddnsDomain.domains[0]); + } + o = s.option(form.Button, '_import_ddns'); + o.title = _('Found DDNS domains'); + o.inputtitle = _('Import') + ': ' + ddnsDomainsList.join(); + o.inputstyle = 'apply'; + o.onclick = function () { + for (let ddnsDomain of ddnsDomains) { + let sectionId = uci.add('acme', 'cert', ddnsDomain.name); + uci.set('acme', sectionId, 'domains', ddnsDomain.domains); + uci.set('acme', sectionId, 'validation_method', 'dns'); + uci.set('acme', sectionId, 'dns', ddnsDomain.dnsApi); + uci.set('acme', sectionId, 'credentials', ddnsDomain.credentials); + } + uci.save(); + window.location.reload(); + }; + } + s = m.section(form.GridSection, "cert", _("Certificate config")) s.anonymous = false; s.addremove = true; @@ -594,6 +618,50 @@ function _guessDomain(hostname) { return _isFqdn(hostname) ? hostname : (_isFqdn(window.location.hostname) ? window.location.hostname : ''); } +function _collectDdnsDomains() { + let ddnsDomains = []; + let ddnsServices = uci.sections('ddns', 'service'); + for (let ddnsService of ddnsServices) { + let dnsApi = ''; + let credentials = []; + switch (ddnsService.service_name) { + case 'duckdns.org': + dnsApi = 'dns_duckdns'; + credentials = [ + 'DuckDNS_Token=' + ddnsService['password'], + ]; + break; + case 'dynv6.com': + dnsApi = 'dns_dynv6'; + credentials = [ + 'DYNV6_TOKEN=' + ddnsService['password'], + ]; + break; + case 'afraid.org-v2-basic': + dnsApi = 'dns_freedns'; + credentials = [ + 'FREEDNS_User=' + ddnsService['username'], + 'FREEDNS_Password=' + ddnsService['password'], + ]; + break; + case 'cloudflare.com-v4': + dnsApi = 'dns_cf'; + credentials = [ + 'CF_Token=' + ddnsService['password'], + ]; + break; + } + if (credentials.length > 0) { + ddnsDomains.push({ + name: ddnsService['.name'], + domains: [ddnsService['domain']], + dnsApi: dnsApi, + credentials: credentials, + }); + } + } + return ddnsDomains; +} function _addDnsProviderField(s, provider, env, title, desc) { let o = s.taboption('challenge_dns', form.Value, '_' + env, _(title), diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index 167ec7c9dd32..c83f2c13d672 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -11,90 +11,90 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 4.5.1\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: 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.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "التكوين العالمي لبيئة إدارة الشهادات التلقائية" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "عنوان URL لخادم ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "حساب البريد الإلكتروني" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "إعدادات متقدمة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "حيث يتم حفظ شهادات وملفات الدولة الأخرى." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "تكوين الشهادة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "الاسم المستعار لاعتراض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "عنوان URL مخصص لدليل خادم ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "نظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "مؤهلات واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "الأيام حتى التجديد" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "الاسم المستعار للنطاق" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -104,37 +104,41 @@ msgstr "" "وستكون الأسماء اللاحقة أسماء بديلة. لاحظ أن جميع أسماء النطاقات يجب أن تشير " "إلى جهاز التوجيه في نظام أسماء النطاقات العام." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "عنوان البريد الإلكتروني لربطه بمفتاح الحساب." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "مكن السجل للتصحيح البرمجي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "مفعل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "الاعدادات العامة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,100 +150,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "منح الوصول فريد معرف العميل ل luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "استيراد" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "حجم المفتاح (والنوع) للشهادة التي تم إنشاؤها." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "حجم المفتاح" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "مستقل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -250,7 +258,7 @@ msgstr "" "Webroot خادم ويب موجودًا لإصدار شهادة. سيسمح لك وضع DNS باستخدام DNS API " "لمزود DNS الخاص بك لإصدار شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -258,7 +266,7 @@ msgstr "" "الاسم المستعار الاعتراضي لاستخدامه لكل أسماء النقابات. انظرإلى %s للاطلاع " "على تفاصيل هذه العملية. يدعم LUCI اسمًا مستعارًا واحدًا فقط للاعتراض لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -268,7 +276,7 @@ msgstr "" "لتنسيق بيانات الاعتماد التي تتطلبها كل واجهة برمجة تطبيقات. أضف إدخالات " "متعددة هنا في تنسيق متغير shell \"KEY = VAL\" لتوفير متغيرات اعتماد متعددة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -276,11 +284,11 @@ msgstr "" "اسم النطاق المستعار لاستخدامها في جميع المجالات. انظر %s عن تفاصيل هذه " "العملية. لوسي يدعم فقط واحد التحدي المجال لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -295,11 +303,11 @@ msgstr "" "بروتوكول الإنترنت العام لجهاز التوجيه. بمجرد التكوين ، يمكن أن يستغرق إصدار " "الشهادات بعض الوقت. يمكنك التحقق من سجلات التقدم وأية أخطاء." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -313,35 +321,35 @@ msgstr "" "الوحيد الذي يدعم شهادات أحرف البدل. يتطلب استخدام هذا الوضع تثبيت حزمة acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "استخدم مرجع مصدق (CA) مخصصًا بدلاً من Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "استخدم خادم الترحيل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "طريقة التحقق من الصحة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "دليل Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -350,7 +358,7 @@ msgstr "" "الدليل الجذر لخادم الويب. اضبط هذا على جذر وثيقة خادم الويب لتشغيل Acme في " "وضع webroot. يجب الوصول إلى خادم الويب من الإنترنت على المنفذ 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index 0372d3b9b093..d630abab22c3 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -10,127 +10,131 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME сертификати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME глобални настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL на ACME сървър" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Имейл на акаунта" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Разширени настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Директория със сертификати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Конфигурация на сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS API креденшъли" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Дни до подновяване" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "По подразбиране" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Имена на домейни" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Разрешен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Общи настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,100 +144,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -241,30 +249,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -274,11 +282,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -287,42 +295,42 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index 71a7b84136b5..6b1971a495cd 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME সার্টিফিকেট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME গ্লোবাল কনফিগ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "ACME সার্ভার URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "অ্যাকাউন্ট ইমেইল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "উন্নত সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "সার্টিফিকেট কনফিগারেশন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "চ্যালেঞ্জ উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "কাস্টম ACME সার্ভার ডিরেক্টরি URL।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "ডিএনএস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS API ক্রিডেনশিয়াল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "নবায়ন পর্যন্ত দিন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -103,37 +103,41 @@ msgstr "" "হবে বিকল্প নাম। মনে রাখবেন যে সমস্ত ডোমেইন নাম অবশ্যই বৈশ্বিক DNS- এর রাউটারে " "নির্দেশ করতে হবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "অ্যাকাউন্ট কী এর সাথে যুক্ত করার জন্য ইমেইল ঠিকানা।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "ডিবাগ লগিং সক্রিয় করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "সক্রিয়" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "সাধারণ সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,100 +149,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Luci-app-acme এর জন্য UCI অ্যাক্সেস প্রদান করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "সার্টিফিকেট উৎপন্ন করার জন্য কী সাইজ (এবং প্রকার)।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "কী সাইজ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "স্বতন্ত্র" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -250,7 +258,7 @@ msgstr "" "করবে। ডিএনএস মোড আপনার ডিএনএস প্রদানকারীর ডিএনএস এপিআই ব্যবহার করে সার্টিফিকেট " "ইস্যু করবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -258,7 +266,7 @@ msgstr "" "সমস্ত ডোমেইনের জন্য চ্যালেঞ্জ উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য %s দেখুন। " "LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ উপনাম সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -268,7 +276,7 @@ msgstr "" "ফরম্যাটের জন্য দেখুন %s। একাধিক ক্রিডেনশিয়াল ভেরিয়েবল সরবরাহ করতে এখানে KEY = " "VAL শেল ভেরিয়েবল ফরম্যাটে একাধিক এন্ট্রি যুক্ত করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -276,11 +284,11 @@ msgstr "" "সমস্ত ডোমেইনের জন্য ব্যবহৃত ডোমেইন উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য দেখুন " "%s। LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ ডোমেইন সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -295,11 +303,11 @@ msgstr "" "কনফিগার করা আবশ্যক। একবার কনফিগার হয়ে গেলে, সার্টিফিকেট ইস্যু করতে কিছু সময় লাগতে " "পারে। অগ্রগতি এবং কোন ত্রুটির জন্য লগ চেক করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -308,42 +316,42 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index 63769a32f242..be47c9591f51 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -10,127 +10,131 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5.2-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: 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.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Configuració avançada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Activat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Paràmetres generals" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,100 +144,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -241,30 +249,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -274,11 +282,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -287,41 +295,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index e0d0e337121b..950891d5a966 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 5.0.2\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certifikáty ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Globální konfigurace ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL serveru ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "E-mail k účtu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Pokročilá nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 obsah soukromého klíče. Použití namísto YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Certifikáty jsou uloženy v" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Konfigurace certifikátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Aliasy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "Adresář URL vlastního serveru ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS API pověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Dny do obnovení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Výchozí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Alias domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Doménové názvy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -103,7 +103,7 @@ msgstr "" "jméno subjektu, další jsou alternativní názvy. Mějte na paměti, že všechny " "doménové názvy musejí v globálním DNS ukazovat na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,31 +111,35 @@ msgstr "" "Např. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "E-mailová adresa pro přiřazení ke klíči účtu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Povolit ladicí protokolování" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Zapnuto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Obecná nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -147,7 +151,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Udělit přístup UCI pro luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -155,96 +159,100 @@ msgstr "" "Pokud nebyl certifikát obnoven včas, obdržíte upozornění 20 dní před " "vypršením." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Vydáno" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Velikost (a typ) klíče pro generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Velikost klíče" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Hlavní doména" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID nájmu, který obsahuje cílovou DNS zónu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID uživatele s povolením přidat/odstranit záznamy ze zón" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otevřete DuckDNS a zkopírujte token " "zde" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "Cesta k soukromému API podpisovému klíči v PEM formátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Soukromý klíč" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Veřejný certifikát" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Zobrazit pokyny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Mělo by ukazovat na domovský region pronájmu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Samostatný" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -255,7 +263,7 @@ msgstr "" "acme.sh. Režim webroot bude používat existující webový server. DNS režim " "bude umožňovat použití DNS API vašeho poskytovatele DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -264,7 +272,7 @@ msgstr "" "procesu naleznete na adrese %s. Rozhraní LUCI podporuje pouze jeden alias " "výzvy na certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -275,7 +283,7 @@ msgstr "" "více položek v formátu proměnné shellu KLÍČ=HODNOTA, abyste mohli poskytnout " "více přihlašovacích proměnných." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -284,11 +292,11 @@ msgstr "" "tomto procesu. LUCI podporuje jen jednu challenge doménu pro každý " "certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "Soukromý API podpisový klíč v PEM formátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -304,11 +312,11 @@ msgstr "" "bude konfigurace dokončena, vydávání certifikátů bude chvíli trvat. " "Kontrolujte protokoly, kde uvidíte průběh a jakékoli chyby." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Toto obvykle NENÍ e-mailová adresa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -323,35 +331,35 @@ msgstr "" "wildcard certifikátů. Použití tohoto režimu vyžaduje instalaci balíčku acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Použít vlastní CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Použijte pracovní server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Metoda ověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Adresář Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -361,7 +369,7 @@ msgstr "" "nastavte tento adresář jako kořen webu ve webovém serveru. Server musí být " "přístupný z Internetu na portu 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index 908127735d60..a06806525895 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME global konfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL til ACME-serveren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Konto e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Avancerede indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 indhold af privat nøgle. Brug i stedet for YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Cert-filer gemmes i" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Certifikatkonfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Udfordr Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "Brugerdefineret URL til ACME-serverens mappe." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS-API legitimationsoplysninger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Antal dage indtil fornyelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Domænealias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Domænenavne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -103,7 +103,7 @@ msgstr "" "emnet, de efterfølgende navne vil være alt-navne. Bemærk, at alle " "domænenavne skal pege på routeren i den globale DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,31 +111,35 @@ msgstr "" "f. eks. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "E-mail-adresse, der skal knyttes til kontonøglen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Aktivér debug logning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Aktiveret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Generelle indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -147,7 +151,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Giv UCI-adgang til luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -155,96 +159,100 @@ msgstr "" "Hvis et certifikat ikke blev fornyet i tide, vil du modtage en meddelelse på " "20 dage før udløbet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "udstedt den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Nøglestørrelse (og -type) for det genererede certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Nøglestørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Hoveddomæne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID af tenancy, der indeholder mål DNS zonen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID af brugeren med tilladelse til at tilføje / fjerne poster fra zoner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Åbn DuckDNS og kopiere en token her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "Sti til privat API underskrift nøglefil i PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Privat nøgle" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Offentligt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Se instruktioner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Skal pege på den lejede hjemme region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Standalone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -256,7 +264,7 @@ msgstr "" "til at udstede et certifikat. DNS-tilstand giver dig mulighed for at bruge " "DNS API'et hos din DNS-udbyder til at udstede et certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -265,7 +273,7 @@ msgstr "" "nærmere oplysninger om denne proces. LUCI understøtter kun ét " "udfordringsalias pr. certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -276,7 +284,7 @@ msgstr "" "her i formatet KEY=VAL shellvariabel for at angive flere " "legitimationsvariabler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -285,11 +293,11 @@ msgstr "" "oplysninger om denne proces. LUCI understøtter kun ét udfordringsdomæne pr. " "certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "Den private API signeringsnøgle i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -305,11 +313,11 @@ msgstr "" "konfigureret, kan udstedelsen af certifikater tage et stykke tid. Kontroller " "logfilerne for fremskridt og eventuelle fejl." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Dette er normalt IKKE en e-mailadresse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -324,35 +332,35 @@ msgstr "" "tilstand, der understøtter wildcard-certifikater. Brug af denne tilstand " "kræver, at pakken acme-dnsapi er installeret." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Brug en brugerdefineret CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Brug staging-server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Valideringsmetode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Webroot-mappen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -362,7 +370,7 @@ msgstr "" "køre Acme i webroot-tilstand. Webserveren skal være tilgængelig fra " "internettet på port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index a98de9981ed4..12b61a17efaa 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -10,92 +10,92 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Globale ACME-Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "ACME-Server URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Account E-Mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-Inhalt des privaten Schlüssels. Verwendung anstelle von " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Wo Zertifikate und andere Statusdateien aufbewahrt werden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Zertifikateinstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Challenge-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "Benutzerdefinierte ACME-Serververzeichnis URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS API Zugangsdaten" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Tage bis zur Erneuerung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Domain-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Domainnamen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -105,7 +105,7 @@ msgstr "" "Eintrag ist der Betreff, nachfolgende Namen sind Alternativnamen. Beachten " "Sie, dass alle Domainamen im globalen DNS auf den Router zeigen müssen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,31 +113,35 @@ msgstr "" "Z. B. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "E-Mail Adresse, welche mit dem Account Key verknüpft wird." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Aktiviere Debug-Protokollierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Aktiviert" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Allgemeine Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,7 +153,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "UCI Zugriff auf luci-app-acme erlauben" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -157,97 +161,101 @@ msgstr "" "Wird ein Zertifikat nicht rechtzeitig erneuert, erhältst du 20 Tage vor " "dessen Ablauf eine Benachrichtigung." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Importieren" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Installiere Paket %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Ausgestellt am" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Schlüsselgröße (und Typ) für das generierte Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Schlüsselgröße" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Hauptdomain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Öffne DuckDNS und kopiere ein Token " "hier her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "Paket ist nicht installiert" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "Pfad zur Private-API-Signierschlüsseldatei im PEM-Format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "öffentliches Zertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Siehe Anleitung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Eigenständig" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -259,7 +267,7 @@ msgstr "" "Webserver genutzt. Der DNS-Modus erlaubt es, die API deines DNS-Providers " "für die Zertifikatausstellung zu verwenden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -268,7 +276,7 @@ msgstr "" "Vorgang finden Sie unter %s.LUCI unterstützt nur einen Challenge-Alias pro " "Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -279,7 +287,7 @@ msgstr "" "Fügen Sie hier mehrere Einträge im Shell-Variablenformat KEY = VAL hinzu, um " "mehrere Anmeldeinformationsvariablen bereitzustellen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -287,11 +295,11 @@ msgstr "" "Der für ALLE Domänen zu nutzende Alias. Siehe %s für Details zu diesem " "Prozess. LUCI unterstützt nur eine Domänenanforderung pro Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "Der private API-Signierschlüssel im PEM-Format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -308,11 +316,11 @@ msgstr "" "kann die Ausstellung von Zertifikaten eine Weile dauern. Überprüfen Sie die " "Protokolle auf Fortschritt und Fehler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Dies ist normalerweise KEINE E-Mail-Adresse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -327,35 +335,35 @@ msgstr "" "Modus, der Platzhalterzertifikate unterstützt. Für die Verwendung dieses " "Modus muss das acme-dnsapi-Paket installiert sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Nutze individuelles Zertifikat statt Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Staging-Server verwenden" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Überprüfungsmethode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Webroot-Verzeichnis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -365,7 +373,7 @@ msgstr "" "ein, um Acme im Webroot-Modus auszuführen. Der Webserver muss über Port 80 " "über das Internet erreichbar sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index dd1799557d6c..491ee92d7a50 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -10,127 +10,131 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME πιστοποιητικά" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Λογαριασμός email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Ρυθμίσεις για προχωρημένους" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Μέρες μέχρι την ανανέωση" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Ενεργοποιήθηκε" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Γενικές ρυθμίσεις" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,100 +144,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -241,30 +249,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -274,11 +282,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -287,41 +295,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Μέθοδος επιβεβαίωσης" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/en/acme.po b/applications/luci-app-acme/po/en/acme.po index bc33f94314ec..fbf6ea96dcb4 100644 --- a/applications/luci-app-acme/po/en/acme.po +++ b/applications/luci-app-acme/po/en/acme.po @@ -10,92 +10,92 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.3-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME global config" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "ACME server URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Account email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Advanced Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 content of private key. Use instead of YC_SA_Key_File_Path (Yandex " "Cloud Service Account Key File Path)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Certificate files are stored in" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Certificate configuration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Challenge Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "Custom ACME server directory URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS (Domain Name System)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS API credentials" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Days until renewal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Default" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Domain Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Domain names" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -105,7 +105,7 @@ msgstr "" "subject name, subsequent names will be alt ermate names. Note that all " "domain names must point at the router in the global DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,33 +113,37 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 #, fuzzy msgid "ECC 256 bits" msgstr "ECC (Elliptic Curve) 256 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 #, fuzzy msgid "ECC 384 bits" msgstr "ECC (Elliptic Curve) 384 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "Email address to associate with account key." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Enable debug logging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Enabled" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "General Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,7 +155,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Grant UCI access for luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -159,101 +163,105 @@ msgstr "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Issued on" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Key size (and type) for the generated certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Key type" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Main Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 #, fuzzy msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) of tenancy that contains the target DNS zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 #, fuzzy msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID (Oracle Cloud Identifier) of user with permission to add/remove records " "from zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Open DuckDNS and copy a token here" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "Path to private API signing key file in PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 #, fuzzy msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Public Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "See instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Should point to the tenancy home region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Standalone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -265,7 +273,7 @@ msgstr "" "certificate. DNS mode will allow you to use the DNS API of your DNS provider " "to issue a certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -273,7 +281,7 @@ msgstr "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -283,7 +291,7 @@ msgstr "" "of credentials required by each API. Add multiple entries here in KEY=VAL " "shell variable format to supply multiple credential variables." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -291,11 +299,11 @@ msgstr "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "The private API signing key in PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -311,11 +319,11 @@ msgstr "" "configured, issuing certificates can take a while. Check the logs for " "progress and any errors." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "This is usually NOT an email address" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -329,35 +337,35 @@ msgstr "" "the only mode that supports wildcard certificates. Using this mode requires " "the acme-dnsapi package to be installed." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Use a custom CA (Certificate Authority)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Use a staging server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Validation method" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Webroot directory" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -367,7 +375,7 @@ msgstr "" "Acme in webroot mode. The web server must be accessible from the internet on " "port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index 109270250d27..4192d84482e8 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -10,91 +10,91 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Configuración global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL del servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Cuenta de email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Ajustes avanzados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "El contenido Base64 de la clave privada. Usar en lugar de YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Los archivos Cert se almacenan en" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Configuración de certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Alias de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "URL del directorio del servidor ACME personalizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "Credenciales de API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Días hasta la renovación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Por defecto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Alias de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Nombres de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -105,7 +105,7 @@ msgstr "" "en cuenta que todos los nombres de dominio deben apuntar al enrutador en el " "DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,32 +113,36 @@ msgstr "" "Por ejemplo, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC de 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC de 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" "Dirección de correo electrónico para asociar con la clave de la cuenta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Activar el registro de depuración" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Activado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Ajustes generales" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,7 +154,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceder acceso UCI para luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -158,98 +162,102 @@ msgstr "" "Si un certificado no se ha renovado a tiempo, recibirás un aviso 20 días " "antes de su expiración." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Importar" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Instalar paquete %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Publicado el" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Tamaño de clave (y tipo) para el certificado generado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Tamaño de clave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Dominio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "El OCID del contrato de arrendamiento que contiene la zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID del usuario con permiso para agregar/eliminar los registros de las zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abre DuckDNS y copia un token aquí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "Paquete no instalado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" "Ruta al archivo de la clave de la firma de la API privada en formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Clave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA de 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA de 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA de 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Ver las instrucciones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Debes señalar a la región de origen del inquilino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Ser único" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -261,7 +269,7 @@ msgstr "" "emitir un certificado. El modo DNS le permitirá utilizar la API de DNS de su " "proveedor de DNS para emitir un certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -270,7 +278,7 @@ msgstr "" "obtener detalles sobre este proceso. LUCI solo admite un alias de desafío " "por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -281,7 +289,7 @@ msgstr "" "Agregue varias entradas aquí 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -290,11 +298,11 @@ msgstr "" "obtener detalles sobre este proceso. LUCI solo admite un dominio de desafío " "por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "La clave de la firma privada de la API en formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -310,11 +318,11 @@ msgstr "" "enrutador. Una vez configurado, la emisión de certificados puede demorar un " "tiempo. Verifique los registros de progreso y cualquier error." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Normalmente NO es una dirección de correo electrónico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -329,35 +337,35 @@ msgstr "" "certificados comodín. El uso de este modo requiere que se instale el paquete " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Utilice una CA personalizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Usar servidor de ensayo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Método de validación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Directorio Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -367,7 +375,7 @@ msgstr "" "del servidor web para ejecutar Acme en modo webroot. El servidor web debe " "ser accesible desde internet en el puerto 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/fa/acme.po b/applications/luci-app-acme/po/fa/acme.po index f1a13ede5e50..952df24cb664 100644 --- a/applications/luci-app-acme/po/fa/acme.po +++ b/applications/luci-app-acme/po/fa/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "گواهینامه های ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "پیکربندی جهانی ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "آدرس سرور ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "حساب ایمیل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "تنظیمات پیشرفته" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "محتوای Base64 کلید خصوصی. به جای YC_SA_Key_File_Path استفاده کنید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "فایل های گواهی ذخیره می شوند در" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "پیکربندی گواهی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "گواهینامه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "نام مستعار چالش" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "آدرس سفارشی دایرکتوری سرور ACME ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "احراز هویت DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "اعتبار سنجی چالش DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "روز تا تمدید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "پیشفرض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "نام مستعار دامنه" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "نام دامنه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -103,7 +103,7 @@ msgstr "" "بعدی، نام های جایگزین خواهد بود. توجّه داشته باشید که همهٔ‌ نام‌های دامنه باید " "در ساناد عمومیشان به مسیریاب اشاره کنند." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,31 +111,35 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "آدرس ایمیل برای مرتبط کردن با کلید حساب." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "ثبت اشکال زدایی را فعال کنید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "فعال" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "پیکربندی عمومی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -147,100 +151,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "اجازه دسترسی به UCI برای luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -248,30 +256,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -281,11 +289,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -294,42 +302,42 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index 3b20a3a826c7..ab61e29d98f0 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-sertifikaatit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME-yleisasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "ACME-palvelimen osoite" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Sähköpostitili" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Lisäasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Sertifikaatin asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Varmenteet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Haaste - alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS API:n kirjautumistiedot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS-haastevalidointi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Päiviä uusimiseen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Oletus" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Verkkonimen alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Verkkonimet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -104,7 +104,7 @@ msgstr "" "kaikkien verkkotunnusten pitää osoittaa reitittimeen globaalissa DNS-" "järjestelmässä." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -112,31 +112,35 @@ msgstr "" "Esim. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "Avaimeen liitettävä sähköpostiosoite." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Ota vieanetsintälokkaus käyttöön" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Käytössä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Yleiset asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,101 +150,105 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Salli pääsy acme-asetuksiin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Myönnetty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Avaimen koko (ja tyyppi) luotavassa sertifikaatissa." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Avaimen koko" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Avaa DuckDNS ja kopioi token tähän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Yksityinen avain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Julkinen varmenne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Katso ohjeet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -248,30 +256,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -281,11 +289,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Tämä EI yleensä ole sähköpostiosoite" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -294,41 +302,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Käytä staging-palvelimeen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Validointitapa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index b83aa31a1cbf..dd6220eeac76 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -10,92 +10,92 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificats ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Configuration globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL du serveur ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Compte email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Paramètres avancés" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Contenu de la clé privée en Base 64. À utiliser à la place de " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 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.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Configuration du certificat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Certificats" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Alias du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "URL du répertoire du serveur ACME personnalisé." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "Identités de API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Nombre de jour avant renouvellement" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Par défaut" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Alias du Domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Noms de domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -105,7 +105,7 @@ msgstr "" "principal, les noms suivants seront les noms alternatifs. Notez que tous les " "noms de domaine doivent pointer sur le router dans le DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,31 +113,35 @@ msgstr "" "Ex. : _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "Adresse email à associer avec la clé du compte." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Activer les logs de type debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Activé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Réglages généraux" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,7 +153,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Autoriser les accès UCI pour luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -157,99 +161,103 @@ msgstr "" "Si un certificat n'a pas été renouvelé dans les temps, vous recevrez un avis " "20 jours avant expiration." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Importer" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Date d'émission" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Longueur de clé (et type) du certificat généré." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Longueur de clé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Domaine principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID de l'utilisateur possédant la permission d'ajouter/supprimer des " "entrées sur les zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Ouvrir DuckDNS et copier un token " "ici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "Le paquet n'est pas installé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" "Chemin d'accès vers la clé privée de signature de l'API (au format PEM)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Clé Privée" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Certificat Publique" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Voir les instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Autonome" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -261,7 +269,7 @@ msgstr "" "pour le générer. Le mode DNS vous permet d'utiliser l 'API DNS de votre " "fournisseur de DNS pour générer le certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -269,7 +277,7 @@ msgstr "" "L'alias du challenge à utiliser pour TOUS les domaines. Voir %s pour les " "détails de ce processus. LUCI supporte un seul alias par certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -279,7 +287,7 @@ msgstr "" "le format à utiliser 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -287,11 +295,11 @@ msgstr "" "Alias de domaine à utiliser pour TOUS les domaines. Voir %s pour plus de " "détail. LUCI ne supporte qu'un seul domaine par certificat pour le challenge." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "Clé privée de signature de l'API au format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -307,11 +315,11 @@ msgstr "" "routeur. Une fois configurés, l'émission de certificats peut prendre un " "certain temps. Vérifiez les journaux pour la progression et les erreurs." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "La plupart du temp, ce n'est PAS une adresse email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -326,35 +334,35 @@ msgstr "" "supportant les certificats génériques (wildcard). L'utilisation de ce mode " "requiert l'installation du paquet acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Utiliser un CA personnalisé à la place de celui de Let's Encryt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Utiliser le serveur de qualification" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Méthode de validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "Racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Répertoire racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -364,7 +372,7 @@ msgstr "" "racine du serveur Web pour utiliser ACME en mode Racine (webroot). Le " "serveur web doit être accessible depuis internet sur le port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index 9dc17f1e95f5..af787c805ae4 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -11,127 +11,131 @@ msgstr "" "n % 10 == 0) ? 2 : 3));\n" "X-Generator: Weblate 5.0.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: 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.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "הגדרות מתקדמות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "הגדרות כלליות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,100 +145,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -242,30 +250,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -275,11 +283,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -288,41 +296,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 3c540e44025c..77062f0fcd5d 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -4,127 +4,131 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: 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.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -134,100 +138,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -235,30 +243,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -268,11 +276,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -281,41 +289,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index b37abfc56f2f..1355a157f2f4 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -10,91 +10,91 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME tanúsítványok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME globális beállítás" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "ACME szerver URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Fiók e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 #, fuzzy msgid "Advanced Settings" msgstr "Haladó Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 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.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Tanúsítvány beállítása" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Kihívás álneve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "Testreszabott ACME szerver könyvtár URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS API hitelesítési adatok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Napok megújításig" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Alapértelmezett" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Tartományálnév" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Tartománynevek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -104,37 +104,41 @@ msgstr "" "neve, az azt követő nevek lesznek az alternatív nevek. Ne feledje, hogy az " "összes tartománynévnek az útválasztóra kell mutatnia a globális DNS-ben." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "256 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "384 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "A fiók kulcsához rendelendő e-mail cím." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Hibakeresési naplózás engedélyezése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Engedélyezve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Általános Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,100 +150,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "UCI hozzáférés megadása a luci-app-acme alkalmazásnak" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Importálás" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Csomag telepítése %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Kulcsméret (és típus) az előállított tanúsítványhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Kulcsméret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "A csomag nincs telepítve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "2048 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "3072 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "4096 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Önálló" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -251,7 +259,7 @@ msgstr "" "használni, hogy kiállítson egy tanusítványt. A DNS üzemmód megengedélyezi a " "DNS szolgáltatód DNS API-ja használatát, hogy kiállítson egy tanusítványt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -260,7 +268,7 @@ msgstr "" "folyamat részleteiért. A LuCI csak egy kihívási álnevet támogat " "tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -271,7 +279,7 @@ msgstr "" "több bejegyzést itt 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -280,11 +288,11 @@ msgstr "" "folyamat részleteiért. A LuCI csak egy tartományálnevet támogat " "tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -301,11 +309,11 @@ msgstr "" "a tanúsítványok kibocsátása eltarthat egy ideig. Nézze meg a naplókat a " "folyamat előrehaladásához és a hibákhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -320,35 +328,35 @@ msgstr "" "altartományokra is kibővített tanúsítványokat. Ezen mód használatához az " "szükséges, hogy az acme-dnsapi csomag telepítve legyen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Előkészítő kiszolgáló használata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Webgyökér könyvtár" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -358,7 +366,7 @@ msgstr "" "dokumentumgyökerére az ACME webgyökér módban történő futtatásához. A " "webkiszolgálónak elérhetőnek kell lennie az internetről a 80-as porton." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index 81ea94ba2528..277219455d0f 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.3\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Sertifikat ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Konfigurasi global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL server ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Akun e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Setelan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Konten base64 dari kunci pribadi. Gunakan YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "File sertifikat disimpan di" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Konfigurasi sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Tantangan Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "URL direktori server ACME khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "Kredensial API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Hari sampai perpanjangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Bawaan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Alias Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Nama domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -103,37 +103,41 @@ msgstr "" "subjek, nama berikutnya akan menjadi nama alternatif. Perhatikan bahwa semua " "nama domain harus mengarah ke router di DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "Alamat email untuk dikaitkan dengan kunci akun." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Aktifkan pencatatan debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Diaktifkan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Setelan Umum" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,100 +149,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Berikan akses UCI untuk luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Ukuran kunci (dan jenis) untuk sertifikat yang dihasilkan." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Ukuran kunci" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Kunci Pribadi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Sertifikat Publik" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Lihat instruksi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Mandiri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -250,7 +258,7 @@ msgstr "" "mengeluarkan sertifikat. Mode DNS akan memungkinkan Anda untuk menggunakan " "API DNS dari penyedia DNS Anda untuk mengeluarkan sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -258,7 +266,7 @@ msgstr "" "Alias tantangan untuk digunakan untuk SEMUA domain. Lihat %s untuk detail " "proses ini. LUCI hanya mendukung satu alias tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -269,7 +277,7 @@ msgstr "" "dalam format variabel shell KEY=VAL untuk memasok beberapa variabel " "kredensial." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -277,11 +285,11 @@ msgstr "" "Alias domain yang akan digunakan untuk SEMUA domain. Lihat %s untuk detail " "proses ini. LUCI hanya mendukung satu domain tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -297,11 +305,11 @@ msgstr "" "sertifikat dapat memakan waktu cukup lama. Periksa log untuk kemajuan dan " "kesalahan apa pun." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Ini biasanya BUKAN alamat email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -315,35 +323,35 @@ msgstr "" "juga merupakan satu-satunya mode yang mendukung sertifikat wildcard. " "Menggunakan mode ini memerlukan paket acme-dnsapi untuk diinstal." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Gunakan CA khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Metode validasi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Direktori webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -353,7 +361,7 @@ msgstr "" "menjalankan Acme dalam mode webroot. Server web harus dapat diakses dari " "internet pada port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index 9af06d8863d9..47202a1bb9ba 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -10,92 +10,92 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificati ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Configurazione globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL server ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "E-mail dell'account" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Impostazioni avanzate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Codice Base64 della chiave privata. Usalo in alternativa a " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "I certificati sono salvati in" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Configurazione certificato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Certificati" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Alias challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "URL personalizzata cartella server ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "Credenziali API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "giorni al rinnovo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Predefinito" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Alias di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Nomi di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -105,7 +105,7 @@ msgstr "" "soggetto, i successivi saranno nomi alternativi. Nota che tutti i nomi di " "dominio devono puntare al router nel DNS globale." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,31 +113,35 @@ msgstr "" "Es. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "Indirizzo e-mail da associare alla chiave dell'account." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Attiva i log di debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Abilitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Impostazioni Generali" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,7 +153,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Concedi l'accesso UCI a luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -157,98 +161,102 @@ msgstr "" "Se un certificato non viene rinnovato in tempo, riceverai una notifica 20 " "giorni prima della scadenza." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Importa" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Installa pacchetto %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Emesso il" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Dimensione chiave (e tipo) per il certificato generato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Dimensione chiave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Dominio Principale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) della tenancy che contiene la zona DNS di " "destinazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID dell'utente con il permesso di aggiungere/rimuovere i record dalle zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Apri DuckDNS e copia un token qui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "Il pacchetto non è installato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "Percorso della chiave API privata in formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Chiave Privata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Certificato Pubblico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Vedi le istruzioni" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Dovrebbe puntare alla regione in cui è ospitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Autonoma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -260,7 +268,7 @@ msgstr "" "emettere un certificato. La modalità DNS ti consentirà di usare l'API DNS " "del tuo provider DNS per emettere un certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -268,7 +276,7 @@ msgstr "" "L'alias challenge da usare per TUTTI i domini. Per i dettagli di questo " "processo vedi %s. LUCI supporta solo un alias challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -279,7 +287,7 @@ msgstr "" "nel formato variabile shell CHIAVE=VALORE per fornire variabili credenziali " "multiple." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -287,11 +295,11 @@ msgstr "" "L'alias di dominio da usare per TUTTI i domini. Per i dettagli di questo " "processo vedi %s. LUCI supporta solo un dominio challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "Chiave di autenticazione API privata in formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -308,11 +316,11 @@ msgstr "" "del tempo. Controlla i registri eventi per verificare lo stato di " "avanzamento e gli eventuali errori." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Solitamente NON è un indirizzo email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -327,35 +335,35 @@ msgstr "" "con caratteri jolly. L'uso di questa modalità richiede l'installazione del " "pacchetto acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Usa una CA personalizzata." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Usa server di prova" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Metodo validazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Cartella webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -365,7 +373,7 @@ msgstr "" "server web per eseguire Acme in modalità webroot. Il server web deve essere " "accessibile da internet sulla porta 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index e7428cfb0b56..2ee886924ec3 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.7.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME証明書" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACMEグローバル設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "ACMEサーバーのURL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "アカウントのメールアドレス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "詳細設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "証明書設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "カスタムACMEサーバーディレクトリのURL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS API資格情報" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "更新までの日数" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "デフォルト" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "ドメインエイリアス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "ドメイン名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -102,37 +102,41 @@ msgstr "" "証明書に含めるドメイン名です。最初の名前はサブジェクト名、その次は代替名で" "す。すべてのドメイン名はグローバルDNSのルーターを指す必要があります。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC256ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC384ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "アカウントに関連付けるメールアドレスです。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "デバッグロギングを有効化" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "有効" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,100 +148,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acmeにUCIアクセスを許可" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "インポート" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "生成された証明書の鍵の大きさ(およびタイプ)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "鍵の大きさ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA2048ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA3072ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA4096ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "スタンドアロン" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -248,30 +256,30 @@ msgstr "" "します。 Webrootモードでは、既存のWebサーバーを使用して証明書を発行します。 " "DNSモードでは、DNSプロバイダーのDNSAPIを使用して証明書を発行できます。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -281,11 +289,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -294,42 +302,42 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Let'sEncryptの代わりにカスタムCAを使用する。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "ステージングサーバーを使用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Webrootディレクトリ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index 241cbf22ef41..9d78873627b7 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.15.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME 인증서" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME 전역 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "ACME 서버 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "계정 이메일" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "고급 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "인증서와 기타 상태 파일이 저장되는 경로입니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "인증서 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "챌린지 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "사용자 지정 ACME 서버 디렉터리 URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS API 자격 증명" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "갱신일" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "기본" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "도메인 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "도메인 네임" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -103,37 +103,41 @@ msgstr "" "도메인이 부 도메인이 됩니다. 주의할 점은 모든 도메인 네임들이 반드시 글로벌 " "DNS의 라우터를 가리키도록 하셔야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "계정 키에 연결할 이메일 주소입니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "디버그 로깅 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "활성화" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "기본 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,100 +149,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acme에 UCI 액세스 허용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "가져오기" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "생성된 인증서의 키 크기(및 유형)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "키 크기" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "독립형" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -250,7 +258,7 @@ msgstr "" "합니다. DNS 모드는 인증서 발행에 DNS 를 제공하는 업체의 DNS API를 사용하게 됩" "니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -258,7 +266,7 @@ msgstr "" "\"모든\" 도메인에 사용될 챌린지 별칭입니다. %s 에서 자세한 내용을 확인하세" "요. LuCI에서는 개별 인증서마다 하나의 챌린지 별칭만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -268,7 +276,7 @@ msgstr "" "격 증명의 포맷은 %s 에서 참고해주세요. KEY=VAL 쉘 변수 포맷에 따라 여러 개의 " "자격 증명을 추가할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -276,11 +284,11 @@ msgstr "" "\"모든\" 도메인에 사용될 도메인 별칭입니다. %s 에서 자세한 내용을 확인하세" "요. LuCI에서는 개별 인증서마다 하나의 챌린지 도메인만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -294,11 +302,11 @@ msgstr "" "가리키도록 이미 설정되어 있어야 합니다. 처음 구성하는 경우, 인증서 발급에 시" "간이 걸릴 수 있습니다. 진행 상황 및 오류는 로그에서 확인할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -311,35 +319,35 @@ msgstr "" "지 않아도 되며, 와일드카드 인증서를 지원합니다. DNS 모드를 사용하기 위해선 " "acme-dnsapi 패키지가 설치되어 있어야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "사용자 지정 CA를 사용합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "테스트 서버 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "유효성 검증 방법" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Webroot 디렉터리" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -348,7 +356,7 @@ msgstr "" "ACME를 웹루트(Webroot) 모드로 실행하기 위해선 웹 서버 문서 루트 디렉터리를 설" "정하세요. 웹 서버는 80번 포트에서 인터넷 접근이 가능해야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index 032a542e88f9..10cf0c1313de 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -14,97 +14,97 @@ msgstr "" "1 : 2);\n" "X-Generator: Weblate 5.5.3\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "„ACME“ sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Visuotinė „ACME“ konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "„ACME“ serverio „URL – Saitas“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Paskyros el. paštas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Pažangūs nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Sertifikato konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "Pasirinktinis „ACME“ serverio katalogo „URL – Saitas“." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "„DNS“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "„DNS API“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Numatyta/-as" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Domenų-Sričių pavadinimai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -112,31 +112,35 @@ msgstr "" "Pvz: „_acme-challenge.example.com:12345:98765 alias.example.com:11111“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "„ECC 256“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "„ECC 384“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Įjungti/Įgalinti derinimo/trukdžių šalinimo žurnalinimą" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Įjungta/Įgalinta (-as/-i)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Bendri nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,102 +150,106 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Suteikti „UCI“ prieigą – „luci-app-acme“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Importuoti" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Įdiegti prog. įrang. paketą %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Įteiktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Rakto dydis (ir tipas) sugeneruotam sertifikatui." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Rakto tipas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Pagrindinis domenas-sritis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Atidaryti „DuckDNS“ ir kopijuokite " "žetoną čia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "Prog. įrang. paketas yra neįdiegtas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Privatus raktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Viešasis sertifikatas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "„RSA 2048“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "„RSA 3072“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "„RSA 4096“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -249,30 +257,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "Privatus „API“ pasirašymo raktas „PEM“ formatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -282,11 +290,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -295,42 +303,42 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Naudoti pasirinktinį „CA“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "„Webroot“ katalogas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index 23cd28377793..c484a83f10ac 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -10,127 +10,131 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.3-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME प्रमाणपत्रे" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME ग्लोबल कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "खाते ईमेल" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "प्रमाणपत्र कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "आव्हान उपनाम" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "डीएनएस एपीआय" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "खाते किल्लीशी संलग्न करण्यासाठी ईमेल पत्ता." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "डीबग लॉगिंग सक्षम करा" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "सक्षम केले" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,100 +144,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -241,30 +249,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -274,11 +282,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -287,41 +295,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index 01e8b99be0f3..e7e858430f49 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -10,127 +10,131 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: 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.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "E-mel akaun" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Tetapan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Mungkir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Dibolehkan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,100 +144,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -241,30 +249,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -274,11 +282,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -287,41 +295,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index e55f2b2f17b9..23b8b9ccbb33 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -10,128 +10,132 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-sertifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME global konfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL til ACME-serveren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 #, fuzzy msgid "Account email" msgstr "E-postadresse for konto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Avanserte innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 inhold av privatnøkkel. Bruk istedenfor YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Sert-filer er lagret i" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Sertifikatkonfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Domenenavn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Påskrudd" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Generelle innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -141,100 +145,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Nøkkelstørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -242,30 +250,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -275,11 +283,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -288,41 +296,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/nl/acme.po b/applications/luci-app-acme/po/nl/acme.po index fa28ab4a6e51..b8216acb9490 100644 --- a/applications/luci-app-acme/po/nl/acme.po +++ b/applications/luci-app-acme/po/nl/acme.po @@ -9,127 +9,131 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: 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.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Standaard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -139,100 +143,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Importeren" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Pakket installeren %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "Pakket is niet geïnstalleerd" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -240,30 +248,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -273,11 +281,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -286,41 +294,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index 3437726fb16c..c40e5fdd0596 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -11,92 +11,92 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.2-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certyfikaty ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Konfiguracja globalna ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "Adres URL serwera ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Konto e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Zawartość klucza prywatnego w formacie Base64. Użyj zamiast " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Pliki certyfikatów są przechowywane w" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Konfiguracja certyfikatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Certyfikaty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Alias wyzwania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "Niestandardowy adres URL katalogu serwera ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "Poświadczenia interfejsu API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "Walidacja wyzwania DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Dni do czasu odnowienia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Domyślne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Alias domeny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Nazwy domen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -106,7 +106,7 @@ msgstr "" "podmiotu, kolejne nazwy są nazwami alternatywnymi. Pamiętaj, że wszystkie " "nazwy domen w globalnym DNS muszą wskazywać na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -114,31 +114,35 @@ msgstr "" "Np. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "Adres e-mail do powiązania z kluczem konta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Włącz rejestrowanie debugowania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Włączone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Ustawienia główne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,7 +154,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Przyznaj luci-app-acme dostęp do UCI" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -158,97 +162,101 @@ msgstr "" "Jeśli certyfikat nie został odnowiony na czas, otrzymasz powiadomienie na 20 " "dni przed wygaśnięciem." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Importuj" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Zainstaluj pakiet %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Wystawiono dnia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Rozmiar klucza (i typ) dla wygenerowanego certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Rozmiar klucza" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Domena główna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID dzierżawcy, który zawiera docelową strefę DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID użytkownika z uprawnieniami do dodawania/usuwania rekordów ze stref" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otwórz DuckDNS i skopiuj tutaj token" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "Pakiet nie jest zainstalowany" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" "Ścieżka do pliku prywatnego klucza podpisywania interfejsu API w formacie PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Klucz prywatny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Certyfikat publiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Zobacz instrukcje" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Powinien wskazywać region macierzysty dzierżawy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Autonomiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -260,7 +268,7 @@ msgstr "" "wystawienia certyfikatu. Tryb DNS pozwala na użycie API DNS dostawcy DNS do " "wystawienia certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -269,7 +277,7 @@ msgstr "" "szczegółowe informacje na temat tego procesu. LuCI obsługuje tylko jeden " "alias wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -280,7 +288,7 @@ msgstr "" "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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -289,11 +297,11 @@ msgstr "" "szczegółowe informacje na temat tego procesu. LUCI obsługuje tylko jedną " "domenę wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "Prywatny klucz podpisywania interfejsu API w formacie PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -309,11 +317,11 @@ msgstr "" "skonfigurowaniu wydawanie certyfikatów może chwilę potrwać. Sprawdź " "dzienniki pod kątem postępu i ewentualnych błędów." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Zwykle NIE jest to adres e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -328,35 +336,35 @@ msgstr "" "wieloznaczne. Korzystanie z tego trybu wymaga zainstalowania pakietu acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Użyj niestandardowego CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Użyj serwera pomostowego" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Metoda walidacji" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Walidacja wyzwania Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Katalog Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -366,7 +374,7 @@ msgstr "" "uruchomić ACME w trybie Webroot. Serwer WWW musi być dostępny z Internetu na " "porcie 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index 6985893d7474..5364fc9366ba 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -11,91 +11,91 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.0.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Configuração global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL do servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Conta de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conteúdo base64 da chave privada. Utilizar em vez de YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Os ficheiros Cert são armazenados em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "URL personalizada do diretório do servidor ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "Credenciais do API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Dias até à renovação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Predefinição" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Aliás do Domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -105,7 +105,7 @@ msgstr "" "assunto, os nomes subsequentes serão nomes alternativos. Note que todos os " "nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,31 +113,35 @@ msgstr "" "Por exemplo: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "O endereço de email para associar à chave da conta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Ativar o registo de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Ativado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,7 +153,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceder acesso UCI ao luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -157,98 +161,102 @@ msgstr "" "Se um certificado não tiver sido renovado a tempo, receberá um aviso 20 dias " "antes do seu termo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Importar" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Instalar pacote %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Aberto DuckDNS e copiar um token " "aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "O pacote não está instalado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" "Caminho para o ficheiro da chave de assinatura da API privada em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Ver instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Autónomo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -260,7 +268,7 @@ msgstr "" "certificado. O modo DNS permitirá que use a API DNS do seu provedor de DNS " "para emitir um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -269,7 +277,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -280,7 +288,7 @@ msgstr "" "entradas aqui no formato 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -289,11 +297,11 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura privada da API no formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -309,11 +317,11 @@ msgstr "" "configurados, a emissão dos certificados pode demorar um pouco. Verifique os " "registos log para ver o progresso e quaisquer erros." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Normalmente, NÃO se trata de um endereço de correio eletrónico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -327,35 +335,35 @@ msgstr "" "IP do router. O modo DNS é também o único modo que suporta certificados " "curinga. A utilização deste modo requer a instalação do pacote acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Use uma AC personalizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Use o servidor de estágio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Método de validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Diretório webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -365,7 +373,7 @@ msgstr "" "para executar o Acme em modo webroot. O servidor web deve estar acessível da " "Internet na porta 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index a66482fdfd04..b117cdf38e0c 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Configuração global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL do Servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "E-mail da conta" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Conteúdo Base64 da chave privada. Use em vez do YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Onde os certificados são armazenados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "URL do Servidor ACME Customizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "Credenciais do API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Dias até a renovação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Padrão" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Aliás do Domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -103,7 +103,7 @@ msgstr "" "do assunto, os nomes subsequentes serão nomes alternativos. Observe que " "todos os nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,31 +111,35 @@ msgstr "" "Ex. _acme-challenge.example.com:12345:98765 alias.example.com:111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "O endereço de email para associar à chave da conta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Ativar o registro de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Ativado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -147,7 +151,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceda acesso UCI para o luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -155,97 +159,101 @@ msgstr "" "Se um certificado não foi renovado a tempo, antes de expirar, você receberá " "um aviso em 20 dias." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Importar" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Instalar pacote %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "O OCID do locatário que contém a zona de DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do usuário com permissão para adicionar ou remover os registros das " "zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abra o DuckDNS e copie um token aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "O pacote não está instalado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "Caminho para API privada assinando o arquivo chave em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Consulte as instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região do domicílio do locatário" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Independente" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -257,7 +265,7 @@ msgstr "" "solicitar um certificado. O modo DNS permitirá vocÊ a usar a API de DNS do " "seu provedor DNS para solicitar um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -266,7 +274,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -277,7 +285,7 @@ msgstr "" "entradas aqui no formato 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -286,11 +294,11 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura da API privada no formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -306,11 +314,11 @@ msgstr "" "configurados, a emissão dos certificados pode demorar um pouco. Verifique os " "registros log para ver os progressos e quaisquer outros erros." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Geralmente isso não é um endereço de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -325,35 +333,35 @@ msgstr "" "compatível com certificados curinga. O uso desse modo requer que o pacote " "acme-dnsapi esteja instalado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Use uma CA customizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Use o servidor de encenação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Método de Validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Diretório Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -363,7 +371,7 @@ msgstr "" "servidor da web para executar o Acme em modo webroot. O servidor web deve " "estar acessível na internet na porta 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index df932e837d89..c6009c76abf2 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -11,92 +11,92 @@ msgstr "" "20)) ? 1 : 2;\n" "X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificate ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Configurare globală ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "Adresa URL a server-ului ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Adresa de e-mail a contului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Setări avansate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conținutul Base64 al cheii private. A se utiliza în locul lui " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 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.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Configurarea certificatului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Alias de provocare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "URL-ul personalizat al directorului serverului ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "credențiale DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Zile până la reînnoire" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Implicit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Aliasul domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Numele domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -106,7 +106,7 @@ msgstr "" "subiectului, următoarele nume vor fi alternative. Ține minte că toate numele " "domeniului trebuie să ducă la router în DNS-ul global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -114,31 +114,35 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "Adresa de email ce va fi asociată cu cheia contului." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Activați jurnalizarea de depanare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "activat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Setări generale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,7 +154,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Acordă acces la UCI pentru luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -158,98 +162,102 @@ msgstr "" "Dacă un certificat nu a fost reînnoit la timp, veți primi o notificare cu 20 " "de zile înainte de expirare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Importați" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Instalarea pachetului %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Emis la" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Dimensiunea (și tipul) cheii pentru certificatul generat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Dimensiunea cheii" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Domeniul principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID al locației care conține zona DNS țintă" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID al utilizatorului care are permisiunea de a adăuga/elimina înregistrări " "din zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Deschideți DuckDNS și copiați un " "token aici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "Pachetul nu este instalat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "Calea către fișierul cu cheia privată de semnare API în format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Cheia privată" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Certificat public" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Vedeți instrucțiunile" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Ar trebui să indice regiunea de domiciliu a chiriașilor" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "De sine stătător" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -261,7 +269,7 @@ msgstr "" "emite un certificat. Modul DNS îți va permite să folosești API-ul DNS al " "provider-ului DNS pentru a emite un certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -270,7 +278,7 @@ msgstr "" "Consultați %s pentru detalii despre acest proces. LUCI acceptă doar un " "singur alias de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -281,7 +289,7 @@ msgstr "" "intrări aici în formatul variabilei de shell KEY=VAL pentru a furniza mai " "multe variabile de acreditare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -290,11 +298,11 @@ msgstr "" "%s pentru detalii despre acest proces. LUCI acceptă doar un singur domeniu " "de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "Cheia privată de semnare API în format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -310,11 +318,11 @@ msgstr "" "a routerului. Odată configurată, emiterea certificatelor poate dura ceva " "timp. Verificați jurnalele pentru a vedea progresul și eventualele erori." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Aceasta NU este, de obicei, o adresă de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -329,35 +337,35 @@ msgstr "" "certificate wildcard. Utilizarea acestui mod necesită instalarea pachetului " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Utilizați un CA personalizat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Utilizați serverul staging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Metoda de validare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Directorul webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -367,7 +375,7 @@ msgstr "" "documentului serverului web pentru a rula Acme în modul webroot. Serverul " "web trebuie să fie accesibil de pe internet pe portul 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index 38aaaef45893..1f02433461b6 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -11,91 +11,91 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "Доменное имя с * доступно только когда Метод проверки: DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Сертификаты ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Глобальная конфигурация ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL сервера ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Электронная почта учётной записи" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Дополнительные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 содержимое приватного ключа. Используйте вместо YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Сертификаты сохраняются в папку" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Конфигурация сертификата" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Сертификаты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Псевдонимы вызова" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "URL-адрес пользовательского каталога сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "Данные для доступа к DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Дней до продления" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "По умолчанию" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Псевдоним домена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Доменные имена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -105,7 +105,7 @@ msgstr "" "(subject name), следующие имена — дополнительные (alt names). Все доменные " "имена должны указывать на маршрутизатор в глобальной DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,31 +113,35 @@ msgstr "" "Например: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "E-mail адрес для привязки ключа аккаунта." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Записывать в журнал данные для отладки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Включено" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "Найдены домены DDNS" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Основные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,7 +153,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Предоставить UCI доступ для luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -157,96 +161,100 @@ msgstr "" "Если сертификат не был перевыпущен вовремя то вы получите уведомление за 20 " "дней до истечения срока действия." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Импортировать" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Установить пакет %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "Неправильный домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Выпущен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Размер (и тип) ключа для сгенерированного сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Размер ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Главный домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID арендатора, содержащего целевую зону DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID пользователя, имеющего право добавлять/удалять записи из зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Зайдите на DuckDNS и скопируйте " "токен сюда" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "Пакет не установлен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "Путь к ключу приватного API в PEM формате" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Приватный ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Публичный сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Смотрите инструкции" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Должен указывать на домашний регион арендатора" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Самостоятельно" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -259,7 +267,7 @@ msgstr "" "через DNS позволит вам использовать API DNS вашего провайдера DNS для " "выпуска сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -268,7 +276,7 @@ msgstr "" "этого процесса см. на сайте %s. LUCI поддерживает только один псевдоним " "вызова для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -279,7 +287,7 @@ msgstr "" "в формате переменной оболочки KEY=VAL, чтобы предоставить несколько " "переменных учетных данных." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -287,11 +295,11 @@ msgstr "" "Псевдоним домена для ВСЕХ доменов. Подробнее об этом процессе см. %s. LUCI " "поддерживает только один контрольный домен для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "Приватный ключ подписи API в PEM формате" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -307,11 +315,11 @@ msgstr "" "IP-адрес маршрутизатора. После настройки выдача сертификатов может занять " "некоторое время. Проверьте журналы на наличие прогресса и ошибок." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Обычно это НЕ адрес электронной почты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -326,35 +334,35 @@ msgstr "" "сертификаты. Для использования этого режима необходимо установить пакет acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Использовать другой Центр Сертификации (CA)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Использовать тестовый сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Метод проверки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Каталог Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -363,7 +371,7 @@ msgstr "" "Укажите здесь корневой каталог веб-сервера, чтобы запустить Acme в режиме " "webroot. Веб-сервер должен быть доступен из интернета на 80 порту." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index 2e8c2cae7393..b1d8e862956a 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -10,127 +10,131 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.5\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: 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.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "ව.නා.ප." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "වසම් නාම" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -140,100 +144,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -241,30 +249,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -274,11 +282,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -287,41 +295,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index f43495d2451c..b6f00ce83819 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.14.1\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME globálna konfigurácia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "E-mail účtu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Konfigurácia certifikátov" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "Prihlasovacie údaje DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Alias domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -102,37 +102,41 @@ msgstr "" "Domény v certifikáte. Prvá bude názov subjektu, ďalšie budú alternatívne " "názvy. Všetky domény musia smerovať na router v globálnom DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "E-mailová adresa k účtu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Povoliť detailné záznamy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Zapnuté" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 #, fuzzy msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " @@ -145,100 +149,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Povoliť luci-app-acme prístup k UCI" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Dĺžka (a typ) kľúča pre generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Dĺžka kľúča" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -246,13 +254,13 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 #, fuzzy msgid "" "The credentials for the DNS API mode selected above. See %s for the format " @@ -263,17 +271,17 @@ msgstr "" "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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -283,11 +291,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -296,41 +304,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index d8cb10e4304a..857cd88a2def 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -10,92 +10,92 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Global konfiguration för ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL för ACME-servern" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "E-postkonto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Avancerade inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-innehåll av den privata nyckeln. Använd istället för " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Där certifikat och andra tillståndsfiler sparas." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Konfiguration för certifikatet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Alias för utmaningen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "Anpassad URL för katalogen till ACME-servern." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "API för DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Dagar till förnyelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Alias för domänen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Domännamn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -105,7 +105,7 @@ msgstr "" "Efterföljande namn blir alternativa namn. Notera att alla domännamn måste " "peka på routern i den globala DNS:en." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,31 +113,35 @@ msgstr "" "T.ex. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "E-postadress att koppla till kontonyckeln." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Aktivera logg för avlusning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Aktiverad" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Generella inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,7 +153,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Bevilja UCI-tillgång till luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -157,94 +161,98 @@ msgstr "" "Om ett certifikat inte förnyades i tid så kommer du att få en avisering 20 " "dagar före utgångstiden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Importera" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Utfärdades den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Nyckelstorlek (och typ) för det genererade certifikatet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Nyckelstorlek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Huvuddomän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "Genväg till den privata API'ns signeringsnyckel i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Privat nyckel" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Publikt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Läs instruktionerna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Fristående" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -256,30 +264,30 @@ msgstr "" "att utfärda ett. DNS-lägen tillåter dig att använde din DNS-tjänsts DNS API " "för att utfärda ett certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "Den privata API'ns signeringsnyckel i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -289,11 +297,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Det här är vanligtvis INTE en e-postadress" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -302,42 +310,42 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Använd en anpassad CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Använd iscensättningsserver" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Valideringsmetod" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "Webbrot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Webbrotskatalog" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index fb16af3fb3f3..2d6ccd357d24 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -1,127 +1,131 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: 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.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -131,100 +135,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -232,30 +240,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s 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.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -265,11 +273,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -278,41 +286,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index 4e904528c445..3433b76fa151 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME sertifikaları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME evrensel yapılandırma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "ACME sunucu URL'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Hesap e-postası" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Özel anahtarın Base64 içeriği. YC_SA_Key_File_Path yerine kullanın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 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.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Sertifika yapılandırması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Sertifikalar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Challenge Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "Özel ACME sunucu dizini URL'si." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS API bilgileri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Yenilemeye kalan gün sayısı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Varsayılan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Alan Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Alan adları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -103,7 +103,7 @@ msgstr "" "alternatif adlar olacak. Domain adlarının evrensel DNS'de router'ı " "göstermesi gerektiğini unutmayın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,31 +111,35 @@ msgstr "" "Örneğin. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "Hesap anahtarına bağlanacak e-posta adresi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Hata ayıklama günlüğünü etkinleştir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Etkin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Genel Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -147,7 +151,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acme için UCI erişimi verin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -155,96 +159,100 @@ msgstr "" "Sertifika zamanında yenilenmediyse, geçerlilik süresinin bitiminden 20 gün " "önce bir bildirim alırsınız." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "İçe aktar" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Kurulum paketi %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Yayınlandığı tarih" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Oluşturulmuş sertifika için anahtar boyutu (ve türü)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Anahtar boyutu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Ana Etki Alanı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "Hedef DNS bölgesini içeren kiracılığın OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "Bölgelere kayıt ekleme/kaldırma iznine sahip kullanıcının OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "DuckDNS'yi açın ve buraya bir token " "kopyalayın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "Paket kurulu değil" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "PEM biçiminde özel API imzalama anahtarı dosyasının yolu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Özel anahtar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Herkese Açık Sertifika" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Talimatlara bakın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Kiracının bulunduğu bölgeyi işaret etmelidir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Bağımsız" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -256,7 +264,7 @@ msgstr "" "kullanır. DNS modu, bir sertifika vermek için DNS sağlayıcınızın DNS " "API'sini kullanmanıza izin verir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -265,7 +273,7 @@ msgstr "" "adresine göz atın. LUCI sertifika başına sadece bir tane challenge takma " "adını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -276,7 +284,7 @@ msgstr "" "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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -285,11 +293,11 @@ msgstr "" "için %s adresine göz atın. LUCI, sertifika başına yalnızca bir challenge " "alanını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "PEM biçimindeki özel API imzalama anahtarı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -306,11 +314,11 @@ msgstr "" "biraz zaman alabilir. İlerleme ve herhangi bir hata için günlük kayıtlarına " "bakın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Bu genellikle bir e-posta adresi DEĞİLDİR" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -325,35 +333,35 @@ msgstr "" "sertifikalarını destekleyen tek moddur. Bu modu kullanmak, acme-dnsapi " "paketinin yüklenmesini gerektirir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Özel bir CA kullanın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Aşama sunucusu kullan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Doğrulama yöntemi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Webroot dizini" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -363,7 +371,7 @@ msgstr "" "sunucusu belge köküne ayarlayın. Web sunucusuna 80 numaralı bağlantı " "noktasından internetten erişilebilmelidir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index 931eea71df35..3440e44b7b4c 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -11,91 +11,91 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Сертифікати ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Глобальні налаштування ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "URL-адреса сервера ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Електронна адреса пошти облікового запису" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Розширені налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 вміст приватного ключа. Використовувати замість YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "Сертифікати зберігаються у каталог" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Параметри сертифіката" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "Сертифікати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Псевдоніми виклику" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "URL-адреса каталогу користувацького сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "Облікові дані DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Днів до поновлення" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "За замовчуванням" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Псевдонім домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Імена домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -106,7 +106,7 @@ msgstr "" "Запримітьте, що всі доменні імена повинні вказувати на маршрутизатор у " "глобальному DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -114,32 +114,36 @@ msgstr "" "Наприклад, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" "Адреса електронної пошти, яку потрібно зв’язати з ключем облікового запису." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Увімкнути системний журнал" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Увімкнено" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Загальні налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,7 +155,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Надати UCI доступ для luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -159,96 +163,100 @@ msgstr "" "Якщо сертифікат не було оновлено вчасно, ви отримаєте сповіщення за 20 днів " "до закінчення терміну дії." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "Видано на" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Розмір (і тип) ключа для згенерованого сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Тип ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "Основний домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID оренди, яка містить цільову DNS-зону" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID користувача з правом додавання/видалення записів із зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Відкрийте DuckDNS і скопіюйте токен " "сюди" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "Шлях до приватного файлу ключа підпису API у форматі PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "Приватний ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "Публічний сертифікат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "Дивіться інструкції" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "Має вказувати на регіон проживання орендаря" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Автономний" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -260,7 +268,7 @@ msgstr "" "видачі сертифіката. Режим DNS дозволить вам використовувати API DNS вашого " "постачальника DNS для видачі сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -268,7 +276,7 @@ msgstr "" "Псевдонім виклику для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про " "цей процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -279,7 +287,7 @@ msgstr "" "форматі змінної оболонки KEY=VAL, щоб надати декілька змінних облікових " "даних." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -287,11 +295,11 @@ msgstr "" "Псевдонім домену для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про цей " "процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "Приватний ключ підпису API у форматі PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -307,11 +315,11 @@ msgstr "" "Після налаштування видача сертифікатів може зайняти деякий час. Перевірте " "журнали на наявність прогресу та будь-яких помилок." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "Зазвичай це НЕ адреса електронної пошти" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -326,35 +334,35 @@ msgstr "" "підстановочні сертифікати. Для використання цього режиму потрібно встановити " "пакет acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Використовувати інший ЦС." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Використовувати проміжний сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Метод перевірки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Тека Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -364,7 +372,7 @@ msgstr "" "документа веб-сервера, щоб запустити Acme в режимі webroot. Веб-сервер " "повинен бути доступний з Інтернету через порт 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index 6b0904c081b7..ed072c1b733d 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Chứng chỉ ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "Cấu hình ACME toàn cầu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "Đường dẫn máy chủ ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "Tài khoản email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "Cài đặt Nâng cao" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "Cấu hình chứng chỉ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "Tùy chỉnh đường dẫn máy chủ ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "Thông tin đăng nhập DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "Cho đến ngày được làm mới" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "Default (Mặc định)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "Tên miền bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "Tên miền" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -103,37 +103,41 @@ msgstr "" "tiếp theo sẽ là tên thay thế. Lưu ý rằng tất cả các tên miền phải trỏ đến bộ " "định tuyến trong DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "Tài khoản email phải được kết hợp với chìa khóa của tài khoản." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "Kích hoạt nhật ký bug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "Kích Hoạt" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "Các cài đặt chung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,100 +149,104 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Cấp quyền truy cập cho luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "Nhập" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "Cài đặt gói %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "Kích thước khóa cho chứng chỉ được tạo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "Kích thước khóa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "Gói chưa được cài đặt" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA kích thước 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA kích thước 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA kích thước 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "Biệt lập" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -250,7 +258,7 @@ msgstr "" "sẽ cho phép bạn sử dụng API DNS của nhà cung cấp DNS của bạn để cấp chứng " "chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -258,7 +266,7 @@ msgstr "" "Bí danh thử thách để sử dụng cho TẤT CẢ các miền. Xem %s để biết chi tiết về " "quy trình này. LUCI chỉ hỗ trợ một bí danh thách thức cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -268,7 +276,7 @@ msgstr "" "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.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -276,11 +284,11 @@ msgstr "" "Bí danh tên miền để sử dụng cho TẤT CẢ tên miền. Xem %s để biết chi tiết về " "quy trình này. LUCI chỉ hỗ trợ một miền thử thách cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -296,11 +304,11 @@ msgstr "" "việc cấp chứng chỉ có thể mất một lúc. Kiểm tra nhật ký để biết tiến độ và " "bất kỳ lỗi nào." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -314,35 +322,35 @@ msgstr "" "cũng là chế độ duy nhất hỗ trợ chứng chỉ ký tự đại diện. Sử dụng chế độ này " "yêu cầu phải cài đặt gói acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "Sử dụng tùy chỉnh nhà cung cấp chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "Sử dụng máy chủ tạm" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "Phương thức thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Đường dẫn Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -352,7 +360,7 @@ msgstr "" "chạy Acme ở chế độ gốc web. Máy chủ web phải có thể truy cập được từ " "internet trên cổng 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index 4b792939d007..34495d7e3dc8 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME 证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME 全局配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "ACME 服务器 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "电子邮件帐户" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "高级设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私钥的 Base64 格式内容,不使用 YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "证书存放位置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "证书配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "质询别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "自定义 ACME 服务器目录 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS API 凭证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "续约前天数" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "默认" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "域名别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "域名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -102,7 +102,7 @@ msgstr "" "证书中要包含的域名。第一个名字将是主题名,后面的名字将是主题备用名称。请注" "意,所有域名都必须在路由中指向全局 DNS。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -110,31 +110,35 @@ msgstr "" "如,_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC 256 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC 384 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "与帐户密钥关联的电子邮件地址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "启用调试日志记录" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "已启用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "常规设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,100 +148,104 @@ msgstr "从 Letsencrypt 临时服务器获取证书(用于测试;证书无效) msgid "Grant UCI access for luci-app-acme" msgstr "为 luci-app-acme 授予 UCI 的访问权限" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." msgstr "如未及时续签证书,你会在到期前20天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "导入" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "安装软件包 %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "颁发于" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "生成的证书的密钥长度(和类型)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "密钥长度" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目标 DNS 区域的租约的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "有权从区域删除记录/将记录添加到区域的的用户的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "打开 DuckDNS 并在此复制令牌" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "依赖包未安装" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私密 API 签名密钥文件的路径" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "私钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "公钥证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA 2048 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA 3072 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA 4096 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "见操作指南" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "应指向租约主区域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "独立" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -247,7 +255,7 @@ msgstr "" "独立模式将使用 acme.sh 的内置 Web 服务器来颁发证书。Webroot 模式将使用现有的 " "Web 服务器来颁发证书。DNS 模式将允许您使用 DNS 提供商的 DNS API 颁发证书。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -255,7 +263,7 @@ msgstr "" "用于所有域名的质询别名(challenge alias)。有关此过程的详细信息,请参阅 %s。" "LUCI 每个证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -264,7 +272,7 @@ msgstr "" "上面选择的 DNS API 模式的凭据。请参阅 %s 以了解每个 API 所需的凭据格式。在此" "处以 KEY=VAL shell 变量格式添加多个条目,以提供多个凭据变量。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -272,11 +280,11 @@ msgstr "" "用于所有域名的别名(domain alias)。有关此过程的详细信息,请参阅 %s。LUCI 每个" "证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私密 API 签名密钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -289,11 +297,11 @@ msgstr "" "证书。请注意,证书中的域名必须已经配置为指向路由器的公网 IP 地址。配置完成" "后,颁发证书可能需要一段时间。从日志中查看签署进度和错误。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "这通常不是一个电子邮箱地址" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -305,35 +313,35 @@ msgstr "" "用 API 的列表,请参阅 %s。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是" "唯一支持通配符证书的模式。使用此模式需要安装 acme-dnsapi 包。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "使用自定义证书颁发机构代。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "使用临时服务器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "验证方式" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Webroot 文件夹" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -342,7 +350,7 @@ msgstr "" "Webserver 根目录。设置为 Web 服务器文档根目录,在 webroot 模式下运行 Acme。" "Web 服务器必须允许从互联网上使用80端口访问。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index 1e10e3ee8069..abcfa47cf654 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -10,90 +10,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 5.5.3\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME證書" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 msgid "ACME global config" msgstr "ACME 全域組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 msgid "ACME server URL" msgstr "ACME 伺服器 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "Account email" msgstr "電子郵件帳號" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 msgid "Advanced Settings" msgstr "進階設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:470 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私鑰的 Base64 內容。不使用 YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 msgid "Cert files are stored in" msgstr "儲存憑證和其他狀態檔的位置。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 msgid "Certificate config" msgstr "憑證組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:651 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 msgid "Certificates" msgstr "憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:491 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 msgid "Challenge Alias" msgstr "Challenge 別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Custom ACME server directory URL." msgstr "自訂 ACME 伺服器的 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 msgid "DNS API credentials" msgstr "DNS API 憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 msgid "DNS Challenge Validation" msgstr "DNS Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:567 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 msgid "Days until renewal" msgstr "更新前的天數" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:116 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 msgid "Default" msgstr "預設" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 msgid "Domain Alias" msgstr "網域別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 msgid "Domain names" msgstr "網域名稱" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 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 " @@ -102,7 +102,7 @@ msgstr "" "憑證包含的網域名稱;第一個域名將作為「主體名稱」,其他則為「主體備用名稱」。" "請注意:所有域名都必須在全域 DNS 中解析為路由器的 IP 位址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:447 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -110,33 +110,37 @@ msgstr "" "如_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 msgid "ECC 256 bits" msgstr "ECC(256 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 msgid "ECC 384 bits" msgstr "ECC(384 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 msgid "Email address to associate with account key." msgstr "" "與「ACME 帳號金鑰」關聯的電子郵件位址;其用於接收 ACME CA 寄送的憑證過期通知" "電子郵件。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 msgid "Enable debug logging" msgstr "啟用除錯日誌記錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 msgid "Enabled" msgstr "啟用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +msgid "Found DDNS domains" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:519 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -146,100 +150,104 @@ msgstr "從 Let's Encrypt 臨時伺服器取得憑證(僅供測試用途,憑 msgid "Grant UCI access for luci-app-acme" msgstr "授予 luci-app-acme 擁有 UCI 存取的權限" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." msgstr "如果憑證未及時續訂,您將在到期前 20 天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +msgid "Import" +msgstr "匯入" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 msgid "Install package %s" msgstr "安裝套件 %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:633 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 msgid "Issued on" msgstr "簽發於" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:527 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 msgid "Key size (and type) for the generated certificate." msgstr "產生憑證的金鑰大小(和型別)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:526 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 msgid "Key type" msgstr "金鑰大小" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:630 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:406 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目標 DNS 區域租約的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:409 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 msgid "OCID of user with permission to add/remove records from zones" msgstr "有權在區域中新增/刪除記錄的使用者的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:312 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 msgid "" "Open DuckDNS and copy a token here" msgstr "打開 DuckDNS 並在此處複製權杖" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 msgid "Package is not installed" msgstr "套件尚未安裝" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:415 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰檔案的路徑" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:631 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 msgid "Private Key" msgstr "私鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:632 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 msgid "Public Certificate" msgstr "公共憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:529 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 msgid "RSA 2048 bits" msgstr "RSA(2048 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 msgid "RSA 3072 bits" msgstr "RSA(3072 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 msgid "RSA 4096 bits" msgstr "RSA(4096 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:510 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:273 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 msgid "See instructions" msgstr "查看說明" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:511 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:412 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 msgid "Should point to the tenancy home region" msgstr "應指向租約區域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:76 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 msgid "Standalone" msgstr "獨立" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 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 " @@ -250,7 +258,7 @@ msgstr "" "用現存的 Web 伺服器,「DNS 模式」允許您使用 DNS 服務提供者的 DNS API 來頒發憑" "證。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:492 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -258,7 +266,7 @@ msgstr "" "所有網域使用的 Challenge 別名;請參閱 %s 以獲得行程的詳細資訊。LuCI 僅支援每" "個憑證擁有唯一 Challenge 別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -267,7 +275,7 @@ msgstr "" "上面已選擇 DNS API 的憑證;請參閱 %s 以獲得每個 API 所需的憑證格式。要提供多" "個憑證變數,請輸入格式為 KEY=VAL 的多個項目。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -275,11 +283,11 @@ msgstr "" "所有網域使用的網域別名;請參閱 %s 以獲得該行程的詳細資訊。LuCI 僅支援每個憑證" "擁有唯一網域別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:418 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:31 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -293,11 +301,11 @@ msgstr "" "Let's Encrypt 頒發的憑證。請注意:憑證中的域名必須指向路由器公共 IP 位址。配" "置完成後憑證的頒發需要一段時間,請檢視日誌來取得其進展和任何錯誤。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:334 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 msgid "This is usually NOT an email address" msgstr "這通常不是電子郵件地址" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -310,35 +318,35 @@ msgstr "" "援「萬用字元憑證」的唯一模式。請注意:必須安裝 acme-dnsapi 套件後才能使用該模" "式。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 msgid "Use a custom CA." msgstr "使用自訂 CA。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:517 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 msgid "Use staging server" msgstr "使用臨時伺服器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 msgid "Validation method" msgstr "驗證方法" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:64 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 msgid "Webroot directory" msgstr "Webroot 目錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 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 " @@ -347,7 +355,7 @@ msgstr "" "Web 伺服器根目錄;設定 Web 伺服器文件的根目錄以在「Webroot 模式」下執行 " "ACME。Web 伺服器的 80 埠必須允許從 Internet 存取。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:38 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 msgid "You sign certificates for free with:" msgstr "" From 8ed4768ce701fc1aedc4dbde074b68db7ce91897 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 22:30:37 +0300 Subject: [PATCH 13/25] luci-app-acme: Add Log reader We must simplify for a user to understand what happened. Signed-off-by: Sergey Ponomarev --- .../resources/view/{ => acme}/acme.js | 0 .../resources/view/acme/logread.js | 4 + applications/luci-app-acme/po/ar/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/bg/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/bn_BD/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/ca/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/cs/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/da/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/de/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/el/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/en/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/es/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/fa/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/fi/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/fr/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/he/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/hi/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/hu/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/id/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/it/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/ja/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/ko/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/lt/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/mr/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/ms/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/nb_NO/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/nl/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/pl/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/pt/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/pt_BR/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/ro/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/ru/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/si/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/sk/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/sv/acme.po | 156 +++++++++--------- .../luci-app-acme/po/templates/acme.pot | 156 +++++++++--------- applications/luci-app-acme/po/tr/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/uk/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/vi/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/zh_Hans/acme.po | 156 +++++++++--------- applications/luci-app-acme/po/zh_Hant/acme.po | 156 +++++++++--------- .../usr/share/luci/menu.d/luci-app-acme.json | 20 ++- .../usr/share/rpcd/acl.d/luci-app-acme.json | 5 +- 43 files changed, 3224 insertions(+), 2889 deletions(-) rename applications/luci-app-acme/htdocs/luci-static/resources/view/{ => acme}/acme.js (100%) create mode 100644 applications/luci-app-acme/htdocs/luci-static/resources/view/acme/logread.js diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js similarity index 100% rename from applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js rename to applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/logread.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/logread.js new file mode 100644 index 000000000000..ff2294ab53b4 --- /dev/null +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/logread.js @@ -0,0 +1,4 @@ +'use strict'; +'require tools.views as views'; + +return views.LogreadBox("acme", "acme"); \ No newline at end of file diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index c83f2c13d672..5267dfdf3fef 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -11,90 +11,94 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 4.5.1\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: 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.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "التكوين العالمي لبيئة إدارة الشهادات التلقائية" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "عنوان URL لخادم ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "حساب البريد الإلكتروني" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "إعدادات متقدمة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "حيث يتم حفظ شهادات وملفات الدولة الأخرى." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "تكوين الشهادة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "الاسم المستعار لاعتراض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "عنوان URL مخصص لدليل خادم ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "نظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "مؤهلات واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "الأيام حتى التجديد" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "الاسم المستعار للنطاق" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -104,41 +108,41 @@ msgstr "" "وستكون الأسماء اللاحقة أسماء بديلة. لاحظ أن جميع أسماء النطاقات يجب أن تشير " "إلى جهاز التوجيه في نظام أسماء النطاقات العام." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "عنوان البريد الإلكتروني لربطه بمفتاح الحساب." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "مكن السجل للتصحيح البرمجي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "مفعل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "الاعدادات العامة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,104 +154,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "منح الوصول فريد معرف العميل ل luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "استيراد" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "حجم المفتاح (والنوع) للشهادة التي تم إنشاؤها." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "حجم المفتاح" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "مستقل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -258,7 +266,7 @@ msgstr "" "Webroot خادم ويب موجودًا لإصدار شهادة. سيسمح لك وضع DNS باستخدام DNS API " "لمزود DNS الخاص بك لإصدار شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -266,7 +274,7 @@ msgstr "" "الاسم المستعار الاعتراضي لاستخدامه لكل أسماء النقابات. انظرإلى %s للاطلاع " "على تفاصيل هذه العملية. يدعم LUCI اسمًا مستعارًا واحدًا فقط للاعتراض لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -276,7 +284,7 @@ msgstr "" "لتنسيق بيانات الاعتماد التي تتطلبها كل واجهة برمجة تطبيقات. أضف إدخالات " "متعددة هنا في تنسيق متغير shell \"KEY = VAL\" لتوفير متغيرات اعتماد متعددة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -284,11 +292,11 @@ msgstr "" "اسم النطاق المستعار لاستخدامها في جميع المجالات. انظر %s عن تفاصيل هذه " "العملية. لوسي يدعم فقط واحد التحدي المجال لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -303,11 +311,11 @@ msgstr "" "بروتوكول الإنترنت العام لجهاز التوجيه. بمجرد التكوين ، يمكن أن يستغرق إصدار " "الشهادات بعض الوقت. يمكنك التحقق من سجلات التقدم وأية أخطاء." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -321,35 +329,35 @@ msgstr "" "الوحيد الذي يدعم شهادات أحرف البدل. يتطلب استخدام هذا الوضع تثبيت حزمة acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "استخدم مرجع مصدق (CA) مخصصًا بدلاً من Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "استخدم خادم الترحيل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "طريقة التحقق من الصحة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "دليل Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -358,8 +366,8 @@ msgstr "" "الدليل الجذر لخادم الويب. اضبط هذا على جذر وثيقة خادم الويب لتشغيل Acme في " "وضع webroot. يجب الوصول إلى خادم الويب من الإنترنت على المنفذ 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index d630abab22c3..4de0cea7f470 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -10,131 +10,135 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME сертификати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME глобални настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL на ACME сървър" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Имейл на акаунта" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Разширени настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Директория със сертификати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Конфигурация на сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS API креденшъли" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Дни до подновяване" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "По подразбиране" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Имена на домейни" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Разрешен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Общи настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,104 +148,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -249,30 +257,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -282,11 +290,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -295,43 +303,43 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index 6b1971a495cd..8c13433041dc 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME সার্টিফিকেট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME গ্লোবাল কনফিগ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "ACME সার্ভার URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "অ্যাকাউন্ট ইমেইল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "উন্নত সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "সার্টিফিকেট কনফিগারেশন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "চ্যালেঞ্জ উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "কাস্টম ACME সার্ভার ডিরেক্টরি URL।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "ডিএনএস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS API ক্রিডেনশিয়াল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "নবায়ন পর্যন্ত দিন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -103,41 +107,41 @@ msgstr "" "হবে বিকল্প নাম। মনে রাখবেন যে সমস্ত ডোমেইন নাম অবশ্যই বৈশ্বিক DNS- এর রাউটারে " "নির্দেশ করতে হবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "অ্যাকাউন্ট কী এর সাথে যুক্ত করার জন্য ইমেইল ঠিকানা।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "ডিবাগ লগিং সক্রিয় করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "সক্রিয়" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "সাধারণ সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,104 +153,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Luci-app-acme এর জন্য UCI অ্যাক্সেস প্রদান করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "সার্টিফিকেট উৎপন্ন করার জন্য কী সাইজ (এবং প্রকার)।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "কী সাইজ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "স্বতন্ত্র" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -258,7 +266,7 @@ msgstr "" "করবে। ডিএনএস মোড আপনার ডিএনএস প্রদানকারীর ডিএনএস এপিআই ব্যবহার করে সার্টিফিকেট " "ইস্যু করবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -266,7 +274,7 @@ msgstr "" "সমস্ত ডোমেইনের জন্য চ্যালেঞ্জ উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য %s দেখুন। " "LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ উপনাম সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -276,7 +284,7 @@ msgstr "" "ফরম্যাটের জন্য দেখুন %s। একাধিক ক্রিডেনশিয়াল ভেরিয়েবল সরবরাহ করতে এখানে KEY = " "VAL শেল ভেরিয়েবল ফরম্যাটে একাধিক এন্ট্রি যুক্ত করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -284,11 +292,11 @@ msgstr "" "সমস্ত ডোমেইনের জন্য ব্যবহৃত ডোমেইন উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য দেখুন " "%s। LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ ডোমেইন সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -303,11 +311,11 @@ msgstr "" "কনফিগার করা আবশ্যক। একবার কনফিগার হয়ে গেলে, সার্টিফিকেট ইস্যু করতে কিছু সময় লাগতে " "পারে। অগ্রগতি এবং কোন ত্রুটির জন্য লগ চেক করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -316,43 +324,43 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index be47c9591f51..4cd8d0a0d46f 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -10,131 +10,135 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5.2-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: 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.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Configuració avançada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Activat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Paràmetres generals" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,104 +148,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -249,30 +257,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -282,11 +290,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -295,41 +303,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index 950891d5a966..66cb7d9a7afa 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 5.0.2\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certifikáty ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Globální konfigurace ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL serveru ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "E-mail k účtu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Pokročilá nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 obsah soukromého klíče. Použití namísto YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Certifikáty jsou uloženy v" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Konfigurace certifikátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Aliasy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "Adresář URL vlastního serveru ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS API pověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Dny do obnovení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Výchozí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Alias domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Doménové názvy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -103,7 +107,7 @@ msgstr "" "jméno subjektu, další jsou alternativní názvy. Mějte na paměti, že všechny " "doménové názvy musejí v globálním DNS ukazovat na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,35 +115,35 @@ msgstr "" "Např. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "E-mailová adresa pro přiřazení ke klíči účtu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Povolit ladicí protokolování" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Zapnuto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Obecná nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,7 +155,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Udělit přístup UCI pro luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -159,100 +163,104 @@ msgstr "" "Pokud nebyl certifikát obnoven včas, obdržíte upozornění 20 dní před " "vypršením." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Vydáno" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Velikost (a typ) klíče pro generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Velikost klíče" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Hlavní doména" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID nájmu, který obsahuje cílovou DNS zónu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID uživatele s povolením přidat/odstranit záznamy ze zón" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otevřete DuckDNS a zkopírujte token " "zde" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "Cesta k soukromému API podpisovému klíči v PEM formátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Soukromý klíč" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Veřejný certifikát" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Zobrazit pokyny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Mělo by ukazovat na domovský region pronájmu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Samostatný" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -263,7 +271,7 @@ msgstr "" "acme.sh. Režim webroot bude používat existující webový server. DNS režim " "bude umožňovat použití DNS API vašeho poskytovatele DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -272,7 +280,7 @@ msgstr "" "procesu naleznete na adrese %s. Rozhraní LUCI podporuje pouze jeden alias " "výzvy na certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -283,7 +291,7 @@ msgstr "" "více položek v formátu proměnné shellu KLÍČ=HODNOTA, abyste mohli poskytnout " "více přihlašovacích proměnných." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -292,11 +300,11 @@ msgstr "" "tomto procesu. LUCI podporuje jen jednu challenge doménu pro každý " "certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "Soukromý API podpisový klíč v PEM formátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -312,11 +320,11 @@ msgstr "" "bude konfigurace dokončena, vydávání certifikátů bude chvíli trvat. " "Kontrolujte protokoly, kde uvidíte průběh a jakékoli chyby." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Toto obvykle NENÍ e-mailová adresa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -331,35 +339,35 @@ msgstr "" "wildcard certifikátů. Použití tohoto režimu vyžaduje instalaci balíčku acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Použít vlastní CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Použijte pracovní server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Metoda ověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Adresář Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -369,8 +377,8 @@ msgstr "" "nastavte tento adresář jako kořen webu ve webovém serveru. Server musí být " "přístupný z Internetu na portu 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index a06806525895..83313ff8dcdd 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME global konfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL til ACME-serveren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Konto e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Avancerede indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 indhold af privat nøgle. Brug i stedet for YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Cert-filer gemmes i" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Certifikatkonfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Udfordr Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "Brugerdefineret URL til ACME-serverens mappe." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS-API legitimationsoplysninger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Antal dage indtil fornyelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Domænealias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Domænenavne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -103,7 +107,7 @@ msgstr "" "emnet, de efterfølgende navne vil være alt-navne. Bemærk, at alle " "domænenavne skal pege på routeren i den globale DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,35 +115,35 @@ msgstr "" "f. eks. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "E-mail-adresse, der skal knyttes til kontonøglen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Aktivér debug logning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Aktiveret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Generelle indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,7 +155,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Giv UCI-adgang til luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -159,100 +163,104 @@ msgstr "" "Hvis et certifikat ikke blev fornyet i tide, vil du modtage en meddelelse på " "20 dage før udløbet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "udstedt den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Nøglestørrelse (og -type) for det genererede certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Nøglestørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Hoveddomæne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID af tenancy, der indeholder mål DNS zonen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID af brugeren med tilladelse til at tilføje / fjerne poster fra zoner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Åbn DuckDNS og kopiere en token her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "Sti til privat API underskrift nøglefil i PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Privat nøgle" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Offentligt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Se instruktioner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Skal pege på den lejede hjemme region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Standalone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -264,7 +272,7 @@ msgstr "" "til at udstede et certifikat. DNS-tilstand giver dig mulighed for at bruge " "DNS API'et hos din DNS-udbyder til at udstede et certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -273,7 +281,7 @@ msgstr "" "nærmere oplysninger om denne proces. LUCI understøtter kun ét " "udfordringsalias pr. certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -284,7 +292,7 @@ msgstr "" "her i formatet KEY=VAL shellvariabel for at angive flere " "legitimationsvariabler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -293,11 +301,11 @@ msgstr "" "oplysninger om denne proces. LUCI understøtter kun ét udfordringsdomæne pr. " "certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "Den private API signeringsnøgle i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -313,11 +321,11 @@ msgstr "" "konfigureret, kan udstedelsen af certifikater tage et stykke tid. Kontroller " "logfilerne for fremskridt og eventuelle fejl." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Dette er normalt IKKE en e-mailadresse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -332,35 +340,35 @@ msgstr "" "tilstand, der understøtter wildcard-certifikater. Brug af denne tilstand " "kræver, at pakken acme-dnsapi er installeret." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Brug en brugerdefineret CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Brug staging-server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Valideringsmetode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Webroot-mappen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -370,8 +378,8 @@ msgstr "" "køre Acme i webroot-tilstand. Webserveren skal være tilgængelig fra " "internettet på port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index 12b61a17efaa..6005b5c768af 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -10,92 +10,96 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Globale ACME-Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "ACME-Server URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Account E-Mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-Inhalt des privaten Schlüssels. Verwendung anstelle von " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Wo Zertifikate und andere Statusdateien aufbewahrt werden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Zertifikateinstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Challenge-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "Benutzerdefinierte ACME-Serververzeichnis URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS API Zugangsdaten" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Tage bis zur Erneuerung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Domain-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Domainnamen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -105,7 +109,7 @@ msgstr "" "Eintrag ist der Betreff, nachfolgende Namen sind Alternativnamen. Beachten " "Sie, dass alle Domainamen im globalen DNS auf den Router zeigen müssen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,35 +117,35 @@ msgstr "" "Z. B. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "E-Mail Adresse, welche mit dem Account Key verknüpft wird." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Aktiviere Debug-Protokollierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Aktiviert" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Allgemeine Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,7 +157,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "UCI Zugriff auf luci-app-acme erlauben" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -161,101 +165,105 @@ msgstr "" "Wird ein Zertifikat nicht rechtzeitig erneuert, erhältst du 20 Tage vor " "dessen Ablauf eine Benachrichtigung." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Importieren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Installiere Paket %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Ausgestellt am" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Schlüsselgröße (und Typ) für das generierte Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Schlüsselgröße" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Hauptdomain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Öffne DuckDNS und kopiere ein Token " "hier her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "Paket ist nicht installiert" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "Pfad zur Private-API-Signierschlüsseldatei im PEM-Format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "öffentliches Zertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Siehe Anleitung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Eigenständig" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -267,7 +275,7 @@ msgstr "" "Webserver genutzt. Der DNS-Modus erlaubt es, die API deines DNS-Providers " "für die Zertifikatausstellung zu verwenden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -276,7 +284,7 @@ msgstr "" "Vorgang finden Sie unter %s.LUCI unterstützt nur einen Challenge-Alias pro " "Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -287,7 +295,7 @@ msgstr "" "Fügen Sie hier mehrere Einträge im Shell-Variablenformat KEY = VAL hinzu, um " "mehrere Anmeldeinformationsvariablen bereitzustellen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -295,11 +303,11 @@ msgstr "" "Der für ALLE Domänen zu nutzende Alias. Siehe %s für Details zu diesem " "Prozess. LUCI unterstützt nur eine Domänenanforderung pro Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "Der private API-Signierschlüssel im PEM-Format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -316,11 +324,11 @@ msgstr "" "kann die Ausstellung von Zertifikaten eine Weile dauern. Überprüfen Sie die " "Protokolle auf Fortschritt und Fehler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Dies ist normalerweise KEINE E-Mail-Adresse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -335,35 +343,35 @@ msgstr "" "Modus, der Platzhalterzertifikate unterstützt. Für die Verwendung dieses " "Modus muss das acme-dnsapi-Paket installiert sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Nutze individuelles Zertifikat statt Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Staging-Server verwenden" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Überprüfungsmethode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Webroot-Verzeichnis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -373,8 +381,8 @@ msgstr "" "ein, um Acme im Webroot-Modus auszuführen. Der Webserver muss über Port 80 " "über das Internet erreichbar sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index 491ee92d7a50..a7b503907b86 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -10,131 +10,135 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME πιστοποιητικά" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Λογαριασμός email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Ρυθμίσεις για προχωρημένους" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Μέρες μέχρι την ανανέωση" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Ενεργοποιήθηκε" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Γενικές ρυθμίσεις" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,104 +148,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -249,30 +257,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -282,11 +290,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -295,41 +303,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Μέθοδος επιβεβαίωσης" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/en/acme.po b/applications/luci-app-acme/po/en/acme.po index fbf6ea96dcb4..4f17c1aec7b9 100644 --- a/applications/luci-app-acme/po/en/acme.po +++ b/applications/luci-app-acme/po/en/acme.po @@ -10,92 +10,96 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.3-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME global config" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "ACME server URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Account email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Advanced Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 content of private key. Use instead of YC_SA_Key_File_Path (Yandex " "Cloud Service Account Key File Path)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Certificate files are stored in" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Certificate configuration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Challenge Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "Custom ACME server directory URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS (Domain Name System)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS API credentials" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Days until renewal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Default" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Domain Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Domain names" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -105,7 +109,7 @@ msgstr "" "subject name, subsequent names will be alt ermate names. Note that all " "domain names must point at the router in the global DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,37 +117,37 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 #, fuzzy msgid "ECC 256 bits" msgstr "ECC (Elliptic Curve) 256 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 #, fuzzy msgid "ECC 384 bits" msgstr "ECC (Elliptic Curve) 384 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "Email address to associate with account key." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Enable debug logging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Enabled" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "General Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,7 +159,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Grant UCI access for luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -163,105 +167,109 @@ msgstr "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Issued on" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Key size (and type) for the generated certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Key type" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Main Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 #, fuzzy msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) of tenancy that contains the target DNS zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 #, fuzzy msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID (Oracle Cloud Identifier) of user with permission to add/remove records " "from zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Open DuckDNS and copy a token here" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "Path to private API signing key file in PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 #, fuzzy msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Public Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "See instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Should point to the tenancy home region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Standalone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -273,7 +281,7 @@ msgstr "" "certificate. DNS mode will allow you to use the DNS API of your DNS provider " "to issue a certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -281,7 +289,7 @@ msgstr "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -291,7 +299,7 @@ msgstr "" "of credentials required by each API. Add multiple entries here in KEY=VAL " "shell variable format to supply multiple credential variables." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -299,11 +307,11 @@ msgstr "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "The private API signing key in PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -319,11 +327,11 @@ msgstr "" "configured, issuing certificates can take a while. Check the logs for " "progress and any errors." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "This is usually NOT an email address" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -337,35 +345,35 @@ msgstr "" "the only mode that supports wildcard certificates. Using this mode requires " "the acme-dnsapi package to be installed." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Use a custom CA (Certificate Authority)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Use a staging server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Validation method" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Webroot directory" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -375,8 +383,8 @@ msgstr "" "Acme in webroot mode. The web server must be accessible from the internet on " "port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #, fuzzy diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index 4192d84482e8..c48651b4505d 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -10,91 +10,95 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Configuración global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL del servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Cuenta de email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Ajustes avanzados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "El contenido Base64 de la clave privada. Usar en lugar de YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Los archivos Cert se almacenan en" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Configuración de certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Alias de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "URL del directorio del servidor ACME personalizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "Credenciales de API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Días hasta la renovación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Por defecto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Alias de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Nombres de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -105,7 +109,7 @@ msgstr "" "en cuenta que todos los nombres de dominio deben apuntar al enrutador en el " "DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,36 +117,36 @@ msgstr "" "Por ejemplo, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC de 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC de 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" "Dirección de correo electrónico para asociar con la clave de la cuenta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Activar el registro de depuración" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Activado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Ajustes generales" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -154,7 +158,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceder acceso UCI para luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -162,102 +166,106 @@ msgstr "" "Si un certificado no se ha renovado a tiempo, recibirás un aviso 20 días " "antes de su expiración." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Importar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Instalar paquete %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Publicado el" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Tamaño de clave (y tipo) para el certificado generado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Tamaño de clave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Dominio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "El OCID del contrato de arrendamiento que contiene la zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID del usuario con permiso para agregar/eliminar los registros de las zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abre DuckDNS y copia un token aquí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "Paquete no instalado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" "Ruta al archivo de la clave de la firma de la API privada en formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Clave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA de 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA de 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA de 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Ver las instrucciones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Debes señalar a la región de origen del inquilino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Ser único" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -269,7 +277,7 @@ msgstr "" "emitir un certificado. El modo DNS le permitirá utilizar la API de DNS de su " "proveedor de DNS para emitir un certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -278,7 +286,7 @@ msgstr "" "obtener detalles sobre este proceso. LUCI solo admite un alias de desafío " "por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -289,7 +297,7 @@ msgstr "" "Agregue varias entradas aquí 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -298,11 +306,11 @@ msgstr "" "obtener detalles sobre este proceso. LUCI solo admite un dominio de desafío " "por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "La clave de la firma privada de la API en formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -318,11 +326,11 @@ msgstr "" "enrutador. Una vez configurado, la emisión de certificados puede demorar un " "tiempo. Verifique los registros de progreso y cualquier error." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Normalmente NO es una dirección de correo electrónico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -337,35 +345,35 @@ msgstr "" "certificados comodín. El uso de este modo requiere que se instale el paquete " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Utilice una CA personalizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Usar servidor de ensayo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Método de validación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Directorio Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -375,8 +383,8 @@ msgstr "" "del servidor web para ejecutar Acme en modo webroot. El servidor web debe " "ser accesible desde internet en el puerto 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/fa/acme.po b/applications/luci-app-acme/po/fa/acme.po index 952df24cb664..5a46b1107f40 100644 --- a/applications/luci-app-acme/po/fa/acme.po +++ b/applications/luci-app-acme/po/fa/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "گواهینامه های ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "پیکربندی جهانی ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "آدرس سرور ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "حساب ایمیل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "تنظیمات پیشرفته" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "محتوای Base64 کلید خصوصی. به جای YC_SA_Key_File_Path استفاده کنید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "فایل های گواهی ذخیره می شوند در" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "پیکربندی گواهی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "گواهینامه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "نام مستعار چالش" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "آدرس سفارشی دایرکتوری سرور ACME ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "احراز هویت DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "اعتبار سنجی چالش DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "روز تا تمدید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "پیشفرض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "نام مستعار دامنه" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "نام دامنه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -103,7 +107,7 @@ msgstr "" "بعدی، نام های جایگزین خواهد بود. توجّه داشته باشید که همهٔ‌ نام‌های دامنه باید " "در ساناد عمومیشان به مسیریاب اشاره کنند." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,35 +115,35 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "آدرس ایمیل برای مرتبط کردن با کلید حساب." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "ثبت اشکال زدایی را فعال کنید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "فعال" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "پیکربندی عمومی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,104 +155,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "اجازه دسترسی به UCI برای luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -256,30 +264,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -289,11 +297,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -302,43 +310,43 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index ab61e29d98f0..b73f85871f04 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-sertifikaatit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME-yleisasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "ACME-palvelimen osoite" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Sähköpostitili" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Lisäasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Sertifikaatin asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Varmenteet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Haaste - alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS API:n kirjautumistiedot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS-haastevalidointi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Päiviä uusimiseen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Oletus" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Verkkonimen alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Verkkonimet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -104,7 +108,7 @@ msgstr "" "kaikkien verkkotunnusten pitää osoittaa reitittimeen globaalissa DNS-" "järjestelmässä." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -112,35 +116,35 @@ msgstr "" "Esim. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "Avaimeen liitettävä sähköpostiosoite." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Ota vieanetsintälokkaus käyttöön" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Käytössä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Yleiset asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,105 +154,109 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Salli pääsy acme-asetuksiin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Myönnetty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Avaimen koko (ja tyyppi) luotavassa sertifikaatissa." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Avaimen koko" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Avaa DuckDNS ja kopioi token tähän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Yksityinen avain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Julkinen varmenne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Katso ohjeet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -256,30 +264,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -289,11 +297,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Tämä EI yleensä ole sähköpostiosoite" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -302,41 +310,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Käytä staging-palvelimeen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Validointitapa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index dd6220eeac76..c32c84a1e799 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -10,92 +10,96 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificats ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Configuration globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL du serveur ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Compte email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Paramètres avancés" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Contenu de la clé privée en Base 64. À utiliser à la place de " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Configuration du certificat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Certificats" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Alias du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "URL du répertoire du serveur ACME personnalisé." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "Identités de API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Nombre de jour avant renouvellement" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Par défaut" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Alias du Domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Noms de domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -105,7 +109,7 @@ msgstr "" "principal, les noms suivants seront les noms alternatifs. Notez que tous les " "noms de domaine doivent pointer sur le router dans le DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,35 +117,35 @@ msgstr "" "Ex. : _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "Adresse email à associer avec la clé du compte." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Activer les logs de type debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Activé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Réglages généraux" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,7 +157,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Autoriser les accès UCI pour luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -161,103 +165,107 @@ msgstr "" "Si un certificat n'a pas été renouvelé dans les temps, vous recevrez un avis " "20 jours avant expiration." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Importer" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Date d'émission" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Longueur de clé (et type) du certificat généré." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Longueur de clé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Domaine principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID de l'utilisateur possédant la permission d'ajouter/supprimer des " "entrées sur les zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Ouvrir DuckDNS et copier un token " "ici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "Le paquet n'est pas installé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" "Chemin d'accès vers la clé privée de signature de l'API (au format PEM)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Clé Privée" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Certificat Publique" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Voir les instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Autonome" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -269,7 +277,7 @@ msgstr "" "pour le générer. Le mode DNS vous permet d'utiliser l 'API DNS de votre " "fournisseur de DNS pour générer le certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -277,7 +285,7 @@ msgstr "" "L'alias du challenge à utiliser pour TOUS les domaines. Voir %s pour les " "détails de ce processus. LUCI supporte un seul alias par certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -287,7 +295,7 @@ msgstr "" "le format à utiliser 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -295,11 +303,11 @@ msgstr "" "Alias de domaine à utiliser pour TOUS les domaines. Voir %s pour plus de " "détail. LUCI ne supporte qu'un seul domaine par certificat pour le challenge." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "Clé privée de signature de l'API au format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -315,11 +323,11 @@ msgstr "" "routeur. Une fois configurés, l'émission de certificats peut prendre un " "certain temps. Vérifiez les journaux pour la progression et les erreurs." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "La plupart du temp, ce n'est PAS une adresse email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -334,35 +342,35 @@ msgstr "" "supportant les certificats génériques (wildcard). L'utilisation de ce mode " "requiert l'installation du paquet acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Utiliser un CA personnalisé à la place de celui de Let's Encryt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Utiliser le serveur de qualification" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Méthode de validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "Racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Répertoire racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -372,8 +380,8 @@ msgstr "" "racine du serveur Web pour utiliser ACME en mode Racine (webroot). Le " "serveur web doit être accessible depuis internet sur le port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index af787c805ae4..f8110e69f46f 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -11,131 +11,135 @@ msgstr "" "n % 10 == 0) ? 2 : 3));\n" "X-Generator: Weblate 5.0.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: 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.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "הגדרות מתקדמות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "הגדרות כלליות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,104 +149,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -250,30 +258,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -283,11 +291,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -296,41 +304,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 77062f0fcd5d..0f9df8c736bb 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -4,131 +4,135 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: 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.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -138,104 +142,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -243,30 +251,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -276,11 +284,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -289,41 +297,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index 1355a157f2f4..d0f6c2cdb4bc 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -10,91 +10,95 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME tanúsítványok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME globális beállítás" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "ACME szerver URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Fiók e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 #, fuzzy msgid "Advanced Settings" msgstr "Haladó Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Tanúsítvány beállítása" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Kihívás álneve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "Testreszabott ACME szerver könyvtár URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS API hitelesítési adatok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Napok megújításig" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Alapértelmezett" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Tartományálnév" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Tartománynevek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -104,41 +108,41 @@ msgstr "" "neve, az azt követő nevek lesznek az alternatív nevek. Ne feledje, hogy az " "összes tartománynévnek az útválasztóra kell mutatnia a globális DNS-ben." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "256 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "384 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "A fiók kulcsához rendelendő e-mail cím." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Hibakeresési naplózás engedélyezése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Engedélyezve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Általános Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,104 +154,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "UCI hozzáférés megadása a luci-app-acme alkalmazásnak" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Importálás" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Csomag telepítése %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Kulcsméret (és típus) az előállított tanúsítványhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Kulcsméret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "A csomag nincs telepítve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "2048 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "3072 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "4096 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Önálló" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -259,7 +267,7 @@ msgstr "" "használni, hogy kiállítson egy tanusítványt. A DNS üzemmód megengedélyezi a " "DNS szolgáltatód DNS API-ja használatát, hogy kiállítson egy tanusítványt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -268,7 +276,7 @@ msgstr "" "folyamat részleteiért. A LuCI csak egy kihívási álnevet támogat " "tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -279,7 +287,7 @@ msgstr "" "több bejegyzést itt 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -288,11 +296,11 @@ msgstr "" "folyamat részleteiért. A LuCI csak egy tartományálnevet támogat " "tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -309,11 +317,11 @@ msgstr "" "a tanúsítványok kibocsátása eltarthat egy ideig. Nézze meg a naplókat a " "folyamat előrehaladásához és a hibákhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -328,35 +336,35 @@ msgstr "" "altartományokra is kibővített tanúsítványokat. Ezen mód használatához az " "szükséges, hogy az acme-dnsapi csomag telepítve legyen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Előkészítő kiszolgáló használata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Webgyökér könyvtár" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -366,8 +374,8 @@ msgstr "" "dokumentumgyökerére az ACME webgyökér módban történő futtatásához. A " "webkiszolgálónak elérhetőnek kell lennie az internetről a 80-as porton." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index 277219455d0f..ae5a02f56cbb 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.3\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Sertifikat ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Konfigurasi global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL server ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Akun e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Setelan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Konten base64 dari kunci pribadi. Gunakan YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "File sertifikat disimpan di" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Konfigurasi sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Tantangan Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "URL direktori server ACME khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "Kredensial API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Hari sampai perpanjangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Bawaan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Alias Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Nama domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -103,41 +107,41 @@ msgstr "" "subjek, nama berikutnya akan menjadi nama alternatif. Perhatikan bahwa semua " "nama domain harus mengarah ke router di DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "Alamat email untuk dikaitkan dengan kunci akun." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Aktifkan pencatatan debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Diaktifkan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Setelan Umum" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,104 +153,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Berikan akses UCI untuk luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Ukuran kunci (dan jenis) untuk sertifikat yang dihasilkan." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Ukuran kunci" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Kunci Pribadi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Sertifikat Publik" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Lihat instruksi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Mandiri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -258,7 +266,7 @@ msgstr "" "mengeluarkan sertifikat. Mode DNS akan memungkinkan Anda untuk menggunakan " "API DNS dari penyedia DNS Anda untuk mengeluarkan sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -266,7 +274,7 @@ msgstr "" "Alias tantangan untuk digunakan untuk SEMUA domain. Lihat %s untuk detail " "proses ini. LUCI hanya mendukung satu alias tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -277,7 +285,7 @@ msgstr "" "dalam format variabel shell KEY=VAL untuk memasok beberapa variabel " "kredensial." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -285,11 +293,11 @@ msgstr "" "Alias domain yang akan digunakan untuk SEMUA domain. Lihat %s untuk detail " "proses ini. LUCI hanya mendukung satu domain tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -305,11 +313,11 @@ msgstr "" "sertifikat dapat memakan waktu cukup lama. Periksa log untuk kemajuan dan " "kesalahan apa pun." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Ini biasanya BUKAN alamat email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -323,35 +331,35 @@ msgstr "" "juga merupakan satu-satunya mode yang mendukung sertifikat wildcard. " "Menggunakan mode ini memerlukan paket acme-dnsapi untuk diinstal." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Gunakan CA khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Metode validasi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Direktori webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -361,8 +369,8 @@ msgstr "" "menjalankan Acme dalam mode webroot. Server web harus dapat diakses dari " "internet pada port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index 47202a1bb9ba..58ea6f5d12ed 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -10,92 +10,96 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificati ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Configurazione globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL server ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "E-mail dell'account" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Impostazioni avanzate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Codice Base64 della chiave privata. Usalo in alternativa a " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "I certificati sono salvati in" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Configurazione certificato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Certificati" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Alias challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "URL personalizzata cartella server ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "Credenziali API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "giorni al rinnovo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Predefinito" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Alias di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Nomi di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -105,7 +109,7 @@ msgstr "" "soggetto, i successivi saranno nomi alternativi. Nota che tutti i nomi di " "dominio devono puntare al router nel DNS globale." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,35 +117,35 @@ msgstr "" "Es. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "Indirizzo e-mail da associare alla chiave dell'account." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Attiva i log di debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Abilitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Impostazioni Generali" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,7 +157,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Concedi l'accesso UCI a luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -161,102 +165,106 @@ msgstr "" "Se un certificato non viene rinnovato in tempo, riceverai una notifica 20 " "giorni prima della scadenza." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Importa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Installa pacchetto %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Emesso il" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Dimensione chiave (e tipo) per il certificato generato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Dimensione chiave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Dominio Principale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) della tenancy che contiene la zona DNS di " "destinazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID dell'utente con il permesso di aggiungere/rimuovere i record dalle zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Apri DuckDNS e copia un token qui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "Il pacchetto non è installato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "Percorso della chiave API privata in formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Chiave Privata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Certificato Pubblico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Vedi le istruzioni" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Dovrebbe puntare alla regione in cui è ospitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Autonoma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -268,7 +276,7 @@ msgstr "" "emettere un certificato. La modalità DNS ti consentirà di usare l'API DNS " "del tuo provider DNS per emettere un certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -276,7 +284,7 @@ msgstr "" "L'alias challenge da usare per TUTTI i domini. Per i dettagli di questo " "processo vedi %s. LUCI supporta solo un alias challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -287,7 +295,7 @@ msgstr "" "nel formato variabile shell CHIAVE=VALORE per fornire variabili credenziali " "multiple." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -295,11 +303,11 @@ msgstr "" "L'alias di dominio da usare per TUTTI i domini. Per i dettagli di questo " "processo vedi %s. LUCI supporta solo un dominio challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "Chiave di autenticazione API privata in formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -316,11 +324,11 @@ msgstr "" "del tempo. Controlla i registri eventi per verificare lo stato di " "avanzamento e gli eventuali errori." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Solitamente NON è un indirizzo email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -335,35 +343,35 @@ msgstr "" "con caratteri jolly. L'uso di questa modalità richiede l'installazione del " "pacchetto acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Usa una CA personalizzata." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Usa server di prova" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Metodo validazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Cartella webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -373,8 +381,8 @@ msgstr "" "server web per eseguire Acme in modalità webroot. Il server web deve essere " "accessibile da internet sulla porta 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index 2ee886924ec3..441d74517301 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.7.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME証明書" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACMEグローバル設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "ACMEサーバーのURL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "アカウントのメールアドレス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "詳細設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "証明書設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "カスタムACMEサーバーディレクトリのURL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS API資格情報" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "更新までの日数" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "デフォルト" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "ドメインエイリアス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "ドメイン名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -102,41 +106,41 @@ msgstr "" "証明書に含めるドメイン名です。最初の名前はサブジェクト名、その次は代替名で" "す。すべてのドメイン名はグローバルDNSのルーターを指す必要があります。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC256ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC384ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "アカウントに関連付けるメールアドレスです。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "デバッグロギングを有効化" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "有効" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -148,104 +152,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acmeにUCIアクセスを許可" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "インポート" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "生成された証明書の鍵の大きさ(およびタイプ)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "鍵の大きさ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA2048ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA3072ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA4096ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "スタンドアロン" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -256,30 +264,30 @@ msgstr "" "します。 Webrootモードでは、既存のWebサーバーを使用して証明書を発行します。 " "DNSモードでは、DNSプロバイダーのDNSAPIを使用して証明書を発行できます。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -289,11 +297,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -302,43 +310,43 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Let'sEncryptの代わりにカスタムCAを使用する。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "ステージングサーバーを使用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Webrootディレクトリ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index 9d78873627b7..3a9e8180e5bf 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.15.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME 인증서" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME 전역 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "ACME 서버 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "계정 이메일" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "고급 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "인증서와 기타 상태 파일이 저장되는 경로입니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "인증서 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "챌린지 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "사용자 지정 ACME 서버 디렉터리 URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS API 자격 증명" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "갱신일" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "기본" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "도메인 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "도메인 네임" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -103,41 +107,41 @@ msgstr "" "도메인이 부 도메인이 됩니다. 주의할 점은 모든 도메인 네임들이 반드시 글로벌 " "DNS의 라우터를 가리키도록 하셔야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "계정 키에 연결할 이메일 주소입니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "디버그 로깅 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "활성화" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "기본 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,104 +153,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acme에 UCI 액세스 허용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "가져오기" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "생성된 인증서의 키 크기(및 유형)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "키 크기" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "독립형" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -258,7 +266,7 @@ msgstr "" "합니다. DNS 모드는 인증서 발행에 DNS 를 제공하는 업체의 DNS API를 사용하게 됩" "니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -266,7 +274,7 @@ msgstr "" "\"모든\" 도메인에 사용될 챌린지 별칭입니다. %s 에서 자세한 내용을 확인하세" "요. LuCI에서는 개별 인증서마다 하나의 챌린지 별칭만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -276,7 +284,7 @@ msgstr "" "격 증명의 포맷은 %s 에서 참고해주세요. KEY=VAL 쉘 변수 포맷에 따라 여러 개의 " "자격 증명을 추가할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -284,11 +292,11 @@ msgstr "" "\"모든\" 도메인에 사용될 도메인 별칭입니다. %s 에서 자세한 내용을 확인하세" "요. LuCI에서는 개별 인증서마다 하나의 챌린지 도메인만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -302,11 +310,11 @@ msgstr "" "가리키도록 이미 설정되어 있어야 합니다. 처음 구성하는 경우, 인증서 발급에 시" "간이 걸릴 수 있습니다. 진행 상황 및 오류는 로그에서 확인할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -319,35 +327,35 @@ msgstr "" "지 않아도 되며, 와일드카드 인증서를 지원합니다. DNS 모드를 사용하기 위해선 " "acme-dnsapi 패키지가 설치되어 있어야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "사용자 지정 CA를 사용합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "테스트 서버 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "유효성 검증 방법" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Webroot 디렉터리" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -356,8 +364,8 @@ msgstr "" "ACME를 웹루트(Webroot) 모드로 실행하기 위해선 웹 서버 문서 루트 디렉터리를 설" "정하세요. 웹 서버는 80번 포트에서 인터넷 접근이 가능해야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index 10cf0c1313de..d86b3d08186b 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -14,97 +14,101 @@ msgstr "" "1 : 2);\n" "X-Generator: Weblate 5.5.3\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "„ACME“ sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Visuotinė „ACME“ konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "„ACME“ serverio „URL – Saitas“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Paskyros el. paštas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Pažangūs nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Sertifikato konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "Pasirinktinis „ACME“ serverio katalogo „URL – Saitas“." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "„DNS“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "„DNS API“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Numatyta/-as" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Domenų-Sričių pavadinimai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -112,35 +116,35 @@ msgstr "" "Pvz: „_acme-challenge.example.com:12345:98765 alias.example.com:11111“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "„ECC 256“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "„ECC 384“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Įjungti/Įgalinti derinimo/trukdžių šalinimo žurnalinimą" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Įjungta/Įgalinta (-as/-i)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Bendri nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,106 +154,110 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Suteikti „UCI“ prieigą – „luci-app-acme“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Importuoti" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Įdiegti prog. įrang. paketą %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Įteiktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Rakto dydis (ir tipas) sugeneruotam sertifikatui." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Rakto tipas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Pagrindinis domenas-sritis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Atidaryti „DuckDNS“ ir kopijuokite " "žetoną čia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "Prog. įrang. paketas yra neįdiegtas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Privatus raktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Viešasis sertifikatas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "„RSA 2048“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "„RSA 3072“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "„RSA 4096“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -257,30 +265,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "Privatus „API“ pasirašymo raktas „PEM“ formatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -290,11 +298,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -303,43 +311,43 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Naudoti pasirinktinį „CA“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "„Webroot“ katalogas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index c484a83f10ac..668ccb866c64 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -10,131 +10,135 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.3-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME प्रमाणपत्रे" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME ग्लोबल कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "खाते ईमेल" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "प्रमाणपत्र कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "आव्हान उपनाम" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "डीएनएस एपीआय" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "खाते किल्लीशी संलग्न करण्यासाठी ईमेल पत्ता." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "डीबग लॉगिंग सक्षम करा" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "सक्षम केले" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,104 +148,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -249,30 +257,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -282,11 +290,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -295,41 +303,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index e7e858430f49..d938447ca311 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -10,131 +10,135 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: 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.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "E-mel akaun" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Tetapan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Mungkir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Dibolehkan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,104 +148,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -249,30 +257,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -282,11 +290,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -295,41 +303,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index 23b8b9ccbb33..b3355bdab4f9 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -10,132 +10,136 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-sertifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME global konfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL til ACME-serveren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 #, fuzzy msgid "Account email" msgstr "E-postadresse for konto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Avanserte innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 inhold av privatnøkkel. Bruk istedenfor YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Sert-filer er lagret i" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Sertifikatkonfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Domenenavn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Påskrudd" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Generelle innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -145,104 +149,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Nøkkelstørrelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -250,30 +258,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -283,11 +291,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -296,41 +304,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/nl/acme.po b/applications/luci-app-acme/po/nl/acme.po index b8216acb9490..71c272eb9db9 100644 --- a/applications/luci-app-acme/po/nl/acme.po +++ b/applications/luci-app-acme/po/nl/acme.po @@ -9,131 +9,135 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: 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.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Standaard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -143,104 +147,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Importeren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Pakket installeren %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "Pakket is niet geïnstalleerd" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -248,30 +256,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -281,11 +289,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -294,41 +302,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index c40e5fdd0596..d7f25529c251 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -11,92 +11,96 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.2-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certyfikaty ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Konfiguracja globalna ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "Adres URL serwera ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Konto e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Zawartość klucza prywatnego w formacie Base64. Użyj zamiast " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Pliki certyfikatów są przechowywane w" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Konfiguracja certyfikatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Certyfikaty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Alias wyzwania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "Niestandardowy adres URL katalogu serwera ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "Poświadczenia interfejsu API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "Walidacja wyzwania DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Dni do czasu odnowienia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Domyślne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Alias domeny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Nazwy domen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -106,7 +110,7 @@ msgstr "" "podmiotu, kolejne nazwy są nazwami alternatywnymi. Pamiętaj, że wszystkie " "nazwy domen w globalnym DNS muszą wskazywać na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -114,35 +118,35 @@ msgstr "" "Np. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "Adres e-mail do powiązania z kluczem konta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Włącz rejestrowanie debugowania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Włączone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Ustawienia główne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -154,7 +158,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Przyznaj luci-app-acme dostęp do UCI" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -162,101 +166,105 @@ msgstr "" "Jeśli certyfikat nie został odnowiony na czas, otrzymasz powiadomienie na 20 " "dni przed wygaśnięciem." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Importuj" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Zainstaluj pakiet %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Wystawiono dnia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Rozmiar klucza (i typ) dla wygenerowanego certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Rozmiar klucza" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Domena główna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID dzierżawcy, który zawiera docelową strefę DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID użytkownika z uprawnieniami do dodawania/usuwania rekordów ze stref" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otwórz DuckDNS i skopiuj tutaj token" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "Pakiet nie jest zainstalowany" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" "Ścieżka do pliku prywatnego klucza podpisywania interfejsu API w formacie PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Klucz prywatny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Certyfikat publiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Zobacz instrukcje" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Powinien wskazywać region macierzysty dzierżawy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Autonomiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -268,7 +276,7 @@ msgstr "" "wystawienia certyfikatu. Tryb DNS pozwala na użycie API DNS dostawcy DNS do " "wystawienia certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -277,7 +285,7 @@ msgstr "" "szczegółowe informacje na temat tego procesu. LuCI obsługuje tylko jeden " "alias wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -288,7 +296,7 @@ msgstr "" "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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -297,11 +305,11 @@ msgstr "" "szczegółowe informacje na temat tego procesu. LUCI obsługuje tylko jedną " "domenę wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "Prywatny klucz podpisywania interfejsu API w formacie PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -317,11 +325,11 @@ msgstr "" "skonfigurowaniu wydawanie certyfikatów może chwilę potrwać. Sprawdź " "dzienniki pod kątem postępu i ewentualnych błędów." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Zwykle NIE jest to adres e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -336,35 +344,35 @@ msgstr "" "wieloznaczne. Korzystanie z tego trybu wymaga zainstalowania pakietu acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Użyj niestandardowego CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Użyj serwera pomostowego" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Metoda walidacji" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Walidacja wyzwania Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Katalog Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -374,8 +382,8 @@ msgstr "" "uruchomić ACME w trybie Webroot. Serwer WWW musi być dostępny z Internetu na " "porcie 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index 5364fc9366ba..082be6b64fb7 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -11,91 +11,95 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.0.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Configuração global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL do servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Conta de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conteúdo base64 da chave privada. Utilizar em vez de YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Os ficheiros Cert são armazenados em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "URL personalizada do diretório do servidor ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "Credenciais do API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Dias até à renovação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Predefinição" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Aliás do Domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -105,7 +109,7 @@ msgstr "" "assunto, os nomes subsequentes serão nomes alternativos. Note que todos os " "nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,35 +117,35 @@ msgstr "" "Por exemplo: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "O endereço de email para associar à chave da conta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Ativar o registo de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Ativado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,7 +157,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceder acesso UCI ao luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -161,102 +165,106 @@ msgstr "" "Se um certificado não tiver sido renovado a tempo, receberá um aviso 20 dias " "antes do seu termo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Importar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Instalar pacote %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Aberto DuckDNS e copiar um token " "aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "O pacote não está instalado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" "Caminho para o ficheiro da chave de assinatura da API privada em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Ver instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Autónomo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -268,7 +276,7 @@ msgstr "" "certificado. O modo DNS permitirá que use a API DNS do seu provedor de DNS " "para emitir um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -277,7 +285,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -288,7 +296,7 @@ msgstr "" "entradas aqui no formato 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -297,11 +305,11 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura privada da API no formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -317,11 +325,11 @@ msgstr "" "configurados, a emissão dos certificados pode demorar um pouco. Verifique os " "registos log para ver o progresso e quaisquer erros." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Normalmente, NÃO se trata de um endereço de correio eletrónico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -335,35 +343,35 @@ msgstr "" "IP do router. O modo DNS é também o único modo que suporta certificados " "curinga. A utilização deste modo requer a instalação do pacote acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Use uma AC personalizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Use o servidor de estágio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Método de validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Diretório webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -373,8 +381,8 @@ msgstr "" "para executar o Acme em modo webroot. O servidor web deve estar acessível da " "Internet na porta 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index b117cdf38e0c..e8d744a13ce6 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Configuração global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL do Servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "E-mail da conta" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Conteúdo Base64 da chave privada. Use em vez do YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Onde os certificados são armazenados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Aliás do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "URL do Servidor ACME Customizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "Credenciais do API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Dias até a renovação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Padrão" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Aliás do Domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -103,7 +107,7 @@ msgstr "" "do assunto, os nomes subsequentes serão nomes alternativos. Observe que " "todos os nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,35 +115,35 @@ msgstr "" "Ex. _acme-challenge.example.com:12345:98765 alias.example.com:111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "O endereço de email para associar à chave da conta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Ativar o registro de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Ativado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,7 +155,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceda acesso UCI para o luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -159,101 +163,105 @@ msgstr "" "Se um certificado não foi renovado a tempo, antes de expirar, você receberá " "um aviso em 20 dias." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Importar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Instalar pacote %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Tamanho da chave" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "O OCID do locatário que contém a zona de DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do usuário com permissão para adicionar ou remover os registros das " "zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abra o DuckDNS e copie um token aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "O pacote não está instalado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "Caminho para API privada assinando o arquivo chave em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Consulte as instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região do domicílio do locatário" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Independente" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -265,7 +273,7 @@ msgstr "" "solicitar um certificado. O modo DNS permitirá vocÊ a usar a API de DNS do " "seu provedor DNS para solicitar um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -274,7 +282,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -285,7 +293,7 @@ msgstr "" "entradas aqui no formato 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -294,11 +302,11 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura da API privada no formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -314,11 +322,11 @@ msgstr "" "configurados, a emissão dos certificados pode demorar um pouco. Verifique os " "registros log para ver os progressos e quaisquer outros erros." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Geralmente isso não é um endereço de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -333,35 +341,35 @@ msgstr "" "compatível com certificados curinga. O uso desse modo requer que o pacote " "acme-dnsapi esteja instalado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Use uma CA customizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Use o servidor de encenação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Método de Validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Diretório Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -371,8 +379,8 @@ msgstr "" "servidor da web para executar o Acme em modo webroot. O servidor web deve " "estar acessível na internet na porta 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index c6009c76abf2..dc163ac389be 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -11,92 +11,96 @@ msgstr "" "20)) ? 1 : 2;\n" "X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Certificate ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Configurare globală ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "Adresa URL a server-ului ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Adresa de e-mail a contului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Setări avansate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conținutul Base64 al cheii private. A se utiliza în locul lui " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Configurarea certificatului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Alias de provocare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "URL-ul personalizat al directorului serverului ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "credențiale DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Zile până la reînnoire" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Implicit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Aliasul domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Numele domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -106,7 +110,7 @@ msgstr "" "subiectului, următoarele nume vor fi alternative. Ține minte că toate numele " "domeniului trebuie să ducă la router în DNS-ul global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -114,35 +118,35 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "Adresa de email ce va fi asociată cu cheia contului." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Activați jurnalizarea de depanare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "activat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Setări generale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -154,7 +158,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Acordă acces la UCI pentru luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -162,102 +166,106 @@ msgstr "" "Dacă un certificat nu a fost reînnoit la timp, veți primi o notificare cu 20 " "de zile înainte de expirare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Importați" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Instalarea pachetului %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Emis la" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Dimensiunea (și tipul) cheii pentru certificatul generat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Dimensiunea cheii" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Domeniul principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID al locației care conține zona DNS țintă" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID al utilizatorului care are permisiunea de a adăuga/elimina înregistrări " "din zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Deschideți DuckDNS și copiați un " "token aici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "Pachetul nu este instalat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "Calea către fișierul cu cheia privată de semnare API în format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Cheia privată" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Certificat public" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Vedeți instrucțiunile" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Ar trebui să indice regiunea de domiciliu a chiriașilor" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "De sine stătător" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -269,7 +277,7 @@ msgstr "" "emite un certificat. Modul DNS îți va permite să folosești API-ul DNS al " "provider-ului DNS pentru a emite un certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -278,7 +286,7 @@ msgstr "" "Consultați %s pentru detalii despre acest proces. LUCI acceptă doar un " "singur alias de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -289,7 +297,7 @@ msgstr "" "intrări aici în formatul variabilei de shell KEY=VAL pentru a furniza mai " "multe variabile de acreditare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -298,11 +306,11 @@ msgstr "" "%s pentru detalii despre acest proces. LUCI acceptă doar un singur domeniu " "de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "Cheia privată de semnare API în format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -318,11 +326,11 @@ msgstr "" "a routerului. Odată configurată, emiterea certificatelor poate dura ceva " "timp. Verificați jurnalele pentru a vedea progresul și eventualele erori." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Aceasta NU este, de obicei, o adresă de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -337,35 +345,35 @@ msgstr "" "certificate wildcard. Utilizarea acestui mod necesită instalarea pachetului " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Utilizați un CA personalizat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Utilizați serverul staging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Metoda de validare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Directorul webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -375,8 +383,8 @@ msgstr "" "documentului serverului web pentru a rula Acme în modul webroot. Serverul " "web trebuie să fie accesibil de pe internet pe portul 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index 1f02433461b6..2950d44b238b 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -11,91 +11,95 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "Доменное имя с * доступно только когда Метод проверки: DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Сертификаты ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Глобальная конфигурация ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL сервера ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Электронная почта учётной записи" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Дополнительные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 содержимое приватного ключа. Используйте вместо YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Сертификаты сохраняются в папку" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Конфигурация сертификата" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Сертификаты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Псевдонимы вызова" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "URL-адрес пользовательского каталога сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "Данные для доступа к DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Дней до продления" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "По умолчанию" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Псевдоним домена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Доменные имена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -105,7 +109,7 @@ msgstr "" "(subject name), следующие имена — дополнительные (alt names). Все доменные " "имена должны указывать на маршрутизатор в глобальной DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,35 +117,35 @@ msgstr "" "Например: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "E-mail адрес для привязки ключа аккаунта." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Записывать в журнал данные для отладки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Включено" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "Найдены домены DDNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Основные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,7 +157,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Предоставить UCI доступ для luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -161,100 +165,104 @@ msgstr "" "Если сертификат не был перевыпущен вовремя то вы получите уведомление за 20 " "дней до истечения срока действия." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Импортировать" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Установить пакет %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "Неправильный домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Выпущен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Размер (и тип) ключа для сгенерированного сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Размер ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Главный домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID арендатора, содержащего целевую зону DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID пользователя, имеющего право добавлять/удалять записи из зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Зайдите на DuckDNS и скопируйте " "токен сюда" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "Пакет не установлен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "Путь к ключу приватного API в PEM формате" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Приватный ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Публичный сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Смотрите инструкции" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Должен указывать на домашний регион арендатора" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Самостоятельно" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -267,7 +275,7 @@ msgstr "" "через DNS позволит вам использовать API DNS вашего провайдера DNS для " "выпуска сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -276,7 +284,7 @@ msgstr "" "этого процесса см. на сайте %s. LUCI поддерживает только один псевдоним " "вызова для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -287,7 +295,7 @@ msgstr "" "в формате переменной оболочки KEY=VAL, чтобы предоставить несколько " "переменных учетных данных." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -295,11 +303,11 @@ msgstr "" "Псевдоним домена для ВСЕХ доменов. Подробнее об этом процессе см. %s. LUCI " "поддерживает только один контрольный домен для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "Приватный ключ подписи API в PEM формате" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -315,11 +323,11 @@ msgstr "" "IP-адрес маршрутизатора. После настройки выдача сертификатов может занять " "некоторое время. Проверьте журналы на наличие прогресса и ошибок." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Обычно это НЕ адрес электронной почты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -334,35 +342,35 @@ msgstr "" "сертификаты. Для использования этого режима необходимо установить пакет acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Использовать другой Центр Сертификации (CA)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Использовать тестовый сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Метод проверки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Каталог Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -371,8 +379,8 @@ msgstr "" "Укажите здесь корневой каталог веб-сервера, чтобы запустить Acme в режиме " "webroot. Веб-сервер должен быть доступен из интернета на 80 порту." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index b1d8e862956a..f50cd56987af 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -10,131 +10,135 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.5\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: 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.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "ව.නා.ප." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "වසම් නාම" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -144,104 +148,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -249,30 +257,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -282,11 +290,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -295,41 +303,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index b6f00ce83819..026e7fcd3b40 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.14.1\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME globálna konfigurácia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "E-mail účtu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Konfigurácia certifikátov" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "Prihlasovacie údaje DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Alias domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -102,41 +106,41 @@ msgstr "" "Domény v certifikáte. Prvá bude názov subjektu, ďalšie budú alternatívne " "názvy. Všetky domény musia smerovať na router v globálnom DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "E-mailová adresa k účtu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Povoliť detailné záznamy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Zapnuté" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 #, fuzzy msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " @@ -149,104 +153,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Povoliť luci-app-acme prístup k UCI" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Dĺžka (a typ) kľúča pre generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Dĺžka kľúča" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -254,13 +262,13 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 #, fuzzy msgid "" "The credentials for the DNS API mode selected above. See %s for the format " @@ -271,17 +279,17 @@ msgstr "" "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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -291,11 +299,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -304,41 +312,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index 857cd88a2def..e2e301e2e03b 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -10,92 +10,96 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME-certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Global konfiguration för ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL för ACME-servern" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "E-postkonto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Avancerade inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-innehåll av den privata nyckeln. Använd istället för " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Där certifikat och andra tillståndsfiler sparas." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Konfiguration för certifikatet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Alias för utmaningen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "Anpassad URL för katalogen till ACME-servern." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "API för DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Dagar till förnyelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Alias för domänen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Domännamn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -105,7 +109,7 @@ msgstr "" "Efterföljande namn blir alternativa namn. Notera att alla domännamn måste " "peka på routern i den globala DNS:en." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -113,35 +117,35 @@ msgstr "" "T.ex. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "E-postadress att koppla till kontonyckeln." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Aktivera logg för avlusning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Aktiverad" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Generella inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,7 +157,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Bevilja UCI-tillgång till luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -161,98 +165,102 @@ msgstr "" "Om ett certifikat inte förnyades i tid så kommer du att få en avisering 20 " "dagar före utgångstiden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Importera" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Utfärdades den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Nyckelstorlek (och typ) för det genererade certifikatet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Nyckelstorlek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Huvuddomän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "Genväg till den privata API'ns signeringsnyckel i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Privat nyckel" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Publikt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Läs instruktionerna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Fristående" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -264,30 +272,30 @@ msgstr "" "att utfärda ett. DNS-lägen tillåter dig att använde din DNS-tjänsts DNS API " "för att utfärda ett certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "Den privata API'ns signeringsnyckel i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -297,11 +305,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Det här är vanligtvis INTE en e-postadress" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -310,43 +318,43 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Använd en anpassad CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Använd iscensättningsserver" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Valideringsmetod" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "Webbrot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Webbrotskatalog" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index 2d6ccd357d24..4adbeeeeb479 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -1,131 +1,135 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: 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.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -135,104 +139,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -240,30 +248,30 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s 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.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s 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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s 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.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -273,11 +281,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -286,41 +294,41 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index 3433b76fa151..d8fd74260d0a 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME sertifikaları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME evrensel yapılandırma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "ACME sunucu URL'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Hesap e-postası" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Özel anahtarın Base64 içeriği. YC_SA_Key_File_Path yerine kullanın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 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.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Sertifika yapılandırması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Sertifikalar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Challenge Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "Özel ACME sunucu dizini URL'si." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS API bilgileri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Yenilemeye kalan gün sayısı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Varsayılan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Alan Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Alan adları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -103,7 +107,7 @@ msgstr "" "alternatif adlar olacak. Domain adlarının evrensel DNS'de router'ı " "göstermesi gerektiğini unutmayın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -111,35 +115,35 @@ msgstr "" "Örneğin. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "Hesap anahtarına bağlanacak e-posta adresi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Hata ayıklama günlüğünü etkinleştir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Etkin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Genel Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -151,7 +155,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acme için UCI erişimi verin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -159,100 +163,104 @@ msgstr "" "Sertifika zamanında yenilenmediyse, geçerlilik süresinin bitiminden 20 gün " "önce bir bildirim alırsınız." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "İçe aktar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Kurulum paketi %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Yayınlandığı tarih" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Oluşturulmuş sertifika için anahtar boyutu (ve türü)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Anahtar boyutu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Ana Etki Alanı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "Hedef DNS bölgesini içeren kiracılığın OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "Bölgelere kayıt ekleme/kaldırma iznine sahip kullanıcının OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "DuckDNS'yi açın ve buraya bir token " "kopyalayın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "Paket kurulu değil" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "PEM biçiminde özel API imzalama anahtarı dosyasının yolu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Özel anahtar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Herkese Açık Sertifika" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Talimatlara bakın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Kiracının bulunduğu bölgeyi işaret etmelidir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Bağımsız" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -264,7 +272,7 @@ msgstr "" "kullanır. DNS modu, bir sertifika vermek için DNS sağlayıcınızın DNS " "API'sini kullanmanıza izin verir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -273,7 +281,7 @@ msgstr "" "adresine göz atın. LUCI sertifika başına sadece bir tane challenge takma " "adını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -284,7 +292,7 @@ msgstr "" "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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -293,11 +301,11 @@ msgstr "" "için %s adresine göz atın. LUCI, sertifika başına yalnızca bir challenge " "alanını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "PEM biçimindeki özel API imzalama anahtarı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -314,11 +322,11 @@ msgstr "" "biraz zaman alabilir. İlerleme ve herhangi bir hata için günlük kayıtlarına " "bakın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Bu genellikle bir e-posta adresi DEĞİLDİR" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -333,35 +341,35 @@ msgstr "" "sertifikalarını destekleyen tek moddur. Bu modu kullanmak, acme-dnsapi " "paketinin yüklenmesini gerektirir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Özel bir CA kullanın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Aşama sunucusu kullan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Doğrulama yöntemi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Webroot dizini" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -371,8 +379,8 @@ msgstr "" "sunucusu belge köküne ayarlayın. Web sunucusuna 80 numaralı bağlantı " "noktasından internetten erişilebilmelidir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index 3440e44b7b4c..8fa8b51b7ee4 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -11,91 +11,95 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Сертифікати ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Глобальні налаштування ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "URL-адреса сервера ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Електронна адреса пошти облікового запису" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Розширені налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 вміст приватного ключа. Використовувати замість YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "Сертифікати зберігаються у каталог" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Параметри сертифіката" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "Сертифікати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Псевдоніми виклику" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "URL-адреса каталогу користувацького сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "Облікові дані DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Днів до поновлення" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "За замовчуванням" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Псевдонім домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Імена домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -106,7 +110,7 @@ msgstr "" "Запримітьте, що всі доменні імена повинні вказувати на маршрутизатор у " "глобальному DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -114,36 +118,36 @@ msgstr "" "Наприклад, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" "Адреса електронної пошти, яку потрібно зв’язати з ключем облікового запису." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Увімкнути системний журнал" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Увімкнено" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Загальні налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,7 +159,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Надати UCI доступ для luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -163,100 +167,104 @@ msgstr "" "Якщо сертифікат не було оновлено вчасно, ви отримаєте сповіщення за 20 днів " "до закінчення терміну дії." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "Видано на" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Розмір (і тип) ключа для згенерованого сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Тип ключа" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "Основний домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID оренди, яка містить цільову DNS-зону" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID користувача з правом додавання/видалення записів із зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Відкрийте DuckDNS і скопіюйте токен " "сюди" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "Шлях до приватного файлу ключа підпису API у форматі PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "Приватний ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "Публічний сертифікат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "Дивіться інструкції" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "Має вказувати на регіон проживання орендаря" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Автономний" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -268,7 +276,7 @@ msgstr "" "видачі сертифіката. Режим DNS дозволить вам використовувати API DNS вашого " "постачальника DNS для видачі сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -276,7 +284,7 @@ msgstr "" "Псевдонім виклику для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про " "цей процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -287,7 +295,7 @@ msgstr "" "форматі змінної оболонки KEY=VAL, щоб надати декілька змінних облікових " "даних." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -295,11 +303,11 @@ msgstr "" "Псевдонім домену для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про цей " "процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "Приватний ключ підпису API у форматі PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -315,11 +323,11 @@ msgstr "" "Після налаштування видача сертифікатів може зайняти деякий час. Перевірте " "журнали на наявність прогресу та будь-яких помилок." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "Зазвичай це НЕ адреса електронної пошти" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -334,35 +342,35 @@ msgstr "" "підстановочні сертифікати. Для використання цього режиму потрібно встановити " "пакет acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Використовувати інший ЦС." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Використовувати проміжний сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Метод перевірки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Тека Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -372,8 +380,8 @@ msgstr "" "документа веб-сервера, щоб запустити Acme в режимі webroot. Веб-сервер " "повинен бути доступний з Інтернету через порт 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index ed072c1b733d..c1a2804d470e 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "Chứng chỉ ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "Cấu hình ACME toàn cầu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "Đường dẫn máy chủ ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "Tài khoản email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "Cài đặt Nâng cao" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "Cấu hình chứng chỉ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "Tùy chỉnh đường dẫn máy chủ ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "Thông tin đăng nhập DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "Cho đến ngày được làm mới" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "Default (Mặc định)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "Tên miền bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "Tên miền" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -103,41 +107,41 @@ msgstr "" "tiếp theo sẽ là tên thay thế. Lưu ý rằng tất cả các tên miền phải trỏ đến bộ " "định tuyến trong DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "Tài khoản email phải được kết hợp với chìa khóa của tài khoản." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "Kích hoạt nhật ký bug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "Kích Hoạt" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "Các cài đặt chung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,104 +153,108 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Cấp quyền truy cập cho luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 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.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "Nhập" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "Cài đặt gói %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "Kích thước khóa cho chứng chỉ được tạo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "Kích thước khóa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "Gói chưa được cài đặt" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA kích thước 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA kích thước 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA kích thước 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "Biệt lập" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -258,7 +266,7 @@ msgstr "" "sẽ cho phép bạn sử dụng API DNS của nhà cung cấp DNS của bạn để cấp chứng " "chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -266,7 +274,7 @@ msgstr "" "Bí danh thử thách để sử dụng cho TẤT CẢ các miền. Xem %s để biết chi tiết về " "quy trình này. LUCI chỉ hỗ trợ một bí danh thách thức cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -276,7 +284,7 @@ msgstr "" "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.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -284,11 +292,11 @@ msgstr "" "Bí danh tên miền để sử dụng cho TẤT CẢ tên miền. Xem %s để biết chi tiết về " "quy trình này. LUCI chỉ hỗ trợ một miền thử thách cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -304,11 +312,11 @@ msgstr "" "việc cấp chứng chỉ có thể mất một lúc. Kiểm tra nhật ký để biết tiến độ và " "bất kỳ lỗi nào." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -322,35 +330,35 @@ msgstr "" "cũng là chế độ duy nhất hỗ trợ chứng chỉ ký tự đại diện. Sử dụng chế độ này " "yêu cầu phải cài đặt gói acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "Sử dụng tùy chỉnh nhà cung cấp chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "Sử dụng máy chủ tạm" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "Phương thức thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Đường dẫn Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -360,8 +368,8 @@ msgstr "" "chạy Acme ở chế độ gốc web. Máy chủ web phải có thể truy cập được từ " "internet trên cổng 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index 34495d7e3dc8..aca2e8467622 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME 证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME 全局配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "ACME 服务器 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "电子邮件帐户" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "高级设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私钥的 Base64 格式内容,不使用 YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "证书存放位置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "证书配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "质询别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "自定义 ACME 服务器目录 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS API 凭证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "续约前天数" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "默认" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "域名别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "域名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -102,7 +106,7 @@ msgstr "" "证书中要包含的域名。第一个名字将是主题名,后面的名字将是主题备用名称。请注" "意,所有域名都必须在路由中指向全局 DNS。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -110,35 +114,35 @@ msgstr "" "如,_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC 256 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC 384 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "与帐户密钥关联的电子邮件地址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "启用调试日志记录" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "已启用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "常规设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -148,104 +152,108 @@ msgstr "从 Letsencrypt 临时服务器获取证书(用于测试;证书无效) msgid "Grant UCI access for luci-app-acme" msgstr "为 luci-app-acme 授予 UCI 的访问权限" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." msgstr "如未及时续签证书,你会在到期前20天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "导入" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "安装软件包 %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "颁发于" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "生成的证书的密钥长度(和类型)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "密钥长度" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目标 DNS 区域的租约的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "有权从区域删除记录/将记录添加到区域的的用户的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "打开 DuckDNS 并在此复制令牌" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "依赖包未安装" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私密 API 签名密钥文件的路径" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "私钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "公钥证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA 2048 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA 3072 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA 4096 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "见操作指南" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "应指向租约主区域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "独立" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -255,7 +263,7 @@ msgstr "" "独立模式将使用 acme.sh 的内置 Web 服务器来颁发证书。Webroot 模式将使用现有的 " "Web 服务器来颁发证书。DNS 模式将允许您使用 DNS 提供商的 DNS API 颁发证书。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -263,7 +271,7 @@ msgstr "" "用于所有域名的质询别名(challenge alias)。有关此过程的详细信息,请参阅 %s。" "LUCI 每个证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -272,7 +280,7 @@ msgstr "" "上面选择的 DNS API 模式的凭据。请参阅 %s 以了解每个 API 所需的凭据格式。在此" "处以 KEY=VAL shell 变量格式添加多个条目,以提供多个凭据变量。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -280,11 +288,11 @@ msgstr "" "用于所有域名的别名(domain alias)。有关此过程的详细信息,请参阅 %s。LUCI 每个" "证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私密 API 签名密钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -297,11 +305,11 @@ msgstr "" "证书。请注意,证书中的域名必须已经配置为指向路由器的公网 IP 地址。配置完成" "后,颁发证书可能需要一段时间。从日志中查看签署进度和错误。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "这通常不是一个电子邮箱地址" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -313,35 +321,35 @@ msgstr "" "用 API 的列表,请参阅 %s。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是" "唯一支持通配符证书的模式。使用此模式需要安装 acme-dnsapi 包。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "使用自定义证书颁发机构代。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "使用临时服务器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "验证方式" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Webroot 文件夹" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -350,8 +358,8 @@ msgstr "" "Webserver 根目录。设置为 Web 服务器文档根目录,在 webroot 模式下运行 Acme。" "Web 服务器必须允许从互联网上使用80端口访问。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index abcfa47cf654..42dc14b156f9 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -10,90 +10,94 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 5.5.3\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:137 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:35 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 msgid "ACME certificates" msgstr "ACME證書" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:51 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "ACME global config" msgstr "ACME 全域組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "ACME server URL" msgstr "ACME 伺服器 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 msgid "Account email" msgstr "電子郵件帳號" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Advanced Settings" msgstr "進階設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:501 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私鑰的 Base64 內容。不使用 YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 msgid "Cert files are stored in" msgstr "儲存憑證和其他狀態檔的位置。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:86 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 msgid "Certificate config" msgstr "憑證組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:735 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 msgid "Certificates" msgstr "憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 msgid "Challenge Alias" msgstr "Challenge 別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: 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:589 msgid "Custom ACME server directory URL." msgstr "自訂 ACME 伺服器的 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 msgid "DNS API credentials" msgstr "DNS API 憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "DNS Challenge Validation" msgstr "DNS Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:598 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 msgid "Days until renewal" msgstr "更新前的天數" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:45 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:147 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 msgid "Default" msgstr "預設" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 msgid "Domain Alias" msgstr "網域別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 msgid "Domain names" msgstr "網域名稱" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:123 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 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 " @@ -102,7 +106,7 @@ msgstr "" "憑證包含的網域名稱;第一個域名將作為「主體名稱」,其他則為「主體備用名稱」。" "請注意:所有域名都必須在全域 DNS 中解析為路由器的 IP 位址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:478 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -110,37 +114,37 @@ msgstr "" "如_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 msgid "ECC 256 bits" msgstr "ECC(256 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:564 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 msgid "ECC 384 bits" msgstr "ECC(384 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 msgid "Email address to associate with account key." msgstr "" "與「ACME 帳號金鑰」關聯的電子郵件位址;其用於接收 ACME CA 寄送的憑證過期通知" "電子郵件。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:61 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 msgid "Enable debug logging" msgstr "啟用除錯日誌記錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:96 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Enabled" msgstr "啟用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -150,104 +154,108 @@ msgstr "從 Let's Encrypt 臨時伺服器取得憑證(僅供測試用途,憑 msgid "Grant UCI access for luci-app-acme" msgstr "授予 luci-app-acme 擁有 UCI 存取的權限" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." msgstr "如果憑證未及時續訂,您將在到期前 20 天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:71 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 msgid "Import" msgstr "匯入" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:114 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 msgid "Install package %s" msgstr "安裝套件 %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:132 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 msgid "Invalid domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Issued on" msgstr "簽發於" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:558 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 msgid "Key size (and type) for the generated certificate." msgstr "產生憑證的金鑰大小(和型別)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 msgid "Key type" msgstr "金鑰大小" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:714 +#: 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:713 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:437 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目標 DNS 區域租約的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:440 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 msgid "OCID of user with permission to add/remove records from zones" msgstr "有權在區域中新增/刪除記錄的使用者的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:343 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 msgid "" "Open DuckDNS and copy a token here" msgstr "打開 DuckDNS 並在此處複製權杖" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 msgid "Package is not installed" msgstr "套件尚未安裝" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:446 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰檔案的路徑" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 msgid "Private Key" msgstr "私鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Public Certificate" msgstr "公共憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 msgid "RSA 2048 bits" msgstr "RSA(2048 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 msgid "RSA 3072 bits" msgstr "RSA(3072 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 msgid "RSA 4096 bits" msgstr "RSA(4096 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Seconds to wait for a DNS record to be updated before continue." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:304 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:303 msgid "See instructions" msgstr "查看說明" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:48 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:542 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:591 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:443 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 msgid "Should point to the tenancy home region" msgstr "應指向租約區域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 msgid "Standalone" msgstr "獨立" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:99 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 " @@ -258,7 +266,7 @@ msgstr "" "用現存的 Web 伺服器,「DNS 模式」允許您使用 DNS 服務提供者的 DNS API 來頒發憑" "證。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:523 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -266,7 +274,7 @@ msgstr "" "所有網域使用的 Challenge 別名;請參閱 %s 以獲得行程的詳細資訊。LuCI 僅支援每" "個憑證擁有唯一 Challenge 別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:513 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -275,7 +283,7 @@ msgstr "" "上面已選擇 DNS API 的憑證;請參閱 %s 以獲得每個 API 所需的憑證格式。要提供多" "個憑證變數,請輸入格式為 KEY=VAL 的多個項目。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:532 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -283,11 +291,11 @@ msgstr "" "所有網域使用的網域別名;請參閱 %s 以獲得該行程的詳細資訊。LuCI 僅支援每個憑證" "擁有唯一網域別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:449 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:37 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:36 msgid "" "This configures ACME automatic certificate installation. Simply fill out " "this to have the router configured with issued certificates for the web " @@ -301,11 +309,11 @@ msgstr "" "Let's Encrypt 頒發的憑證。請注意:憑證中的域名必須指向路由器公共 IP 位址。配" "置完成後憑證的頒發需要一段時間,請檢視日誌來取得其進展和任何錯誤。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:365 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 msgid "This is usually NOT an email address" msgstr "這通常不是電子郵件地址" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:154 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -318,35 +326,35 @@ msgstr "" "援「萬用字元憑證」的唯一模式。請注意:必須安裝 acme-dnsapi 套件後才能使用該模" "式。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 msgid "Use a custom CA." msgstr "使用自訂 CA。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Use staging server" msgstr "使用臨時伺服器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:99 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 msgid "Validation method" msgstr "驗證方法" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 msgid "Webroot directory" msgstr "Webroot 目錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:144 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 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 " @@ -355,8 +363,8 @@ msgstr "" "Web 伺服器根目錄;設定 Web 伺服器文件的根目錄以在「Webroot 模式」下執行 " "ACME。Web 伺服器的 80 埠必須允許從 Internet 存取。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:44 -msgid "You sign certificates for free with:" +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 +msgid "You can sign certificates for free with:" msgstr "" #~ msgid "Custom ACME CA" diff --git a/applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json b/applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json index aa855905ae78..335be3c2f5c1 100644 --- a/applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json +++ b/applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json @@ -3,11 +3,27 @@ "title": "ACME certificates", "order": 50, "action": { - "type": "view", - "path": "acme" + "type": "alias", + "path": "admin/services/acme/configure" }, "depends": { "acl": [ "luci-app-acme" ] } + }, + "admin/services/acme/configure": { + "title": "Configure", + "order": 10, + "action": { + "type": "view", + "path": "acme/acme" + } + }, + "admin/services/acme/logread": { + "title": "Log View", + "order": 20, + "action": { + "type": "view", + "path": "acme/logread" + } } } diff --git a/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json b/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json index bf99dd57458b..463fdd4af4e9 100644 --- a/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json +++ b/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json @@ -2,8 +2,11 @@ "luci-app-acme": { "description": "Grant UCI access for luci-app-acme", "read": { + "cgi-io": [ "exec" ], "file": { - "/etc/ssl/acme": [ "list" ] + "/etc/ssl/acme": [ "list" ], + "/sbin/logread -e acme": [ "exec" ], + "/usr/sbin/logread -e acme": [ "exec" ] }, "uci": [ "acme" ] }, From 30e8b843a3cc6d6837003bd342f79d4f92bcc78c Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sun, 2 Jun 2024 18:45:03 +0300 Subject: [PATCH 14/25] luci-app-acme: Set default validation_method to standalone In the 585df1d13769c6449458db425644927b0882b04a I changed the validation_method to webroot by mistake because I thought this is a default in the acme.sh. Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme/acme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index 6f218e9a2e8b..6f40d28cffc3 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -103,7 +103,7 @@ return view.extend({ o.value('standalone', _('Standalone')); o.value('webroot', _('Webroot')); o.value('dns', _('DNS')); - o.default = 'webroot'; + o.default = 'standalone'; if (!hasDnsApi) { let opkgPackage = 'acme-acmesh-dnsapi'; From 86458bb69ba37b0e02550d0e269a66ce31a64631 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Mon, 3 Jun 2024 13:19:41 +0300 Subject: [PATCH 15/25] luci-app-acme: LetsEncrypt is default Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme/acme.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index 6f40d28cffc3..3908578bccc8 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -41,8 +41,8 @@ return view.extend({ "Once configured, issuing certificates can take a while. " + "Check the logs for progress and any errors.") + '
' + _('You can sign certificates for free with:') + '
' + - 'ZeroSSL ' + _('Default') + '
' + - 'LetsEncrypt ' + '
' + + 'LetsEncrypt ' + _('Default') + '
' + + 'ZeroSSL ' + '
' + _("Cert files are stored in") + ' /etc/ssl/acme' + '
' + '' + _('See more') + '' ); @@ -587,7 +587,8 @@ return view.extend({ o = s.taboption('advanced', form.Value, "acme_server", _("ACME server URL"), _('Use a custom CA.') + ' ' + _('Custom ACME server directory URL.') + '
' + - '' + _('See more') + '' + '' + _('See more') + '' + '
' + + _('Default') + 'letsencrypt' ); o.depends("staging", "0"); o.placeholder = "https://api.buypass.com/acme/directory"; From 94f551e809d4e6d7355b7eca171dff61d572d982 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Mon, 3 Jun 2024 13:20:21 +0300 Subject: [PATCH 16/25] luci-app-acme: code style: Use
Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme/acme.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index 3908578bccc8..d2f83e5bac09 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -39,11 +39,11 @@ return view.extend({ "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.") + '
' + - _('You can sign certificates for free with:') + '
' + - 'LetsEncrypt ' + _('Default') + '
' + - 'ZeroSSL ' + '
' + - _("Cert files are stored in") + ' /etc/ssl/acme' + '
' + + "Check the logs for progress and any errors.") + '
' + + _('You can sign certificates for free with:') + '
' + + 'LetsEncrypt ' + _('Default') + '
' + + 'ZeroSSL ' + '
' + + _("Cert files are stored in") + ' /etc/ssl/acme' + '
' + '' + _('See more') + '' ); @@ -51,7 +51,7 @@ return view.extend({ s.anonymous = true; o = s.option(form.Value, "account_email", _("Account email"), - _('Email address to associate with account key.') + '
' + + _('Email address to associate with account key.') + '
' + _('If a certificate wasn\'t renewed in time then you\'ll receive a notice at 20 days before expiry.') ) o.rmempty = false; @@ -142,7 +142,7 @@ return view.extend({ o = s.taboption('challenge_webroot', form.Value, 'webroot', _('Webroot directory'), _("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.") + '
' + + "server must be accessible from the internet on port 80.") + '
' + _("Default") + " /var/run/acme/challenge/" ); o.optional = true; From dc3c47d45a6a4460410a1f9553e890d51a324223 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Mon, 3 Jun 2024 13:34:39 +0300 Subject: [PATCH 17/25] luci-app-acme: ACL for /proc/sys/kernel/hostname Also use L.resolveDefault() to not fail if the ACL is not present. Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme/acme.js | 2 +- .../luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index d2f83e5bac09..5f8b1e4eea63 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -17,7 +17,7 @@ return view.extend({ return certs; }), L.resolveDefault(fs.stat('/usr/lib/acme/client/dnsapi'), null), - fs.lines('/proc/sys/kernel/hostname'), + L.resolveDefault(fs.lines('/proc/sys/kernel/hostname'), ''), L.resolveDefault(uci.load('ddns')), ]); }, diff --git a/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json b/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json index 463fdd4af4e9..e9dfaf39c427 100644 --- a/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json +++ b/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json @@ -4,6 +4,7 @@ "read": { "cgi-io": [ "exec" ], "file": { + "/proc/sys/kernel/hostname": [ "read" ], "/etc/ssl/acme": [ "list" ], "/sbin/logread -e acme": [ "exec" ], "/usr/sbin/logread -e acme": [ "exec" ] From ef59e3cd974d9182297b8db54776f082cd2415c1 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Mon, 3 Jun 2024 14:12:02 +0300 Subject: [PATCH 18/25] luci-app-acme: domains validate Make the wildcard allowed only the beginning. Add lowercase requirement. Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme/acme.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index 5f8b1e4eea63..ddbea55f0cb8 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -127,10 +127,13 @@ return view.extend({ o.default = [systemDomain]; } o.validate = function (section_id, value) { - if (!/^[*a-z0-9.-]*$/.test(value)) { - return _('Invalid domain'); + if (!value) { + return true; } - if (value.includes('*')) { + if (!/^[*a-z0-9][a-z0-9.-]*$/.test(value)) { + return _('Invalid domain. Allowed lowercase a-z, numbers and hyphen -'); + } + if (value.startsWith('*')) { let method = this.section.children.filter(function (o) { return o.option == 'validation_method'; })[0].formvalue(section_id); if (method && method !== 'dns') { return _('A domain name with wildcard * available only when the Validation Method: DNS'); From 35f4d1e385d824b255bb99bbb2ac22c38698e04f Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Mon, 3 Jun 2024 14:42:41 +0300 Subject: [PATCH 19/25] luci-app-acme: staging: show the flag only for letsencrypt Signed-off-by: Sergey Ponomarev --- .../luci-static/resources/view/acme/acme.js | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index ddbea55f0cb8..aea93fbdea00 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -547,15 +547,6 @@ return view.extend({ o.modalonly = true; - o = s.taboption('advanced', form.Flag, 'staging', _('Use staging server'), - _( - 'Get certificate from the Letsencrypt staging server ' + - '(use for testing; the certificate won\'t be valid).' - ) - ); - o.rmempty = false; - o.modalonly = true; - o = s.taboption('advanced', form.ListValue, 'key_type', _('Key type'), _('Key size (and type) for the generated certificate.') ); @@ -591,13 +582,23 @@ return view.extend({ o = s.taboption('advanced', form.Value, "acme_server", _("ACME server URL"), _('Use a custom CA.') + ' ' + _('Custom ACME server directory URL.') + '
' + '' + _('See more') + '' + '
' - + _('Default') + 'letsencrypt' + + _('Default') + ' letsencrypt' ); - o.depends("staging", "0"); o.placeholder = "https://api.buypass.com/acme/directory"; o.optional = true; o.modalonly = true; + o = s.taboption('advanced', form.Flag, 'staging', _('Use staging server'), + _( + 'Get certificate from the Letsencrypt staging server ' + + '(use for testing; the certificate won\'t be valid).' + ) + ); + o.depends('acme_server', ''); + o.depends('acme_server', 'letsencrypt'); + o.optional = true; + o.modalonly = true; + o = s.taboption('advanced', form.Value, 'days', _('Days until renewal')); o.optional = true; o.placeholder = 60; From c11d803e44d15dc99aa8c84c68c75d4fea56f6b1 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Tue, 4 Jun 2024 16:43:09 +0300 Subject: [PATCH 20/25] luci-app-acme: fix typo Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme/acme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index aea93fbdea00..cd1d1a8e9313 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -695,7 +695,7 @@ function _extractParamValue(paramsKeyVals, paramName) { for (let i = 0; i < paramsKeyVals.length; i++) { var paramKeyVal = paramsKeyVals[i]; var parts = paramKeyVal.split('='); - if (parts.lenght < 2) { + if (parts.length < 2) { continue; } var name = parts[0]; From 3ff15642d8a0d7f8a6a1d1f11d3f242edff99939 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Tue, 4 Jun 2024 16:48:48 +0300 Subject: [PATCH 21/25] luci-app-acme: fix _isFqdn() to not allow raw IPv4 Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme/acme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index cd1d1a8e9313..c8f424929622 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -616,7 +616,7 @@ return view.extend({ function _isFqdn(domain) { // Is not an IP i.e. starts from alphanumeric and has least one dot - return /[a-z0-9-]\..*$/.test(domain); + return /[a-z0-9-]\..*$/.test(domain) && !/[0-9-]\..*$/.test(domain); } function _guessDomain(hostname) { From 6b4530dc04863b0a72a92f4503bf6be10090197a Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Tue, 4 Jun 2024 16:52:19 +0300 Subject: [PATCH 22/25] luci-app-acme: remove the ZeroSSL mention Signed-off-by: Sergey Ponomarev --- .../luci-static/resources/view/acme/acme.js | 3 - applications/luci-app-acme/po/ar/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/bg/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/bn_BD/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/ca/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/cs/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/da/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/de/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/el/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/en/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/es/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/fa/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/fi/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/fr/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/he/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/hi/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/hu/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/id/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/it/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/ja/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/ko/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/lt/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/mr/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/ms/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/nb_NO/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/nl/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/pl/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/pt/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/pt_BR/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/ro/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/ru/acme.po | 97 +++++++++---------- applications/luci-app-acme/po/si/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/sk/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/sv/acme.po | 94 +++++++++--------- .../luci-app-acme/po/templates/acme.pot | 94 +++++++++--------- applications/luci-app-acme/po/tr/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/uk/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/vi/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/zh_Hans/acme.po | 94 +++++++++--------- applications/luci-app-acme/po/zh_Hant/acme.po | 94 +++++++++--------- 40 files changed, 1758 insertions(+), 1914 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index c8f424929622..bf274b7cc043 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -40,9 +40,6 @@ return view.extend({ "point at the router's public IP address. " + "Once configured, issuing certificates can take a while. " + "Check the logs for progress and any errors.") + '
' + - _('You can sign certificates for free with:') + '
' + - 'LetsEncrypt ' + _('Default') + '
' + - 'ZeroSSL ' + '
' + _("Cert files are stored in") + ' /etc/ssl/acme' + '
' + '' + _('See more') + '' ); diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index 5267dfdf3fef..e6744e8d89d6 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -21,19 +21,19 @@ msgstr "" msgid "ACME certificates" msgstr "‍ شهادات بيئة إدارة الشهادات التلقائية" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "التكوين العالمي لبيئة إدارة الشهادات التلقائية" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "عنوان URL لخادم ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "إعدادات متقدمة" @@ -41,15 +41,15 @@ msgstr "إعدادات متقدمة" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "حيث يتم حفظ شهادات وملفات الدولة الأخرى." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "تكوين الشهادة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -61,11 +61,11 @@ msgstr "الاسم المستعار لاعتراض" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "عنوان URL مخصص لدليل خادم ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "نظام أسماء النطاقات" @@ -77,16 +77,16 @@ msgstr "واجهة برمجة تطبيقات لنظام أسماء النطاق msgid "DNS API credentials" msgstr "مؤهلات واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "الأيام حتى التجديد" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "" @@ -94,11 +94,11 @@ msgstr "" msgid "Domain Alias" msgstr "الاسم المستعار للنطاق" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -114,35 +114,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "عنوان البريد الإلكتروني لربطه بمفتاح الحساب." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "مكن السجل للتصحيح البرمجي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "مفعل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "الاعدادات العامة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -154,33 +154,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "منح الوصول فريد معرف العميل ل luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "استيراد" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "حجم المفتاح (والنوع) للشهادة التي تم إنشاؤها." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "حجم المفتاح" @@ -188,7 +188,7 @@ msgstr "حجم المفتاح" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -205,7 +205,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -213,23 +213,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 بت" @@ -241,9 +241,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -251,11 +251,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "مستقل" -#: 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:96 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 " @@ -329,15 +329,15 @@ msgstr "" "الوحيد الذي يدعم شهادات أحرف البدل. يتطلب استخدام هذا الوضع تثبيت حزمة acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "استخدم مرجع مصدق (CA) مخصصًا بدلاً من Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "استخدم خادم الترحيل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "طريقة التحقق من الصحة" @@ -345,11 +345,11 @@ msgstr "طريقة التحقق من الصحة" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot التحقق من صحة التحدي" @@ -366,9 +366,5 @@ msgstr "" "الدليل الجذر لخادم الويب. اضبط هذا على جذر وثيقة خادم الويب لتشغيل Acme في " "وضع webroot. يجب الوصول إلى خادم الويب من الإنترنت على المنفذ 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "مخصص ACME CA" diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index 4de0cea7f470..b02205389901 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME сертификати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME глобални настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL на ACME сървър" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "Разширени настройки" @@ -40,15 +40,15 @@ msgstr "Разширени настройки" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "Директория със сертификати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Конфигурация на сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -60,11 +60,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS API креденшъли" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Дни до подновяване" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "По подразбиране" @@ -93,11 +93,11 @@ msgstr "По подразбиране" msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Имена на домейни" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -110,35 +110,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Разрешен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Общи настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -148,33 +148,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "" @@ -182,7 +182,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -199,7 +199,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -207,23 +207,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "" @@ -235,9 +235,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -245,11 +245,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -303,15 +303,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -319,11 +319,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Проверка на предизвикателство" @@ -338,9 +338,5 @@ msgid "" "port 80." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "Персонализиран ACME CA" diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index 8c13433041dc..0a29d7a67632 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME সার্টিফিকেট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME গ্লোবাল কনফিগ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "ACME সার্ভার URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "উন্নত সেটিংস" @@ -40,15 +40,15 @@ msgstr "উন্নত সেটিংস" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "সার্টিফিকেট কনফিগারেশন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -60,11 +60,11 @@ msgstr "চ্যালেঞ্জ উপনাম" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "কাস্টম ACME সার্ভার ডিরেক্টরি URL।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "ডিএনএস" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS API ক্রিডেনশিয়াল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "নবায়ন পর্যন্ত দিন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "" @@ -93,11 +93,11 @@ msgstr "" msgid "Domain Alias" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -113,35 +113,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "অ্যাকাউন্ট কী এর সাথে যুক্ত করার জন্য ইমেইল ঠিকানা।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "ডিবাগ লগিং সক্রিয় করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "সক্রিয়" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "সাধারণ সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,33 +153,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Luci-app-acme এর জন্য UCI অ্যাক্সেস প্রদান করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "সার্টিফিকেট উৎপন্ন করার জন্য কী সাইজ (এবং প্রকার)।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "কী সাইজ" @@ -187,7 +187,7 @@ msgstr "কী সাইজ" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -204,7 +204,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -212,23 +212,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 বিট" @@ -240,9 +240,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -250,11 +250,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "স্বতন্ত্র" -#: 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:96 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 " @@ -324,15 +324,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -340,11 +340,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot চ্যালেঞ্জ বৈধতা" @@ -359,9 +359,5 @@ msgid "" "port 80." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "কাস্টম ACME CA" diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index 4cd8d0a0d46f..cc95e45b3e84 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "Configuració avançada" @@ -40,15 +40,15 @@ msgstr "Configuració avançada" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -60,11 +60,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "" @@ -76,16 +76,16 @@ msgstr "" msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "" @@ -93,11 +93,11 @@ msgstr "" msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -110,35 +110,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Activat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Paràmetres generals" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -148,33 +148,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "" @@ -182,7 +182,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -199,7 +199,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -207,23 +207,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "" @@ -235,9 +235,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -245,11 +245,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -303,15 +303,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -319,11 +319,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -337,7 +337,3 @@ msgid "" "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:43 -msgid "You can sign certificates for free with:" -msgstr "" diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index 66cb7d9a7afa..60e8d6d03734 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "Certifikáty ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Globální konfigurace ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL serveru ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "E-mail k účtu" -#: 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:90 msgid "Advanced Settings" msgstr "Pokročilá nastavení" @@ -40,15 +40,15 @@ msgstr "Pokročilá nastavení" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 obsah soukromého klíče. Použití namísto YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "Certifikáty jsou uloženy v" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Konfigurace certifikátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Certifikáty" @@ -60,11 +60,11 @@ msgstr "Aliasy" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "Adresář URL vlastního serveru ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS API pověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Dny do obnovení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Výchozí" @@ -93,11 +93,11 @@ msgstr "Výchozí" msgid "Domain Alias" msgstr "Alias domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Doménové názvy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -115,35 +115,35 @@ msgstr "" "Např. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "E-mailová adresa pro přiřazení ke klíči účtu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Povolit ladicí protokolování" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Zapnuto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Obecná nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,7 +155,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Udělit přístup UCI pro luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -163,27 +163,27 @@ msgstr "" "Pokud nebyl certifikát obnoven včas, obdržíte upozornění 20 dní před " "vypršením." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Vydáno" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Velikost (a typ) klíče pro generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Velikost klíče" @@ -191,7 +191,7 @@ msgstr "Velikost klíče" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Hlavní doména" @@ -210,7 +210,7 @@ msgstr "" "Otevřete DuckDNS a zkopírujte token " "zde" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -218,23 +218,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Cesta k soukromému API podpisovému klíči v PEM formátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Soukromý klíč" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Veřejný certifikát" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bitů" @@ -246,9 +246,9 @@ msgstr "" msgid "See instructions" msgstr "Zobrazit pokyny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -256,11 +256,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Mělo by ukazovat na domovský region pronájmu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Samostatný" -#: 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:96 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 " @@ -339,15 +339,15 @@ msgstr "" "wildcard certifikátů. Použití tohoto režimu vyžaduje instalaci balíčku acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Použít vlastní CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Použijte pracovní server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Metoda ověření" @@ -355,11 +355,11 @@ msgstr "Metoda ověření" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Validace" @@ -377,9 +377,5 @@ msgstr "" "nastavte tento adresář jako kořen webu ve webovém serveru. Server musí být " "přístupný z Internetu na portu 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "Vlastní ACME CA" diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index 83313ff8dcdd..27ef75d2a09e 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME-certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME global konfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL til ACME-serveren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Konto e-mail" -#: 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:90 msgid "Advanced Settings" msgstr "Avancerede indstillinger" @@ -40,15 +40,15 @@ msgstr "Avancerede indstillinger" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 indhold af privat nøgle. Brug i stedet for YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "Cert-filer gemmes i" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Certifikatkonfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Certifikater" @@ -60,11 +60,11 @@ msgstr "Udfordr Alias" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "Brugerdefineret URL til ACME-serverens mappe." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS-API legitimationsoplysninger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Antal dage indtil fornyelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Standard" @@ -93,11 +93,11 @@ msgstr "Standard" msgid "Domain Alias" msgstr "Domænealias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Domænenavne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -115,35 +115,35 @@ msgstr "" "f. eks. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "E-mail-adresse, der skal knyttes til kontonøglen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Aktivér debug logning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Aktiveret" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Generelle indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,7 +155,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Giv UCI-adgang til luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -163,27 +163,27 @@ msgstr "" "Hvis et certifikat ikke blev fornyet i tide, vil du modtage en meddelelse på " "20 dage før udløbet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "udstedt den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Nøglestørrelse (og -type) for det genererede certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Nøglestørrelse" @@ -191,7 +191,7 @@ msgstr "Nøglestørrelse" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Hoveddomæne" @@ -210,7 +210,7 @@ msgid "" msgstr "" "Åbn DuckDNS og kopiere en token her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -218,23 +218,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Sti til privat API underskrift nøglefil i PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Privat nøgle" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Offentligt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" @@ -246,9 +246,9 @@ msgstr "" msgid "See instructions" msgstr "Se instruktioner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -256,11 +256,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Skal pege på den lejede hjemme region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Standalone" -#: 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:96 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 " @@ -340,15 +340,15 @@ msgstr "" "tilstand, der understøtter wildcard-certifikater. Brug af denne tilstand " "kræver, at pakken acme-dnsapi er installeret." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Brug en brugerdefineret CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Brug staging-server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Valideringsmetode" @@ -356,11 +356,11 @@ msgstr "Valideringsmetode" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Udfordringsvalidering" @@ -378,9 +378,5 @@ msgstr "" "køre Acme i webroot-tilstand. Webserveren skal være tilgængelig fra " "internettet på port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "Brugerdefineret ACME CA" diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index 6005b5c768af..8a43eccc2083 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME-Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Globale ACME-Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "ACME-Server URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Account E-Mail" -#: 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:90 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" @@ -42,15 +42,15 @@ msgstr "" "Base64-Inhalt des privaten Schlüssels. Verwendung anstelle von " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "Wo Zertifikate und andere Statusdateien aufbewahrt werden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Zertifikateinstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Zertifikate" @@ -62,11 +62,11 @@ msgstr "Challenge-Alias" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "Benutzerdefinierte ACME-Serververzeichnis URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -78,16 +78,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS API Zugangsdaten" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Tage bis zur Erneuerung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Standard" @@ -95,11 +95,11 @@ msgstr "Standard" msgid "Domain Alias" msgstr "Domain-Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Domainnamen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -117,35 +117,35 @@ msgstr "" "Z. B. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "E-Mail Adresse, welche mit dem Account Key verknüpft wird." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Aktiviere Debug-Protokollierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Aktiviert" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Allgemeine Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -157,7 +157,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "UCI Zugriff auf luci-app-acme erlauben" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -165,27 +165,27 @@ msgstr "" "Wird ein Zertifikat nicht rechtzeitig erneuert, erhältst du 20 Tage vor " "dessen Ablauf eine Benachrichtigung." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Importieren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Installiere Paket %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Ausgestellt am" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Schlüsselgröße (und Typ) für das generierte Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Schlüsselgröße" @@ -193,7 +193,7 @@ msgstr "Schlüsselgröße" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Hauptdomain" @@ -213,7 +213,7 @@ msgstr "" "Öffne DuckDNS und kopiere ein Token " "hier her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "Paket ist nicht installiert" @@ -221,23 +221,23 @@ msgstr "Paket ist nicht installiert" msgid "Path to private API signing key file in PEM format" msgstr "Pfad zur Private-API-Signierschlüsseldatei im PEM-Format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "öffentliches Zertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 Bits" @@ -249,9 +249,9 @@ msgstr "" msgid "See instructions" msgstr "Siehe Anleitung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -259,11 +259,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Eigenständig" -#: 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:96 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 " @@ -343,15 +343,15 @@ msgstr "" "Modus, der Platzhalterzertifikate unterstützt. Für die Verwendung dieses " "Modus muss das acme-dnsapi-Paket installiert sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Nutze individuelles Zertifikat statt Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Staging-Server verwenden" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Überprüfungsmethode" @@ -359,11 +359,11 @@ msgstr "Überprüfungsmethode" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge-Verifizierung" @@ -381,9 +381,5 @@ msgstr "" "ein, um Acme im Webroot-Modus auszuführen. Der Webserver muss über Port 80 " "über das Internet erreichbar sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "Individuelles ACME-Zertifikat" diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index a7b503907b86..666d08f929a2 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME πιστοποιητικά" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Λογαριασμός email" -#: 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:90 msgid "Advanced Settings" msgstr "Ρυθμίσεις για προχωρημένους" @@ -40,15 +40,15 @@ msgstr "Ρυθμίσεις για προχωρημένους" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -60,11 +60,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Μέρες μέχρι την ανανέωση" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "" @@ -93,11 +93,11 @@ msgstr "" msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -110,35 +110,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Ενεργοποιήθηκε" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Γενικές ρυθμίσεις" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -148,33 +148,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "" @@ -182,7 +182,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -199,7 +199,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -207,23 +207,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" @@ -235,9 +235,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -245,11 +245,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -303,15 +303,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Μέθοδος επιβεβαίωσης" @@ -319,11 +319,11 @@ msgstr "Μέθοδος επιβεβαίωσης" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -337,7 +337,3 @@ msgid "" "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:43 -msgid "You can sign certificates for free with:" -msgstr "" diff --git a/applications/luci-app-acme/po/en/acme.po b/applications/luci-app-acme/po/en/acme.po index 4f17c1aec7b9..246ba2fc1f11 100644 --- a/applications/luci-app-acme/po/en/acme.po +++ b/applications/luci-app-acme/po/en/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME global config" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "ACME server URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Account email" -#: 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:90 msgid "Advanced Settings" msgstr "Advanced Settings" @@ -42,15 +42,15 @@ msgstr "" "Base64 content of private key. Use instead of YC_SA_Key_File_Path (Yandex " "Cloud Service Account Key File Path)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "Certificate files are stored in" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Certificate configuration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Certificates" @@ -62,11 +62,11 @@ msgstr "Challenge Alias" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "Custom ACME server directory URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS (Domain Name System)" @@ -78,16 +78,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS API credentials" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Days until renewal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Default" @@ -95,11 +95,11 @@ msgstr "Default" msgid "Domain Alias" msgstr "Domain Alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Domain names" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -117,37 +117,37 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 #, fuzzy msgid "ECC 256 bits" msgstr "ECC (Elliptic Curve) 256 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 #, fuzzy msgid "ECC 384 bits" msgstr "ECC (Elliptic Curve) 384 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "Email address to associate with account key." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Enable debug logging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Enabled" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "General Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -159,7 +159,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Grant UCI access for luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -167,27 +167,27 @@ msgstr "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Issued on" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Key size (and type) for the generated certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Key type" @@ -195,7 +195,7 @@ msgstr "Key type" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Main Domain" @@ -218,7 +218,7 @@ msgid "" msgstr "" "Open DuckDNS and copy a token here" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -226,24 +226,24 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Path to private API signing key file in PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 #, fuzzy msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Public Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bit Encryption" @@ -255,9 +255,9 @@ msgstr "" msgid "See instructions" msgstr "See instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -265,11 +265,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Should point to the tenancy home region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Standalone" -#: 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:96 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 " @@ -345,15 +345,15 @@ msgstr "" "the only mode that supports wildcard certificates. Using this mode requires " "the acme-dnsapi package to be installed." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Use a custom CA (Certificate Authority)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Use a staging server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Validation method" @@ -361,11 +361,11 @@ msgstr "Validation method" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge Validation" @@ -383,10 +383,6 @@ msgstr "" "Acme in webroot mode. The web server must be accessible from the internet on " "port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #, fuzzy #~ msgid "Custom ACME CA" #~ msgstr "Custom ACME CA (Certificate Authority)" diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index c48651b4505d..16942bbff961 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Configuración global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL del servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Cuenta de email" -#: 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:90 msgid "Advanced Settings" msgstr "Ajustes avanzados" @@ -41,15 +41,15 @@ msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "El contenido Base64 de la clave privada. Usar en lugar de YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 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:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Configuración de certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Certificados" @@ -61,11 +61,11 @@ msgstr "Alias de desafío" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "URL del directorio del servidor ACME personalizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -77,16 +77,16 @@ msgstr "API de DNS" msgid "DNS API credentials" msgstr "Credenciales de API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Días hasta la renovación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Por defecto" @@ -94,11 +94,11 @@ msgstr "Por defecto" msgid "Domain Alias" msgstr "Alias de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Nombres de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -117,36 +117,36 @@ msgstr "" "Por ejemplo, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC de 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC de 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" "Dirección de correo electrónico para asociar con la clave de la cuenta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Activar el registro de depuración" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Activado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Ajustes generales" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -158,7 +158,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceder acceso UCI para luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -166,27 +166,27 @@ msgstr "" "Si un certificado no se ha renovado a tiempo, recibirás un aviso 20 días " "antes de su expiración." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Importar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Instalar paquete %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Publicado el" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Tamaño de clave (y tipo) para el certificado generado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Tamaño de clave" @@ -194,7 +194,7 @@ msgstr "Tamaño de clave" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Dominio principal" @@ -214,7 +214,7 @@ msgid "" msgstr "" "Abre DuckDNS y copia un token aquí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "Paquete no instalado" @@ -223,23 +223,23 @@ msgid "Path to private API signing key file in PEM format" msgstr "" "Ruta al archivo de la clave de la firma de la API privada en formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Clave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA de 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA de 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA de 4096 bits" @@ -251,9 +251,9 @@ msgstr "" msgid "See instructions" msgstr "Ver las instrucciones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -261,11 +261,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Debes señalar a la región de origen del inquilino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Ser único" -#: 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:96 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 " @@ -345,15 +345,15 @@ msgstr "" "certificados comodín. El uso de este modo requiere que se instale el paquete " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Utilice una CA personalizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Usar servidor de ensayo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Método de validación" @@ -361,11 +361,11 @@ msgstr "Método de validación" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Validación de desafío" @@ -383,9 +383,5 @@ msgstr "" "del servidor web para ejecutar Acme en modo webroot. El servidor web debe " "ser accesible desde internet en el puerto 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "CA ACME personalizado" diff --git a/applications/luci-app-acme/po/fa/acme.po b/applications/luci-app-acme/po/fa/acme.po index 5a46b1107f40..e5775662834c 100644 --- a/applications/luci-app-acme/po/fa/acme.po +++ b/applications/luci-app-acme/po/fa/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "گواهینامه های ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "پیکربندی جهانی ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "آدرس سرور ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "تنظیمات پیشرفته" @@ -40,15 +40,15 @@ msgstr "تنظیمات پیشرفته" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "محتوای Base64 کلید خصوصی. به جای YC_SA_Key_File_Path استفاده کنید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "فایل های گواهی ذخیره می شوند در" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "پیکربندی گواهی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "گواهینامه ها" @@ -60,11 +60,11 @@ msgstr "نام مستعار چالش" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "آدرس سفارشی دایرکتوری سرور ACME ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "احراز هویت DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "اعتبار سنجی چالش DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "روز تا تمدید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "پیشفرض" @@ -93,11 +93,11 @@ msgstr "پیشفرض" msgid "Domain Alias" msgstr "نام مستعار دامنه" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "نام دامنه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -115,35 +115,35 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "آدرس ایمیل برای مرتبط کردن با کلید حساب." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "ثبت اشکال زدایی را فعال کنید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "فعال" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "پیکربندی عمومی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,33 +155,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "اجازه دسترسی به UCI برای luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "" @@ -189,7 +189,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -206,7 +206,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -214,23 +214,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "" @@ -242,9 +242,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -252,11 +252,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -310,15 +310,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -326,11 +326,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -345,9 +345,5 @@ msgid "" "port 80." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "ACME CA سفارشی" diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index b73f85871f04..9961e5dcb004 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME-sertifikaatit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME-yleisasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "ACME-palvelimen osoite" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Sähköpostitili" -#: 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:90 msgid "Advanced Settings" msgstr "Lisäasetukset" @@ -40,15 +40,15 @@ msgstr "Lisäasetukset" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Sertifikaatin asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Varmenteet" @@ -60,11 +60,11 @@ msgstr "Haaste - alias" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS API:n kirjautumistiedot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS-haastevalidointi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Päiviä uusimiseen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Oletus" @@ -93,11 +93,11 @@ msgstr "Oletus" msgid "Domain Alias" msgstr "Verkkonimen alias" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Verkkonimet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -116,35 +116,35 @@ msgstr "" "Esim. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "Avaimeen liitettävä sähköpostiosoite." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Ota vieanetsintälokkaus käyttöön" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Käytössä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Yleiset asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -154,33 +154,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Salli pääsy acme-asetuksiin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Myönnetty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Avaimen koko (ja tyyppi) luotavassa sertifikaatissa." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Avaimen koko" @@ -188,7 +188,7 @@ msgstr "Avaimen koko" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -206,7 +206,7 @@ msgid "" msgstr "" "Avaa DuckDNS ja kopioi token tähän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -214,23 +214,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Yksityinen avain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Julkinen varmenne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bittiä" @@ -242,9 +242,9 @@ msgstr "" msgid "See instructions" msgstr "Katso ohjeet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -252,11 +252,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -310,15 +310,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Käytä staging-palvelimeen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Validointitapa" @@ -326,11 +326,11 @@ msgstr "Validointitapa" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -344,7 +344,3 @@ msgid "" "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:43 -msgid "You can sign certificates for free with:" -msgstr "" diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index c32c84a1e799..068423215c54 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "Certificats ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Configuration globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL du serveur ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Compte email" -#: 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:90 msgid "Advanced Settings" msgstr "Paramètres avancés" @@ -42,15 +42,15 @@ msgstr "" "Contenu de la clé privée en Base 64. À utiliser à la place de " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 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:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Configuration du certificat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Certificats" @@ -62,11 +62,11 @@ msgstr "Alias du challenge" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "URL du répertoire du serveur ACME personnalisé." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -78,16 +78,16 @@ msgstr "API du DNS" msgid "DNS API credentials" msgstr "Identités de API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Nombre de jour avant renouvellement" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Par défaut" @@ -95,11 +95,11 @@ msgstr "Par défaut" msgid "Domain Alias" msgstr "Alias du Domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Noms de domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -117,35 +117,35 @@ msgstr "" "Ex. : _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "Adresse email à associer avec la clé du compte." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Activer les logs de type debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Activé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Réglages généraux" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -157,7 +157,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Autoriser les accès UCI pour luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -165,27 +165,27 @@ msgstr "" "Si un certificat n'a pas été renouvelé dans les temps, vous recevrez un avis " "20 jours avant expiration." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Importer" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Date d'émission" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Longueur de clé (et type) du certificat généré." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Longueur de clé" @@ -193,7 +193,7 @@ msgstr "Longueur de clé" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Domaine principal" @@ -214,7 +214,7 @@ msgstr "" "Ouvrir DuckDNS et copier un token " "ici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "Le paquet n'est pas installé" @@ -223,23 +223,23 @@ msgid "Path to private API signing key file in PEM format" msgstr "" "Chemin d'accès vers la clé privée de signature de l'API (au format PEM)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Clé Privée" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Certificat Publique" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" @@ -251,9 +251,9 @@ msgstr "" msgid "See instructions" msgstr "Voir les instructions" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -261,11 +261,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Autonome" -#: 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:96 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 " @@ -342,15 +342,15 @@ msgstr "" "supportant les certificats génériques (wildcard). L'utilisation de ce mode " "requiert l'installation du paquet acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Utiliser un CA personnalisé à la place de celui de Let's Encryt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Utiliser le serveur de qualification" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Méthode de validation" @@ -358,11 +358,11 @@ msgstr "Méthode de validation" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "Racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Validation du challenge" @@ -380,10 +380,6 @@ msgstr "" "racine du serveur Web pour utiliser ACME en mode Racine (webroot). Le " "serveur web doit être accessible depuis internet sur le port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "CA ACME personnalisé" diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index f8110e69f46f..6fff6dfc30b8 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -21,19 +21,19 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "הגדרות מתקדמות" @@ -41,15 +41,15 @@ msgstr "הגדרות מתקדמות" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -61,11 +61,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "" @@ -77,16 +77,16 @@ msgstr "" msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "" @@ -94,11 +94,11 @@ msgstr "" msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -111,35 +111,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "הגדרות כלליות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,33 +149,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "" @@ -183,7 +183,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -200,7 +200,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -208,23 +208,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "" @@ -236,9 +236,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -246,11 +246,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -304,15 +304,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -320,11 +320,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -338,7 +338,3 @@ msgid "" "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:43 -msgid "You can sign certificates for free with:" -msgstr "" diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 0f9df8c736bb..9d0c7b92bbbb 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -14,19 +14,19 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "" @@ -34,15 +34,15 @@ msgstr "" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -54,11 +54,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "" @@ -70,16 +70,16 @@ msgstr "" msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "" @@ -87,11 +87,11 @@ msgstr "" msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -104,35 +104,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -142,33 +142,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "" @@ -176,7 +176,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -193,7 +193,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -201,23 +201,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "" @@ -229,9 +229,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -239,11 +239,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -297,15 +297,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -313,11 +313,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -331,7 +331,3 @@ msgid "" "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:43 -msgid "You can sign certificates for free with:" -msgstr "" diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index d0f6c2cdb4bc..9bda8c639f4f 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME tanúsítványok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME globális beállítás" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "ACME szerver URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Fiók e-mail" -#: 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:90 #, fuzzy msgid "Advanced Settings" msgstr "Haladó Beállítások" @@ -41,15 +41,15 @@ msgstr "Haladó Beállítások" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 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:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Tanúsítvány beállítása" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -61,11 +61,11 @@ msgstr "Kihívás álneve" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "Testreszabott ACME szerver könyvtár URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -77,16 +77,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS API hitelesítési adatok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Napok megújításig" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Alapértelmezett" @@ -94,11 +94,11 @@ msgstr "Alapértelmezett" msgid "Domain Alias" msgstr "Tartományálnév" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Tartománynevek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -114,35 +114,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "256 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "384 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "A fiók kulcsához rendelendő e-mail cím." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Hibakeresési naplózás engedélyezése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Engedélyezve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Általános Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -154,33 +154,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "UCI hozzáférés megadása a luci-app-acme alkalmazásnak" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Importálás" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Csomag telepítése %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Kulcsméret (és típus) az előállított tanúsítványhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Kulcsméret" @@ -188,7 +188,7 @@ msgstr "Kulcsméret" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -205,7 +205,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "A csomag nincs telepítve" @@ -213,23 +213,23 @@ msgstr "A csomag nincs telepítve" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "2048 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "3072 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "4096 bites RSA" @@ -241,9 +241,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -251,11 +251,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Önálló" -#: 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:96 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 " @@ -336,15 +336,15 @@ msgstr "" "altartományokra is kibővített tanúsítványokat. Ezen mód használatához az " "szükséges, hogy az acme-dnsapi csomag telepítve legyen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Előkészítő kiszolgáló használata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -352,11 +352,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Kihívás érvényesítése" @@ -374,9 +374,5 @@ msgstr "" "dokumentumgyökerére az ACME webgyökér módban történő futtatásához. A " "webkiszolgálónak elérhetőnek kell lennie az internetről a 80-as porton." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "Egyéni ACME CA" diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index ae5a02f56cbb..45ae83d99a0b 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "Sertifikat ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Konfigurasi global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL server ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Akun e-mail" -#: 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:90 msgid "Advanced Settings" msgstr "Setelan Lanjutan" @@ -40,15 +40,15 @@ msgstr "Setelan Lanjutan" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Konten base64 dari kunci pribadi. Gunakan YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "File sertifikat disimpan di" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Konfigurasi sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Sertifikat" @@ -60,11 +60,11 @@ msgstr "Tantangan Alias" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "URL direktori server ACME khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "Kredensial API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Hari sampai perpanjangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Bawaan" @@ -93,11 +93,11 @@ msgstr "Bawaan" msgid "Domain Alias" msgstr "Alias Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Nama domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -113,35 +113,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "Alamat email untuk dikaitkan dengan kunci akun." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Aktifkan pencatatan debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Diaktifkan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Setelan Umum" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,33 +153,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Berikan akses UCI untuk luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Ukuran kunci (dan jenis) untuk sertifikat yang dihasilkan." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Ukuran kunci" @@ -187,7 +187,7 @@ msgstr "Ukuran kunci" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -204,7 +204,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -212,23 +212,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Kunci Pribadi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Sertifikat Publik" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" @@ -240,9 +240,9 @@ msgstr "" msgid "See instructions" msgstr "Lihat instruksi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -250,11 +250,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Mandiri" -#: 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:96 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 " @@ -331,15 +331,15 @@ msgstr "" "juga merupakan satu-satunya mode yang mendukung sertifikat wildcard. " "Menggunakan mode ini memerlukan paket acme-dnsapi untuk diinstal." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Gunakan CA khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Metode validasi" @@ -347,11 +347,11 @@ msgstr "Metode validasi" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Validasi Tantangan" @@ -369,9 +369,5 @@ msgstr "" "menjalankan Acme dalam mode webroot. Server web harus dapat diakses dari " "internet pada port 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "CA ACME khusus" diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index 58ea6f5d12ed..be4d6e05e188 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "Certificati ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Configurazione globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL server ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "E-mail dell'account" -#: 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:90 msgid "Advanced Settings" msgstr "Impostazioni avanzate" @@ -42,15 +42,15 @@ msgstr "" "Codice Base64 della chiave privata. Usalo in alternativa a " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "I certificati sono salvati in" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Configurazione certificato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Certificati" @@ -62,11 +62,11 @@ msgstr "Alias challenge" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "URL personalizzata cartella server ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -78,16 +78,16 @@ msgstr "API DNS" msgid "DNS API credentials" msgstr "Credenziali API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "giorni al rinnovo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Predefinito" @@ -95,11 +95,11 @@ msgstr "Predefinito" msgid "Domain Alias" msgstr "Alias di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Nomi di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -117,35 +117,35 @@ msgstr "" "Es. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "Indirizzo e-mail da associare alla chiave dell'account." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Attiva i log di debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Abilitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Impostazioni Generali" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -157,7 +157,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Concedi l'accesso UCI a luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -165,27 +165,27 @@ msgstr "" "Se un certificato non viene rinnovato in tempo, riceverai una notifica 20 " "giorni prima della scadenza." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Importa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Installa pacchetto %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Emesso il" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Dimensione chiave (e tipo) per il certificato generato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Dimensione chiave" @@ -193,7 +193,7 @@ msgstr "Dimensione chiave" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Dominio Principale" @@ -214,7 +214,7 @@ msgid "" msgstr "" "Apri DuckDNS e copia un token qui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "Il pacchetto non è installato" @@ -222,23 +222,23 @@ msgstr "Il pacchetto non è installato" msgid "Path to private API signing key file in PEM format" msgstr "Percorso della chiave API privata in formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Chiave Privata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Certificato Pubblico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" @@ -250,9 +250,9 @@ msgstr "" msgid "See instructions" msgstr "Vedi le istruzioni" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -260,11 +260,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Dovrebbe puntare alla regione in cui è ospitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Autonoma" -#: 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:96 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 " @@ -343,15 +343,15 @@ msgstr "" "con caratteri jolly. L'uso di questa modalità richiede l'installazione del " "pacchetto acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Usa una CA personalizzata." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Usa server di prova" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Metodo validazione" @@ -359,11 +359,11 @@ msgstr "Metodo validazione" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Validazione challenge" @@ -381,9 +381,5 @@ msgstr "" "server web per eseguire Acme in modalità webroot. Il server web deve essere " "accessibile da internet sulla porta 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "CA ACME personalizzato" diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index 441d74517301..7c1420890007 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME証明書" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACMEグローバル設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "ACMEサーバーのURL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "詳細設定" @@ -40,15 +40,15 @@ msgstr "詳細設定" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "証明書設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -60,11 +60,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "カスタムACMEサーバーディレクトリのURL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS API資格情報" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "更新までの日数" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "デフォルト" @@ -93,11 +93,11 @@ msgstr "デフォルト" msgid "Domain Alias" msgstr "ドメインエイリアス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "ドメイン名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -112,35 +112,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC256ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC384ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "アカウントに関連付けるメールアドレスです。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "デバッグロギングを有効化" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "有効" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -152,33 +152,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acmeにUCIアクセスを許可" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "インポート" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "生成された証明書の鍵の大きさ(およびタイプ)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "鍵の大きさ" @@ -186,7 +186,7 @@ msgstr "鍵の大きさ" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -203,7 +203,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -211,23 +211,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA2048ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA3072ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA4096ビット" @@ -239,9 +239,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -249,11 +249,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "スタンドアロン" -#: 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:96 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 " @@ -310,15 +310,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Let'sEncryptの代わりにカスタムCAを使用する。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "ステージングサーバーを使用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -326,11 +326,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -345,9 +345,5 @@ msgid "" "port 80." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "カスタムACME CA" diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index 3a9e8180e5bf..3d64730ea083 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME 인증서" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME 전역 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "ACME 서버 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "고급 설정" @@ -40,15 +40,15 @@ msgstr "고급 설정" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "인증서와 기타 상태 파일이 저장되는 경로입니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "인증서 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -60,11 +60,11 @@ msgstr "챌린지 별칭" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "사용자 지정 ACME 서버 디렉터리 URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS API 자격 증명" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "갱신일" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "기본" @@ -93,11 +93,11 @@ msgstr "기본" msgid "Domain Alias" msgstr "도메인 별칭" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "도메인 네임" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -113,35 +113,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "계정 키에 연결할 이메일 주소입니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "디버그 로깅 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "활성화" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "기본 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,33 +153,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acme에 UCI 액세스 허용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "가져오기" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "생성된 인증서의 키 크기(및 유형)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "키 크기" @@ -187,7 +187,7 @@ msgstr "키 크기" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -204,7 +204,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -212,23 +212,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096비트" @@ -240,9 +240,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -250,11 +250,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "독립형" -#: 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:96 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 " @@ -327,15 +327,15 @@ msgstr "" "지 않아도 되며, 와일드카드 인증서를 지원합니다. DNS 모드를 사용하기 위해선 " "acme-dnsapi 패키지가 설치되어 있어야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "사용자 지정 CA를 사용합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "테스트 서버 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "유효성 검증 방법" @@ -343,11 +343,11 @@ msgstr "유효성 검증 방법" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot 챌린지 확인" @@ -364,9 +364,5 @@ msgstr "" "ACME를 웹루트(Webroot) 모드로 실행하기 위해선 웹 서버 문서 루트 디렉터리를 설" "정하세요. 웹 서버는 80번 포트에서 인터넷 접근이 가능해야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "사용자 지정 ACME CA" diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index d86b3d08186b..67f2a9aad00f 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -24,19 +24,19 @@ msgstr "" msgid "ACME certificates" msgstr "„ACME“ sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Visuotinė „ACME“ konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "„ACME“ serverio „URL – Saitas“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Paskyros el. paštas" -#: 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:90 msgid "Advanced Settings" msgstr "Pažangūs nustatymai" @@ -44,15 +44,15 @@ msgstr "Pažangūs nustatymai" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Sertifikato konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Sertifikatai" @@ -64,11 +64,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "Pasirinktinis „ACME“ serverio katalogo „URL – Saitas“." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "„DNS“" @@ -80,16 +80,16 @@ msgstr "„DNS API“" msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Numatyta/-as" @@ -97,11 +97,11 @@ msgstr "Numatyta/-as" msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Domenų-Sričių pavadinimai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -116,35 +116,35 @@ msgstr "" "Pvz: „_acme-challenge.example.com:12345:98765 alias.example.com:11111“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "„ECC 256“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "„ECC 384“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Įjungti/Įgalinti derinimo/trukdžių šalinimo žurnalinimą" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Įjungta/Įgalinta (-as/-i)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Bendri nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -154,33 +154,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Suteikti „UCI“ prieigą – „luci-app-acme“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Importuoti" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Įdiegti prog. įrang. paketą %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Įteiktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Rakto dydis (ir tipas) sugeneruotam sertifikatui." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Rakto tipas" @@ -188,7 +188,7 @@ msgstr "Rakto tipas" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Pagrindinis domenas-sritis" @@ -207,7 +207,7 @@ msgstr "" "Atidaryti „DuckDNS“ ir kopijuokite " "žetoną čia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "Prog. įrang. paketas yra neįdiegtas" @@ -215,23 +215,23 @@ msgstr "Prog. įrang. paketas yra neįdiegtas" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Privatus raktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Viešasis sertifikatas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "„RSA 2048“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "„RSA 3072“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "„RSA 4096“ bitai" @@ -243,9 +243,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -253,11 +253,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -311,15 +311,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Naudoti pasirinktinį „CA“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -327,11 +327,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -346,9 +346,5 @@ msgid "" "port 80." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "Pasirinktinis „ACME CA“" diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index 668ccb866c64..8a23bc5766ed 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME प्रमाणपत्रे" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME ग्लोबल कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "" @@ -40,15 +40,15 @@ msgstr "" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "प्रमाणपत्र कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -60,11 +60,11 @@ msgstr "आव्हान उपनाम" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "" @@ -76,16 +76,16 @@ msgstr "डीएनएस एपीआय" msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "" @@ -93,11 +93,11 @@ msgstr "" msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -110,35 +110,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "खाते किल्लीशी संलग्न करण्यासाठी ईमेल पत्ता." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "डीबग लॉगिंग सक्षम करा" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "सक्षम केले" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -148,33 +148,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "" @@ -182,7 +182,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -199,7 +199,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -207,23 +207,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "" @@ -235,9 +235,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -245,11 +245,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -303,15 +303,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -319,11 +319,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -337,7 +337,3 @@ msgid "" "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:43 -msgid "You can sign certificates for free with:" -msgstr "" diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index d938447ca311..ee0164501685 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "E-mel akaun" -#: 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:90 msgid "Advanced Settings" msgstr "Tetapan Lanjutan" @@ -40,15 +40,15 @@ msgstr "Tetapan Lanjutan" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -60,11 +60,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "" msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Mungkir" @@ -93,11 +93,11 @@ msgstr "Mungkir" msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -110,35 +110,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Dibolehkan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -148,33 +148,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "" @@ -182,7 +182,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -199,7 +199,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -207,23 +207,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "" @@ -235,9 +235,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -245,11 +245,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -303,15 +303,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -319,11 +319,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -337,7 +337,3 @@ msgid "" "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:43 -msgid "You can sign certificates for free with:" -msgstr "" diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index b3355bdab4f9..c039d433c9d8 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -20,20 +20,20 @@ msgstr "" msgid "ACME certificates" msgstr "ACME-sertifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME global konfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL til ACME-serveren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 #, fuzzy msgid "Account email" msgstr "E-postadresse for konto" -#: 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:90 msgid "Advanced Settings" msgstr "Avanserte innstillinger" @@ -41,15 +41,15 @@ msgstr "Avanserte innstillinger" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 inhold av privatnøkkel. Bruk istedenfor YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "Sert-filer er lagret i" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Sertifikatkonfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -61,11 +61,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -77,16 +77,16 @@ msgstr "" msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "" @@ -94,11 +94,11 @@ msgstr "" msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Domenenavn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -111,35 +111,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Påskrudd" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Generelle innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,33 +149,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Nøkkelstørrelse" @@ -183,7 +183,7 @@ msgstr "Nøkkelstørrelse" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -200,7 +200,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -208,23 +208,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "" @@ -236,9 +236,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -246,11 +246,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -304,15 +304,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -320,11 +320,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -338,7 +338,3 @@ msgid "" "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:43 -msgid "You can sign certificates for free with:" -msgstr "" diff --git a/applications/luci-app-acme/po/nl/acme.po b/applications/luci-app-acme/po/nl/acme.po index 71c272eb9db9..7ce0de7353d5 100644 --- a/applications/luci-app-acme/po/nl/acme.po +++ b/applications/luci-app-acme/po/nl/acme.po @@ -19,19 +19,19 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "" @@ -39,15 +39,15 @@ msgstr "" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -59,11 +59,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "" @@ -75,16 +75,16 @@ msgstr "" msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Standaard" @@ -92,11 +92,11 @@ msgstr "Standaard" msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -109,35 +109,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -147,33 +147,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Importeren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Pakket installeren %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "" @@ -181,7 +181,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -198,7 +198,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "Pakket is niet geïnstalleerd" @@ -206,23 +206,23 @@ msgstr "Pakket is niet geïnstalleerd" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "" @@ -234,9 +234,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -244,11 +244,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -302,15 +302,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -318,11 +318,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -336,7 +336,3 @@ msgid "" "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:43 -msgid "You can sign certificates for free with:" -msgstr "" diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index d7f25529c251..c7a95e6a58a5 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -21,19 +21,19 @@ msgstr "" msgid "ACME certificates" msgstr "Certyfikaty ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Konfiguracja globalna ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "Adres URL serwera ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Konto e-mail" -#: 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:90 msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" @@ -43,15 +43,15 @@ msgstr "" "Zawartość klucza prywatnego w formacie Base64. Użyj zamiast " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 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:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Konfiguracja certyfikatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Certyfikaty" @@ -63,11 +63,11 @@ msgstr "Alias wyzwania" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "Niestandardowy adres URL katalogu serwera ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -79,16 +79,16 @@ msgstr "API DNS" msgid "DNS API credentials" msgstr "Poświadczenia interfejsu API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "Walidacja wyzwania DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Dni do czasu odnowienia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Domyślne" @@ -96,11 +96,11 @@ msgstr "Domyślne" msgid "Domain Alias" msgstr "Alias domeny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Nazwy domen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -118,35 +118,35 @@ msgstr "" "Np. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "Adres e-mail do powiązania z kluczem konta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Włącz rejestrowanie debugowania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Włączone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Ustawienia główne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -158,7 +158,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Przyznaj luci-app-acme dostęp do UCI" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -166,27 +166,27 @@ msgstr "" "Jeśli certyfikat nie został odnowiony na czas, otrzymasz powiadomienie na 20 " "dni przed wygaśnięciem." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Importuj" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Zainstaluj pakiet %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Wystawiono dnia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Rozmiar klucza (i typ) dla wygenerowanego certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Rozmiar klucza" @@ -194,7 +194,7 @@ msgstr "Rozmiar klucza" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Domena główna" @@ -213,7 +213,7 @@ msgid "" msgstr "" "Otwórz DuckDNS i skopiuj tutaj token" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "Pakiet nie jest zainstalowany" @@ -222,23 +222,23 @@ msgid "Path to private API signing key file in PEM format" msgstr "" "Ścieżka do pliku prywatnego klucza podpisywania interfejsu API w formacie PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Klucz prywatny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Certyfikat publiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bitów" @@ -250,9 +250,9 @@ msgstr "" msgid "See instructions" msgstr "Zobacz instrukcje" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -260,11 +260,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Powinien wskazywać region macierzysty dzierżawy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Autonomiczny" -#: 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:96 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 " @@ -344,15 +344,15 @@ msgstr "" "wieloznaczne. Korzystanie z tego trybu wymaga zainstalowania pakietu acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Użyj niestandardowego CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Użyj serwera pomostowego" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Metoda walidacji" @@ -360,11 +360,11 @@ msgstr "Metoda walidacji" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Walidacja wyzwania Webroot" @@ -382,9 +382,5 @@ msgstr "" "uruchomić ACME w trybie Webroot. Serwer WWW musi być dostępny z Internetu na " "porcie 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "Niestandardowy CA ACME" diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index 082be6b64fb7..67cfdf366482 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -21,19 +21,19 @@ msgstr "" msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Configuração global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL do servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Conta de e-mail" -#: 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:90 msgid "Advanced Settings" msgstr "Configurações avançadas" @@ -42,15 +42,15 @@ msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conteúdo base64 da chave privada. Utilizar em vez de YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 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:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Certificados" @@ -62,11 +62,11 @@ msgstr "Aliás do Desafio" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "URL personalizada do diretório do servidor ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -78,16 +78,16 @@ msgstr "API do DNS" msgid "DNS API credentials" msgstr "Credenciais do API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Dias até à renovação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Predefinição" @@ -95,11 +95,11 @@ msgstr "Predefinição" msgid "Domain Alias" msgstr "Aliás do Domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -117,35 +117,35 @@ msgstr "" "Por exemplo: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "O endereço de email para associar à chave da conta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Ativar o registo de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Ativado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -157,7 +157,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceder acesso UCI ao luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -165,27 +165,27 @@ msgstr "" "Se um certificado não tiver sido renovado a tempo, receberá um aviso 20 dias " "antes do seu termo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Importar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Instalar pacote %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Tamanho da chave" @@ -193,7 +193,7 @@ msgstr "Tamanho da chave" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Domínio principal" @@ -213,7 +213,7 @@ msgstr "" "Aberto DuckDNS e copiar um token " "aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "O pacote não está instalado" @@ -222,23 +222,23 @@ msgid "Path to private API signing key file in PEM format" msgstr "" "Caminho para o ficheiro da chave de assinatura da API privada em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" @@ -250,9 +250,9 @@ msgstr "" msgid "See instructions" msgstr "Ver instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -260,11 +260,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Autónomo" -#: 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:96 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 " @@ -343,15 +343,15 @@ msgstr "" "IP do router. O modo DNS é também o único modo que suporta certificados " "curinga. A utilização deste modo requer a instalação do pacote acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Use uma AC personalizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Use o servidor de estágio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Método de validação" @@ -359,11 +359,11 @@ msgstr "Método de validação" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do desafio" @@ -381,9 +381,5 @@ msgstr "" "para executar o Acme em modo webroot. O servidor web deve estar acessível da " "Internet na porta 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "AC de ACME personalizada" diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index e8d744a13ce6..2345de5b5107 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "Certificados ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Configuração global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL do Servidor ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "E-mail da conta" -#: 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:90 msgid "Advanced Settings" msgstr "Configurações avançadas" @@ -40,15 +40,15 @@ msgstr "Configurações avançadas" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Conteúdo Base64 da chave privada. Use em vez do YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 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:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Certificados" @@ -60,11 +60,11 @@ msgstr "Aliás do Desafio" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "URL do Servidor ACME Customizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "API do DNS" msgid "DNS API credentials" msgstr "Credenciais do API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Dias até a renovação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Padrão" @@ -93,11 +93,11 @@ msgstr "Padrão" msgid "Domain Alias" msgstr "Aliás do Domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -115,35 +115,35 @@ msgstr "" "Ex. _acme-challenge.example.com:12345:98765 alias.example.com:111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "O endereço de email para associar à chave da conta." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Ativar o registro de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Ativado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,7 +155,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Conceda acesso UCI para o luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -163,27 +163,27 @@ msgstr "" "Se um certificado não foi renovado a tempo, antes de expirar, você receberá " "um aviso em 20 dias." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Importar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Instalar pacote %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Tamanho da chave" @@ -191,7 +191,7 @@ msgstr "Tamanho da chave" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Domínio principal" @@ -211,7 +211,7 @@ msgid "" msgstr "" "Abra o DuckDNS e copie um token aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "O pacote não está instalado" @@ -219,23 +219,23 @@ msgstr "O pacote não está instalado" msgid "Path to private API signing key file in PEM format" msgstr "Caminho para API privada assinando o arquivo chave em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" @@ -247,9 +247,9 @@ msgstr "" msgid "See instructions" msgstr "Consulte as instruções" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -257,11 +257,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região do domicílio do locatário" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Independente" -#: 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:96 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 " @@ -341,15 +341,15 @@ msgstr "" "compatível com certificados curinga. O uso desse modo requer que o pacote " "acme-dnsapi esteja instalado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Use uma CA customizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Use o servidor de encenação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Método de Validação" @@ -357,11 +357,11 @@ msgstr "Método de Validação" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do Desafio" @@ -379,9 +379,5 @@ msgstr "" "servidor da web para executar o Acme em modo webroot. O servidor web deve " "estar acessível na internet na porta 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "CA ACME Customizado" diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index dc163ac389be..808f0e7d1912 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -21,19 +21,19 @@ msgstr "" msgid "ACME certificates" msgstr "Certificate ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Configurare globală ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "Adresa URL a server-ului ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Adresa de e-mail a contului" -#: 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:90 msgid "Advanced Settings" msgstr "Setări avansate" @@ -43,15 +43,15 @@ msgstr "" "Conținutul Base64 al cheii private. A se utiliza în locul lui " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 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:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Configurarea certificatului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Certificate" @@ -63,11 +63,11 @@ msgstr "Alias de provocare" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "URL-ul personalizat al directorului serverului ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -79,16 +79,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "credențiale DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Zile până la reînnoire" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Implicit" @@ -96,11 +96,11 @@ msgstr "Implicit" msgid "Domain Alias" msgstr "Aliasul domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Numele domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -118,35 +118,35 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "Adresa de email ce va fi asociată cu cheia contului." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Activați jurnalizarea de depanare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "activat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Setări generale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -158,7 +158,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Acordă acces la UCI pentru luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -166,27 +166,27 @@ msgstr "" "Dacă un certificat nu a fost reînnoit la timp, veți primi o notificare cu 20 " "de zile înainte de expirare." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Importați" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Instalarea pachetului %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Emis la" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Dimensiunea (și tipul) cheii pentru certificatul generat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Dimensiunea cheii" @@ -194,7 +194,7 @@ msgstr "Dimensiunea cheii" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Domeniul principal" @@ -215,7 +215,7 @@ msgstr "" "Deschideți DuckDNS și copiați un " "token aici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "Pachetul nu este instalat" @@ -223,23 +223,23 @@ msgstr "Pachetul nu este instalat" msgid "Path to private API signing key file in PEM format" msgstr "Calea către fișierul cu cheia privată de semnare API în format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Cheia privată" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Certificat public" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 biți" @@ -251,9 +251,9 @@ msgstr "" msgid "See instructions" msgstr "Vedeți instrucțiunile" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -261,11 +261,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Ar trebui să indice regiunea de domiciliu a chiriașilor" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "De sine stătător" -#: 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:96 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 " @@ -345,15 +345,15 @@ msgstr "" "certificate wildcard. Utilizarea acestui mod necesită instalarea pachetului " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Utilizați un CA personalizat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Utilizați serverul staging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Metoda de validare" @@ -361,11 +361,11 @@ msgstr "Metoda de validare" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Validarea provocării" @@ -383,9 +383,5 @@ msgstr "" "documentului serverului web pentru a rula Acme în modul webroot. Serverul " "web trebuie să fie accesibil de pe internet pe portul 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "Certificat ACME personalizat" diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index 2950d44b238b..976097a78a52 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -21,19 +21,19 @@ msgstr "Доменное имя с * доступно только когда М msgid "ACME certificates" msgstr "Сертификаты ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Глобальная конфигурация ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL сервера ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "Дополнительные настройки" @@ -42,15 +42,15 @@ msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 содержимое приватного ключа. Используйте вместо YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "Сертификаты сохраняются в папку" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Конфигурация сертификата" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Сертификаты" @@ -62,11 +62,11 @@ msgstr "Псевдонимы вызова" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "URL-адрес пользовательского каталога сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -78,16 +78,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "Данные для доступа к DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Дней до продления" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "По умолчанию" @@ -95,11 +95,11 @@ msgstr "По умолчанию" msgid "Domain Alias" msgstr "Псевдоним домена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Доменные имена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -117,35 +117,35 @@ msgstr "" "Например: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "E-mail адрес для привязки ключа аккаунта." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Записывать в журнал данные для отладки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Включено" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "Найдены домены DDNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Основные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -157,7 +157,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Предоставить UCI доступ для luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -165,27 +165,27 @@ msgstr "" "Если сертификат не был перевыпущен вовремя то вы получите уведомление за 20 " "дней до истечения срока действия." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Импортировать" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Установить пакет %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" -msgstr "Неправильный домен" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" +msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Выпущен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Размер (и тип) ключа для сгенерированного сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Размер ключа" @@ -193,7 +193,7 @@ msgstr "Размер ключа" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Главный домен" @@ -212,7 +212,7 @@ msgstr "" "Зайдите на DuckDNS и скопируйте " "токен сюда" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "Пакет не установлен" @@ -220,23 +220,23 @@ msgstr "Пакет не установлен" msgid "Path to private API signing key file in PEM format" msgstr "Путь к ключу приватного API в PEM формате" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Приватный ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Публичный сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 бит" @@ -248,9 +248,9 @@ msgstr "" msgid "See instructions" msgstr "Смотрите инструкции" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -258,11 +258,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Должен указывать на домашний регион арендатора" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Самостоятельно" -#: 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:96 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 " @@ -342,15 +342,15 @@ msgstr "" "сертификаты. Для использования этого режима необходимо установить пакет acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Использовать другой Центр Сертификации (CA)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Использовать тестовый сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Метод проверки" @@ -358,11 +358,11 @@ msgstr "Метод проверки" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot подтверждение" @@ -379,9 +379,8 @@ msgstr "" "Укажите здесь корневой каталог веб-сервера, чтобы запустить Acme в режиме " "webroot. Веб-сервер должен быть доступен из интернета на 80 порту." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" +#~ msgid "Invalid domain" +#~ msgstr "Неправильный домен" #~ msgid "Custom ACME CA" #~ msgstr "Персонализированный ACME CA" diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index f50cd56987af..5ace421164c3 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "" @@ -40,15 +40,15 @@ msgstr "" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -60,11 +60,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "ව.නා.ප." @@ -76,16 +76,16 @@ msgstr "" msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "" @@ -93,11 +93,11 @@ msgstr "" msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "වසම් නාම" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -110,35 +110,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -148,33 +148,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "" @@ -182,7 +182,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -199,7 +199,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -207,23 +207,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "" @@ -235,9 +235,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -245,11 +245,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -303,15 +303,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -319,11 +319,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -337,7 +337,3 @@ msgid "" "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:43 -msgid "You can sign certificates for free with:" -msgstr "" diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index 026e7fcd3b40..4b010518e8b1 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME globálna konfigurácia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "E-mail účtu" -#: 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:90 msgid "Advanced Settings" msgstr "" @@ -40,15 +40,15 @@ msgstr "" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Konfigurácia certifikátov" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -60,11 +60,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "Prihlasovacie údaje DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "" @@ -93,11 +93,11 @@ msgstr "" msgid "Domain Alias" msgstr "Alias domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -112,35 +112,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "E-mailová adresa k účtu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Povoliť detailné záznamy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Zapnuté" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 #, fuzzy msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " @@ -153,33 +153,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Povoliť luci-app-acme prístup k UCI" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Dĺžka (a typ) kľúča pre generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Dĺžka kľúča" @@ -187,7 +187,7 @@ msgstr "Dĺžka kľúča" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -204,7 +204,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -212,23 +212,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "" @@ -240,9 +240,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -250,11 +250,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -312,15 +312,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -328,11 +328,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -346,7 +346,3 @@ msgid "" "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:43 -msgid "You can sign certificates for free with:" -msgstr "" diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index e2e301e2e03b..00f513f6ea69 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME-certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Global konfiguration för ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL för ACME-servern" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "E-postkonto" -#: 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:90 msgid "Advanced Settings" msgstr "Avancerade inställningar" @@ -42,15 +42,15 @@ msgstr "" "Base64-innehåll av den privata nyckeln. Använd istället för " "YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "Där certifikat och andra tillståndsfiler sparas." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Konfiguration för certifikatet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Certifikat" @@ -62,11 +62,11 @@ msgstr "Alias för utmaningen" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "Anpassad URL för katalogen till ACME-servern." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -78,16 +78,16 @@ msgstr "API för DNS" msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Dagar till förnyelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Standard" @@ -95,11 +95,11 @@ msgstr "Standard" msgid "Domain Alias" msgstr "Alias för domänen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Domännamn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -117,35 +117,35 @@ msgstr "" "T.ex. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "E-postadress att koppla till kontonyckeln." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Aktivera logg för avlusning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Aktiverad" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Generella inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -157,7 +157,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Bevilja UCI-tillgång till luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -165,27 +165,27 @@ msgstr "" "Om ett certifikat inte förnyades i tid så kommer du att få en avisering 20 " "dagar före utgångstiden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Importera" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Utfärdades den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Nyckelstorlek (och typ) för det genererade certifikatet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Nyckelstorlek" @@ -193,7 +193,7 @@ msgstr "Nyckelstorlek" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Huvuddomän" @@ -210,7 +210,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -218,23 +218,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Genväg till den privata API'ns signeringsnyckel i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Privat nyckel" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Publikt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bitar" @@ -246,9 +246,9 @@ msgstr "" msgid "See instructions" msgstr "Läs instruktionerna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -256,11 +256,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Fristående" -#: 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:96 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 " @@ -318,15 +318,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Använd en anpassad CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Använd iscensättningsserver" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Valideringsmetod" @@ -334,11 +334,11 @@ msgstr "Valideringsmetod" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "Webbrot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -353,9 +353,5 @@ msgid "" "port 80." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "Anpassad ACME CA" diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index 4adbeeeeb479..39eed7ae910d 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -11,19 +11,19 @@ msgstr "" msgid "ACME certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "" @@ -31,15 +31,15 @@ msgstr "" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -51,11 +51,11 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "" @@ -67,16 +67,16 @@ msgstr "" msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "" @@ -84,11 +84,11 @@ msgstr "" msgid "Domain Alias" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -101,35 +101,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -139,33 +139,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "" @@ -173,7 +173,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -190,7 +190,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -198,23 +198,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "" @@ -226,9 +226,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -236,11 +236,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "" -#: 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:96 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 " @@ -294,15 +294,15 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "" @@ -310,11 +310,11 @@ msgstr "" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "" @@ -328,7 +328,3 @@ msgid "" "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:43 -msgid "You can sign certificates for free with:" -msgstr "" diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index d8fd74260d0a..77af8027ea60 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME sertifikaları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME evrensel yapılandırma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "ACME sunucu URL'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Hesap e-postası" -#: 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:90 msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" @@ -40,15 +40,15 @@ msgstr "Gelişmiş Ayarlar" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Özel anahtarın Base64 içeriği. YC_SA_Key_File_Path yerine kullanın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 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:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Sertifika yapılandırması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Sertifikalar" @@ -60,11 +60,11 @@ msgstr "Challenge Takma Adı" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "Özel ACME sunucu dizini URL'si." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS API bilgileri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Yenilemeye kalan gün sayısı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Varsayılan" @@ -93,11 +93,11 @@ msgstr "Varsayılan" msgid "Domain Alias" msgstr "Alan Takma Adı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Alan adları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -115,35 +115,35 @@ msgstr "" "Örneğin. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "Hesap anahtarına bağlanacak e-posta adresi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Hata ayıklama günlüğünü etkinleştir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Etkin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Genel Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -155,7 +155,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "luci-app-acme için UCI erişimi verin" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -163,27 +163,27 @@ msgstr "" "Sertifika zamanında yenilenmediyse, geçerlilik süresinin bitiminden 20 gün " "önce bir bildirim alırsınız." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "İçe aktar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Kurulum paketi %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Yayınlandığı tarih" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Oluşturulmuş sertifika için anahtar boyutu (ve türü)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Anahtar boyutu" @@ -191,7 +191,7 @@ msgstr "Anahtar boyutu" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Ana Etki Alanı" @@ -210,7 +210,7 @@ msgstr "" "DuckDNS'yi açın ve buraya bir token " "kopyalayın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "Paket kurulu değil" @@ -218,23 +218,23 @@ msgstr "Paket kurulu değil" msgid "Path to private API signing key file in PEM format" msgstr "PEM biçiminde özel API imzalama anahtarı dosyasının yolu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Özel anahtar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Herkese Açık Sertifika" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" @@ -246,9 +246,9 @@ msgstr "" msgid "See instructions" msgstr "Talimatlara bakın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -256,11 +256,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Kiracının bulunduğu bölgeyi işaret etmelidir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Bağımsız" -#: 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:96 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 " @@ -341,15 +341,15 @@ msgstr "" "sertifikalarını destekleyen tek moddur. Bu modu kullanmak, acme-dnsapi " "paketinin yüklenmesini gerektirir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Özel bir CA kullanın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Aşama sunucusu kullan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Doğrulama yöntemi" @@ -357,11 +357,11 @@ msgstr "Doğrulama yöntemi" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Zorluk Doğrulaması" @@ -379,9 +379,5 @@ msgstr "" "sunucusu belge köküne ayarlayın. Web sunucusuna 80 numaralı bağlantı " "noktasından internetten erişilebilmelidir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "Özel ACME CA" diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index 8fa8b51b7ee4..fda3c07e27ef 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -21,19 +21,19 @@ msgstr "" msgid "ACME certificates" msgstr "Сертифікати ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Глобальні налаштування ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "URL-адреса сервера ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "Розширені налаштування" @@ -42,15 +42,15 @@ msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 вміст приватного ключа. Використовувати замість YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "Сертифікати зберігаються у каталог" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Параметри сертифіката" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "Сертифікати" @@ -62,11 +62,11 @@ msgstr "Псевдоніми виклику" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "URL-адреса каталогу користувацького сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -78,16 +78,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "Облікові дані DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Днів до поновлення" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "За замовчуванням" @@ -95,11 +95,11 @@ msgstr "За замовчуванням" msgid "Domain Alias" msgstr "Псевдонім домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Імена домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -118,36 +118,36 @@ msgstr "" "Наприклад, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" "Адреса електронної пошти, яку потрібно зв’язати з ключем облікового запису." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Увімкнути системний журнал" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Увімкнено" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Загальні налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -159,7 +159,7 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Надати UCI доступ для luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." @@ -167,27 +167,27 @@ msgstr "" "Якщо сертифікат не було оновлено вчасно, ви отримаєте сповіщення за 20 днів " "до закінчення терміну дії." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "Видано на" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Розмір (і тип) ключа для згенерованого сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Тип ключа" @@ -195,7 +195,7 @@ msgstr "Тип ключа" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "Основний домен" @@ -214,7 +214,7 @@ msgstr "" "Відкрийте DuckDNS і скопіюйте токен " "сюди" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "" @@ -222,23 +222,23 @@ msgstr "" msgid "Path to private API signing key file in PEM format" msgstr "Шлях до приватного файлу ключа підпису API у форматі PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "Приватний ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "Публічний сертифікат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 біт" @@ -250,9 +250,9 @@ msgstr "" msgid "See instructions" msgstr "Дивіться інструкції" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -260,11 +260,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "Має вказувати на регіон проживання орендаря" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Автономний" -#: 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:96 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 " @@ -342,15 +342,15 @@ msgstr "" "підстановочні сертифікати. Для використання цього режиму потрібно встановити " "пакет acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Використовувати інший ЦС." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Використовувати проміжний сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Метод перевірки" @@ -358,11 +358,11 @@ msgstr "Метод перевірки" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Перевірка викликів" @@ -380,9 +380,5 @@ msgstr "" "документа веб-сервера, щоб запустити Acme в режимі webroot. Веб-сервер " "повинен бути доступний з Інтернету через порт 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "Користувацький ACME CA" diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index c1a2804d470e..b3e0fef87878 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "Chứng chỉ ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "Cấu hình ACME toàn cầu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "Đường dẫn máy chủ ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" msgstr "Tài khoản email" -#: 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:90 msgid "Advanced Settings" msgstr "Cài đặt Nâng cao" @@ -40,15 +40,15 @@ msgstr "Cài đặt Nâng cao" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "Cấu hình chứng chỉ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "" @@ -60,11 +60,11 @@ msgstr "Bí danh" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "Tùy chỉnh đường dẫn máy chủ ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "Thông tin đăng nhập DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "Cho đến ngày được làm mới" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "Default (Mặc định)" @@ -93,11 +93,11 @@ msgstr "Default (Mặc định)" msgid "Domain Alias" msgstr "Tên miền bí danh" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "Tên miền" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -113,35 +113,35 @@ msgid "" "code>" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "Tài khoản email phải được kết hợp với chìa khóa của tài khoản." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "Kích hoạt nhật ký bug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "Kích Hoạt" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "Các cài đặt chung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -153,33 +153,33 @@ msgstr "" msgid "Grant UCI access for luci-app-acme" msgstr "Cấp quyền truy cập cho luci-app-acme" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 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:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "Nhập" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "Cài đặt gói %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "Kích thước khóa cho chứng chỉ được tạo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "Kích thước khóa" @@ -187,7 +187,7 @@ msgstr "Kích thước khóa" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "" @@ -204,7 +204,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "Gói chưa được cài đặt" @@ -212,23 +212,23 @@ msgstr "Gói chưa được cài đặt" msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA kích thước 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA kích thước 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA kích thước 4096 bits" @@ -240,9 +240,9 @@ msgstr "" msgid "See instructions" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -250,11 +250,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "Biệt lập" -#: 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:96 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 " @@ -330,15 +330,15 @@ msgstr "" "cũng là chế độ duy nhất hỗ trợ chứng chỉ ký tự đại diện. Sử dụng chế độ này " "yêu cầu phải cài đặt gói acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "Sử dụng tùy chỉnh nhà cung cấp chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "Sử dụng máy chủ tạm" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "Phương thức thẩm định" @@ -346,11 +346,11 @@ msgstr "Phương thức thẩm định" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Thẩm định" @@ -368,9 +368,5 @@ msgstr "" "chạy Acme ở chế độ gốc web. Máy chủ web phải có thể truy cập được từ " "internet trên cổng 80." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "Tùy chỉnh ACME CA" diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index aca2e8467622..43697032e34b 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME 证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME 全局配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "ACME 服务器 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "高级设置" @@ -40,15 +40,15 @@ msgstr "高级设置" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私钥的 Base64 格式内容,不使用 YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "证书存放位置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "证书配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "证书" @@ -60,11 +60,11 @@ msgstr "质询别名" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "自定义 ACME 服务器目录 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS API 凭证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "续约前天数" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "默认" @@ -93,11 +93,11 @@ msgstr "默认" msgid "Domain Alias" msgstr "域名别名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "域名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -114,35 +114,35 @@ msgstr "" "如,_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC 256 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC 384 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "与帐户密钥关联的电子邮件地址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "启用调试日志记录" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "已启用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "常规设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -152,33 +152,33 @@ msgstr "从 Letsencrypt 临时服务器获取证书(用于测试;证书无效) msgid "Grant UCI access for luci-app-acme" msgstr "为 luci-app-acme 授予 UCI 的访问权限" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." msgstr "如未及时续签证书,你会在到期前20天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "导入" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "安装软件包 %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "颁发于" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "生成的证书的密钥长度(和类型)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "密钥长度" @@ -186,7 +186,7 @@ msgstr "密钥长度" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "主域" @@ -203,7 +203,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "打开 DuckDNS 并在此复制令牌" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "依赖包未安装" @@ -211,23 +211,23 @@ msgstr "依赖包未安装" msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私密 API 签名密钥文件的路径" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "私钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "公钥证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA 2048 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA 3072 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA 4096 位" @@ -239,9 +239,9 @@ msgstr "" msgid "See instructions" msgstr "见操作指南" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -249,11 +249,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "应指向租约主区域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "独立" -#: 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:96 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 " @@ -321,15 +321,15 @@ msgstr "" "用 API 的列表,请参阅 %s。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是" "唯一支持通配符证书的模式。使用此模式需要安装 acme-dnsapi 包。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "使用自定义证书颁发机构代。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "使用临时服务器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "验证方式" @@ -337,11 +337,11 @@ msgstr "验证方式" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot 质询验证" @@ -358,9 +358,5 @@ msgstr "" "Webserver 根目录。设置为 Web 服务器文档根目录,在 webroot 模式下运行 Acme。" "Web 服务器必须允许从互联网上使用80端口访问。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "自定义 ACME 证书颁发机构" diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index 42dc14b156f9..0d0622f50d8c 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -20,19 +20,19 @@ msgstr "" msgid "ACME certificates" msgstr "ACME證書" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 msgid "ACME global config" msgstr "ACME 全域組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 msgid "ACME server URL" msgstr "ACME 伺服器 URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:53 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:50 msgid "Account email" 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:90 msgid "Advanced Settings" msgstr "進階設定" @@ -40,15 +40,15 @@ msgstr "進階設定" msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私鑰的 Base64 內容。不使用 YC_SA_Key_File_Path" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:46 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 msgid "Cert files are stored in" msgstr "儲存憑證和其他狀態檔的位置。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:85 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Certificate config" msgstr "憑證組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:734 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 msgid "Certificates" msgstr "憑證" @@ -60,11 +60,11 @@ msgstr "Challenge 別名" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Custom ACME server directory URL." msgstr "自訂 ACME 伺服器的 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:105 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "DNS" msgstr "DNS" @@ -76,16 +76,16 @@ msgstr "DNS API" msgid "DNS API credentials" msgstr "DNS API 憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 msgid "DNS Challenge Validation" msgstr "DNS Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:597 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 msgid "Days until renewal" msgstr "更新前的天數" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "Default" msgstr "預設" @@ -93,11 +93,11 @@ msgstr "預設" msgid "Domain Alias" msgstr "網域別名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:121 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:118 msgid "Domain names" msgstr "網域名稱" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:122 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 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 " @@ -114,37 +114,37 @@ msgstr "" "如_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:562 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 msgid "ECC 256 bits" msgstr "ECC(256 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:563 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 msgid "ECC 384 bits" msgstr "ECC(384 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:54 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:51 msgid "Email address to associate with account key." msgstr "" "與「ACME 帳號金鑰」關聯的電子郵件位址;其用於接收 ACME CA 寄送的憑證過期通知" "電子郵件。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:60 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:57 msgid "Enable debug logging" msgstr "啟用除錯日誌記錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Enabled" msgstr "啟用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:69 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:66 msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:549 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -154,33 +154,33 @@ msgstr "從 Let's Encrypt 臨時伺服器取得憑證(僅供測試用途,憑 msgid "Grant UCI access for luci-app-acme" msgstr "授予 luci-app-acme 擁有 UCI 存取的權限" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:55 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:52 msgid "" "If a certificate wasn't renewed in time then you'll receive a notice at 20 " "days before expiry." msgstr "如果憑證未及時續訂,您將在到期前 20 天收到通知。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:70 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:67 msgid "Import" msgstr "匯入" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:113 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 msgid "Install package %s" msgstr "安裝套件 %s" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 -msgid "Invalid domain" +msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 msgid "Issued on" msgstr "簽發於" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:557 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 msgid "Key size (and type) for the generated certificate." msgstr "產生憑證的金鑰大小(和型別)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:556 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 msgid "Key type" msgstr "金鑰大小" @@ -188,7 +188,7 @@ msgstr "金鑰大小" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:713 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 msgid "Main Domain" msgstr "主域" @@ -205,7 +205,7 @@ msgid "" "Open DuckDNS and copy a token here" msgstr "打開 DuckDNS 並在此處複製權杖" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:112 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 msgid "Package is not installed" msgstr "套件尚未安裝" @@ -213,23 +213,23 @@ msgstr "套件尚未安裝" msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰檔案的路徑" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:714 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 msgid "Private Key" msgstr "私鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 msgid "Public Certificate" msgstr "公共憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:559 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 msgid "RSA 2048 bits" msgstr "RSA(2048 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:560 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 msgid "RSA 3072 bits" msgstr "RSA(3072 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:561 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 msgid "RSA 4096 bits" msgstr "RSA(4096 位元)" @@ -241,9 +241,9 @@ msgstr "" msgid "See instructions" msgstr "查看說明" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:47 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 msgid "See more" msgstr "" @@ -251,11 +251,11 @@ msgstr "" msgid "Should point to the tenancy home region" msgstr "應指向租約區域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:103 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 msgid "Standalone" msgstr "獨立" -#: 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:96 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 " @@ -326,15 +326,15 @@ msgstr "" "援「萬用字元憑證」的唯一模式。請注意:必須安裝 acme-dnsapi 套件後才能使用該模" "式。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:589 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use a custom CA." msgstr "使用自訂 CA。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 msgid "Use staging server" msgstr "使用臨時伺服器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:98 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 msgid "Validation method" msgstr "驗證方法" @@ -342,11 +342,11 @@ msgstr "驗證方法" msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:104 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:91 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge 驗證" @@ -363,9 +363,5 @@ msgstr "" "Web 伺服器根目錄;設定 Web 伺服器文件的根目錄以在「Webroot 模式」下執行 " "ACME。Web 伺服器的 80 埠必須允許從 Internet 存取。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:43 -msgid "You can sign certificates for free with:" -msgstr "" - #~ msgid "Custom ACME CA" #~ msgstr "自訂 ACME CA" From c5a7289e3bc305700e9bdeca5a71616de3c0b5d7 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Tue, 4 Jun 2024 17:24:21 +0300 Subject: [PATCH 23/25] luci-app-acme: DDNS import: check for duplicates Signed-off-by: Sergey Ponomarev --- .../luci-static/resources/view/acme/acme.js | 51 +++++-- applications/luci-app-acme/po/ar/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/bg/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/bn_BD/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/ca/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/cs/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/da/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/de/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/el/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/en/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/es/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/fa/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/fi/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/fr/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/he/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/hi/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/hu/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/id/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/it/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/ja/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/ko/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/lt/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/mr/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/ms/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/nb_NO/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/nl/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/pl/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/pt/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/pt_BR/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/ro/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/ru/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/si/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/sk/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/sv/acme.po | 132 ++++++++++-------- .../luci-app-acme/po/templates/acme.pot | 132 ++++++++++-------- applications/luci-app-acme/po/tr/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/uk/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/vi/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/zh_Hans/acme.po | 132 ++++++++++-------- applications/luci-app-acme/po/zh_Hant/acme.po | 132 ++++++++++-------- 40 files changed, 2810 insertions(+), 2389 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index bf274b7cc043..4975cfe21a08 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -67,15 +67,7 @@ return view.extend({ o.inputtitle = _('Import') + ': ' + ddnsDomainsList.join(); o.inputstyle = 'apply'; o.onclick = function () { - for (let ddnsDomain of ddnsDomains) { - let sectionId = uci.add('acme', 'cert', ddnsDomain.name); - uci.set('acme', sectionId, 'domains', ddnsDomain.domains); - uci.set('acme', sectionId, 'validation_method', 'dns'); - uci.set('acme', sectionId, 'dns', ddnsDomain.dnsApi); - uci.set('acme', sectionId, 'credentials', ddnsDomain.credentials); - } - uci.save(); - window.location.reload(); + _importDdns(ddnsDomains); }; } @@ -655,7 +647,7 @@ function _collectDdnsDomains() { } if (credentials.length > 0) { ddnsDomains.push({ - name: ddnsService['.name'], + sectionId: ddnsService['.name'], domains: [ddnsService['domain']], dnsApi: dnsApi, credentials: credentials, @@ -665,6 +657,45 @@ function _collectDdnsDomains() { return ddnsDomains; } +function _importDdns(ddnsDomains) { + alert(_('After import check the added domain certificate configurations.')); + let certSections = uci.sections('acme', 'cert'); + let certSectionNames = new Map(); + let certSectionDomains = new Map(); + for (let s of certSections) { + certSectionNames.set(s['.name'], null); + if (s.domains) { + for (let d of s.domains) { + certSectionDomains.set(d, s['.name']); + } + } + } + console.log(certSections); + console.log(certSectionDomains); + for (let ddnsDomain of ddnsDomains) { + let sectionId = ddnsDomain.sectionId; + // ensure unique sectionId + if (certSectionNames.has(sectionId)) { + sectionId += '_' + new Date().getTime(); + } + if (ddnsDomain.domains) { + for (let d of ddnsDomain.domains) { + let dupDomainSection = certSectionDomains.get(d); + if (dupDomainSection) { + alert(_('The domain %s in DDNS %s already was configured in %s. Please check it after the import.').format(d, sectionId, dupDomainSection)); + } + } + } + uci.add('acme', 'cert', sectionId); + uci.set('acme', sectionId, 'domains', ddnsDomain.domains); + uci.set('acme', sectionId, 'validation_method', 'dns'); + uci.set('acme', sectionId, 'dns', ddnsDomain.dnsApi); + uci.set('acme', sectionId, 'credentials', ddnsDomain.credentials); + } + uci.save(); + window.location.reload(); +} + function _addDnsProviderField(s, provider, env, title, desc) { let o = s.taboption('challenge_dns', form.Value, '_' + env, _(title), _(desc)); diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index e6744e8d89d6..dffe6ef708c0 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -11,7 +11,7 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 4.5.1\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -25,7 +25,7 @@ msgstr "‍ شهادات بيئة إدارة الشهادات التلقائية msgid "ACME global config" msgstr "التكوين العالمي لبيئة إدارة الشهادات التلقائية" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "عنوان URL لخادم ACME" @@ -33,11 +33,15 @@ msgstr "عنوان URL لخادم ACME" msgid "Account email" msgstr "حساب البريد الإلكتروني" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "إعدادات متقدمة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -45,15 +49,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "تكوين الشهادة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "الاسم المستعار لاعتراض" @@ -61,44 +65,44 @@ msgstr "الاسم المستعار لاعتراض" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "عنوان URL مخصص لدليل خادم ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "نظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "مؤهلات واجهة برمجة تطبيقات لنظام أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "الأيام حتى التجديد" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "أسماء النطاقات" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -108,17 +112,17 @@ msgstr "" "وستكون الأسماء اللاحقة أسماء بديلة. لاحظ أن جميع أسماء النطاقات يجب أن تشير " "إلى جهاز التوجيه في نظام أسماء النطاقات العام." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 بت" @@ -130,7 +134,7 @@ msgstr "عنوان البريد الإلكتروني لربطه بمفتاح ا msgid "Enable debug logging" msgstr "مكن السجل للتصحيح البرمجي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "مفعل" @@ -138,11 +142,11 @@ msgstr "مفعل" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "الاعدادات العامة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -164,23 +168,23 @@ msgstr "" msgid "Import" msgstr "استيراد" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "حجم المفتاح (والنوع) للشهادة التي تم إنشاؤها." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "حجم المفتاح" @@ -188,74 +192,74 @@ msgstr "حجم المفتاح" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 بت" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -266,7 +270,7 @@ msgstr "" "Webroot خادم ويب موجودًا لإصدار شهادة. سيسمح لك وضع DNS باستخدام DNS API " "لمزود DNS الخاص بك لإصدار شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -274,7 +278,7 @@ msgstr "" "الاسم المستعار الاعتراضي لاستخدامه لكل أسماء النقابات. انظرإلى %s للاطلاع " "على تفاصيل هذه العملية. يدعم LUCI اسمًا مستعارًا واحدًا فقط للاعتراض لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -284,7 +288,13 @@ msgstr "" "لتنسيق بيانات الاعتماد التي تتطلبها كل واجهة برمجة تطبيقات. أضف إدخالات " "متعددة هنا في تنسيق متغير shell \"KEY = VAL\" لتوفير متغيرات اعتماد متعددة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -292,7 +302,7 @@ msgstr "" "اسم النطاق المستعار لاستخدامها في جميع المجالات. انظر %s عن تفاصيل هذه " "العملية. لوسي يدعم فقط واحد التحدي المجال لكل شهادة." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -311,11 +321,11 @@ msgstr "" "بروتوكول الإنترنت العام لجهاز التوجيه. بمجرد التكوين ، يمكن أن يستغرق إصدار " "الشهادات بعض الوقت. يمكنك التحقق من سجلات التقدم وأية أخطاء." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -329,35 +339,35 @@ msgstr "" "الوحيد الذي يدعم شهادات أحرف البدل. يتطلب استخدام هذا الوضع تثبيت حزمة acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "استخدم مرجع مصدق (CA) مخصصًا بدلاً من Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "استخدم خادم الترحيل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "طريقة التحقق من الصحة" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot التحقق من صحة التحدي" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "دليل Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/bg/acme.po b/applications/luci-app-acme/po/bg/acme.po index b02205389901..1aea143d0be0 100644 --- a/applications/luci-app-acme/po/bg/acme.po +++ b/applications/luci-app-acme/po/bg/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME сертификати" msgid "ACME global config" msgstr "ACME глобални настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL на ACME сървър" @@ -32,11 +32,15 @@ msgstr "URL на ACME сървър" msgid "Account email" msgstr "Имейл на акаунта" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Разширени настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +48,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "Конфигурация на сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -60,61 +64,61 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS API креденшъли" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Дни до подновяване" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "По подразбиране" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "Имена на домейни" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "" @@ -126,7 +130,7 @@ msgstr "" msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Разрешен" @@ -134,11 +138,11 @@ msgstr "Разрешен" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Общи настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -158,23 +162,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "" @@ -182,74 +186,74 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -257,26 +261,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -290,11 +300,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -303,35 +313,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Проверка на предизвикателство" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/bn_BD/acme.po b/applications/luci-app-acme/po/bn_BD/acme.po index 0a29d7a67632..45d92d8fd4e1 100644 --- a/applications/luci-app-acme/po/bn_BD/acme.po +++ b/applications/luci-app-acme/po/bn_BD/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME সার্টিফিকেট" msgid "ACME global config" msgstr "ACME গ্লোবাল কনফিগ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "ACME সার্ভার URL" @@ -32,11 +32,15 @@ msgstr "ACME সার্ভার URL" msgid "Account email" msgstr "অ্যাকাউন্ট ইমেইল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "উন্নত সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +48,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "সার্টিফিকেট কনফিগারেশন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "চ্যালেঞ্জ উপনাম" @@ -60,44 +64,44 @@ msgstr "চ্যালেঞ্জ উপনাম" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "কাস্টম ACME সার্ভার ডিরেক্টরি URL।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "ডিএনএস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS API ক্রিডেনশিয়াল" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "নবায়ন পর্যন্ত দিন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "ডোমেইন উপনাম" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -107,17 +111,17 @@ msgstr "" "হবে বিকল্প নাম। মনে রাখবেন যে সমস্ত ডোমেইন নাম অবশ্যই বৈশ্বিক DNS- এর রাউটারে " "নির্দেশ করতে হবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 বিট" @@ -129,7 +133,7 @@ msgstr "অ্যাকাউন্ট কী এর সাথে যুক্ msgid "Enable debug logging" msgstr "ডিবাগ লগিং সক্রিয় করুন" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "সক্রিয়" @@ -137,11 +141,11 @@ msgstr "সক্রিয়" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "সাধারণ সেটিংস" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -163,23 +167,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "সার্টিফিকেট উৎপন্ন করার জন্য কী সাইজ (এবং প্রকার)।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "কী সাইজ" @@ -187,74 +191,74 @@ msgstr "কী সাইজ" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 বিট" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -266,7 +270,7 @@ msgstr "" "করবে। ডিএনএস মোড আপনার ডিএনএস প্রদানকারীর ডিএনএস এপিআই ব্যবহার করে সার্টিফিকেট " "ইস্যু করবে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -274,7 +278,7 @@ msgstr "" "সমস্ত ডোমেইনের জন্য চ্যালেঞ্জ উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য %s দেখুন। " "LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ উপনাম সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -284,7 +288,13 @@ msgstr "" "ফরম্যাটের জন্য দেখুন %s। একাধিক ক্রিডেনশিয়াল ভেরিয়েবল সরবরাহ করতে এখানে KEY = " "VAL শেল ভেরিয়েবল ফরম্যাটে একাধিক এন্ট্রি যুক্ত করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -292,7 +302,7 @@ msgstr "" "সমস্ত ডোমেইনের জন্য ব্যবহৃত ডোমেইন উপনাম। এই প্রক্রিয়ার বিস্তারিত জানার জন্য দেখুন " "%s। LUCI শুধুমাত্র একটি সার্টিফিকেট চ্যালেঞ্জ ডোমেইন সমর্থন করে।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -311,11 +321,11 @@ msgstr "" "কনফিগার করা আবশ্যক। একবার কনফিগার হয়ে গেলে, সার্টিফিকেট ইস্যু করতে কিছু সময় লাগতে " "পারে। অগ্রগতি এবং কোন ত্রুটির জন্য লগ চেক করুন।" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -324,35 +334,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot চ্যালেঞ্জ বৈধতা" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/ca/acme.po b/applications/luci-app-acme/po/ca/acme.po index cc95e45b3e84..2f0a18798680 100644 --- a/applications/luci-app-acme/po/ca/acme.po +++ b/applications/luci-app-acme/po/ca/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5.2-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "" @@ -32,11 +32,15 @@ msgstr "" msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Configuració avançada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +48,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -60,61 +64,61 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "" @@ -126,7 +130,7 @@ msgstr "" msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Activat" @@ -134,11 +138,11 @@ msgstr "Activat" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Paràmetres generals" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -158,23 +162,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "" @@ -182,74 +186,74 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -257,26 +261,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -290,11 +300,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -303,35 +313,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/cs/acme.po b/applications/luci-app-acme/po/cs/acme.po index 60e8d6d03734..476cb45eb20b 100644 --- a/applications/luci-app-acme/po/cs/acme.po +++ b/applications/luci-app-acme/po/cs/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 5.0.2\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "Certifikáty ACME" msgid "ACME global config" msgstr "Globální konfigurace ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL serveru ACME" @@ -32,11 +32,15 @@ msgstr "URL serveru ACME" msgid "Account email" msgstr "E-mail k účtu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Pokročilá nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 obsah soukromého klíče. Použití namísto YC_SA_Key_File_Path" @@ -44,15 +48,15 @@ msgstr "Base64 obsah soukromého klíče. Použití namísto YC_SA_Key_File_Path msgid "Cert files are stored in" msgstr "Certifikáty jsou uloženy v" -#: 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:74 msgid "Certificate config" msgstr "Konfigurace certifikátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Certifikáty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Aliasy" @@ -60,44 +64,44 @@ msgstr "Aliasy" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "Adresář URL vlastního serveru ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS API pověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Dny do obnovení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Výchozí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Alias domény" -#: 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:110 msgid "Domain names" msgstr "Doménové názvy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -107,7 +111,7 @@ msgstr "" "jméno subjektu, další jsou alternativní názvy. Mějte na paměti, že všechny " "doménové názvy musejí v globálním DNS ukazovat na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -115,11 +119,11 @@ msgstr "" "Např. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bitů" @@ -131,7 +135,7 @@ msgstr "E-mailová adresa pro přiřazení ke klíči účtu." msgid "Enable debug logging" msgstr "Povolit ladicí protokolování" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Zapnuto" @@ -139,11 +143,11 @@ msgstr "Zapnuto" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Obecná nastavení" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -167,23 +171,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Vydáno" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Velikost (a typ) klíče pro generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Velikost klíče" @@ -191,76 +195,76 @@ msgstr "Velikost klíče" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Hlavní doména" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID nájmu, který obsahuje cílovou DNS zónu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID uživatele s povolením přidat/odstranit záznamy ze zón" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otevřete DuckDNS a zkopírujte token " "zde" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "Cesta k soukromému API podpisovému klíči v PEM formátu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Soukromý klíč" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Veřejný certifikát" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bitů" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Zobrazit pokyny" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Mělo by ukazovat na domovský region pronájmu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Samostatný" -#: 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:88 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 " @@ -271,7 +275,7 @@ msgstr "" "acme.sh. Režim webroot bude používat existující webový server. DNS režim " "bude umožňovat použití DNS API vašeho poskytovatele DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -280,7 +284,7 @@ msgstr "" "procesu naleznete na adrese %s. Rozhraní LUCI podporuje pouze jeden alias " "výzvy na certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -291,7 +295,13 @@ msgstr "" "více položek v formátu proměnné shellu KLÍČ=HODNOTA, abyste mohli poskytnout " "více přihlašovacích proměnných." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -300,7 +310,7 @@ msgstr "" "tomto procesu. LUCI podporuje jen jednu challenge doménu pro každý " "certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "Soukromý API podpisový klíč v PEM formátu" @@ -320,11 +330,11 @@ msgstr "" "bude konfigurace dokončena, vydávání certifikátů bude chvíli trvat. " "Kontrolujte protokoly, kde uvidíte průběh a jakékoli chyby." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Toto obvykle NENÍ e-mailová adresa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -339,35 +349,35 @@ msgstr "" "wildcard certifikátů. Použití tohoto režimu vyžaduje instalaci balíčku acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Použít vlastní CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Použijte pracovní server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Metoda ověření" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Validace" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Adresář Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/da/acme.po b/applications/luci-app-acme/po/da/acme.po index 27ef75d2a09e..2fc387d52737 100644 --- a/applications/luci-app-acme/po/da/acme.po +++ b/applications/luci-app-acme/po/da/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME-certifikater" msgid "ACME global config" msgstr "ACME global konfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL til ACME-serveren" @@ -32,11 +32,15 @@ msgstr "URL til ACME-serveren" msgid "Account email" msgstr "Konto e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Avancerede indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 indhold af privat nøgle. Brug i stedet for YC_SA_Key_File_Path" @@ -44,15 +48,15 @@ msgstr "Base64 indhold af privat nøgle. Brug i stedet for YC_SA_Key_File_Path" msgid "Cert files are stored in" msgstr "Cert-filer gemmes i" -#: 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:74 msgid "Certificate config" msgstr "Certifikatkonfiguration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Certifikater" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Udfordr Alias" @@ -60,44 +64,44 @@ msgstr "Udfordr Alias" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "Brugerdefineret URL til ACME-serverens mappe." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS-API legitimationsoplysninger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Antal dage indtil fornyelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Domænealias" -#: 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:110 msgid "Domain names" msgstr "Domænenavne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -107,7 +111,7 @@ msgstr "" "emnet, de efterfølgende navne vil være alt-navne. Bemærk, at alle " "domænenavne skal pege på routeren i den globale DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -115,11 +119,11 @@ msgstr "" "f. eks. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -131,7 +135,7 @@ msgstr "E-mail-adresse, der skal knyttes til kontonøglen." msgid "Enable debug logging" msgstr "Aktivér debug logning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Aktiveret" @@ -139,11 +143,11 @@ msgstr "Aktiveret" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Generelle indstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -167,23 +171,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "udstedt den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Nøglestørrelse (og -type) for det genererede certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Nøglestørrelse" @@ -191,76 +195,76 @@ msgstr "Nøglestørrelse" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Hoveddomæne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID af tenancy, der indeholder mål DNS zonen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID af brugeren med tilladelse til at tilføje / fjerne poster fra zoner" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Åbn DuckDNS og kopiere en token her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "Sti til privat API underskrift nøglefil i PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Privat nøgle" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Offentligt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Se instruktioner" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Skal pege på den lejede hjemme region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Standalone" -#: 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:88 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 " @@ -272,7 +276,7 @@ msgstr "" "til at udstede et certifikat. DNS-tilstand giver dig mulighed for at bruge " "DNS API'et hos din DNS-udbyder til at udstede et certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -281,7 +285,7 @@ msgstr "" "nærmere oplysninger om denne proces. LUCI understøtter kun ét " "udfordringsalias pr. certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -292,7 +296,13 @@ msgstr "" "her i formatet KEY=VAL shellvariabel for at angive flere " "legitimationsvariabler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -301,7 +311,7 @@ msgstr "" "oplysninger om denne proces. LUCI understøtter kun ét udfordringsdomæne pr. " "certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "Den private API signeringsnøgle i PEM-format" @@ -321,11 +331,11 @@ msgstr "" "konfigureret, kan udstedelsen af certifikater tage et stykke tid. Kontroller " "logfilerne for fremskridt og eventuelle fejl." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Dette er normalt IKKE en e-mailadresse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -340,35 +350,35 @@ msgstr "" "tilstand, der understøtter wildcard-certifikater. Brug af denne tilstand " "kræver, at pakken acme-dnsapi er installeret." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Brug en brugerdefineret CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Brug staging-server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Valideringsmetode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Udfordringsvalidering" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Webroot-mappen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/de/acme.po b/applications/luci-app-acme/po/de/acme.po index 8a43eccc2083..eba2cc3116f4 100644 --- a/applications/luci-app-acme/po/de/acme.po +++ b/applications/luci-app-acme/po/de/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME-Zertifikate" msgid "ACME global config" msgstr "Globale ACME-Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "ACME-Server URL" @@ -32,11 +32,15 @@ msgstr "ACME-Server URL" msgid "Account email" msgstr "Account E-Mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-Inhalt des privaten Schlüssels. Verwendung anstelle von " @@ -46,15 +50,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "Wo Zertifikate und andere Statusdateien aufbewahrt werden." -#: 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:74 msgid "Certificate config" msgstr "Zertifikateinstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Zertifikate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Challenge-Alias" @@ -62,44 +66,44 @@ msgstr "Challenge-Alias" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "Benutzerdefinierte ACME-Serververzeichnis URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS API Zugangsdaten" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Tage bis zur Erneuerung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Domain-Alias" -#: 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:110 msgid "Domain names" msgstr "Domainnamen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -109,7 +113,7 @@ msgstr "" "Eintrag ist der Betreff, nachfolgende Namen sind Alternativnamen. Beachten " "Sie, dass alle Domainamen im globalen DNS auf den Router zeigen müssen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -117,11 +121,11 @@ msgstr "" "Z. B. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 Bits" @@ -133,7 +137,7 @@ msgstr "E-Mail Adresse, welche mit dem Account Key verknüpft wird." msgid "Enable debug logging" msgstr "Aktiviere Debug-Protokollierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Aktiviert" @@ -141,11 +145,11 @@ msgstr "Aktiviert" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Allgemeine Einstellungen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -169,23 +173,23 @@ msgstr "" msgid "Import" msgstr "Importieren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Installiere Paket %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Ausgestellt am" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Schlüsselgröße (und Typ) für das generierte Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Schlüsselgröße" @@ -193,77 +197,77 @@ msgstr "Schlüsselgröße" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Hauptdomain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Öffne DuckDNS und kopiere ein Token " "hier her" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "Paket ist nicht installiert" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "Pfad zur Private-API-Signierschlüsseldatei im PEM-Format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "öffentliches Zertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 Bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Siehe Anleitung" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Eigenständig" -#: 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:88 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 " @@ -275,7 +279,7 @@ msgstr "" "Webserver genutzt. Der DNS-Modus erlaubt es, die API deines DNS-Providers " "für die Zertifikatausstellung zu verwenden." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -284,7 +288,7 @@ msgstr "" "Vorgang finden Sie unter %s.LUCI unterstützt nur einen Challenge-Alias pro " "Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -295,7 +299,13 @@ msgstr "" "Fügen Sie hier mehrere Einträge im Shell-Variablenformat KEY = VAL hinzu, um " "mehrere Anmeldeinformationsvariablen bereitzustellen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -303,7 +313,7 @@ msgstr "" "Der für ALLE Domänen zu nutzende Alias. Siehe %s für Details zu diesem " "Prozess. LUCI unterstützt nur eine Domänenanforderung pro Zertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "Der private API-Signierschlüssel im PEM-Format" @@ -324,11 +334,11 @@ msgstr "" "kann die Ausstellung von Zertifikaten eine Weile dauern. Überprüfen Sie die " "Protokolle auf Fortschritt und Fehler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Dies ist normalerweise KEINE E-Mail-Adresse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -343,35 +353,35 @@ msgstr "" "Modus, der Platzhalterzertifikate unterstützt. Für die Verwendung dieses " "Modus muss das acme-dnsapi-Paket installiert sein." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Nutze individuelles Zertifikat statt Let's Encrypt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Staging-Server verwenden" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Überprüfungsmethode" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge-Verifizierung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Webroot-Verzeichnis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/el/acme.po b/applications/luci-app-acme/po/el/acme.po index 666d08f929a2..38e7de734747 100644 --- a/applications/luci-app-acme/po/el/acme.po +++ b/applications/luci-app-acme/po/el/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME πιστοποιητικά" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "" @@ -32,11 +32,15 @@ msgstr "" msgid "Account email" msgstr "Λογαριασμός email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Ρυθμίσεις για προχωρημένους" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +48,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -60,61 +64,61 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Μέρες μέχρι την ανανέωση" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -126,7 +130,7 @@ msgstr "" msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Ενεργοποιήθηκε" @@ -134,11 +138,11 @@ msgstr "Ενεργοποιήθηκε" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Γενικές ρυθμίσεις" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -158,23 +162,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "" @@ -182,74 +186,74 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -257,26 +261,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -290,11 +300,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -303,35 +313,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Μέθοδος επιβεβαίωσης" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/en/acme.po b/applications/luci-app-acme/po/en/acme.po index 246ba2fc1f11..55029bc69117 100644 --- a/applications/luci-app-acme/po/en/acme.po +++ b/applications/luci-app-acme/po/en/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.3-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME certificates" msgid "ACME global config" msgstr "ACME global config" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "ACME server URL" @@ -32,11 +32,15 @@ msgstr "ACME server URL" msgid "Account email" msgstr "Account email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Advanced Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 content of private key. Use instead of YC_SA_Key_File_Path (Yandex " @@ -46,15 +50,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "Certificate files are stored in" -#: 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:74 msgid "Certificate config" msgstr "Certificate configuration" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Certificates" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Challenge Alias" @@ -62,44 +66,44 @@ msgstr "Challenge Alias" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "Custom ACME server directory URL" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS (Domain Name System)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS API credentials" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Days until renewal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Default" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Domain Alias" -#: 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:110 msgid "Domain names" msgstr "Domain names" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -109,7 +113,7 @@ msgstr "" "subject name, subsequent names will be alt ermate names. Note that all " "domain names must point at the router in the global DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -117,12 +121,12 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 #, fuzzy msgid "ECC 256 bits" msgstr "ECC (Elliptic Curve) 256 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 #, fuzzy msgid "ECC 384 bits" msgstr "ECC (Elliptic Curve) 384 bit Encryption" @@ -135,7 +139,7 @@ msgstr "Email address to associate with account key." msgid "Enable debug logging" msgstr "Enable debug logging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Enabled" @@ -143,11 +147,11 @@ msgstr "Enabled" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "General Settings" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -171,23 +175,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Issued on" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Key size (and type) for the generated certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Key type" @@ -195,81 +199,81 @@ msgstr "Key type" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Main Domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 #, fuzzy msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) of tenancy that contains the target DNS zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 #, fuzzy msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID (Oracle Cloud Identifier) of user with permission to add/remove records " "from zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Open DuckDNS and copy a token here" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "Path to private API signing key file in PEM format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 #, fuzzy msgid "Private Key" msgstr "Private Key" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Public Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bit Encryption" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "See instructions" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Should point to the tenancy home region" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Standalone" -#: 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:88 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 " @@ -281,7 +285,7 @@ msgstr "" "certificate. DNS mode will allow you to use the DNS API of your DNS provider " "to issue a certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -289,7 +293,7 @@ msgstr "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -299,7 +303,13 @@ msgstr "" "of credentials required by each API. Add multiple entries here in KEY=VAL " "shell variable format to supply multiple credential variables." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -307,7 +317,7 @@ msgstr "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "The private API signing key in PEM format" @@ -327,11 +337,11 @@ msgstr "" "configured, issuing certificates can take a while. Check the logs for " "progress and any errors." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "This is usually NOT an email address" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -345,35 +355,35 @@ msgstr "" "the only mode that supports wildcard certificates. Using this mode requires " "the acme-dnsapi package to be installed." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Use a custom CA (Certificate Authority)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Use a staging server" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Validation method" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge Validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Webroot directory" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/es/acme.po b/applications/luci-app-acme/po/es/acme.po index 16942bbff961..01e75605cc16 100644 --- a/applications/luci-app-acme/po/es/acme.po +++ b/applications/luci-app-acme/po/es/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "Certificados ACME" msgid "ACME global config" msgstr "Configuración global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL del servidor ACME" @@ -32,11 +32,15 @@ msgstr "URL del servidor ACME" msgid "Account email" msgstr "Cuenta de email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Ajustes avanzados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "El contenido Base64 de la clave privada. Usar en lugar de YC_SA_Key_File_Path" @@ -45,15 +49,15 @@ msgstr "" 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:82 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:74 msgid "Certificate config" msgstr "Configuración de certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Alias de desafío" @@ -61,44 +65,44 @@ msgstr "Alias de desafío" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "URL del directorio del servidor ACME personalizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "Credenciales de API de DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Días hasta la renovación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Por defecto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Alias de dominio" -#: 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:110 msgid "Domain names" msgstr "Nombres de dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -109,7 +113,7 @@ msgstr "" "en cuenta que todos los nombres de dominio deben apuntar al enrutador en el " "DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -117,11 +121,11 @@ msgstr "" "Por ejemplo, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC de 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC de 384 bits" @@ -134,7 +138,7 @@ msgstr "" msgid "Enable debug logging" msgstr "Activar el registro de depuración" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Activado" @@ -142,11 +146,11 @@ msgstr "Activado" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Ajustes generales" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -170,23 +174,23 @@ msgstr "" msgid "Import" msgstr "Importar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Instalar paquete %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Publicado el" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Tamaño de clave (y tipo) para el certificado generado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Tamaño de clave" @@ -194,78 +198,78 @@ msgstr "Tamaño de clave" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Dominio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "El OCID del contrato de arrendamiento que contiene la zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID del usuario con permiso para agregar/eliminar los registros de las zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abre DuckDNS y copia un token aquí" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "Paquete no instalado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" "Ruta al archivo de la clave de la firma de la API privada en formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Clave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA de 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA de 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA de 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Ver las instrucciones" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Debes señalar a la región de origen del inquilino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Ser único" -#: 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:88 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 " @@ -277,7 +281,7 @@ msgstr "" "emitir un certificado. El modo DNS le permitirá utilizar la API de DNS de su " "proveedor de DNS para emitir un certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -286,7 +290,7 @@ msgstr "" "obtener detalles sobre este proceso. LUCI solo admite un alias de desafío " "por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -297,7 +301,13 @@ msgstr "" "Agregue varias entradas aquí 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -306,7 +316,7 @@ msgstr "" "obtener detalles sobre este proceso. LUCI solo admite un dominio de desafío " "por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "La clave de la firma privada de la API en formato PEM" @@ -326,11 +336,11 @@ msgstr "" "enrutador. Una vez configurado, la emisión de certificados puede demorar un " "tiempo. Verifique los registros de progreso y cualquier error." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Normalmente NO es una dirección de correo electrónico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -345,35 +355,35 @@ msgstr "" "certificados comodín. El uso de este modo requiere que se instale el paquete " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Utilice una CA personalizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Usar servidor de ensayo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Método de validación" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Validación de desafío" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Directorio Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/fa/acme.po b/applications/luci-app-acme/po/fa/acme.po index e5775662834c..2f3a159d4255 100644 --- a/applications/luci-app-acme/po/fa/acme.po +++ b/applications/luci-app-acme/po/fa/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "گواهینامه های ACME" msgid "ACME global config" msgstr "پیکربندی جهانی ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "آدرس سرور ACME" @@ -32,11 +32,15 @@ msgstr "آدرس سرور ACME" msgid "Account email" msgstr "حساب ایمیل" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "تنظیمات پیشرفته" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "محتوای Base64 کلید خصوصی. به جای YC_SA_Key_File_Path استفاده کنید" @@ -44,15 +48,15 @@ msgstr "محتوای Base64 کلید خصوصی. به جای YC_SA_Key_File_Path msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "پیکربندی گواهی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "گواهینامه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "نام مستعار چالش" @@ -60,44 +64,44 @@ msgstr "نام مستعار چالش" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "آدرس سفارشی دایرکتوری سرور ACME ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "احراز هویت DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "اعتبار سنجی چالش DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "روز تا تمدید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "پیشفرض" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "نام دامنه ها" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -107,7 +111,7 @@ msgstr "" "بعدی، نام های جایگزین خواهد بود. توجّه داشته باشید که همهٔ‌ نام‌های دامنه باید " "در ساناد عمومیشان به مسیریاب اشاره کنند." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -115,11 +119,11 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -131,7 +135,7 @@ msgstr "آدرس ایمیل برای مرتبط کردن با کلید حساب. msgid "Enable debug logging" msgstr "ثبت اشکال زدایی را فعال کنید" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "فعال" @@ -139,11 +143,11 @@ msgstr "فعال" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "پیکربندی عمومی" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -165,23 +169,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "" @@ -189,74 +193,74 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -264,26 +268,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -297,11 +307,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -310,35 +320,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/fi/acme.po b/applications/luci-app-acme/po/fi/acme.po index 9961e5dcb004..da38c1d81b32 100644 --- a/applications/luci-app-acme/po/fi/acme.po +++ b/applications/luci-app-acme/po/fi/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME-sertifikaatit" msgid "ACME global config" msgstr "ACME-yleisasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "ACME-palvelimen osoite" @@ -32,11 +32,15 @@ msgstr "ACME-palvelimen osoite" msgid "Account email" msgstr "Sähköpostitili" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Lisäasetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +48,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "Sertifikaatin asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Varmenteet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Haaste - alias" @@ -60,44 +64,44 @@ msgstr "Haaste - alias" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS API:n kirjautumistiedot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS-haastevalidointi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Päiviä uusimiseen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Oletus" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Verkkonimen alias" -#: 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:110 msgid "Domain names" msgstr "Verkkonimet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -108,7 +112,7 @@ msgstr "" "kaikkien verkkotunnusten pitää osoittaa reitittimeen globaalissa DNS-" "järjestelmässä." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -116,11 +120,11 @@ msgstr "" "Esim. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bittiä" @@ -132,7 +136,7 @@ msgstr "Avaimeen liitettävä sähköpostiosoite." msgid "Enable debug logging" msgstr "Ota vieanetsintälokkaus käyttöön" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Käytössä" @@ -140,11 +144,11 @@ msgstr "Käytössä" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Yleiset asetukset" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -164,23 +168,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Myönnetty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Avaimen koko (ja tyyppi) luotavassa sertifikaatissa." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Avaimen koko" @@ -188,75 +192,75 @@ msgstr "Avaimen koko" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Avaa DuckDNS ja kopioi token tähän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Yksityinen avain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Julkinen varmenne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bittiä" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Katso ohjeet" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -264,26 +268,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -297,11 +307,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Tämä EI yleensä ole sähköpostiosoite" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -310,35 +320,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Käytä staging-palvelimeen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Validointitapa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index 068423215c54..b936a2e7d9d0 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "Certificats ACME" msgid "ACME global config" msgstr "Configuration globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL du serveur ACME" @@ -32,11 +32,15 @@ msgstr "URL du serveur ACME" msgid "Account email" msgstr "Compte email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Paramètres avancés" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Contenu de la clé privée en Base 64. À utiliser à la place de " @@ -46,15 +50,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:82 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:74 msgid "Certificate config" msgstr "Configuration du certificat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Certificats" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Alias du challenge" @@ -62,44 +66,44 @@ msgstr "Alias du challenge" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "URL du répertoire du serveur ACME personnalisé." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "Identités de API du DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Nombre de jour avant renouvellement" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Par défaut" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Alias du Domaine" -#: 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:110 msgid "Domain names" msgstr "Noms de domaine" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -109,7 +113,7 @@ msgstr "" "principal, les noms suivants seront les noms alternatifs. Notez que tous les " "noms de domaine doivent pointer sur le router dans le DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -117,11 +121,11 @@ msgstr "" "Ex. : _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -133,7 +137,7 @@ msgstr "Adresse email à associer avec la clé du compte." msgid "Enable debug logging" msgstr "Activer les logs de type debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Activé" @@ -141,11 +145,11 @@ msgstr "Activé" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Réglages généraux" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -169,23 +173,23 @@ msgstr "" msgid "Import" msgstr "Importer" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Date d'émission" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Longueur de clé (et type) du certificat généré." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Longueur de clé" @@ -193,79 +197,79 @@ msgstr "Longueur de clé" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Domaine principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID de l'utilisateur possédant la permission d'ajouter/supprimer des " "entrées sur les zones" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Ouvrir DuckDNS et copier un token " "ici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "Le paquet n'est pas installé" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" "Chemin d'accès vers la clé privée de signature de l'API (au format PEM)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Clé Privée" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Certificat Publique" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Voir les instructions" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Autonome" -#: 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:88 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 " @@ -277,7 +281,7 @@ msgstr "" "pour le générer. Le mode DNS vous permet d'utiliser l 'API DNS de votre " "fournisseur de DNS pour générer le certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -285,7 +289,7 @@ msgstr "" "L'alias du challenge à utiliser pour TOUS les domaines. Voir %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -295,7 +299,13 @@ msgstr "" "le format à utiliser 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -303,7 +313,7 @@ msgstr "" "Alias de domaine à utiliser pour TOUS les domaines. Voir %s pour plus de " "détail. LUCI ne supporte qu'un seul domaine par certificat pour le challenge." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "Clé privée de signature de l'API au format PEM" @@ -323,11 +333,11 @@ msgstr "" "routeur. Une fois configurés, l'émission de certificats peut prendre un " "certain temps. Vérifiez les journaux pour la progression et les erreurs." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "La plupart du temp, ce n'est PAS une adresse email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -342,35 +352,35 @@ msgstr "" "supportant les certificats génériques (wildcard). L'utilisation de ce mode " "requiert l'installation du paquet acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Utiliser un CA personnalisé à la place de celui de Let's Encryt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Utiliser le serveur de qualification" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Méthode de validation" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "Racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Validation du challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Répertoire racine web" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/he/acme.po b/applications/luci-app-acme/po/he/acme.po index 6fff6dfc30b8..f4729b21a2f4 100644 --- a/applications/luci-app-acme/po/he/acme.po +++ b/applications/luci-app-acme/po/he/acme.po @@ -11,7 +11,7 @@ msgstr "" "n % 10 == 0) ? 2 : 3));\n" "X-Generator: Weblate 5.0.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "" @@ -33,11 +33,15 @@ msgstr "" msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "הגדרות מתקדמות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -45,15 +49,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -61,61 +65,61 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "" @@ -127,7 +131,7 @@ msgstr "" msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "" @@ -135,11 +139,11 @@ msgstr "" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "הגדרות כלליות" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -159,23 +163,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "" @@ -183,74 +187,74 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -258,26 +262,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -291,11 +301,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -304,35 +314,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/hi/acme.po b/applications/luci-app-acme/po/hi/acme.po index 9d0c7b92bbbb..2a18fd3ce845 100644 --- a/applications/luci-app-acme/po/hi/acme.po +++ b/applications/luci-app-acme/po/hi/acme.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -18,7 +18,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "" @@ -26,11 +26,15 @@ msgstr "" msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -38,15 +42,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -54,61 +58,61 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "" @@ -120,7 +124,7 @@ msgstr "" msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "" @@ -128,11 +132,11 @@ msgstr "" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -152,23 +156,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "" @@ -176,74 +180,74 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -251,26 +255,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -284,11 +294,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -297,35 +307,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/hu/acme.po b/applications/luci-app-acme/po/hu/acme.po index 9bda8c639f4f..a2588525c7fb 100644 --- a/applications/luci-app-acme/po/hu/acme.po +++ b/applications/luci-app-acme/po/hu/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME tanúsítványok" msgid "ACME global config" msgstr "ACME globális beállítás" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "ACME szerver URL" @@ -32,12 +32,16 @@ msgstr "ACME szerver URL" msgid "Account email" msgstr "Fiók e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 #, fuzzy msgid "Advanced Settings" msgstr "Haladó Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -45,15 +49,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:82 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:74 msgid "Certificate config" msgstr "Tanúsítvány beállítása" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Kihívás álneve" @@ -61,44 +65,44 @@ msgstr "Kihívás álneve" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "Testreszabott ACME szerver könyvtár URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS API hitelesítési adatok" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Napok megújításig" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Alapértelmezett" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Tartományálnév" -#: 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:110 msgid "Domain names" msgstr "Tartománynevek" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -108,17 +112,17 @@ msgstr "" "neve, az azt követő nevek lesznek az alternatív nevek. Ne feledje, hogy az " "összes tartománynévnek az útválasztóra kell mutatnia a globális DNS-ben." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "256 bites ECC" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "384 bites ECC" @@ -130,7 +134,7 @@ msgstr "A fiók kulcsához rendelendő e-mail cím." msgid "Enable debug logging" msgstr "Hibakeresési naplózás engedélyezése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Engedélyezve" @@ -138,11 +142,11 @@ msgstr "Engedélyezve" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Általános Beállítások" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -164,23 +168,23 @@ msgstr "" msgid "Import" msgstr "Importálás" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Csomag telepítése %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Kulcsméret (és típus) az előállított tanúsítványhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Kulcsméret" @@ -188,74 +192,74 @@ msgstr "Kulcsméret" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "A csomag nincs telepítve" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "2048 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "3072 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "4096 bites RSA" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Önálló" -#: 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:88 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 " @@ -267,7 +271,7 @@ msgstr "" "használni, hogy kiállítson egy tanusítványt. A DNS üzemmód megengedélyezi a " "DNS szolgáltatód DNS API-ja használatát, hogy kiállítson egy tanusítványt." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -276,7 +280,7 @@ msgstr "" "folyamat részleteiért. A LuCI csak egy kihívási álnevet támogat " "tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -287,7 +291,13 @@ msgstr "" "több bejegyzést itt 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -296,7 +306,7 @@ msgstr "" "folyamat részleteiért. A LuCI csak egy tartományálnevet támogat " "tanúsítványonként." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -317,11 +327,11 @@ msgstr "" "a tanúsítványok kibocsátása eltarthat egy ideig. Nézze meg a naplókat a " "folyamat előrehaladásához és a hibákhoz." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -336,35 +346,35 @@ msgstr "" "altartományokra is kibővített tanúsítványokat. Ezen mód használatához az " "szükséges, hogy az acme-dnsapi csomag telepítve legyen." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Előkészítő kiszolgáló használata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Kihívás érvényesítése" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Webgyökér könyvtár" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/id/acme.po b/applications/luci-app-acme/po/id/acme.po index 45ae83d99a0b..10a72d9ab430 100644 --- a/applications/luci-app-acme/po/id/acme.po +++ b/applications/luci-app-acme/po/id/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.3\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "Sertifikat ACME" msgid "ACME global config" msgstr "Konfigurasi global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL server ACME" @@ -32,11 +32,15 @@ msgstr "URL server ACME" msgid "Account email" msgstr "Akun e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Setelan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Konten base64 dari kunci pribadi. Gunakan YC_SA_Key_File_Path" @@ -44,15 +48,15 @@ msgstr "Konten base64 dari kunci pribadi. Gunakan YC_SA_Key_File_Path" msgid "Cert files are stored in" msgstr "File sertifikat disimpan di" -#: 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:74 msgid "Certificate config" msgstr "Konfigurasi sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Sertifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Tantangan Alias" @@ -60,44 +64,44 @@ msgstr "Tantangan Alias" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "URL direktori server ACME khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "Kredensial API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Hari sampai perpanjangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Bawaan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Alias Domain" -#: 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:110 msgid "Domain names" msgstr "Nama domain" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -107,17 +111,17 @@ msgstr "" "subjek, nama berikutnya akan menjadi nama alternatif. Perhatikan bahwa semua " "nama domain harus mengarah ke router di DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bit" @@ -129,7 +133,7 @@ msgstr "Alamat email untuk dikaitkan dengan kunci akun." msgid "Enable debug logging" msgstr "Aktifkan pencatatan debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Diaktifkan" @@ -137,11 +141,11 @@ msgstr "Diaktifkan" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Setelan Umum" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -163,23 +167,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Ukuran kunci (dan jenis) untuk sertifikat yang dihasilkan." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Ukuran kunci" @@ -187,74 +191,74 @@ msgstr "Ukuran kunci" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Kunci Pribadi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Sertifikat Publik" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Lihat instruksi" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Mandiri" -#: 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:88 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 " @@ -266,7 +270,7 @@ msgstr "" "mengeluarkan sertifikat. Mode DNS akan memungkinkan Anda untuk menggunakan " "API DNS dari penyedia DNS Anda untuk mengeluarkan sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -274,7 +278,7 @@ msgstr "" "Alias tantangan untuk digunakan untuk SEMUA domain. Lihat %s untuk detail " "proses ini. LUCI hanya mendukung satu alias tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -285,7 +289,13 @@ msgstr "" "dalam format variabel shell KEY=VAL untuk memasok beberapa variabel " "kredensial." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -293,7 +303,7 @@ msgstr "" "Alias domain yang akan digunakan untuk SEMUA domain. Lihat %s untuk detail " "proses ini. LUCI hanya mendukung satu domain tantangan per sertifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -313,11 +323,11 @@ msgstr "" "sertifikat dapat memakan waktu cukup lama. Periksa log untuk kemajuan dan " "kesalahan apa pun." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Ini biasanya BUKAN alamat email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -331,35 +341,35 @@ msgstr "" "juga merupakan satu-satunya mode yang mendukung sertifikat wildcard. " "Menggunakan mode ini memerlukan paket acme-dnsapi untuk diinstal." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Gunakan CA khusus." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Metode validasi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Validasi Tantangan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Direktori webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index be4d6e05e188..5d2c5db20131 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "Certificati ACME" msgid "ACME global config" msgstr "Configurazione globale ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL server ACME" @@ -32,11 +32,15 @@ msgstr "URL server ACME" msgid "Account email" msgstr "E-mail dell'account" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Impostazioni avanzate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Codice Base64 della chiave privata. Usalo in alternativa a " @@ -46,15 +50,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "I certificati sono salvati in" -#: 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:74 msgid "Certificate config" msgstr "Configurazione certificato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Certificati" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Alias challenge" @@ -62,44 +66,44 @@ msgstr "Alias challenge" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "URL personalizzata cartella server ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "Credenziali API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "giorni al rinnovo" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Predefinito" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Alias di dominio" -#: 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:110 msgid "Domain names" msgstr "Nomi di dominio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -109,7 +113,7 @@ msgstr "" "soggetto, i successivi saranno nomi alternativi. Nota che tutti i nomi di " "dominio devono puntare al router nel DNS globale." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -117,11 +121,11 @@ msgstr "" "Es. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bit" @@ -133,7 +137,7 @@ msgstr "Indirizzo e-mail da associare alla chiave dell'account." msgid "Enable debug logging" msgstr "Attiva i log di debug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Abilitato" @@ -141,11 +145,11 @@ msgstr "Abilitato" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Impostazioni Generali" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -169,23 +173,23 @@ msgstr "" msgid "Import" msgstr "Importa" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Installa pacchetto %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Emesso il" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Dimensione chiave (e tipo) per il certificato generato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Dimensione chiave" @@ -193,78 +197,78 @@ msgstr "Dimensione chiave" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Dominio Principale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" "OCID (Oracle Cloud Identifier) della tenancy che contiene la zona DNS di " "destinazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID dell'utente con il permesso di aggiungere/rimuovere i record dalle zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Apri DuckDNS e copia un token qui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "Il pacchetto non è installato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "Percorso della chiave API privata in formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Chiave Privata" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Certificato Pubblico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Vedi le istruzioni" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Dovrebbe puntare alla regione in cui è ospitato" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Autonoma" -#: 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:88 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 " @@ -276,7 +280,7 @@ msgstr "" "emettere un certificato. La modalità DNS ti consentirà di usare l'API DNS " "del tuo provider DNS per emettere un certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -284,7 +288,7 @@ msgstr "" "L'alias challenge da usare per TUTTI i domini. Per i dettagli di questo " "processo vedi %s. LUCI supporta solo un alias challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -295,7 +299,13 @@ msgstr "" "nel formato variabile shell CHIAVE=VALORE per fornire variabili credenziali " "multiple." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -303,7 +313,7 @@ msgstr "" "L'alias di dominio da usare per TUTTI i domini. Per i dettagli di questo " "processo vedi %s. LUCI supporta solo un dominio challenge per certificato." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "Chiave di autenticazione API privata in formato PEM" @@ -324,11 +334,11 @@ msgstr "" "del tempo. Controlla i registri eventi per verificare lo stato di " "avanzamento e gli eventuali errori." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Solitamente NON è un indirizzo email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -343,35 +353,35 @@ msgstr "" "con caratteri jolly. L'uso di questa modalità richiede l'installazione del " "pacchetto acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Usa una CA personalizzata." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Usa server di prova" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Metodo validazione" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Validazione challenge" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Cartella webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/ja/acme.po b/applications/luci-app-acme/po/ja/acme.po index 7c1420890007..4c6914b0f978 100644 --- a/applications/luci-app-acme/po/ja/acme.po +++ b/applications/luci-app-acme/po/ja/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.7.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME証明書" msgid "ACME global config" msgstr "ACMEグローバル設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "ACMEサーバーのURL" @@ -32,11 +32,15 @@ msgstr "ACMEサーバーのURL" msgid "Account email" msgstr "アカウントのメールアドレス" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "詳細設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +48,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "証明書設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -60,44 +64,44 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "カスタムACMEサーバーディレクトリのURL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS API資格情報" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "更新までの日数" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "デフォルト" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "ドメイン名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -106,17 +110,17 @@ msgstr "" "証明書に含めるドメイン名です。最初の名前はサブジェクト名、その次は代替名で" "す。すべてのドメイン名はグローバルDNSのルーターを指す必要があります。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC256ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC384ビット" @@ -128,7 +132,7 @@ msgstr "アカウントに関連付けるメールアドレスです。" msgid "Enable debug logging" msgstr "デバッグロギングを有効化" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "有効" @@ -136,11 +140,11 @@ msgstr "有効" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -162,23 +166,23 @@ msgstr "" msgid "Import" msgstr "インポート" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "生成された証明書の鍵の大きさ(およびタイプ)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "鍵の大きさ" @@ -186,74 +190,74 @@ msgstr "鍵の大きさ" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA2048ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA3072ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA4096ビット" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -264,26 +268,32 @@ msgstr "" "します。 Webrootモードでは、既存のWebサーバーを使用して証明書を発行します。 " "DNSモードでは、DNSプロバイダーのDNSAPIを使用して証明書を発行できます。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -297,11 +307,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -310,35 +320,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Let'sEncryptの代わりにカスタムCAを使用する。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "ステージングサーバーを使用" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Webrootディレクトリ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/ko/acme.po b/applications/luci-app-acme/po/ko/acme.po index 3d64730ea083..4da89adf05d5 100644 --- a/applications/luci-app-acme/po/ko/acme.po +++ b/applications/luci-app-acme/po/ko/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.15.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME 인증서" msgid "ACME global config" msgstr "ACME 전역 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "ACME 서버 URL" @@ -32,11 +32,15 @@ msgstr "ACME 서버 URL" msgid "Account email" msgstr "계정 이메일" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "고급 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +48,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "인증서 구성" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "챌린지 별칭" @@ -60,44 +64,44 @@ msgstr "챌린지 별칭" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "사용자 지정 ACME 서버 디렉터리 URL." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS API 자격 증명" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "갱신일" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "기본" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "도메인 네임" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -107,17 +111,17 @@ msgstr "" "도메인이 부 도메인이 됩니다. 주의할 점은 모든 도메인 네임들이 반드시 글로벌 " "DNS의 라우터를 가리키도록 하셔야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384비트" @@ -129,7 +133,7 @@ msgstr "계정 키에 연결할 이메일 주소입니다." msgid "Enable debug logging" msgstr "디버그 로깅 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "활성화" @@ -137,11 +141,11 @@ msgstr "활성화" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "기본 설정" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -163,23 +167,23 @@ msgstr "" msgid "Import" msgstr "가져오기" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "생성된 인증서의 키 크기(및 유형)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "키 크기" @@ -187,74 +191,74 @@ msgstr "키 크기" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096비트" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -266,7 +270,7 @@ msgstr "" "합니다. DNS 모드는 인증서 발행에 DNS 를 제공하는 업체의 DNS API를 사용하게 됩" "니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -274,7 +278,7 @@ msgstr "" "\"모든\" 도메인에 사용될 챌린지 별칭입니다. %s 에서 자세한 내용을 확인하세" "요. LuCI에서는 개별 인증서마다 하나의 챌린지 별칭만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -284,7 +288,13 @@ msgstr "" "격 증명의 포맷은 %s 에서 참고해주세요. KEY=VAL 쉘 변수 포맷에 따라 여러 개의 " "자격 증명을 추가할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -292,7 +302,7 @@ msgstr "" "\"모든\" 도메인에 사용될 도메인 별칭입니다. %s 에서 자세한 내용을 확인하세" "요. LuCI에서는 개별 인증서마다 하나의 챌린지 도메인만 지원합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -310,11 +320,11 @@ msgstr "" "가리키도록 이미 설정되어 있어야 합니다. 처음 구성하는 경우, 인증서 발급에 시" "간이 걸릴 수 있습니다. 진행 상황 및 오류는 로그에서 확인할 수 있습니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -327,35 +337,35 @@ msgstr "" "지 않아도 되며, 와일드카드 인증서를 지원합니다. DNS 모드를 사용하기 위해선 " "acme-dnsapi 패키지가 설치되어 있어야 합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "사용자 지정 CA를 사용합니다." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "테스트 서버 사용" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "유효성 검증 방법" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot 챌린지 확인" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Webroot 디렉터리" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index 67f2a9aad00f..fd70d9b928cd 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -14,7 +14,7 @@ msgstr "" "1 : 2);\n" "X-Generator: Weblate 5.5.3\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -28,7 +28,7 @@ msgstr "„ACME“ sertifikatai" msgid "ACME global config" msgstr "Visuotinė „ACME“ konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "„ACME“ serverio „URL – Saitas“" @@ -36,11 +36,15 @@ msgstr "„ACME“ serverio „URL – Saitas“" msgid "Account email" msgstr "Paskyros el. paštas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Pažangūs nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -48,15 +52,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "Sertifikato konfigūracija" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Sertifikatai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -64,51 +68,51 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "Pasirinktinis „ACME“ serverio katalogo „URL – Saitas“." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "„DNS“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "„DNS API“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Numatyta/-as" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "Domenų-Sričių pavadinimai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -116,11 +120,11 @@ msgstr "" "Pvz: „_acme-challenge.example.com:12345:98765 alias.example.com:11111“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "„ECC 256“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "„ECC 384“ bitai" @@ -132,7 +136,7 @@ msgstr "" msgid "Enable debug logging" msgstr "Įjungti/Įgalinti derinimo/trukdžių šalinimo žurnalinimą" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Įjungta/Įgalinta (-as/-i)" @@ -140,11 +144,11 @@ msgstr "Įjungta/Įgalinta (-as/-i)" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Bendri nustatymai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -164,23 +168,23 @@ msgstr "" msgid "Import" msgstr "Importuoti" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Įdiegti prog. įrang. paketą %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Įteiktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Rakto dydis (ir tipas) sugeneruotam sertifikatui." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Rakto tipas" @@ -188,76 +192,76 @@ msgstr "Rakto tipas" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Pagrindinis domenas-sritis" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Atidaryti „DuckDNS“ ir kopijuokite " "žetoną čia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "Prog. įrang. paketas yra neįdiegtas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Privatus raktas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Viešasis sertifikatas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "„RSA 2048“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "„RSA 3072“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "„RSA 4096“ bitai" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -265,26 +269,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "Privatus „API“ pasirašymo raktas „PEM“ formatu" @@ -298,11 +308,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -311,35 +321,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Naudoti pasirinktinį „CA“" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "„Webroot“ katalogas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/mr/acme.po b/applications/luci-app-acme/po/mr/acme.po index 8a23bc5766ed..bee857ceda54 100644 --- a/applications/luci-app-acme/po/mr/acme.po +++ b/applications/luci-app-acme/po/mr/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.3-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME प्रमाणपत्रे" msgid "ACME global config" msgstr "ACME ग्लोबल कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "" @@ -32,11 +32,15 @@ msgstr "" msgid "Account email" msgstr "खाते ईमेल" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +48,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "प्रमाणपत्र कॉन्फिगरेशन" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "आव्हान उपनाम" @@ -60,61 +64,61 @@ msgstr "आव्हान उपनाम" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "डीएनएस एपीआय" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "" @@ -126,7 +130,7 @@ msgstr "खाते किल्लीशी संलग्न करण्य msgid "Enable debug logging" msgstr "डीबग लॉगिंग सक्षम करा" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "सक्षम केले" @@ -134,11 +138,11 @@ msgstr "सक्षम केले" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -158,23 +162,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "" @@ -182,74 +186,74 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -257,26 +261,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -290,11 +300,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -303,35 +313,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/ms/acme.po b/applications/luci-app-acme/po/ms/acme.po index ee0164501685..e996502ec311 100644 --- a/applications/luci-app-acme/po/ms/acme.po +++ b/applications/luci-app-acme/po/ms/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "" @@ -32,11 +32,15 @@ msgstr "" msgid "Account email" msgstr "E-mel akaun" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Tetapan Lanjutan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +48,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -60,61 +64,61 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Mungkir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "" @@ -126,7 +130,7 @@ msgstr "" msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Dibolehkan" @@ -134,11 +138,11 @@ msgstr "Dibolehkan" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -158,23 +162,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "" @@ -182,74 +186,74 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -257,26 +261,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -290,11 +300,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -303,35 +313,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/nb_NO/acme.po b/applications/luci-app-acme/po/nb_NO/acme.po index c039d433c9d8..1fd992ac842b 100644 --- a/applications/luci-app-acme/po/nb_NO/acme.po +++ b/applications/luci-app-acme/po/nb_NO/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME-sertifikater" msgid "ACME global config" msgstr "ACME global konfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL til ACME-serveren" @@ -33,11 +33,15 @@ msgstr "URL til ACME-serveren" msgid "Account email" msgstr "E-postadresse for konto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Avanserte innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Base64 inhold av privatnøkkel. Bruk istedenfor YC_SA_Key_File_Path" @@ -45,15 +49,15 @@ msgstr "Base64 inhold av privatnøkkel. Bruk istedenfor YC_SA_Key_File_Path" msgid "Cert files are stored in" msgstr "Sert-filer er lagret i" -#: 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:74 msgid "Certificate config" msgstr "Sertifikatkonfigurasjon" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -61,61 +65,61 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "Domenenavn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "" @@ -127,7 +131,7 @@ msgstr "" msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Påskrudd" @@ -135,11 +139,11 @@ msgstr "Påskrudd" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Generelle innstillinger" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -159,23 +163,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Nøkkelstørrelse" @@ -183,74 +187,74 @@ msgstr "Nøkkelstørrelse" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -258,26 +262,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -291,11 +301,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -304,35 +314,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/nl/acme.po b/applications/luci-app-acme/po/nl/acme.po index 7ce0de7353d5..de47facf5d8b 100644 --- a/applications/luci-app-acme/po/nl/acme.po +++ b/applications/luci-app-acme/po/nl/acme.po @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -23,7 +23,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "" @@ -31,11 +31,15 @@ msgstr "" msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -43,15 +47,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -59,61 +63,61 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Standaard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "" @@ -125,7 +129,7 @@ msgstr "" msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "" @@ -133,11 +137,11 @@ msgstr "" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -157,23 +161,23 @@ msgstr "" msgid "Import" msgstr "Importeren" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Pakket installeren %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "" @@ -181,74 +185,74 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "Pakket is niet geïnstalleerd" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -256,26 +260,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -289,11 +299,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -302,35 +312,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/pl/acme.po b/applications/luci-app-acme/po/pl/acme.po index c7a95e6a58a5..db954a367532 100644 --- a/applications/luci-app-acme/po/pl/acme.po +++ b/applications/luci-app-acme/po/pl/acme.po @@ -11,7 +11,7 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.2-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -25,7 +25,7 @@ msgstr "Certyfikaty ACME" msgid "ACME global config" msgstr "Konfiguracja globalna ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "Adres URL serwera ACME" @@ -33,11 +33,15 @@ msgstr "Adres URL serwera ACME" msgid "Account email" msgstr "Konto e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Zawartość klucza prywatnego w formacie Base64. Użyj zamiast " @@ -47,15 +51,15 @@ msgstr "" 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:82 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:74 msgid "Certificate config" msgstr "Konfiguracja certyfikatu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Certyfikaty" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Alias wyzwania" @@ -63,44 +67,44 @@ msgstr "Alias wyzwania" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "Niestandardowy adres URL katalogu serwera ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "Poświadczenia interfejsu API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "Walidacja wyzwania DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Dni do czasu odnowienia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Domyślne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Alias domeny" -#: 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:110 msgid "Domain names" msgstr "Nazwy domen" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -110,7 +114,7 @@ msgstr "" "podmiotu, kolejne nazwy są nazwami alternatywnymi. Pamiętaj, że wszystkie " "nazwy domen w globalnym DNS muszą wskazywać na router." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -118,11 +122,11 @@ msgstr "" "Np. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bity" @@ -134,7 +138,7 @@ msgstr "Adres e-mail do powiązania z kluczem konta." msgid "Enable debug logging" msgstr "Włącz rejestrowanie debugowania" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Włączone" @@ -142,11 +146,11 @@ msgstr "Włączone" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Ustawienia główne" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -170,23 +174,23 @@ msgstr "" msgid "Import" msgstr "Importuj" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Zainstaluj pakiet %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Wystawiono dnia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Rozmiar klucza (i typ) dla wygenerowanego certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Rozmiar klucza" @@ -194,77 +198,77 @@ msgstr "Rozmiar klucza" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Domena główna" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID dzierżawcy, który zawiera docelową strefę DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID użytkownika z uprawnieniami do dodawania/usuwania rekordów ze stref" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Otwórz DuckDNS i skopiuj tutaj token" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "Pakiet nie jest zainstalowany" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" "Ścieżka do pliku prywatnego klucza podpisywania interfejsu API w formacie PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Klucz prywatny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Certyfikat publiczny" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bity" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bitów" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Zobacz instrukcje" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Powinien wskazywać region macierzysty dzierżawy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Autonomiczny" -#: 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:88 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 " @@ -276,7 +280,7 @@ msgstr "" "wystawienia certyfikatu. Tryb DNS pozwala na użycie API DNS dostawcy DNS do " "wystawienia certyfikatu." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -285,7 +289,7 @@ msgstr "" "szczegółowe informacje na temat tego procesu. LuCI obsługuje tylko jeden " "alias wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -296,7 +300,13 @@ msgstr "" "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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -305,7 +315,7 @@ msgstr "" "szczegółowe informacje na temat tego procesu. LUCI obsługuje tylko jedną " "domenę wyzwania na certyfikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "Prywatny klucz podpisywania interfejsu API w formacie PEM" @@ -325,11 +335,11 @@ msgstr "" "skonfigurowaniu wydawanie certyfikatów może chwilę potrwać. Sprawdź " "dzienniki pod kątem postępu i ewentualnych błędów." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Zwykle NIE jest to adres e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -344,35 +354,35 @@ msgstr "" "wieloznaczne. Korzystanie z tego trybu wymaga zainstalowania pakietu acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Użyj niestandardowego CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Użyj serwera pomostowego" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Metoda walidacji" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Walidacja wyzwania Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Katalog Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/pt/acme.po b/applications/luci-app-acme/po/pt/acme.po index 67cfdf366482..f9f092d93866 100644 --- a/applications/luci-app-acme/po/pt/acme.po +++ b/applications/luci-app-acme/po/pt/acme.po @@ -11,7 +11,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.0.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -25,7 +25,7 @@ msgstr "Certificados ACME" msgid "ACME global config" msgstr "Configuração global de ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL do servidor ACME" @@ -33,11 +33,15 @@ msgstr "URL do servidor ACME" msgid "Account email" msgstr "Conta de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conteúdo base64 da chave privada. Utilizar em vez de YC_SA_Key_File_Path" @@ -46,15 +50,15 @@ msgstr "" 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:82 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:74 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Aliás do Desafio" @@ -62,44 +66,44 @@ msgstr "Aliás do Desafio" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "URL personalizada do diretório do servidor ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "Credenciais do API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Dias até à renovação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Predefinição" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Aliás do Domínio" -#: 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:110 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -109,7 +113,7 @@ msgstr "" "assunto, os nomes subsequentes serão nomes alternativos. Note que todos os " "nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -117,11 +121,11 @@ msgstr "" "Por exemplo: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -133,7 +137,7 @@ msgstr "O endereço de email para associar à chave da conta." msgid "Enable debug logging" msgstr "Ativar o registo de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Ativado" @@ -141,11 +145,11 @@ msgstr "Ativado" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -169,23 +173,23 @@ msgstr "" msgid "Import" msgstr "Importar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Instalar pacote %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Tamanho da chave" @@ -193,78 +197,78 @@ msgstr "Tamanho da chave" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID do locatário que contém a zona DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do utilizador com permissão para adicionar/remover registos de zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Aberto DuckDNS e copiar um token " "aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "O pacote não está instalado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" "Caminho para o ficheiro da chave de assinatura da API privada em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Ver instruções" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região de origem do arrendamento" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Autónomo" -#: 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:88 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 " @@ -276,7 +280,7 @@ msgstr "" "certificado. O modo DNS permitirá que use a API DNS do seu provedor de DNS " "para emitir um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -285,7 +289,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -296,7 +300,13 @@ msgstr "" "entradas aqui no formato 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -305,7 +315,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura privada da API no formato PEM" @@ -325,11 +335,11 @@ msgstr "" "configurados, a emissão dos certificados pode demorar um pouco. Verifique os " "registos log para ver o progresso e quaisquer erros." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Normalmente, NÃO se trata de um endereço de correio eletrónico" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -343,35 +353,35 @@ msgstr "" "IP do router. O modo DNS é também o único modo que suporta certificados " "curinga. A utilização deste modo requer a instalação do pacote acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Use uma AC personalizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Use o servidor de estágio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Método de validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Diretório webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/pt_BR/acme.po b/applications/luci-app-acme/po/pt_BR/acme.po index 2345de5b5107..7d6b3695b2c0 100644 --- a/applications/luci-app-acme/po/pt_BR/acme.po +++ b/applications/luci-app-acme/po/pt_BR/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "Certificados ACME" msgid "ACME global config" msgstr "Configuração global ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL do Servidor ACME" @@ -32,11 +32,15 @@ msgstr "URL do Servidor ACME" msgid "Account email" msgstr "E-mail da conta" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Conteúdo Base64 da chave privada. Use em vez do YC_SA_Key_File_Path" @@ -44,15 +48,15 @@ msgstr "Conteúdo Base64 da chave privada. Use em vez do YC_SA_Key_File_Path" 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:82 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:74 msgid "Certificate config" msgstr "Configuração do certificado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Certificados" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Aliás do Desafio" @@ -60,44 +64,44 @@ msgstr "Aliás do Desafio" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "URL do Servidor ACME Customizado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "API do DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "Credenciais do API DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Dias até a renovação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Padrão" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Aliás do Domínio" -#: 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:110 msgid "Domain names" msgstr "Nomes de domínio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -107,7 +111,7 @@ msgstr "" "do assunto, os nomes subsequentes serão nomes alternativos. Observe que " "todos os nomes de domínio devem apontar para o roteador no DNS global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -115,11 +119,11 @@ msgstr "" "Ex. _acme-challenge.example.com:12345:98765 alias.example.com:111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bits" @@ -131,7 +135,7 @@ msgstr "O endereço de email para associar à chave da conta." msgid "Enable debug logging" msgstr "Ativar o registro de depuração" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Ativado" @@ -139,11 +143,11 @@ msgstr "Ativado" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Configurações gerais" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -167,23 +171,23 @@ msgstr "" msgid "Import" msgstr "Importar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Instalar pacote %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Emitido em" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Tamanho (e tipo) da chave para o certificado gerado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Tamanho da chave" @@ -191,77 +195,77 @@ msgstr "Tamanho da chave" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Domínio principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "O OCID do locatário que contém a zona de DNS de destino" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID do usuário com permissão para adicionar ou remover os registros das " "zonas" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Abra o DuckDNS e copie um token aqui" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "O pacote não está instalado" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "Caminho para API privada assinando o arquivo chave em formato PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Chave privada" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Certificado público" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Consulte as instruções" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Deve apontar para a região do domicílio do locatário" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Independente" -#: 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:88 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 " @@ -273,7 +277,7 @@ msgstr "" "solicitar um certificado. O modo DNS permitirá vocÊ a usar a API de DNS do " "seu provedor DNS para solicitar um certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -282,7 +286,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -293,7 +297,13 @@ msgstr "" "entradas aqui no formato 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -302,7 +312,7 @@ msgstr "" "detalhes sobre este processo. O LUCI é compatível apenas com um desafio " "aliás por certificado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "A chave de assinatura da API privada no formato PEM" @@ -322,11 +332,11 @@ msgstr "" "configurados, a emissão dos certificados pode demorar um pouco. Verifique os " "registros log para ver os progressos e quaisquer outros erros." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Geralmente isso não é um endereço de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -341,35 +351,35 @@ msgstr "" "compatível com certificados curinga. O uso desse modo requer que o pacote " "acme-dnsapi esteja instalado." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Use uma CA customizada." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Use o servidor de encenação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Método de Validação" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Validação do Desafio" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Diretório Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/ro/acme.po b/applications/luci-app-acme/po/ro/acme.po index 808f0e7d1912..a3fbcbbcd3f2 100644 --- a/applications/luci-app-acme/po/ro/acme.po +++ b/applications/luci-app-acme/po/ro/acme.po @@ -11,7 +11,7 @@ msgstr "" "20)) ? 1 : 2;\n" "X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -25,7 +25,7 @@ msgstr "Certificate ACME" msgid "ACME global config" msgstr "Configurare globală ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "Adresa URL a server-ului ACME" @@ -33,11 +33,15 @@ msgstr "Adresa URL a server-ului ACME" msgid "Account email" msgstr "Adresa de e-mail a contului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Setări avansate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Conținutul Base64 al cheii private. A se utiliza în locul lui " @@ -47,15 +51,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:82 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:74 msgid "Certificate config" msgstr "Configurarea certificatului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Certificate" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Alias de provocare" @@ -63,44 +67,44 @@ msgstr "Alias de provocare" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "URL-ul personalizat al directorului serverului ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "credențiale DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Zile până la reînnoire" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Implicit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Aliasul domeniului" -#: 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:110 msgid "Domain names" msgstr "Numele domeniului" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -110,7 +114,7 @@ msgstr "" "subiectului, următoarele nume vor fi alternative. Ține minte că toate numele " "domeniului trebuie să ducă la router în DNS-ul global." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -118,11 +122,11 @@ msgstr "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 biți" @@ -134,7 +138,7 @@ msgstr "Adresa de email ce va fi asociată cu cheia contului." msgid "Enable debug logging" msgstr "Activați jurnalizarea de depanare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "activat" @@ -142,11 +146,11 @@ msgstr "activat" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Setări generale" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -170,23 +174,23 @@ msgstr "" msgid "Import" msgstr "Importați" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Instalarea pachetului %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Emis la" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Dimensiunea (și tipul) cheii pentru certificatul generat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Dimensiunea cheii" @@ -194,78 +198,78 @@ msgstr "Dimensiunea cheii" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Domeniul principal" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID al locației care conține zona DNS țintă" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" "OCID al utilizatorului care are permisiunea de a adăuga/elimina înregistrări " "din zone" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Deschideți DuckDNS și copiați un " "token aici" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "Pachetul nu este instalat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "Calea către fișierul cu cheia privată de semnare API în format PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Cheia privată" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Certificat public" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 biți" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Vedeți instrucțiunile" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Ar trebui să indice regiunea de domiciliu a chiriașilor" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "De sine stătător" -#: 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:88 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 " @@ -277,7 +281,7 @@ msgstr "" "emite un certificat. Modul DNS îți va permite să folosești API-ul DNS al " "provider-ului DNS pentru a emite un certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -286,7 +290,7 @@ msgstr "" "Consultați %s pentru detalii despre acest proces. LUCI acceptă doar un " "singur alias de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -297,7 +301,13 @@ msgstr "" "intrări aici în 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -306,7 +316,7 @@ msgstr "" "%s pentru detalii despre acest proces. LUCI acceptă doar un singur domeniu " "de provocare pentru fiecare certificat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "Cheia privată de semnare API în format PEM" @@ -326,11 +336,11 @@ msgstr "" "a routerului. Odată configurată, emiterea certificatelor poate dura ceva " "timp. Verificați jurnalele pentru a vedea progresul și eventualele erori." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Aceasta NU este, de obicei, o adresă de e-mail" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -345,35 +355,35 @@ msgstr "" "certificate wildcard. Utilizarea acestui mod necesită instalarea pachetului " "acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Utilizați un CA personalizat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Utilizați serverul staging" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Metoda de validare" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Validarea provocării" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Directorul webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index 976097a78a52..d3cd852df6cd 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -11,7 +11,7 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "Доменное имя с * доступно только когда Метод проверки: DNS" @@ -25,7 +25,7 @@ msgstr "Сертификаты ACME" msgid "ACME global config" msgstr "Глобальная конфигурация ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL сервера ACME" @@ -33,11 +33,15 @@ msgstr "URL сервера ACME" msgid "Account email" msgstr "Электронная почта учётной записи" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Дополнительные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 содержимое приватного ключа. Используйте вместо YC_SA_Key_File_Path" @@ -46,15 +50,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "Конфигурация сертификата" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Сертификаты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Псевдонимы вызова" @@ -62,44 +66,44 @@ msgstr "Псевдонимы вызова" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "URL-адрес пользовательского каталога сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "Данные для доступа к DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Дней до продления" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "По умолчанию" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "Доменные имена" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -109,7 +113,7 @@ msgstr "" "(subject name), следующие имена — дополнительные (alt names). Все доменные " "имена должны указывать на маршрутизатор в глобальной DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -117,11 +121,11 @@ msgstr "" "Например: _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 бита" @@ -133,7 +137,7 @@ msgstr "E-mail адрес для привязки ключа аккаунта." msgid "Enable debug logging" msgstr "Записывать в журнал данные для отладки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Включено" @@ -141,11 +145,11 @@ msgstr "Включено" msgid "Found DDNS domains" msgstr "Найдены домены DDNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Основные настройки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -169,23 +173,23 @@ msgstr "" msgid "Import" msgstr "Импортировать" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Установить пакет %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Выпущен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Размер (и тип) ключа для сгенерированного сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Размер ключа" @@ -193,76 +197,76 @@ msgstr "Размер ключа" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Главный домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID арендатора, содержащего целевую зону DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID пользователя, имеющего право добавлять/удалять записи из зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Зайдите на DuckDNS и скопируйте " "токен сюда" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "Пакет не установлен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "Путь к ключу приватного API в PEM формате" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Приватный ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Публичный сертификат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 бита" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 бит" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Смотрите инструкции" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Должен указывать на домашний регион арендатора" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -275,7 +279,7 @@ msgstr "" "через DNS позволит вам использовать API DNS вашего провайдера DNS для " "выпуска сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -284,7 +288,7 @@ msgstr "" "этого процесса см. на сайте %s. LUCI поддерживает только один псевдоним " "вызова для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -295,7 +299,13 @@ msgstr "" "в формате переменной оболочки KEY=VAL, чтобы предоставить несколько " "переменных учетных данных." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -303,7 +313,7 @@ msgstr "" "Псевдоним домена для ВСЕХ доменов. Подробнее об этом процессе см. %s. LUCI " "поддерживает только один контрольный домен для каждого сертификата." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "Приватный ключ подписи API в PEM формате" @@ -323,11 +333,11 @@ msgstr "" "IP-адрес маршрутизатора. После настройки выдача сертификатов может занять " "некоторое время. Проверьте журналы на наличие прогресса и ошибок." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Обычно это НЕ адрес электронной почты" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -342,35 +352,35 @@ msgstr "" "сертификаты. Для использования этого режима необходимо установить пакет acme-" "dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Использовать другой Центр Сертификации (CA)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Использовать тестовый сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Метод проверки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot подтверждение" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Каталог Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/si/acme.po b/applications/luci-app-acme/po/si/acme.po index 5ace421164c3..526608b7f3ae 100644 --- a/applications/luci-app-acme/po/si/acme.po +++ b/applications/luci-app-acme/po/si/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.5\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "" @@ -32,11 +32,15 @@ msgstr "" msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +48,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -60,61 +64,61 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "ව.නා.ප." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "වසම් නාම" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "" @@ -126,7 +130,7 @@ msgstr "" msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "" @@ -134,11 +138,11 @@ msgstr "" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -158,23 +162,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "" @@ -182,74 +186,74 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -257,26 +261,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -290,11 +300,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -303,35 +313,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po index 4b010518e8b1..00ee9213d2e4 100644 --- a/applications/luci-app-acme/po/sk/acme.po +++ b/applications/luci-app-acme/po/sk/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.14.1\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME certifikáty" msgid "ACME global config" msgstr "ACME globálna konfigurácia" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "" @@ -32,11 +32,15 @@ msgstr "" msgid "Account email" msgstr "E-mail účtu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +48,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "Konfigurácia certifikátov" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -60,44 +64,44 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "Prihlasovacie údaje DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Alias domény" -#: 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:110 msgid "Domain names" msgstr "Domény" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -106,17 +110,17 @@ msgstr "" "Domény v certifikáte. Prvá bude názov subjektu, ďalšie budú alternatívne " "názvy. Všetky domény musia smerovať na router v globálnom DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "" @@ -128,7 +132,7 @@ msgstr "E-mailová adresa k účtu." msgid "Enable debug logging" msgstr "Povoliť detailné záznamy" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Zapnuté" @@ -136,11 +140,11 @@ msgstr "Zapnuté" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 #, fuzzy msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " @@ -163,23 +167,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Dĺžka (a typ) kľúča pre generovaný certifikát." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Dĺžka kľúča" @@ -187,74 +191,74 @@ msgstr "Dĺžka kľúča" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -262,13 +266,13 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 #, fuzzy msgid "" "The credentials for the DNS API mode selected above. See %s for the format " @@ -279,13 +283,19 @@ msgstr "" "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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -299,11 +309,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -312,35 +322,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/sv/acme.po b/applications/luci-app-acme/po/sv/acme.po index 00f513f6ea69..6e0aa1eb0417 100644 --- a/applications/luci-app-acme/po/sv/acme.po +++ b/applications/luci-app-acme/po/sv/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.1-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME-certifikat" msgid "ACME global config" msgstr "Global konfiguration för ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL för ACME-servern" @@ -32,11 +32,15 @@ msgstr "URL för ACME-servern" msgid "Account email" msgstr "E-postkonto" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Avancerade inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64-innehåll av den privata nyckeln. Använd istället för " @@ -46,15 +50,15 @@ msgstr "" msgid "Cert files are stored in" msgstr "Där certifikat och andra tillståndsfiler sparas." -#: 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:74 msgid "Certificate config" msgstr "Konfiguration för certifikatet" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Alias för utmaningen" @@ -62,44 +66,44 @@ msgstr "Alias för utmaningen" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "Anpassad URL för katalogen till ACME-servern." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "API för DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Dagar till förnyelse" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Standard" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Alias för domänen" -#: 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:110 msgid "Domain names" msgstr "Domännamn" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -109,7 +113,7 @@ msgstr "" "Efterföljande namn blir alternativa namn. Notera att alla domännamn måste " "peka på routern i den globala DNS:en." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -117,11 +121,11 @@ msgstr "" "T.ex. _acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bitar" @@ -133,7 +137,7 @@ msgstr "E-postadress att koppla till kontonyckeln." msgid "Enable debug logging" msgstr "Aktivera logg för avlusning" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Aktiverad" @@ -141,11 +145,11 @@ msgstr "Aktiverad" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Generella inställningar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -169,23 +173,23 @@ msgstr "" msgid "Import" msgstr "Importera" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Utfärdades den" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Nyckelstorlek (och typ) för det genererade certifikatet." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Nyckelstorlek" @@ -193,74 +197,74 @@ msgstr "Nyckelstorlek" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Huvuddomän" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "Genväg till den privata API'ns signeringsnyckel i PEM-format" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Privat nyckel" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Publikt certifikat" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bitar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Läs instruktionerna" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Fristående" -#: 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:88 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 " @@ -272,26 +276,32 @@ msgstr "" "att utfärda ett. DNS-lägen tillåter dig att använde din DNS-tjänsts DNS API " "för att utfärda ett certifikat." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "Den privata API'ns signeringsnyckel i PEM-format" @@ -305,11 +315,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Det här är vanligtvis INTE en e-postadress" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -318,35 +328,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Använd en anpassad CA." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Använd iscensättningsserver" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Valideringsmetod" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "Webbrot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Webbrotskatalog" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/templates/acme.pot b/applications/luci-app-acme/po/templates/acme.pot index 39eed7ae910d..863016243810 100644 --- a/applications/luci-app-acme/po/templates/acme.pot +++ b/applications/luci-app-acme/po/templates/acme.pot @@ -1,7 +1,7 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -15,7 +15,7 @@ msgstr "" msgid "ACME global config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "" @@ -23,11 +23,15 @@ msgstr "" msgid "Account email" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -35,15 +39,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "" @@ -51,61 +55,61 @@ msgstr "" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "" @@ -117,7 +121,7 @@ msgstr "" msgid "Enable debug logging" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "" @@ -125,11 +129,11 @@ msgstr "" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -149,23 +153,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "" @@ -173,74 +177,74 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -248,26 +252,32 @@ msgid "" "to issue a certificate." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s 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:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s 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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s 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:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -281,11 +291,11 @@ msgid "" "errors." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -294,35 +304,35 @@ msgid "" "the acme-dnsapi package to be installed." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/tr/acme.po b/applications/luci-app-acme/po/tr/acme.po index 77af8027ea60..d634e594761c 100644 --- a/applications/luci-app-acme/po/tr/acme.po +++ b/applications/luci-app-acme/po/tr/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME sertifikaları" msgid "ACME global config" msgstr "ACME evrensel yapılandırma" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "ACME sunucu URL'si" @@ -32,11 +32,15 @@ msgstr "ACME sunucu URL'si" msgid "Account email" msgstr "Hesap e-postası" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "Özel anahtarın Base64 içeriği. YC_SA_Key_File_Path yerine kullanın" @@ -44,15 +48,15 @@ msgstr "Özel anahtarın Base64 içeriği. YC_SA_Key_File_Path yerine kullanın" 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:82 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:74 msgid "Certificate config" msgstr "Sertifika yapılandırması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Sertifikalar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Challenge Takma Adı" @@ -60,44 +64,44 @@ msgstr "Challenge Takma Adı" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "Özel ACME sunucu dizini URL'si." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS API bilgileri" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Yenilemeye kalan gün sayısı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Varsayılan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Alan Takma Adı" -#: 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:110 msgid "Domain names" msgstr "Alan adları" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -107,7 +111,7 @@ msgstr "" "alternatif adlar olacak. Domain adlarının evrensel DNS'de router'ı " "göstermesi gerektiğini unutmayın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -115,11 +119,11 @@ msgstr "" "Örneğin. _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bit" @@ -131,7 +135,7 @@ msgstr "Hesap anahtarına bağlanacak e-posta adresi." msgid "Enable debug logging" msgstr "Hata ayıklama günlüğünü etkinleştir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Etkin" @@ -139,11 +143,11 @@ msgstr "Etkin" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Genel Ayarlar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -167,23 +171,23 @@ msgstr "" msgid "Import" msgstr "İçe aktar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Kurulum paketi %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Yayınlandığı tarih" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Oluşturulmuş sertifika için anahtar boyutu (ve türü)." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Anahtar boyutu" @@ -191,76 +195,76 @@ msgstr "Anahtar boyutu" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Ana Etki Alanı" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "Hedef DNS bölgesini içeren kiracılığın OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "Bölgelere kayıt ekleme/kaldırma iznine sahip kullanıcının OCID'si" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "DuckDNS'yi açın ve buraya bir token " "kopyalayın" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "Paket kurulu değil" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "PEM biçiminde özel API imzalama anahtarı dosyasının yolu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Özel anahtar" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Herkese Açık Sertifika" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Talimatlara bakın" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Kiracının bulunduğu bölgeyi işaret etmelidir" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Bağımsız" -#: 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:88 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 " @@ -272,7 +276,7 @@ msgstr "" "kullanır. DNS modu, bir sertifika vermek için DNS sağlayıcınızın DNS " "API'sini kullanmanıza izin verir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -281,7 +285,7 @@ msgstr "" "adresine göz atın. LUCI sertifika başına sadece bir tane challenge takma " "adını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -292,7 +296,13 @@ msgstr "" "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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -301,7 +311,7 @@ msgstr "" "için %s adresine göz atın. LUCI, sertifika başına yalnızca bir challenge " "alanını destekler." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "PEM biçimindeki özel API imzalama anahtarı" @@ -322,11 +332,11 @@ msgstr "" "biraz zaman alabilir. İlerleme ve herhangi bir hata için günlük kayıtlarına " "bakın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Bu genellikle bir e-posta adresi DEĞİLDİR" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -341,35 +351,35 @@ msgstr "" "sertifikalarını destekleyen tek moddur. Bu modu kullanmak, acme-dnsapi " "paketinin yüklenmesini gerektirir." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Özel bir CA kullanın." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Aşama sunucusu kullan" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Doğrulama yöntemi" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Zorluk Doğrulaması" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Webroot dizini" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/uk/acme.po b/applications/luci-app-acme/po/uk/acme.po index fda3c07e27ef..719b04fcba80 100644 --- a/applications/luci-app-acme/po/uk/acme.po +++ b/applications/luci-app-acme/po/uk/acme.po @@ -11,7 +11,7 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -25,7 +25,7 @@ msgstr "Сертифікати ACME" msgid "ACME global config" msgstr "Глобальні налаштування ACME" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "URL-адреса сервера ACME" @@ -33,11 +33,15 @@ msgstr "URL-адреса сервера ACME" msgid "Account email" msgstr "Електронна адреса пошти облікового запису" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Розширені налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" "Base64 вміст приватного ключа. Використовувати замість YC_SA_Key_File_Path" @@ -46,15 +50,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "Параметри сертифіката" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "Сертифікати" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Псевдоніми виклику" @@ -62,44 +66,44 @@ msgstr "Псевдоніми виклику" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "URL-адреса каталогу користувацького сервера ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "Облікові дані DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Днів до поновлення" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "За замовчуванням" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "Імена домену" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -110,7 +114,7 @@ msgstr "" "Запримітьте, що всі доменні імена повинні вказувати на маршрутизатор у " "глобальному DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -118,11 +122,11 @@ msgstr "" "Наприклад, _acme-challenge.example.com:12345:98765 alias.example." "com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 біт" @@ -135,7 +139,7 @@ msgstr "" msgid "Enable debug logging" msgstr "Увімкнути системний журнал" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Увімкнено" @@ -143,11 +147,11 @@ msgstr "Увімкнено" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Загальні налаштування" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -171,23 +175,23 @@ msgstr "" msgid "Import" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "Видано на" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Розмір (і тип) ключа для згенерованого сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Тип ключа" @@ -195,76 +199,76 @@ msgstr "Тип ключа" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "Основний домен" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "OCID оренди, яка містить цільову DNS-зону" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "OCID користувача з правом додавання/видалення записів із зон" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" "Відкрийте DuckDNS і скопіюйте токен " "сюди" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "Шлях до приватного файлу ключа підпису API у форматі PEM" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "Приватний ключ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "Публічний сертифікат" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 біт" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "Дивіться інструкції" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "Має вказувати на регіон проживання орендаря" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -276,7 +280,7 @@ msgstr "" "видачі сертифіката. Режим DNS дозволить вам використовувати API DNS вашого " "постачальника DNS для видачі сертифіката." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -284,7 +288,7 @@ msgstr "" "Псевдонім виклику для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про " "цей процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -295,7 +299,13 @@ msgstr "" "форматі змінної оболонки KEY=VAL, щоб надати декілька змінних облікових " "даних." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -303,7 +313,7 @@ msgstr "" "Псевдонім домену для ВСІХ доменів. Дивіться %s, щоб дізнатися більше про цей " "процес. LUCI підтримує лише один псевдонім виклику на сертифікат." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "Приватний ключ підпису API у форматі PEM" @@ -323,11 +333,11 @@ msgstr "" "Після налаштування видача сертифікатів може зайняти деякий час. Перевірте " "журнали на наявність прогресу та будь-яких помилок." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "Зазвичай це НЕ адреса електронної пошти" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -342,35 +352,35 @@ msgstr "" "підстановочні сертифікати. Для використання цього режиму потрібно встановити " "пакет acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Використовувати інший ЦС." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Використовувати проміжний сервер" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Метод перевірки" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Перевірка викликів" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Тека Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/vi/acme.po b/applications/luci-app-acme/po/vi/acme.po index b3e0fef87878..c024a028dd71 100644 --- a/applications/luci-app-acme/po/vi/acme.po +++ b/applications/luci-app-acme/po/vi/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "Chứng chỉ ACME" msgid "ACME global config" msgstr "Cấu hình ACME toàn cầu" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "Đường dẫn máy chủ ACME" @@ -32,11 +32,15 @@ msgstr "Đường dẫn máy chủ ACME" msgid "Account email" msgstr "Tài khoản email" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "Cài đặt Nâng cao" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "" @@ -44,15 +48,15 @@ msgstr "" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "Cấu hình chứng chỉ" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Bí danh" @@ -60,44 +64,44 @@ msgstr "Bí danh" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "Tùy chỉnh đường dẫn máy chủ ACME." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "Thông tin đăng nhập DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "Cho đến ngày được làm mới" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "Default (Mặc định)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" msgstr "Tên miền bí danh" -#: 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:110 msgid "Domain names" msgstr "Tên miền" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -107,17 +111,17 @@ msgstr "" "tiếp theo sẽ là tên thay thế. Lưu ý rằng tất cả các tên miền phải trỏ đến bộ " "định tuyến trong DNS." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 bit" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 bit" @@ -129,7 +133,7 @@ msgstr "Tài khoản email phải được kết hợp với chìa khóa của t msgid "Enable debug logging" msgstr "Kích hoạt nhật ký bug" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "Kích Hoạt" @@ -137,11 +141,11 @@ msgstr "Kích Hoạt" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "Các cài đặt chung" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -163,23 +167,23 @@ msgstr "" msgid "Import" msgstr "Nhập" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "Cài đặt gói %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "Kích thước khóa cho chứng chỉ được tạo." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "Kích thước khóa" @@ -187,74 +191,74 @@ msgstr "Kích thước khóa" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "Gói chưa được cài đặt" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA kích thước 2048 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA kích thước 3072 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA kích thước 4096 bits" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" msgstr "Biệt lập" -#: 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:88 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 " @@ -266,7 +270,7 @@ msgstr "" "sẽ cho phép bạn sử dụng API DNS của nhà cung cấp DNS của bạn để cấp chứng " "chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -274,7 +278,7 @@ msgstr "" "Bí danh thử thách để sử dụng cho TẤT CẢ các miền. Xem %s để biết chi tiết về " "quy trình này. LUCI chỉ hỗ trợ một bí danh thách thức cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -284,7 +288,13 @@ msgstr "" "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:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -292,7 +302,7 @@ msgstr "" "Bí danh tên miền để sử dụng cho TẤT CẢ tên miền. Xem %s để biết chi tiết về " "quy trình này. LUCI chỉ hỗ trợ một miền thử thách cho mỗi chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "" @@ -312,11 +322,11 @@ msgstr "" "việc cấp chứng chỉ có thể mất một lúc. Kiểm tra nhật ký để biết tiến độ và " "bất kỳ lỗi nào." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -330,35 +340,35 @@ msgstr "" "cũng là chế độ duy nhất hỗ trợ chứng chỉ ký tự đại diện. Sử dụng chế độ này " "yêu cầu phải cài đặt gói acme-dnsapi." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "Sử dụng tùy chỉnh nhà cung cấp chứng chỉ." -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "Sử dụng máy chủ tạm" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "Phương thức thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Thẩm định" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Đường dẫn Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/zh_Hans/acme.po b/applications/luci-app-acme/po/zh_Hans/acme.po index 43697032e34b..84ae69e90ec7 100644 --- a/applications/luci-app-acme/po/zh_Hans/acme.po +++ b/applications/luci-app-acme/po/zh_Hans/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME 证书" msgid "ACME global config" msgstr "ACME 全局配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "ACME 服务器 URL" @@ -32,11 +32,15 @@ msgstr "ACME 服务器 URL" msgid "Account email" msgstr "电子邮件帐户" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "高级设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私钥的 Base64 格式内容,不使用 YC_SA_Key_File_Path" @@ -44,15 +48,15 @@ msgstr "私钥的 Base64 格式内容,不使用 YC_SA_Key_File_Path" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "证书配置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "质询别名" @@ -60,44 +64,44 @@ msgstr "质询别名" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "自定义 ACME 服务器目录 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS API 凭证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "续约前天数" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "默认" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "域名" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -106,7 +110,7 @@ msgstr "" "证书中要包含的域名。第一个名字将是主题名,后面的名字将是主题备用名称。请注" "意,所有域名都必须在路由中指向全局 DNS。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -114,11 +118,11 @@ msgstr "" "如,_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC 256 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC 384 位" @@ -130,7 +134,7 @@ msgstr "与帐户密钥关联的电子邮件地址。" msgid "Enable debug logging" msgstr "启用调试日志记录" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "已启用" @@ -138,11 +142,11 @@ msgstr "已启用" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "常规设置" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -162,23 +166,23 @@ msgstr "如未及时续签证书,你会在到期前20天收到通知。" msgid "Import" msgstr "导入" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "安装软件包 %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "颁发于" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "生成的证书的密钥长度(和类型)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "密钥长度" @@ -186,74 +190,74 @@ msgstr "密钥长度" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目标 DNS 区域的租约的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "有权从区域删除记录/将记录添加到区域的的用户的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "打开 DuckDNS 并在此复制令牌" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "依赖包未安装" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私密 API 签名密钥文件的路径" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "私钥" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "公钥证书" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA 2048 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA 3072 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA 4096 位" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "见操作指南" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "应指向租约主区域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -263,7 +267,7 @@ msgstr "" "独立模式将使用 acme.sh 的内置 Web 服务器来颁发证书。Webroot 模式将使用现有的 " "Web 服务器来颁发证书。DNS 模式将允许您使用 DNS 提供商的 DNS API 颁发证书。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -271,7 +275,7 @@ msgstr "" "用于所有域名的质询别名(challenge alias)。有关此过程的详细信息,请参阅 %s。" "LUCI 每个证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -280,7 +284,13 @@ msgstr "" "上面选择的 DNS API 模式的凭据。请参阅 %s 以了解每个 API 所需的凭据格式。在此" "处以 KEY=VAL shell 变量格式添加多个条目,以提供多个凭据变量。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -288,7 +298,7 @@ msgstr "" "用于所有域名的别名(domain alias)。有关此过程的详细信息,请参阅 %s。LUCI 每个" "证书只支持一个质询别名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私密 API 签名密钥" @@ -305,11 +315,11 @@ msgstr "" "证书。请注意,证书中的域名必须已经配置为指向路由器的公网 IP 地址。配置完成" "后,颁发证书可能需要一段时间。从日志中查看签署进度和错误。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "这通常不是一个电子邮箱地址" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -321,35 +331,35 @@ msgstr "" "用 API 的列表,请参阅 %s。在 DNS 模式下,域名不必解析为路由器IP。DNS 模式也是" "唯一支持通配符证书的模式。使用此模式需要安装 acme-dnsapi 包。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "使用自定义证书颁发机构代。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "使用临时服务器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "验证方式" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot 质询验证" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Webroot 文件夹" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index 0d0622f50d8c..3525adfa19f3 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 5.5.3\n" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:136 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:128 msgid "" "A domain name with wildcard * available only when the Validation Method: DNS" msgstr "" @@ -24,7 +24,7 @@ msgstr "ACME證書" msgid "ACME global config" msgstr "ACME 全域組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:579 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:571 msgid "ACME server URL" msgstr "ACME 伺服器 URL" @@ -32,11 +32,15 @@ msgstr "ACME 伺服器 URL" msgid "Account email" msgstr "電子郵件帳號" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:90 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:82 msgid "Advanced Settings" msgstr "進階設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:500 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:661 +msgid "After import check the added domain certificate configurations." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:492 msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path" msgstr "私鑰的 Base64 內容。不使用 YC_SA_Key_File_Path" @@ -44,15 +48,15 @@ msgstr "私鑰的 Base64 內容。不使用 YC_SA_Key_File_Path" msgid "Cert files are stored in" 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:74 msgid "Certificate config" msgstr "憑證組態" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:736 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:767 msgid "Certificates" msgstr "憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:521 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:513 msgid "Challenge Alias" msgstr "Challenge 別名" @@ -60,44 +64,44 @@ msgstr "Challenge 別名" msgid "Configure" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Custom ACME server directory URL." msgstr "自訂 ACME 伺服器的 URL。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:94 msgid "DNS" msgstr "DNS" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:152 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:144 msgid "DNS API" msgstr "DNS API" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:511 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:503 msgid "DNS API credentials" msgstr "DNS API 憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:89 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:81 msgid "DNS Challenge Validation" msgstr "DNS Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:599 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:591 msgid "Days until renewal" msgstr "更新前的天數" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:146 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:138 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:574 msgid "Default" msgstr "預設" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:530 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 msgid "Domain Alias" 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:110 msgid "Domain names" msgstr "網域名稱" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:119 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:111 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 " @@ -106,7 +110,7 @@ msgstr "" "憑證包含的網域名稱;第一個域名將作為「主體名稱」,其他則為「主體備用名稱」。" "請注意:所有域名都必須在全域 DNS 中解析為路由器的 IP 位址。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:477 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:469 msgid "" "E.g. _acme-challenge.example.com:12345:98765 alias.example.com:11111" @@ -114,11 +118,11 @@ msgstr "" "如_acme-challenge.example.com:12345:98765 alias.example.com:11111" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:553 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:545 msgid "ECC 256 bits" msgstr "ECC(256 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:554 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:546 msgid "ECC 384 bits" msgstr "ECC(384 位元)" @@ -132,7 +136,7 @@ msgstr "" msgid "Enable debug logging" msgstr "啟用除錯日誌記錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:84 msgid "Enabled" msgstr "啟用" @@ -140,11 +144,11 @@ msgstr "啟用" msgid "Found DDNS domains" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:79 msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:590 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:582 msgid "" "Get certificate from the Letsencrypt staging server (use for testing; the " "certificate won't be valid)." @@ -164,23 +168,23 @@ msgstr "如果憑證未及時續訂,您將在到期前 20 天收到通知。" msgid "Import" msgstr "匯入" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:110 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:102 msgid "Install package %s" msgstr "安裝套件 %s" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:131 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:123 msgid "Invalid domain. Allowed lowercase a-z, numbers and hyphen -" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:718 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:749 msgid "Issued on" msgstr "簽發於" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:548 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 msgid "Key size (and type) for the generated certificate." msgstr "產生憑證的金鑰大小(和型別)。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:547 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 msgid "Key type" msgstr "金鑰大小" @@ -188,74 +192,74 @@ msgstr "金鑰大小" msgid "Log View" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:715 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:746 msgid "Main Domain" msgstr "主域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:436 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:428 msgid "OCID of tenancy that contains the target DNS zone" msgstr "包含目標 DNS 區域租約的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:439 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:431 msgid "OCID of user with permission to add/remove records from zones" msgstr "有權在區域中新增/刪除記錄的使用者的 OCID" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:342 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:334 msgid "" "Open DuckDNS and copy a token here" msgstr "打開 DuckDNS 並在此處複製權杖" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:109 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 msgid "Package is not installed" msgstr "套件尚未安裝" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:445 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:437 msgid "Path to private API signing key file in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰檔案的路徑" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:716 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:747 msgid "Private Key" msgstr "私鑰" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:717 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:748 msgid "Public Certificate" msgstr "公共憑證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:550 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:542 msgid "RSA 2048 bits" msgstr "RSA(2048 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:551 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:543 msgid "RSA 3072 bits" msgstr "RSA(3072 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:552 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:544 msgid "RSA 4096 bits" msgstr "RSA(4096 位元)" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:540 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:532 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:303 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:295 msgid "See instructions" msgstr "查看說明" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:44 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:541 -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:581 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:533 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:573 msgid "See more" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:442 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:434 msgid "Should point to the tenancy home region" msgstr "應指向租約區域" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:100 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:92 msgid "Standalone" 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:88 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 " @@ -266,7 +270,7 @@ msgstr "" "用現存的 Web 伺服器,「DNS 模式」允許您使用 DNS 服務提供者的 DNS API 來頒發憑" "證。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:522 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:514 msgid "" "The challenge alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge alias per certificate." @@ -274,7 +278,7 @@ msgstr "" "所有網域使用的 Challenge 別名;請參閱 %s 以獲得行程的詳細資訊。LuCI 僅支援每" "個憑證擁有唯一 Challenge 別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:512 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:504 msgid "" "The credentials for the DNS API mode selected above. See %s for the format " "of credentials required by each API. Add multiple entries here in KEY=VAL " @@ -283,7 +287,13 @@ msgstr "" "上面已選擇 DNS API 的憑證;請參閱 %s 以獲得每個 API 所需的憑證格式。要提供多" "個憑證變數,請輸入格式為 KEY=VAL 的多個項目。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:685 +msgid "" +"The domain %s in DDNS %s already was configured in %s. Please check it after " +"the import." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:523 msgid "" "The domain alias to use for ALL domains. See %s for the details of this " "process. LUCI only supports one challenge domain per certificate." @@ -291,7 +301,7 @@ msgstr "" "所有網域使用的網域別名;請參閱 %s 以獲得該行程的詳細資訊。LuCI 僅支援每個憑證" "擁有唯一網域別名。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:448 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:440 msgid "The private API signing key in PEM format" msgstr "PEM 格式的私有 API 簽章金鑰" @@ -309,11 +319,11 @@ msgstr "" "Let's Encrypt 頒發的憑證。請注意:憑證中的域名必須指向路由器公共 IP 位址。配" "置完成後憑證的頒發需要一段時間,請檢視日誌來取得其進展和任何錯誤。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:364 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:356 msgid "This is usually NOT an email address" msgstr "這通常不是電子郵件地址" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:153 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:145 msgid "" "To use DNS mode to issue certificates, set this to the name of a DNS API " "supported by acme.sh. See %s for the list of available APIs. In DNS mode, " @@ -326,35 +336,35 @@ msgstr "" "援「萬用字元憑證」的唯一模式。請注意:必須安裝 acme-dnsapi 套件後才能使用該模" "式。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:572 msgid "Use a custom CA." msgstr "使用自訂 CA。" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:588 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:580 msgid "Use staging server" msgstr "使用臨時伺服器" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:95 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:87 msgid "Validation method" msgstr "驗證方法" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:539 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:531 msgid "Wait for DNS update" msgstr "" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:101 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:93 msgid "Webroot" msgstr "Webroot" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:88 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:80 msgid "Webroot Challenge Validation" msgstr "Webroot Challenge 驗證" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:142 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:134 msgid "Webroot directory" msgstr "Webroot 目錄" -#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:143 +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js:135 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 " From faefaf1d0dcc493d46e935e6210323a61e2546b3 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Tue, 4 Jun 2024 17:25:57 +0300 Subject: [PATCH 24/25] luci-app-acme: DDNS import: also create a wildcard domain Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme/acme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index 4975cfe21a08..1e77b4dd8a41 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -648,7 +648,7 @@ function _collectDdnsDomains() { if (credentials.length > 0) { ddnsDomains.push({ sectionId: ddnsService['.name'], - domains: [ddnsService['domain']], + domains: [ddnsService['domain'], '*.' + ddnsService['domain']], dnsApi: dnsApi, credentials: credentials, }); From 7b3206da4f130cb75da6f821209cad8b66826891 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Fri, 7 Jun 2024 23:11:23 +0300 Subject: [PATCH 25/25] luci-app-acme: wildcards * require Validation method: DNS Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/acme/acme.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index 1e77b4dd8a41..5872d028dee7 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -125,7 +125,7 @@ return view.extend({ if (value.startsWith('*')) { let method = this.section.children.filter(function (o) { return o.option == 'validation_method'; })[0].formvalue(section_id); if (method && method !== 'dns') { - return _('A domain name with wildcard * available only when the Validation Method: DNS'); + return _('wildcards * require Validation method: DNS'); } } return true; @@ -670,8 +670,6 @@ function _importDdns(ddnsDomains) { } } } - console.log(certSections); - console.log(certSectionDomains); for (let ddnsDomain of ddnsDomains) { let sectionId = ddnsDomain.sectionId; // ensure unique sectionId