diff options
Diffstat (limited to 'applications/luci-app-acme/po/sk')
-rw-r--r-- | applications/luci-app-acme/po/sk/acme.po | 204 |
1 files changed, 204 insertions, 0 deletions
diff --git a/applications/luci-app-acme/po/sk/acme.po b/applications/luci-app-acme/po/sk/acme.po new file mode 100644 index 0000000000..4731963a5f --- /dev/null +++ b/applications/luci-app-acme/po/sk/acme.po @@ -0,0 +1,204 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2020-06-09 21:41+0000\n" +"Last-Translator: Miloš Leškanič <leskanic@gmail.com>\n" +"Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsacme/sk/>\n" +"Language: sk\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Weblate 4.1-dev\n" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:17 +msgid "ACME certificates" +msgstr "ACME certifikáty" + +#: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 +msgid "ACME certs" +msgstr "ACME certifikáty" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26 +msgid "ACME global config" +msgstr "ACME globálna konfigurácia" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 +msgid "Account email" +msgstr "E-mail účtu" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42 +msgid "Certificate config" +msgstr "Konfigurácia certifikátov" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106 +msgid "Challenge Alias" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93 +msgid "DNS API" +msgstr "DNS API" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100 +msgid "DNS API credentials" +msgstr "Prihlasovacie údaje DNS API" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:111 +msgid "Domain Alias" +msgstr "Alias domény" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87 +msgid "Domain names" +msgstr "Domény" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88 +msgid "" +"Domain names 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 "" +"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:59 +msgid "ECC 256 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60 +msgid "ECC 384 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:35 +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:39 +msgid "Enable debug logging" +msgstr "Povoliť detailné záznamy" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46 +msgid "Enabled" +msgstr "Povolené" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50 +#, fuzzy +msgid "" +"Get certificate from the Letsencrypt staging server (use for testing; the " +"certificate won't be valid)." +msgstr "" +"Získať certifikát z Letsencrypt staging servera (len na testovanie; " +"certifikát nebude platný)." + +#: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3 +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:54 +msgid "Key size" +msgstr "Dĺžka kľúča" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55 +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:56 +msgid "RSA 2048 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57 +msgid "RSA 3072 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58 +msgid "RSA 4096 bits" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:29 +msgid "State directory" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:107 +msgid "" +"The challenge alias to use for ALL domains. See https://github.com/acmesh-" +"official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " +"only supports one challenge alias per certificate." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101 +#, 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." +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." + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112 +msgid "" +"The domain alias to use for ALL domains. See https://github.com/acmesh-" +"official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI " +"only supports one challenge domain per certificate." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:18 +msgid "" +"This configures ACME (Letsencrypt) automatic certificate installation. " +"Simply fill out this to have the router configured with Letsencrypt-issued " +"certificates for the web interface. Note that the domain names in the " +"certificate must already be configured to point at the router's public IP " +"address. Once configured, issuing certificates can take a while. Check the " +"logs for progress and any errors." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94 +msgid "" +"To use DNS mode to issue certificates, set this to the name of a DNS API " +"supported by acme.sh. See https://github.com/acmesh-official/acme.sh/wiki/" +"dnsapi for the list of available APIs. In DNS mode, the domain name does not " +"have to resolve to the router IP. DNS mode is also the only mode that " +"supports wildcard certificates. Using this mode requires the acme-dnsapi " +"package to be installed." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74 +msgid "" +"Update the nginx config with this certificate once issued (only select this " +"for one certificate). Nginx must support ssl, if not it won't start as it " +"needs to be compiled with ssl support to use cert options" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66 +msgid "" +"Update the uhttpd config with this certificate once issued (only select this " +"for one certificate). Is also available luci-app-uhttpd to configure uhttpd " +"form the LuCI interface." +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73 +msgid "Use for nginx" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65 +msgid "Use for uhttpd" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49 +msgid "Use staging server" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81 +msgid "Webroot directory" +msgstr "" + +#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82 +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:30 +msgid "Where certs and other state files are kept." +msgstr "" |