diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-05-12 11:02:57 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-05-12 11:04:36 +0200 |
commit | 4e5ca8a6a0d5981262e7621c2c666aebc621ad11 (patch) | |
tree | ba3b276be2635c094d11909f582a8ebe3de078ea /applications/luci-app-acme/po/zh_Hant | |
parent | 505912f8de137eeda4fc3a551d927aee0103586b (diff) |
luci-app-acme: sync I18n
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-acme/po/zh_Hant')
-rw-r--r-- | applications/luci-app-acme/po/zh_Hant/acme.po | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/applications/luci-app-acme/po/zh_Hant/acme.po b/applications/luci-app-acme/po/zh_Hant/acme.po index 4676bff39..e3371c95f 100644 --- a/applications/luci-app-acme/po/zh_Hant/acme.po +++ b/applications/luci-app-acme/po/zh_Hant/acme.po @@ -30,14 +30,22 @@ msgstr "" msgid "Certificate config" msgstr "" +#: applications/luci-app-acme/luasrc/model/cbi/acme.lua:107 +msgid "Challenge Alias" +msgstr "" + #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:94 msgid "DNS API" msgstr "" -#: applications/luci-app-acme/luasrc/model/cbi/acme.lua:102 +#: applications/luci-app-acme/luasrc/model/cbi/acme.lua:101 msgid "DNS API credentials" msgstr "" +#: applications/luci-app-acme/luasrc/model/cbi/acme.lua:112 +msgid "Domain Alias" +msgstr "" + #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:88 msgid "Domain names" msgstr "" @@ -83,12 +91,26 @@ msgstr "" msgid "State directory" msgstr "" -#: applications/luci-app-acme/luasrc/model/cbi/acme.lua:103 +#: applications/luci-app-acme/luasrc/model/cbi/acme.lua:108 +msgid "" +"The challenge alias to use for ALL domains. See https://github.com/acmesh-" +"official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " +"only supports one challenge alias per certificate." +msgstr "" + +#: applications/luci-app-acme/luasrc/model/cbi/acme.lua:102 msgid "" "The credentials for the DNS API mode selected above. See https://github.com/" -"Neilpang/acme.sh/tree/master/dnsapi#how-to-use-dns-api for the format of " -"credentials required by each API. Add multiple entries here in KEY=VAL shell " -"variable format to supply multiple credential variables." +"acmesh-official/acme.sh/wiki/dnsapi for the format of credentials required " +"by each API. Add multiple entries here in KEY=VAL shell variable format to " +"supply multiple credential variables." +msgstr "" + +#: applications/luci-app-acme/luasrc/model/cbi/acme.lua:113 +msgid "" +"The domain alias to use for ALL domains. See https://github.com/acmesh-" +"official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " +"only supports one challenge domain per certificate." msgstr "" #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:19 @@ -104,7 +126,7 @@ msgstr "" #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:95 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/Neilpang/acme.sh/tree/master/" +"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 " |