diff options
Diffstat (limited to 'applications/luci-app-radicale2')
37 files changed, 2299 insertions, 602 deletions
diff --git a/applications/luci-app-radicale2/Makefile b/applications/luci-app-radicale2/Makefile index 09551b06f6..aa964d4f51 100644 --- a/applications/luci-app-radicale2/Makefile +++ b/applications/luci-app-radicale2/Makefile @@ -5,7 +5,6 @@ LUCI_DEPENDS:=+luci-compat +radicale2 +rpcd-mod-rad2-enc LUCI_PKGARCH:=all PKG_LICENSE:=Apache-2.0 -PKG_MAINTAINER:=Daniel Dickinson <cshored@thecshore.com> LUA_TARGET:=source diff --git a/applications/luci-app-radicale2/luasrc/controller/radicale2.lua b/applications/luci-app-radicale2/luasrc/controller/radicale2.lua index 7b94552ed6..f8aa553ecb 100644 --- a/applications/luci-app-radicale2/luasrc/controller/radicale2.lua +++ b/applications/luci-app-radicale2/luasrc/controller/radicale2.lua @@ -12,6 +12,7 @@ function index() page = entry({"admin", "services", "radicale2"}, alias("admin", "services", "radicale2", "server"), _("Radicale 2.x")) page.leaf = false + page.acl_depends = { "luci-app-radicale2" } page = entry({"admin", "services", "radicale2", "server"}, cbi("radicale2/server"), _("Server Settings")) page.leaf = true diff --git a/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua b/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua index b352bb46aa..19a7f0c753 100644 --- a/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua +++ b/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua @@ -152,7 +152,7 @@ pass.formvalue = function(self, section) end else -local pass = s:option(Value, "password", translate("Encrypted Password"), translate("Generate this field using an generator for Apache htpasswd-style authentication files (for the hash format you have chosen above), or install python3-passlib to enable the ability to create the hash by entering the plaintext in a field that will appear on this page if python3-passlib is installed.")) +local pass = s:option(Value, "password", translate("Encrypted Password"), translate("Generate this field using a generator for Apache htpasswd-style authentication files (for the hash format you have chosen above), or install python3-passlib to enable the ability to create the hash by entering the plaintext in a field that will appear on this page if python3-passlib is installed.")) pass.password = true pass.rmempty = false diff --git a/applications/luci-app-radicale2/po/zh-cn/radicale2.po b/applications/luci-app-radicale2/po/ar/radicale2.po index 01706805db..6d230e3150 100644 --- a/applications/luci-app-radicale2/po/zh-cn/radicale2.po +++ b/applications/luci-app-radicale2/po/ar/radicale2.po @@ -1,16 +1,15 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-12-04 12:06+0000\n" -"Last-Translator: lissom <kkjoy2617@gmail.com>\n" -"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" -"openwrt/luciapplicationsradicale2/zh_Hans/>\n" -"Language: zh-cn\n" +"PO-Revision-Date: 2019-01-09 06:32-0500\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.10-dev\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -21,7 +20,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 msgid "Advanced Settings" -msgstr "高级设置" +msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" @@ -31,7 +30,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -49,7 +48,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:62 msgid "Certificate" -msgstr "证书" +msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 msgid "Client Certificate Authority" @@ -77,7 +76,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Debug" -msgstr "调试" +msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 msgid "Default (htpasswd file from users below)" @@ -142,11 +141,11 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 msgid "General Settings" -msgstr "基本设置" +msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -161,6 +160,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -215,10 +218,10 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" -msgstr "日志" +msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "Logging File" @@ -372,7 +375,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 msgid "SSL" -msgstr "SSL" +msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 msgid "SSL not available" @@ -394,7 +397,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -403,7 +406,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" @@ -419,7 +422,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:85 msgid "This permanently deletes the cert, key, and configuration to use same." -msgstr "这将永久删除证书、密钥及使用它的配置。" +msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:182 msgid "This permanently deletes the rights file and configuration to use same." @@ -427,7 +430,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Timeout" -msgstr "超时" +msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "Use File Locks" diff --git a/applications/luci-app-radicale2/po/bg/radicale2.po b/applications/luci-app-radicale2/po/bg/radicale2.po index b9b91cd7f8..cbf65ef2fd 100644 --- a/applications/luci-app-radicale2/po/bg/radicale2.po +++ b/applications/luci-app-radicale2/po/bg/radicale2.po @@ -29,7 +29,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -144,7 +144,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -159,6 +159,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -213,7 +217,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -392,7 +396,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -401,7 +405,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/zh-tw/radicale2.po b/applications/luci-app-radicale2/po/bn_BD/radicale2.po index 083bc94d24..36d82f59dd 100644 --- a/applications/luci-app-radicale2/po/zh-tw/radicale2.po +++ b/applications/luci-app-radicale2/po/bn_BD/radicale2.po @@ -4,11 +4,11 @@ msgstr "" "PO-Revision-Date: 2019-01-09 06:32-0500\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" -"Language: zh_Hant\n" +"Language: bn_BD\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -29,7 +29,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -144,7 +144,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -159,6 +159,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -213,7 +217,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -392,7 +396,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -401,7 +405,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/ca/radicale2.po b/applications/luci-app-radicale2/po/ca/radicale2.po index 738bfe67ab..77b85f251d 100644 --- a/applications/luci-app-radicale2/po/ca/radicale2.po +++ b/applications/luci-app-radicale2/po/ca/radicale2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-10-25 17:54+0000\n" +"PO-Revision-Date: 2020-03-11 23:48+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n" "Language-Team: Catalan <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/ca/>\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -31,7 +31,7 @@ msgstr "" msgid "Authentication" msgstr "Autenticació" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -49,7 +49,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:62 msgid "Certificate" -msgstr "" +msgstr "Certificat" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 msgid "Client Certificate Authority" @@ -130,7 +130,7 @@ msgstr "Nom de fitxer" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder" -msgstr "" +msgstr "Carpeta" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder in which to store collections" @@ -146,7 +146,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -161,6 +161,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -215,7 +219,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -394,7 +398,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -403,7 +407,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" @@ -427,7 +431,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Timeout" -msgstr "" +msgstr "Temps d'espera" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "Use File Locks" diff --git a/applications/luci-app-radicale2/po/cs/radicale2.po b/applications/luci-app-radicale2/po/cs/radicale2.po index 6f491bba15..d595f0e06a 100644 --- a/applications/luci-app-radicale2/po/cs/radicale2.po +++ b/applications/luci-app-radicale2/po/cs/radicale2.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-12-07 10:44+0000\n" -"Last-Translator: Jiri Tersel <jiri.tersel@seznam.cz>\n" +"PO-Revision-Date: 2020-03-11 23:48+0000\n" +"Last-Translator: Koli <lukas.koluch@gmail.com>\n" "Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/cs/>\n" "Language: cs\n" @@ -10,7 +10,7 @@ msgstr "" "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 3.10-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -21,7 +21,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 msgid "Advanced Settings" -msgstr "Pokročilé nastavení" +msgstr "Pokročilá nastavení" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" @@ -29,15 +29,15 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 msgid "Authentication" -msgstr "Autentizace" +msgstr "Ověřování se" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" -msgstr "" +msgstr "Typ ověřování se" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" @@ -130,7 +130,7 @@ msgstr "Název souboru" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder" -msgstr "" +msgstr "Složka" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder in which to store collections" @@ -146,7 +146,7 @@ msgstr "Obecné nastavení" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -161,6 +161,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -215,7 +219,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "Protokolování" @@ -320,7 +324,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "Realm" -msgstr "" +msgstr "Oblast" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 msgid "Redact passwords in logs" @@ -372,7 +376,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 msgid "SSL" -msgstr "" +msgstr "SSL" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 msgid "SSL not available" @@ -394,7 +398,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "Nastavení serveru" @@ -403,7 +407,7 @@ msgstr "Nastavení serveru" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/de/radicale2.po b/applications/luci-app-radicale2/po/de/radicale2.po index 7ad8d87445..f4aaf3747c 100644 --- a/applications/luci-app-radicale2/po/de/radicale2.po +++ b/applications/luci-app-radicale2/po/de/radicale2.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-12-09 20:03+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2020-04-02 13:16+0000\n" +"Last-Translator: CE4 <chregger@gmail.com>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/de/>\n" "Language: de\n" @@ -10,14 +10,14 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:7 msgid "A lightweight CalDAV/CardDAV server" -msgstr "" +msgstr "Ein leichtgewichtiger CalDAV/CardDAV-Server" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 msgid "Advanced Settings" @@ -25,15 +25,15 @@ msgstr "Erweiterte Einstellungen" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" -msgstr "" +msgstr "Erlaubte Chiffren" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 msgid "Authentication" msgstr "Authentifizierung" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" -msgstr "" +msgstr "Authentifizierung / Benutzer" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" @@ -41,11 +41,11 @@ msgstr "Authentifizierungstyp" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" -msgstr "" +msgstr "Basierend auf den Einstellungen in 'Berechtigungsdatei'" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 msgid "CORS" -msgstr "" +msgstr "CORS" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:62 msgid "Certificate" @@ -53,27 +53,27 @@ msgstr "Zertifikat" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 msgid "Client Certificate Authority" -msgstr "" +msgstr "Client-Zertifizierungsstelle" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 msgid "Close Lock File" -msgstr "" +msgstr "Schließe Lock-Datei" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 msgid "Close the lock file when no more clients are waiting" -msgstr "" +msgstr "Schließe die Sperrdatei, wenn keine weiteren Clients warten" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 msgid "Command that is run after changes to storage" -msgstr "" +msgstr "Kommando welches nach Änderungen am Speicher ausgeführt wird" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:80 msgid "Confirm Plaintext Password" -msgstr "" +msgstr "Klartextpasswort bestätigen" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 msgid "DNS Lookup" -msgstr "" +msgstr "DNS-Abfrage" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Debug" @@ -81,44 +81,44 @@ msgstr "Debug" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 msgid "Default (htpasswd file from users below)" -msgstr "" +msgstr "Standard (htpasswd-Datei von Benutzern unten)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:14 msgid "Default (multifilesystem)" -msgstr "" +msgstr "Standard (Multidateisystem)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:167 msgid "Default (owner only)" -msgstr "" +msgstr "Standard (nur Eigentümer)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 msgid "Delete sync token that are older (seconds)" -msgstr "" +msgstr "Lösche Sync-Token älter als (Sekunden)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:132 msgid "Document Encoding" -msgstr "" +msgstr "Dokumenten-Encoding" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 msgid "Dump Environment" -msgstr "" +msgstr "Umgebungsvariablen dumpen" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 msgid "Enable SSL connections" -msgstr "" +msgstr "Aktiviere SSL-Verbindungen" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 msgid "Encoding for responding to requests/events" -msgstr "" +msgstr "Encoding für Antworten auf Requests/Events" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 msgid "Encoding for storing local collections" -msgstr "" +msgstr "Encoding für Speichern von lokalen Collections" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "Encrypted Password" -msgstr "" +msgstr "Verschlüsseltes Passwort" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Encryption" @@ -134,11 +134,11 @@ msgstr "Ordner" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder in which to store collections" -msgstr "" +msgstr "Ordner in dem Collections gespeichert werden" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 msgid "For verifying client certificates" -msgstr "" +msgstr "Zum Verifizieren von Client-Zertifikaten" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 msgid "General Settings" @@ -146,44 +146,52 @@ msgstr "Allgemeine Einstellungen" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " "installed." msgstr "" +"Generiere dieses Feld unter Verwendung eines Generators für Apache htpasswd-" +"Style Authentifikationsdateien (für das oben gewählte Hash-Format ), oder " +"installiere python3-passlib, worauf hier ein neues Feld erscheint, in dem " +"Klartext eingegeben kann und der Hash automatisch erzeugt wird." #: applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm:24 msgid "Go to Radicale 2.x Web UI" -msgstr "" +msgstr "Gehe zur Radicale 2.x Web-UI" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:14 msgid "Go to Radicale v2 Web UI" +msgstr "Gehe zur Radicale v2 Web-UI" + +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" -msgstr "" +msgstr "HTTP(S) Basic-Authentication-Realm" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 msgid "HTTP(S) Headers" -msgstr "" +msgstr "HTTP(S)-Header" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:32 msgid "HTTP(S) Listeners (address:port)" -msgstr "" +msgstr "HTTPS(S) Listen-Ports (Adresse:Port)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 msgid "Header: X-Access-Control-Allow-Origin" -msgstr "" +msgstr "Header: X-Access-Control-Allow-Origin" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 msgid "Headers" -msgstr "" +msgstr "Headers" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 msgid "Hook" -msgstr "" +msgstr "Hook" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 msgid "" @@ -192,95 +200,106 @@ msgid "" "the existing hash (you can also put your own hash value for the type of hash " "listed above)." msgstr "" +"Falls \"Klartextpasswort\" ausgefüllt und zu \"Bestätige Klartextpasswort\" " +"identisch ist, wird in diesem Feld der Hash-Wert des Passworts eingetragen, " +"andererseits bleibt der ursprüngliche Wert bestehen (du kannst auch deinen " +"eigenen Hash-Wert für das oben gewählte Hashverfahren angeben)." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 msgid "Include full environment in logs" -msgstr "" +msgstr "Schreibe komplette Umgebungsvariablen ins Log" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 msgid "Insecure hashes" -msgstr "" +msgstr "Unsichere Hashverfahren" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 msgid "Install package python3-openssl to support SSL connections" msgstr "" +"Installiere das Paket python3-openssl um SSL-Verbindungen zu unsterstützen" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 msgid "Install python3-passlib and python3-bcrypt to enable a secure hash" msgstr "" +"Installiere python3-passlib und python3-bcrypt um sichere Hashverfahren zu " +"aktivieren" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" +"Logge die Konfigurationsdatei (keine Angabe bedeutet dass der default-procd " +"im Syslog landet)" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "Protokollierung" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "Logging File" -msgstr "" +msgstr "Logdatei" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 msgid "Lookup reverse DNS for clients for logging" -msgstr "" +msgstr "Frage für Logging von Clients deren Reverse-DNS ab" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 msgid "Mask Passwords" -msgstr "" +msgstr "Maskiere Passwörter" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 msgid "Max Connections" -msgstr "" +msgstr "Max. Verbindungen" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 msgid "Max Content Length" -msgstr "" +msgstr "Max. Content-Length" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 msgid "Max Sync Token Age" -msgstr "" +msgstr "Max. Sync-Token-Alter" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 msgid "Maximum number of simultaneous connections" -msgstr "" +msgstr "Max. Anzahl an gleichzeitigen Verbindungen" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 msgid "Maximum size of request body (bytes)" -msgstr "" +msgstr "Max. Größe des Request-Bodys (Bytes)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:15 msgid "Multiple files on filesystem" -msgstr "" +msgstr "Mehrere Dateien im Dateisystem" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:17 msgid "No authentication" -msgstr "" +msgstr "Keine Authentifizierung" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:98 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:105 msgid "Password and confirmation do not match" -msgstr "" +msgstr "Passwort und Bestätigung stimmen nicht überein" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Password encryption method" -msgstr "" +msgstr "Passwortverschlüsselungsmethode" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:32 msgid "Plaintext" -msgstr "" +msgstr "Klartext" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:76 msgid "Plaintext Password" -msgstr "" +msgstr "Klartextpasswort" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "" "Prevent other instances or processes from modifying collections while in use" msgstr "" +"Verhindere, dass andere Instanzen oder Prozesse aktiv benutzte Collections " +"ändern" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 msgid "Private Key" @@ -288,23 +307,23 @@ msgstr "Privater Schlüssel" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 msgid "REMOTE_USER from web server" -msgstr "" +msgstr "REMOTE_USER des Webservers" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:172 msgid "RO: All, RW: All" -msgstr "" +msgstr "RO: Alle, RW: Alle" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:170 msgid "RO: Authenticated Users, RW: Owner" -msgstr "" +msgstr "RO: Authentifizierte Nutzer, RW: Eigentümer" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:169 msgid "RO: None, RW: Authenticated Users" -msgstr "" +msgstr "RO: Niemand, RW: Authentifizierte Nutzer" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:168 msgid "RO: None, RW: Owner" -msgstr "" +msgstr "RO: Niemand, RW: Eigentümer" #: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:13 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:7 @@ -312,11 +331,11 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:7 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:6 msgid "Radicale 2.x" -msgstr "" +msgstr "Radicale 2.x" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:10 msgid "Radicale v2 Web UI" -msgstr "" +msgstr "Radicale v2 Web-UI" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "Realm" @@ -324,51 +343,52 @@ msgstr "Bereich" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 msgid "Redact passwords in logs" -msgstr "" +msgstr "Zensiere Passwörter in den Logs" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:84 msgid "Remove configuration for certificate, key, and CA" -msgstr "" +msgstr "Entferne Konfiguration für Zertifikate, Schlüsseldatei und CA" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:16 msgid "Remove configuration for logging" -msgstr "" +msgstr "Entferne Logging-Konfiugration" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:181 msgid "Remove configuration for rights file" -msgstr "" +msgstr "Entferne die Konfiguration für die Berechtigungsdatei" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 msgid "Request" -msgstr "" +msgstr "Request" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 msgid "Required time between a failed authentication attempt and trying again" msgstr "" +"Zeitsperre zwischen fehlgeschlagener Authentifizierung und erneutem Versuch" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 msgid "Retry Delay" -msgstr "" +msgstr "Verzögerung bei Wiederholungsversuchen" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 msgid "Rights" -msgstr "" +msgstr "Berechtigungen" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:176 msgid "Rights File" -msgstr "" +msgstr "Berechtigungsdatei" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:166 msgid "Rights Type" -msgstr "" +msgstr "Berechtigungs-Typ" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:33 msgid "SHA1" -msgstr "" +msgstr "SHA1" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:34 msgid "SSHA" -msgstr "" +msgstr "SSHA" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 msgid "SSL" @@ -376,34 +396,34 @@ msgstr "SSL" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 msgid "SSL not available" -msgstr "" +msgstr "SSL nicht verfügbar" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "See python3-openssl documentation for available ciphers" -msgstr "" +msgstr "Siehe Dokumentation zu python3-openssl für verfügbare Chiffren" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 msgid "See python3-openssl documentation for available protocols" -msgstr "" +msgstr "Siehe Dokumentation zu python3-openssl für verfügbare Protokolle" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 msgid "Select bcrypt above to enable a secure hash" -msgstr "" +msgstr "Wähle bcrypt oben aus um einen sicheres Hashverfahren zu aktivieren" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Send debug information to logs" -msgstr "" +msgstr "Schreibe Debuginformationen in Logs" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "Servereinstellungen" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Socket timeout (seconds)" -msgstr "" +msgstr "Socket-Timeout (Sekunden)" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" @@ -411,11 +431,11 @@ msgstr "Datenspeicher" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:13 msgid "Storage Type" -msgstr "" +msgstr "Speichertyp" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:17 msgid "This permanently deletes configuration for logging" -msgstr "" +msgstr "Dies löscht die Log-Konfiguration endgültig" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:85 msgid "This permanently deletes the cert, key, and configuration to use same." @@ -423,19 +443,19 @@ msgstr "Dies löscht das Zertifikat, Key und Konfiguration endgültig." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:182 msgid "This permanently deletes the rights file and configuration to use same." -msgstr "" +msgstr "Dies löscht die Berechtigungsdatei- und Konfiguration endgültig." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Timeout" -msgstr "" +msgstr "Timeout" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "Use File Locks" -msgstr "" +msgstr "Nutze Datei-Locks" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 msgid "Use Protocol" -msgstr "" +msgstr "Nutze Protokoll" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "User" @@ -443,7 +463,7 @@ msgstr "Nutzer" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 msgid "User-based ACL Settings" -msgstr "" +msgstr "Nutzerbasierte ACL-Einstellungen" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 msgid "Username" @@ -451,23 +471,23 @@ msgstr "Benutzername" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "Users and Passwords" -msgstr "" +msgstr "Nutzer und Passwörter" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:113 msgid "Web UI" -msgstr "" +msgstr "Web-UI" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:117 msgid "Web UI Type" -msgstr "" +msgstr "Web-UI-Typ" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:19 msgid "X-Remote-User from web server" -msgstr "" +msgstr "X-Remote-User-Wert laut Webserver" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:39 msgid "bcrypt" -msgstr "" +msgstr "bcrypt" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:35 msgid "crypt" @@ -475,12 +495,12 @@ msgstr "crypt" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:16 msgid "htpasswd file (manually populated)" -msgstr "" +msgstr "htpasswd-Datei (manuell erzeugt)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 msgid "htpasswd-formatted file filename" -msgstr "" +msgstr "Dateiname der htpasswd-Format-Datei" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:37 msgid "md5" -msgstr "" +msgstr "md5" diff --git a/applications/luci-app-radicale2/po/el/radicale2.po b/applications/luci-app-radicale2/po/el/radicale2.po index b94bcea242..452833ba1a 100644 --- a/applications/luci-app-radicale2/po/el/radicale2.po +++ b/applications/luci-app-radicale2/po/el/radicale2.po @@ -1,14 +1,16 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-01-09 06:32-0500\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2020-04-25 16:36+0000\n" +"Last-Translator: george k <norhorn@gmail.com>\n" +"Language-Team: Greek <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsradicale2/el/>\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.0.2-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -19,7 +21,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 msgid "Advanced Settings" -msgstr "" +msgstr "Ρυθμίσεις για προχωρημένους" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" @@ -29,7 +31,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -144,7 +146,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -159,6 +161,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -213,7 +219,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -392,7 +398,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -401,7 +407,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/en/radicale2.po b/applications/luci-app-radicale2/po/en/radicale2.po index fa7d88559d..a4c611a718 100644 --- a/applications/luci-app-radicale2/po/en/radicale2.po +++ b/applications/luci-app-radicale2/po/en/radicale2.po @@ -29,7 +29,7 @@ msgstr "Allowed Ciphers" msgid "Authentication" msgstr "Authentication" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "Authentication / Users" @@ -144,13 +144,13 @@ msgstr "General Settings" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " "installed." msgstr "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -164,6 +164,10 @@ msgstr "Go to Radicale 2.x Web UI" msgid "Go to Radicale v2 Web UI" msgstr "Go to Radicale v2 Web UI" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "HTTP(S) Basic Authentication Realm" @@ -223,7 +227,7 @@ msgid "" msgstr "" "Log configuration file (no file means default procd which ends up in syslog" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "Logging" @@ -403,7 +407,7 @@ msgstr "Select bcrypt above to enable a secure hash" msgid "Send debug information to logs" msgstr "Send debug information to logs" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "Server Settings" @@ -412,7 +416,7 @@ msgstr "Server Settings" msgid "Socket timeout (seconds)" msgstr "Socket timeout (seconds)" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/es/radicale2.po b/applications/luci-app-radicale2/po/es/radicale2.po index 5e9ad45155..e81be835a8 100644 --- a/applications/luci-app-radicale2/po/es/radicale2.po +++ b/applications/luci-app-radicale2/po/es/radicale2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-11-06 00:09+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/es/>\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -31,7 +31,7 @@ msgstr "Cifrados permitidos" msgid "Authentication" msgstr "Autenticación" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "Autenticación / Usuarios" @@ -146,7 +146,7 @@ msgstr "Configuración general" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -166,6 +166,10 @@ msgstr "Ir a Web UI Radicale 2.x" msgid "Go to Radicale v2 Web UI" msgstr "Ir a Web UI Radicale v2" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "Conceder acceso UCI para luci-app-radicale2" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "Reino de autenticación básica HTTP(S)" @@ -199,8 +203,8 @@ msgid "" msgstr "" "Si 'Contraseña de texto sin formato' se completa y coincide con 'Confirmar " "contraseña de texto sin formato', este campo se convierte en hash de esa " -"contraseña; de lo contrario, este campo sigue siendo el hash existente (" -"también puede ingresar su propio valor de hash para el tipo de hash " +"contraseña; de lo contrario, este campo sigue siendo el hash existente " +"(también puede ingresar su propio valor de hash para el tipo de hash " "mencionado anteriormente)." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 @@ -227,7 +231,7 @@ msgstr "" "Archivo de configuración de registro (sin archivo significa procd " "predeterminado que termina en syslog)" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "Inicio de sesión" @@ -414,7 +418,7 @@ msgstr "Seleccione bcrypt arriba para activar un hash seguro" msgid "Send debug information to logs" msgstr "Enviar información de depuración a los registros" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "Configuración del servidor" @@ -423,7 +427,7 @@ msgstr "Configuración del servidor" msgid "Socket timeout (seconds)" msgstr "Tiempo de espera de socket (segundos)" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" @@ -451,7 +455,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Timeout" -msgstr "Tiempo agotado" +msgstr "Tiempo de espera" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "Use File Locks" diff --git a/applications/luci-app-radicale2/po/fi/radicale2.po b/applications/luci-app-radicale2/po/fi/radicale2.po new file mode 100644 index 0000000000..ef9a2acbfa --- /dev/null +++ b/applications/luci-app-radicale2/po/fi/radicale2.po @@ -0,0 +1,490 @@ +msgid "" +msgstr "" +"Project-Id-Version: luci-app-radicale 2\n" +"PO-Revision-Date: 2020-06-24 17:42+0000\n" +"Last-Translator: Petri Asikainen <uniluodossa@gmail.com>\n" +"Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsradicale2/fi/>\n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.2-dev\n" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:8 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:7 +msgid "A lightweight CalDAV/CardDAV server" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 +msgid "Advanced Settings" +msgstr "Lisäasetukset" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 +msgid "Allowed Ciphers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 +msgid "Authentication" +msgstr "Todennus" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 +msgid "Authentication / Users" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 +msgid "Authentication Type" +msgstr "Todennuksen tyyppi" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 +msgid "Based on settings in 'Rights File'" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 +msgid "CORS" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:62 +msgid "Certificate" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 +msgid "Client Certificate Authority" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 +msgid "Close Lock File" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 +msgid "Close the lock file when no more clients are waiting" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 +msgid "Command that is run after changes to storage" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:80 +msgid "Confirm Plaintext Password" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 +msgid "DNS Lookup" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 +msgid "Debug" +msgstr "Debug" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 +msgid "Default (htpasswd file from users below)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:14 +msgid "Default (multifilesystem)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:167 +msgid "Default (owner only)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 +msgid "Delete sync token that are older (seconds)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:132 +msgid "Document Encoding" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 +msgid "Dump Environment" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 +msgid "Enable SSL connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 +msgid "Encoding for responding to requests/events" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 +msgid "Encoding for storing local collections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 +msgid "Encrypted Password" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 +msgid "Encryption" +msgstr "Salaus" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 +msgid "Filename" +msgstr "Tiedoston nimi" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 +msgid "Folder" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 +msgid "Folder in which to store collections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 +msgid "For verifying client certificates" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 +msgid "General Settings" +msgstr "Yleisasetukset" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 +msgid "" +"Generate this field using a generator for Apache htpasswd-style " +"authentication files (for the hash format you have chosen above), or install " +"python3-passlib to enable the ability to create the hash by entering the " +"plaintext in a field that will appear on this page if python3-passlib is " +"installed." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm:24 +msgid "Go to Radicale 2.x Web UI" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:14 +msgid "Go to Radicale v2 Web UI" +msgstr "" + +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 +msgid "HTTP(S) Basic Authentication Realm" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 +msgid "HTTP(S) Headers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:32 +msgid "HTTP(S) Listeners (address:port)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 +msgid "Header: X-Access-Control-Allow-Origin" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 +msgid "Headers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 +msgid "Hook" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 +msgid "" +"If 'Plaintext Password' filled and matches 'Confirm Plaintext Password' then " +"this field becomes of hash of that password, otherwise this field remains " +"the existing hash (you can also put your own hash value for the type of hash " +"listed above)." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 +msgid "Include full environment in logs" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 +msgid "Insecure hashes" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 +msgid "Install package python3-openssl to support SSL connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 +msgid "Install python3-passlib and python3-bcrypt to enable a secure hash" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 +msgid "" +"Log configuration file (no file means default procd which ends up in syslog" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 +msgid "Logging" +msgstr "Kirjaaminen" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 +msgid "Logging File" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 +msgid "Lookup reverse DNS for clients for logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 +msgid "Mask Passwords" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 +msgid "Max Connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 +msgid "Max Content Length" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 +msgid "Max Sync Token Age" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 +msgid "Maximum number of simultaneous connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 +msgid "Maximum size of request body (bytes)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:15 +msgid "Multiple files on filesystem" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:17 +msgid "No authentication" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:98 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:105 +msgid "Password and confirmation do not match" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 +msgid "Password encryption method" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:32 +msgid "Plaintext" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:76 +msgid "Plaintext Password" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 +msgid "" +"Prevent other instances or processes from modifying collections while in use" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 +msgid "Private Key" +msgstr "Yksityinen avain" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 +msgid "REMOTE_USER from web server" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:172 +msgid "RO: All, RW: All" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:170 +msgid "RO: Authenticated Users, RW: Owner" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:169 +msgid "RO: None, RW: Authenticated Users" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:168 +msgid "RO: None, RW: Owner" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:13 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:7 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:3 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:7 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:6 +msgid "Radicale 2.x" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:10 +msgid "Radicale v2 Web UI" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 +msgid "Realm" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 +msgid "Redact passwords in logs" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:84 +msgid "Remove configuration for certificate, key, and CA" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:16 +msgid "Remove configuration for logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:181 +msgid "Remove configuration for rights file" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 +msgid "Request" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 +msgid "Required time between a failed authentication attempt and trying again" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 +msgid "Retry Delay" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 +msgid "Rights" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:176 +msgid "Rights File" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:166 +msgid "Rights Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:33 +msgid "SHA1" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:34 +msgid "SSHA" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 +msgid "SSL" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 +msgid "SSL not available" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 +msgid "See python3-openssl documentation for available ciphers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 +msgid "See python3-openssl documentation for available protocols" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 +msgid "Select bcrypt above to enable a secure hash" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 +msgid "Send debug information to logs" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 +msgid "Server Settings" +msgstr "Palvelimen asetukset" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 +msgid "Socket timeout (seconds)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 +msgid "Storage" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:13 +msgid "Storage Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:17 +msgid "This permanently deletes configuration for logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:85 +msgid "This permanently deletes the cert, key, and configuration to use same." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:182 +msgid "This permanently deletes the rights file and configuration to use same." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 +msgid "Timeout" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 +msgid "Use File Locks" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 +msgid "Use Protocol" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 +msgid "User" +msgstr "Käyttäjä" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 +msgid "User-based ACL Settings" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 +msgid "Username" +msgstr "Käyttäjätunnus" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 +msgid "Users and Passwords" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:113 +msgid "Web UI" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:117 +msgid "Web UI Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:19 +msgid "X-Remote-User from web server" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:39 +msgid "bcrypt" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:35 +msgid "crypt" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:16 +msgid "htpasswd file (manually populated)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 +msgid "htpasswd-formatted file filename" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:37 +msgid "md5" +msgstr "" diff --git a/applications/luci-app-radicale2/po/fr/radicale2.po b/applications/luci-app-radicale2/po/fr/radicale2.po index 5b6929e797..bd3dd52605 100644 --- a/applications/luci-app-radicale2/po/fr/radicale2.po +++ b/applications/luci-app-radicale2/po/fr/radicale2.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-11-13 13:05+0000\n" -"Last-Translator: reyur <remicaruyer@gmail.com>\n" +"PO-Revision-Date: 2020-04-10 05:54+0000\n" +"Last-Translator: Claude Villermain <cvi@villermain.net>\n" "Language-Team: French <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/fr/>\n" "Language: fr\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -25,13 +25,13 @@ msgstr "Paramètres avancés" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" -msgstr "" +msgstr "Chiffrements autorisés" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 msgid "Authentication" msgstr "Authentification" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "Authentification / Utilisateurs" @@ -40,8 +40,9 @@ msgid "Authentication Type" msgstr "Type d'authentification" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 +#, fuzzy msgid "Based on settings in 'Rights File'" -msgstr "" +msgstr "Basé sur les paramètres du \"Rights File\"/\"Fichiers des droits\"." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 msgid "CORS" @@ -53,27 +54,32 @@ msgstr "Certificat" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 msgid "Client Certificate Authority" -msgstr "" +msgstr "Autorité de certification du client" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 msgid "Close Lock File" -msgstr "" +msgstr "Fermer le fichier de verrouillage" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 +#, fuzzy msgid "Close the lock file when no more clients are waiting" msgstr "" +"Fermer le fichier de verrouillage lorsqu'il n'y a plus de client en attente" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 +#, fuzzy msgid "Command that is run after changes to storage" msgstr "" +"Commande qui est exécutée après tout changement dans l'espace de stockage" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:80 msgid "Confirm Plaintext Password" -msgstr "" +msgstr "Confirmer le mot de passe en texte clair" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 +#, fuzzy msgid "DNS Lookup" -msgstr "" +msgstr "DNS Lookup" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Debug" @@ -81,64 +87,66 @@ msgstr "Débogage" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 msgid "Default (htpasswd file from users below)" -msgstr "" +msgstr "Par défaut (fichier htpasswd des utilisateurs ci-dessous)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:14 msgid "Default (multifilesystem)" -msgstr "" +msgstr "Defaut (multifilesystem)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:167 msgid "Default (owner only)" -msgstr "" +msgstr "Défaut (propriétaire uniquement)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 msgid "Delete sync token that are older (seconds)" msgstr "" +"Supprimer les jetons de synchronisation qui sont plus anciens (secondes)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:132 msgid "Document Encoding" -msgstr "" +msgstr "Encodage des Documents" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 +#, fuzzy msgid "Dump Environment" -msgstr "" +msgstr "Environnement de Dump" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 msgid "Enable SSL connections" -msgstr "" +msgstr "Autoriser les connexions SSL" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 msgid "Encoding for responding to requests/events" -msgstr "" +msgstr "Encodage pour répondre aux demandes/événements" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 msgid "Encoding for storing local collections" -msgstr "" +msgstr "Encodage pour le stockage des collections locales" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "Encrypted Password" -msgstr "" +msgstr "Mot de passe chiffré" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Encryption" -msgstr "" +msgstr "Chiffrement" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 msgid "Filename" -msgstr "" +msgstr "Nom de fichier" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder" -msgstr "" +msgstr "Répertoire" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder in which to store collections" -msgstr "" +msgstr "Répertoire pour l'enregistrement des collections" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 msgid "For verifying client certificates" -msgstr "" +msgstr "Pour la vérification des certificats des clients" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 msgid "General Settings" @@ -146,40 +154,50 @@ msgstr "Paramètres généraux" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " "installed." msgstr "" +"Générez ce champ en utilisant un générateur de fichiers d'authentification " +"de type htpasswd Apache (pour le format de hachage que vous avez choisi ci-" +"dessus), ou installez python3-passlib pour permettre la création du hachage " +"en entrant le texte en clair dans un champ qui apparaîtra sur cette page si " +"python3-passlib est installé." #: applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm:24 msgid "Go to Radicale 2.x Web UI" -msgstr "" +msgstr "Aller vers l'interface web de Radicale 2.x" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:14 msgid "Go to Radicale v2 Web UI" +msgstr "Aller vers l'interface web de Radicale v2" + +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" -msgstr "" +msgstr "Domaine d'authentification de base HTTP(S)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 msgid "HTTP(S) Headers" -msgstr "" +msgstr "Entêtes HTTP(S)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:32 +#, fuzzy msgid "HTTP(S) Listeners (address:port)" -msgstr "" +msgstr "HTTP(S) Listeners (address:port)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 msgid "Header: X-Access-Control-Allow-Origin" -msgstr "" +msgstr "En-Tête : X-Access-Control-Allow-Origin" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 msgid "Headers" -msgstr "" +msgstr "En-Têtes" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 msgid "Hook" @@ -192,33 +210,43 @@ msgid "" "the existing hash (you can also put your own hash value for the type of hash " "listed above)." msgstr "" +"Si le champ \"Mot de passe en texte clair\" est rempli et correspond à " +"\"Confirmer le mot de passe en texte clair\", alors ce champ devient le " +"hachage de ce mot de passe, sinon ce champ reste le hachage existant (vous " +"pouvez également mettre votre propre valeur de hachage pour le type de " +"hachage indiqué ci-dessus)." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 msgid "Include full environment in logs" -msgstr "" +msgstr "Inclure l'environnement complet dans les journaux" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 msgid "Insecure hashes" -msgstr "" +msgstr "Hachages non sécurisés" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 msgid "Install package python3-openssl to support SSL connections" msgstr "" +"Installez le paquet python3-openssl pour prendre en charge les connexions SSL" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 msgid "Install python3-passlib and python3-bcrypt to enable a secure hash" msgstr "" +"Installez python3-passlib et python3-bcrypt pour permettre un hachage " +"sécurisé" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" +"Fichier de configuration du journal (en l'absence de fichier, procd est " +"utilisé par défaut et a pour cible syslog)" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" -msgstr "" +msgstr "Journalisation" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "Logging File" @@ -226,27 +254,28 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 msgid "Lookup reverse DNS for clients for logging" -msgstr "" +msgstr "Recherche de DNS inverse pour les clients pour la journalisation" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 +#, fuzzy msgid "Mask Passwords" -msgstr "" +msgstr "Mots de passe masqués" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 msgid "Max Connections" -msgstr "" +msgstr "Nombre max. de connexions" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 msgid "Max Content Length" -msgstr "" +msgstr "Longueur max. de contenu" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 msgid "Max Sync Token Age" -msgstr "" +msgstr "Age max. du jeton de synchronisation" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 msgid "Maximum number of simultaneous connections" -msgstr "" +msgstr "Nombre max. de connexions simultanées" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 msgid "Maximum size of request body (bytes)" @@ -284,7 +313,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 msgid "Private Key" -msgstr "" +msgstr "Clé privée" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 msgid "REMOTE_USER from web server" @@ -320,7 +349,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "Realm" -msgstr "" +msgstr "Domaine" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 msgid "Redact passwords in logs" @@ -394,16 +423,16 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" -msgstr "" +msgstr "Paramètres du serveur" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" @@ -420,6 +449,8 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:85 msgid "This permanently deletes the cert, key, and configuration to use same." msgstr "" +"Ceci supprime définitivement le certificat, la clé et la configuration à " +"utiliser." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:182 msgid "This permanently deletes the rights file and configuration to use same." @@ -439,7 +470,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "User" -msgstr "" +msgstr "Utilisateur" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 msgid "User-based ACL Settings" @@ -447,7 +478,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 msgid "Username" -msgstr "" +msgstr "Nom d'utilisateur" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "Users and Passwords" diff --git a/applications/luci-app-radicale2/po/he/radicale2.po b/applications/luci-app-radicale2/po/he/radicale2.po index 97296358c7..036c81d5bd 100644 --- a/applications/luci-app-radicale2/po/he/radicale2.po +++ b/applications/luci-app-radicale2/po/he/radicale2.po @@ -30,7 +30,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -145,7 +145,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -160,6 +160,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -214,7 +218,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -393,7 +397,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -402,7 +406,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/hi/radicale2.po b/applications/luci-app-radicale2/po/hi/radicale2.po index 6cebed1255..1657fba805 100644 --- a/applications/luci-app-radicale2/po/hi/radicale2.po +++ b/applications/luci-app-radicale2/po/hi/radicale2.po @@ -29,7 +29,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -144,7 +144,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -159,6 +159,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -213,7 +217,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -392,7 +396,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -401,7 +405,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/hu/radicale2.po b/applications/luci-app-radicale2/po/hu/radicale2.po index de12c44cb5..bc5a9f4ab0 100644 --- a/applications/luci-app-radicale2/po/hu/radicale2.po +++ b/applications/luci-app-radicale2/po/hu/radicale2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-12-13 23:06+0000\n" +"PO-Revision-Date: 2020-02-01 06:56+0000\n" "Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" "Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/hu/>\n" @@ -10,14 +10,14 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 3.11-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:7 msgid "A lightweight CalDAV/CardDAV server" -msgstr "" +msgstr "Egy könnyűsúlyú CalDAV/CardDAV kiszolgáló" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 msgid "Advanced Settings" @@ -25,15 +25,15 @@ msgstr "Speciális beállítások" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" -msgstr "" +msgstr "Engedélyezett titkosítók" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 msgid "Authentication" msgstr "Hitelesítés" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" -msgstr "" +msgstr "Hitelesítés / felhasználók" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" @@ -41,11 +41,11 @@ msgstr "Hitelesítés típusa" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" -msgstr "" +msgstr "A „Jogok fájlja” fájlban lévő beállítások alapján" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 msgid "CORS" -msgstr "" +msgstr "CORS" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:62 msgid "Certificate" @@ -53,27 +53,27 @@ msgstr "Tanúsítvány" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 msgid "Client Certificate Authority" -msgstr "" +msgstr "Ügyfél hitelesítés-szolgáltatója" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 msgid "Close Lock File" -msgstr "" +msgstr "Zárolási fájl bezárása" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 msgid "Close the lock file when no more clients are waiting" -msgstr "" +msgstr "A zárolási fájl bezárása, ha nem várakozik több ügyfél" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 msgid "Command that is run after changes to storage" -msgstr "" +msgstr "Egy parancs, amely a tárolón végzett változtatások után fut" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:80 msgid "Confirm Plaintext Password" -msgstr "" +msgstr "Egyszerű szöveges jelszó megerősítése" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 msgid "DNS Lookup" -msgstr "" +msgstr "DNS keresés" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Debug" @@ -81,44 +81,44 @@ msgstr "Hibakeresés" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 msgid "Default (htpasswd file from users below)" -msgstr "" +msgstr "Alapértelmezett (htpasswd fájl az alábbi felhasználóktól)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:14 msgid "Default (multifilesystem)" -msgstr "" +msgstr "Alapértelmezett (több fájlrendszer)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:167 msgid "Default (owner only)" -msgstr "" +msgstr "Alapértelmezett (csak tulajdonos)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 msgid "Delete sync token that are older (seconds)" -msgstr "" +msgstr "Szinkronizálási token törlése, amely régebbi mint (másodperc)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:132 msgid "Document Encoding" -msgstr "" +msgstr "Dokumentumkódolás" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 msgid "Dump Environment" -msgstr "" +msgstr "Környezet kiírása" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 msgid "Enable SSL connections" -msgstr "" +msgstr "SSL kapcsolatok engedélyezése" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 msgid "Encoding for responding to requests/events" -msgstr "" +msgstr "Kódolás a kérésekre vagy eseményekre válaszoláshoz" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 msgid "Encoding for storing local collections" -msgstr "" +msgstr "Kódolás a helyi gyűjtemények tárolásához" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "Encrypted Password" -msgstr "" +msgstr "Titkosított jelszó" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Encryption" @@ -126,19 +126,19 @@ msgstr "Titkosítás" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 msgid "Filename" -msgstr "" +msgstr "Fájlnév" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder" -msgstr "" +msgstr "Mappa" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder in which to store collections" -msgstr "" +msgstr "Egy mappa, amelyben a gyűjtemények tárolva lesznek" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 msgid "For verifying client certificates" -msgstr "" +msgstr "Az ügyféltanúsítványok ellenőrzéséhez" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 msgid "General Settings" @@ -146,44 +146,54 @@ msgstr "Általános beállítások" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " "installed." msgstr "" +"Állítsa elő ezt a mezőt a Apache htpasswd stílusú hitelesítőfájlok " +"előállítójának használatával (a fent kiválasztott kivonatformátumhoz), vagy " +"telepítse a python3-passlib csomagot azon képesség engedélyezéséhez, hogy " +"kivonatot hozzon létre az egyszerű szöveg megadásával egy olyan mezőben, " +"amely akkor fog megjelenni ezen az oldalon, ha a python3-passlib telepítve " +"van." #: applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm:24 msgid "Go to Radicale 2.x Web UI" -msgstr "" +msgstr "Ugrás a Radicale 2.x webes felhasználói felületéhez" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:14 msgid "Go to Radicale v2 Web UI" +msgstr "Ugrás a Radicale v2 webes felhasználói felületéhez" + +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" -msgstr "" +msgstr "HTTP(S) alapszintű hitelesítés tartománya" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 msgid "HTTP(S) Headers" -msgstr "" +msgstr "HTTP(S) fejlécek" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:32 msgid "HTTP(S) Listeners (address:port)" -msgstr "" +msgstr "HTTP(S) figyelők (cím:port)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 msgid "Header: X-Access-Control-Allow-Origin" -msgstr "" +msgstr "Fejléc: X-Access-Control-Allow-Origin" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 msgid "Headers" -msgstr "" +msgstr "Fejlécek" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 msgid "Hook" -msgstr "" +msgstr "Horog" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 msgid "" @@ -192,119 +202,129 @@ msgid "" "the existing hash (you can also put your own hash value for the type of hash " "listed above)." msgstr "" +"Ha az „Egyszerű szöveges jelszó” ki lett töltve és megegyezik az „Egyszerű " +"szöveges jelszó megerősítése” értékével, akkor ez a mező annak a jelszónak a " +"kivonata lesz, egyébként ez a mező megtartja a meglévő kivonatot (megadhatja " +"a saját kivonatértékét is a fent felsorolt kivonattípusokhoz)." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 msgid "Include full environment in logs" -msgstr "" +msgstr "Teljes környezet felvétele a naplókba" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 msgid "Insecure hashes" -msgstr "" +msgstr "Nem biztonságos kivonatok" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 msgid "Install package python3-openssl to support SSL connections" -msgstr "" +msgstr "Telepítse a python3-openssl csomagot az SSL kapcsolatok támogatásához" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 msgid "Install python3-passlib and python3-bcrypt to enable a secure hash" msgstr "" +"Telepítse a python3-passlib és a python3-bcrypt csomagot egy biztonságos " +"kivonat engedélyezéséhez" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" +"Napló beállítófájlja (ha nincs fájl, akkor a procd alapértelmezett, amely a " +"rendszernaplóban végződik" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "Naplózás" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "Logging File" -msgstr "" +msgstr "Fájl naplózása" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 msgid "Lookup reverse DNS for clients for logging" -msgstr "" +msgstr "Fordított DNS keresése az ügyfeleknél a naplózáshoz" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 msgid "Mask Passwords" -msgstr "" +msgstr "Jelszavak maszkolása" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 msgid "Max Connections" -msgstr "" +msgstr "Legtöbb kapcsolat" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 msgid "Max Content Length" -msgstr "" +msgstr "Legnagyobb tartalomhossz" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 msgid "Max Sync Token Age" -msgstr "" +msgstr "Legnagyobb szinkronizációs token életkor" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 msgid "Maximum number of simultaneous connections" -msgstr "" +msgstr "Egyidejű kapcsolatok legnagyobb száma" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 msgid "Maximum size of request body (bytes)" -msgstr "" +msgstr "Kérés törzsének legnagyobb mérete (bájt)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:15 msgid "Multiple files on filesystem" -msgstr "" +msgstr "Több fájl a fájlrendszeren" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:17 msgid "No authentication" -msgstr "" +msgstr "Nincs hitelesítés" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:98 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:105 msgid "Password and confirmation do not match" -msgstr "" +msgstr "A jelszó és a megerősítés nem egyezik" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Password encryption method" -msgstr "" +msgstr "Jelszó titkosításának módszere" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:32 msgid "Plaintext" -msgstr "" +msgstr "Egyszerű szöveg" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:76 msgid "Plaintext Password" -msgstr "" +msgstr "Egyszerű szöveges jelszó" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "" "Prevent other instances or processes from modifying collections while in use" msgstr "" +"Egyéb példányok vagy folyamatok megakadályozása abban, hogy módosítsák a " +"gyűjteményeket a használat során" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 msgid "Private Key" -msgstr "" +msgstr "Személyes kulcs" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 msgid "REMOTE_USER from web server" -msgstr "" +msgstr "REMOTE_USER a webkiszolgálótól" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:172 msgid "RO: All, RW: All" -msgstr "" +msgstr "Csak olvasás: mindenki, olvasás és írás: mindenki" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:170 msgid "RO: Authenticated Users, RW: Owner" -msgstr "" +msgstr "Csak olvasás: hitelesített felhasználók, olvasás és írás: tulajdonos" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:169 msgid "RO: None, RW: Authenticated Users" -msgstr "" +msgstr "Csak olvasás: nincs, olvasás és írás: hitelesített felhasználók" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:168 msgid "RO: None, RW: Owner" -msgstr "" +msgstr "Csak olvasás: nincs, olvasás és írás: tulajdonos" #: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:13 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:7 @@ -312,118 +332,126 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:7 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:6 msgid "Radicale 2.x" -msgstr "" +msgstr "Radicale 2.x" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:10 msgid "Radicale v2 Web UI" -msgstr "" +msgstr "Radicale v2 webes felhasználói felület" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "Realm" -msgstr "" +msgstr "Tartomány" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 msgid "Redact passwords in logs" -msgstr "" +msgstr "Jelszavak kitakarása a naplókban" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:84 msgid "Remove configuration for certificate, key, and CA" msgstr "" +"Tanúsítvány, kulcs és hitelesítés-szolgáltató beállításainak eltávolítása" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:16 msgid "Remove configuration for logging" -msgstr "" +msgstr "Naplózás beállításainak eltávolítása" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:181 msgid "Remove configuration for rights file" -msgstr "" +msgstr "Jogok fájlja beállításainak eltávolítása" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 msgid "Request" -msgstr "" +msgstr "Kérés" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 msgid "Required time between a failed authentication attempt and trying again" msgstr "" +"Egy sikertelen hitelesítési kísérlet és az újrapróbálás között szükséges idő" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 msgid "Retry Delay" -msgstr "" +msgstr "Újrapróbálás késleltetése" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 msgid "Rights" -msgstr "" +msgstr "Jogok" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:176 msgid "Rights File" -msgstr "" +msgstr "Jogok fájlja" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:166 msgid "Rights Type" -msgstr "" +msgstr "Jogok típusa" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:33 msgid "SHA1" -msgstr "" +msgstr "SHA1" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:34 msgid "SSHA" -msgstr "" +msgstr "SSHA" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 msgid "SSL" -msgstr "" +msgstr "SSL" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 msgid "SSL not available" -msgstr "" +msgstr "Az SSL nem érhető el" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "See python3-openssl documentation for available ciphers" -msgstr "" +msgstr "Nézze meg a python3-openssl dokumentációját az elérhető titkosítókért" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 msgid "See python3-openssl documentation for available protocols" -msgstr "" +msgstr "Nézze meg a python3-openssl dokumentációját az elérhető protokollokért" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 msgid "Select bcrypt above to enable a secure hash" msgstr "" +"Válassza ki fent a bcrypt lehetőséget egy biztonságos kivonat " +"engedélyezéséhez" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Send debug information to logs" -msgstr "" +msgstr "Hibakeresési információk küldése a naplókba" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "Kiszolgáló beállításai" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Socket timeout (seconds)" -msgstr "" +msgstr "Foglalat időkorlátja (másodperc)" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" -msgstr "" +msgstr "Tároló" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:13 msgid "Storage Type" -msgstr "" +msgstr "Tároló típusa" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:17 msgid "This permanently deletes configuration for logging" -msgstr "" +msgstr "Ez véglegesen törli a naplózás beállításait" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:85 msgid "This permanently deletes the cert, key, and configuration to use same." msgstr "" +"Ez véglegesen törli a tanúsítványt, a kulcsot és a beállításokat ugyanannak " +"a használatához." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:182 msgid "This permanently deletes the rights file and configuration to use same." msgstr "" +"Ez véglegesen törli a jogok fájlját és a beállításokat ugyanannak a " +"használatához." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Timeout" @@ -431,11 +459,11 @@ msgstr "Időkorlát" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "Use File Locks" -msgstr "" +msgstr "Fájlzárolások használata" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 msgid "Use Protocol" -msgstr "" +msgstr "Protokoll használata" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "User" @@ -443,7 +471,7 @@ msgstr "Felhasználó" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 msgid "User-based ACL Settings" -msgstr "" +msgstr "Felhasználó alapú ACL beállítások" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 msgid "Username" @@ -451,36 +479,36 @@ msgstr "Felhasználónév" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "Users and Passwords" -msgstr "" +msgstr "Felhasználók és jelszavak" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:113 msgid "Web UI" -msgstr "" +msgstr "Webes felhasználói felület" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:117 msgid "Web UI Type" -msgstr "" +msgstr "Webes felhasználói felület típusa" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:19 msgid "X-Remote-User from web server" -msgstr "" +msgstr "X-Remote-User a webkiszolgálótól" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:39 msgid "bcrypt" -msgstr "" +msgstr "bcrypt" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:35 msgid "crypt" -msgstr "" +msgstr "crypt" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:16 msgid "htpasswd file (manually populated)" -msgstr "" +msgstr "htpasswd fájl (kézzel feltöltve)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 msgid "htpasswd-formatted file filename" -msgstr "" +msgstr "htpasswd formázású fájl fájlneve" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:37 msgid "md5" -msgstr "" +msgstr "md5" diff --git a/applications/luci-app-radicale2/po/it/radicale2.po b/applications/luci-app-radicale2/po/it/radicale2.po index 39c3c9faaa..e9ae83cf25 100644 --- a/applications/luci-app-radicale2/po/it/radicale2.po +++ b/applications/luci-app-radicale2/po/it/radicale2.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-11-25 13:56+0000\n" -"Last-Translator: Ansuel Smith <ansuelsmth@gmail.com>\n" +"PO-Revision-Date: 2020-03-03 13:34+0000\n" +"Last-Translator: TuxAlex0 <alex.skatingcassano@gmail.com>\n" "Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/it/>\n" "Language: it\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -21,7 +21,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 msgid "Advanced Settings" -msgstr "Opzioni Avanzate" +msgstr "Impostazioni Avanzate" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" @@ -29,15 +29,15 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 msgid "Authentication" -msgstr "" +msgstr "Autenticazione" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" -msgstr "" +msgstr "Tipo di autenticazione" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" @@ -77,7 +77,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Debug" -msgstr "" +msgstr "Debug" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 msgid "Default (htpasswd file from users below)" @@ -122,7 +122,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Encryption" -msgstr "" +msgstr "Crittografia" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 msgid "Filename" @@ -142,11 +142,11 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 msgid "General Settings" -msgstr "" +msgstr "Impostazioni Generali" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -161,6 +161,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -215,7 +219,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -394,7 +398,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -403,7 +407,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/ja/radicale2.po b/applications/luci-app-radicale2/po/ja/radicale2.po index 8079b6115e..c6da88fdb5 100644 --- a/applications/luci-app-radicale2/po/ja/radicale2.po +++ b/applications/luci-app-radicale2/po/ja/radicale2.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-10-17 07:01+0000\n" -"Last-Translator: Scott Anecito <scott.anecito@protonmail.com>\n" +"PO-Revision-Date: 2020-06-13 22:13+0000\n" +"Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n" "Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/ja/>\n" "Language: ja\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.9\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -29,15 +29,15 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 msgid "Authentication" -msgstr "" +msgstr "認証" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" -msgstr "" +msgstr "認証タイプ" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" @@ -77,7 +77,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Debug" -msgstr "" +msgstr "デバッグ" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 msgid "Default (htpasswd file from users below)" @@ -122,15 +122,15 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Encryption" -msgstr "" +msgstr "暗号化" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 msgid "Filename" -msgstr "" +msgstr "ファイル名" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder" -msgstr "" +msgstr "フォルダー" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder in which to store collections" @@ -146,7 +146,7 @@ msgstr "一般設定" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -161,6 +161,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -215,10 +219,10 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" -msgstr "" +msgstr "ロギング" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "Logging File" @@ -284,7 +288,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 msgid "Private Key" -msgstr "" +msgstr "秘密鍵" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 msgid "REMOTE_USER from web server" @@ -394,16 +398,16 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" -msgstr "" +msgstr "サーバー設定" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" @@ -439,7 +443,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "User" -msgstr "" +msgstr "ユーザー" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 msgid "User-based ACL Settings" @@ -447,7 +451,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 msgid "Username" -msgstr "" +msgstr "ユーザー名" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "Users and Passwords" diff --git a/applications/luci-app-radicale2/po/ko/radicale2.po b/applications/luci-app-radicale2/po/ko/radicale2.po index 191b4be6e6..0fbae7761f 100644 --- a/applications/luci-app-radicale2/po/ko/radicale2.po +++ b/applications/luci-app-radicale2/po/ko/radicale2.po @@ -1,14 +1,16 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-01-09 06:32-0500\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2020-04-19 00:53+0000\n" +"Last-Translator: EP45 <monadko98@gmail.com>\n" +"Language-Team: Korean <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsradicale2/ko/>\n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.0.2-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -19,7 +21,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 msgid "Advanced Settings" -msgstr "" +msgstr "고급 설정" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" @@ -29,7 +31,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -144,7 +146,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -159,6 +161,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -213,7 +219,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -392,7 +398,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -401,7 +407,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/mr/radicale2.po b/applications/luci-app-radicale2/po/mr/radicale2.po index 16ca7e9869..43ecc2b8eb 100644 --- a/applications/luci-app-radicale2/po/mr/radicale2.po +++ b/applications/luci-app-radicale2/po/mr/radicale2.po @@ -1,14 +1,16 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-01-09 06:32-0500\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2020-02-12 11:00+0000\n" +"Last-Translator: Prachi Joshi <josprachi@yahoo.com>\n" +"Language-Team: Marathi <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsradicale2/mr/>\n" "Language: mr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.11-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -19,7 +21,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 msgid "Advanced Settings" -msgstr "" +msgstr "प्रगत सेटिंग्ज" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" @@ -29,7 +31,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -140,11 +142,11 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 msgid "General Settings" -msgstr "" +msgstr "सामान्य सेटिंग्ज" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -159,6 +161,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -213,7 +219,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -318,7 +324,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "Realm" -msgstr "" +msgstr "क्षेत्र" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 msgid "Redact passwords in logs" @@ -392,16 +398,16 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" -msgstr "" +msgstr "सर्व्हर सेटिंग्ज" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" @@ -425,7 +431,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Timeout" -msgstr "" +msgstr "वेळ संपला" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "Use File Locks" @@ -445,7 +451,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 msgid "Username" -msgstr "" +msgstr "वापरकर्तानाव" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "Users and Passwords" diff --git a/applications/luci-app-radicale2/po/ms/radicale2.po b/applications/luci-app-radicale2/po/ms/radicale2.po index 36fc3ed31f..c563970956 100644 --- a/applications/luci-app-radicale2/po/ms/radicale2.po +++ b/applications/luci-app-radicale2/po/ms/radicale2.po @@ -29,7 +29,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -144,7 +144,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -159,6 +159,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -213,7 +217,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -392,7 +396,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -401,7 +405,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/nb_NO/radicale2.po b/applications/luci-app-radicale2/po/nb_NO/radicale2.po index a0a56a692c..86b8077245 100644 --- a/applications/luci-app-radicale2/po/nb_NO/radicale2.po +++ b/applications/luci-app-radicale2/po/nb_NO/radicale2.po @@ -29,7 +29,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -144,7 +144,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -159,6 +159,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -213,7 +217,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -392,7 +396,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -401,7 +405,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/pl/radicale2.po b/applications/luci-app-radicale2/po/pl/radicale2.po index 18833c231e..02a0cbc309 100644 --- a/applications/luci-app-radicale2/po/pl/radicale2.po +++ b/applications/luci-app-radicale2/po/pl/radicale2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-11-17 11:05+0000\n" +"PO-Revision-Date: 2020-06-16 16:09+0000\n" "Last-Translator: Marcin Net <marcin.net@linux.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/pl/>\n" @@ -11,14 +11,14 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.1.1-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:7 msgid "A lightweight CalDAV/CardDAV server" -msgstr "" +msgstr "Lekki serwer CalDAV/CardDAV" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 msgid "Advanced Settings" @@ -26,15 +26,15 @@ msgstr "Ustawienia zaawansowane" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" -msgstr "" +msgstr "Dozwolone szyfry" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 msgid "Authentication" msgstr "Uwierzytelnienie" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" -msgstr "" +msgstr "Uwierzytelnianie/Użytkownicy" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" @@ -42,11 +42,11 @@ msgstr "Typ uwierzytelniania" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" -msgstr "" +msgstr "Na podstawie ustawień w 'pliku uprawnień'" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 msgid "CORS" -msgstr "" +msgstr "CORS" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:62 msgid "Certificate" @@ -54,27 +54,27 @@ msgstr "Certyfikat" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 msgid "Client Certificate Authority" -msgstr "" +msgstr "Urząd certyfikacji klienta" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 msgid "Close Lock File" -msgstr "" +msgstr "Zamknij plik blokady" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 msgid "Close the lock file when no more clients are waiting" -msgstr "" +msgstr "Zamknij plik blokady, gdy nie będzie już więcej klientów" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 msgid "Command that is run after changes to storage" -msgstr "" +msgstr "Polecenie uruchamiane po zmianach w pamięci" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:80 msgid "Confirm Plaintext Password" -msgstr "" +msgstr "Potwierdź hasło w postaci zwykłego tekstu" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 msgid "DNS Lookup" -msgstr "" +msgstr "Wyszukiwanie DNS" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Debug" @@ -82,44 +82,44 @@ msgstr "Debugowanie" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 msgid "Default (htpasswd file from users below)" -msgstr "" +msgstr "Domyślnie (plik htpasswd od użytkowników poniżej)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:14 msgid "Default (multifilesystem)" -msgstr "" +msgstr "Domyślnie (system wielu plików)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:167 msgid "Default (owner only)" -msgstr "" +msgstr "Domyślnie (tylko właściciel)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 msgid "Delete sync token that are older (seconds)" -msgstr "" +msgstr "Usuń starszy token synchronizacyjny (sekundy)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:132 msgid "Document Encoding" -msgstr "" +msgstr "Kodowanie dokumentów" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 msgid "Dump Environment" -msgstr "" +msgstr "Zrzut środowiska" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 msgid "Enable SSL connections" -msgstr "" +msgstr "Włącz połączenia SSL" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 msgid "Encoding for responding to requests/events" -msgstr "" +msgstr "Kodowanie odpowiadające na żądania/zdarzenia" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 msgid "Encoding for storing local collections" -msgstr "" +msgstr "Kodowanie do przechowywania lokalnych kolekcji" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "Encrypted Password" -msgstr "" +msgstr "Zaszyfrowane hasło" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Encryption" @@ -135,11 +135,11 @@ msgstr "Katalog" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder in which to store collections" -msgstr "" +msgstr "Folder do przechowywania kolekcji" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 msgid "For verifying client certificates" -msgstr "" +msgstr "Do weryfikacji certyfikatów klienta" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 msgid "General Settings" @@ -147,44 +147,53 @@ msgstr "Ustawienia główne" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " "installed." msgstr "" +"Wygeneruj to pole za pomocą generatora plików uwierzytelniania w stylu " +"Apache htpasswd (dla wybranego przez ciebie formatu skrótu) lub zainstaluj " +"python3-passlib, aby umożliwić tworzenie skrótu przez wprowadzenie tekstu " +"jawnego w polu, które pojawi się na tej stronie jeśli jest zainstalowany " +"python3-passlib." #: applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm:24 msgid "Go to Radicale 2.x Web UI" -msgstr "" +msgstr "Przejdź do Radicale 2.x Web UI" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:14 msgid "Go to Radicale v2 Web UI" -msgstr "" +msgstr "Przejdź do Radicale v2 Web UI" + +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "Udziel dostępu UCI do luci-app-radicale2" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" -msgstr "" +msgstr "Podstawowa sfera uwierzytelniania HTTP(S)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 msgid "HTTP(S) Headers" -msgstr "" +msgstr "Nagłówki HTTP(S)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:32 msgid "HTTP(S) Listeners (address:port)" -msgstr "" +msgstr "Nasłuch HTTP(S (adres:port)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 msgid "Header: X-Access-Control-Allow-Origin" -msgstr "" +msgstr "Nagłówek: X-Access-Control-Allow-Origin" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 msgid "Headers" -msgstr "" +msgstr "Nagłówki" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 msgid "Hook" -msgstr "" +msgstr "Zaczep" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 msgid "" @@ -193,95 +202,104 @@ msgid "" "the existing hash (you can also put your own hash value for the type of hash " "listed above)." msgstr "" +"Jeśli „Hasło w postaci zwykłego tekstu” jest wypełnione i pasuje do " +"„Potwierdź hasło w postaci zwykłego tekstu”, to pole staje się skrótem tego " +"hasła, w przeciwnym razie to pole pozostaje istniejącym skrótem (możesz " +"również wpisać własną wartość skrótu dla typu skrótu wymienionego powyżej)." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 msgid "Include full environment in logs" -msgstr "" +msgstr "Uwzględnij pełne środowisko w dziennikach" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 msgid "Insecure hashes" -msgstr "" +msgstr "Niezabezpieczone hashes" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 msgid "Install package python3-openssl to support SSL connections" -msgstr "" +msgstr "Zainstaluj pakiet python3-openssl, aby obsługiwać połączenia SSL" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 msgid "Install python3-passlib and python3-bcrypt to enable a secure hash" msgstr "" +"Zainstaluj python3-passlib i python3-bcrypt, aby włączyć bezpieczny hash" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" +"Plik konfiguracyjny dziennika (brak pliku oznacza domyślny procd, który " +"kończy się w dzienniku systemowym)" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "Logowanie" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "Logging File" -msgstr "" +msgstr "Plik dziennika" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 msgid "Lookup reverse DNS for clients for logging" -msgstr "" +msgstr "Wyszukaj zwrotny DNS dla klientów do logowania" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 msgid "Mask Passwords" -msgstr "" +msgstr "Hasła maskowe" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 msgid "Max Connections" -msgstr "" +msgstr "Maksymalna liczba połączeń" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 msgid "Max Content Length" -msgstr "" +msgstr "Maksymalna długość zawartości" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 msgid "Max Sync Token Age" -msgstr "" +msgstr "Maksymalny wiek tokenu synchronizacji" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 msgid "Maximum number of simultaneous connections" -msgstr "" +msgstr "Maksymalna liczba jednoczesnych połączeń" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 msgid "Maximum size of request body (bytes)" -msgstr "" +msgstr "Maksymalny rozmiar treści żądania (bajty)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:15 msgid "Multiple files on filesystem" -msgstr "" +msgstr "Wiele plików w systemie plików" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:17 msgid "No authentication" -msgstr "" +msgstr "Brak autoryzacji" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:98 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:105 msgid "Password and confirmation do not match" -msgstr "" +msgstr "Hasło i potwierdzenie nie są zgodne" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Password encryption method" -msgstr "" +msgstr "Metoda szyfrowania hasła" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:32 msgid "Plaintext" -msgstr "" +msgstr "Zwykły tekst" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:76 msgid "Plaintext Password" -msgstr "" +msgstr "Hasło w postaci zwykłego tekstu" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "" "Prevent other instances or processes from modifying collections while in use" msgstr "" +"Zapobiegaj modyfikowaniu kolekcji przez inne wystąpienia lub procesy podczas " +"ich używania" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 msgid "Private Key" @@ -289,23 +307,23 @@ msgstr "Klucz prywatny" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 msgid "REMOTE_USER from web server" -msgstr "" +msgstr "REMOTE_USER z serwera WWW" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:172 msgid "RO: All, RW: All" -msgstr "" +msgstr "RO: All, RW: All" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:170 msgid "RO: Authenticated Users, RW: Owner" -msgstr "" +msgstr "RO: Użytkownicy uwierzytelnieni, RW: Właściciel" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:169 msgid "RO: None, RW: Authenticated Users" -msgstr "" +msgstr "RO: Brak, RW: Użytkownicy uwierzytelnieni" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:168 msgid "RO: None, RW: Owner" -msgstr "" +msgstr "RO: Brak, RW: Właściciel" #: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:13 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:7 @@ -313,63 +331,63 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:7 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:6 msgid "Radicale 2.x" -msgstr "" +msgstr "Radicale 2.x" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:10 msgid "Radicale v2 Web UI" -msgstr "" +msgstr "Radicale v2 Web UI" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "Realm" -msgstr "" +msgstr "Realm" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 msgid "Redact passwords in logs" -msgstr "" +msgstr "Redaguj hasła w dziennikach" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:84 msgid "Remove configuration for certificate, key, and CA" -msgstr "" +msgstr "Usuń konfigurację dla certyfikatu, klucza oraz CA" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:16 msgid "Remove configuration for logging" -msgstr "" +msgstr "Usuń konfigurację do logowania" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:181 msgid "Remove configuration for rights file" -msgstr "" +msgstr "Usuwanie konfiguracji pliku praw" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 msgid "Request" -msgstr "" +msgstr "Żądanie" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 msgid "Required time between a failed authentication attempt and trying again" -msgstr "" +msgstr "Wymagany czas między nieudaną próbą uwierzytelnienia a ponowną próbą" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 msgid "Retry Delay" -msgstr "" +msgstr "Opóźnienie powtarzania" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 msgid "Rights" -msgstr "" +msgstr "Prawa" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:176 msgid "Rights File" -msgstr "" +msgstr "Plik praw" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:166 msgid "Rights Type" -msgstr "" +msgstr "Typ praw" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:33 msgid "SHA1" -msgstr "" +msgstr "SHA1" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:34 msgid "SSHA" -msgstr "" +msgstr "SSHA" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 msgid "SSL" @@ -377,54 +395,56 @@ msgstr "SSL" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 msgid "SSL not available" -msgstr "" +msgstr "SSL niedostępny" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "See python3-openssl documentation for available ciphers" -msgstr "" +msgstr "Zobacz dokumentację python3-openssl dla dostępnych szyfrów" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 msgid "See python3-openssl documentation for available protocols" -msgstr "" +msgstr "Zobacz dokumentację python3-openssl dla dostępnych protokołów" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 msgid "Select bcrypt above to enable a secure hash" -msgstr "" +msgstr "Wybierz bcrypt powyżej, aby włączyć bezpieczny hash" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Send debug information to logs" -msgstr "" +msgstr "Wyślij informacje debugowania do dzienników" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "Ustawienia serwera" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Socket timeout (seconds)" -msgstr "" +msgstr "Limit czasu gniazda (sekundy)" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" -msgstr "" +msgstr "Magazyn" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:13 msgid "Storage Type" -msgstr "" +msgstr "Typ magazynu" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:17 msgid "This permanently deletes configuration for logging" -msgstr "" +msgstr "Spowoduje to trwałe usunięcie konfiguracji rejestrowania" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:85 msgid "This permanently deletes the cert, key, and configuration to use same." -msgstr "" +msgstr "To trwale usuwa certyfikat, klucz i konfigurację, by użyć tego samego." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:182 msgid "This permanently deletes the rights file and configuration to use same." msgstr "" +"Spowoduje to trwałe usunięcie pliku praw i konfiguracji do korzystania z " +"nich." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Timeout" @@ -432,11 +452,11 @@ msgstr "Limit czasu" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "Use File Locks" -msgstr "" +msgstr "Użyj blokady plików" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 msgid "Use Protocol" -msgstr "" +msgstr "Użyj protokołu" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "User" @@ -444,7 +464,7 @@ msgstr "Użytkownik" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 msgid "User-based ACL Settings" -msgstr "" +msgstr "Ustawienia ACL w oparciu o użytkownika" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 msgid "Username" @@ -452,36 +472,36 @@ msgstr "Nazwa użytkownika" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "Users and Passwords" -msgstr "" +msgstr "Użytkownicy i hasła" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:113 msgid "Web UI" -msgstr "" +msgstr "Web UI" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:117 msgid "Web UI Type" -msgstr "" +msgstr "Typ Web UI" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:19 msgid "X-Remote-User from web server" -msgstr "" +msgstr "X-Remote-User z serwera WWW" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:39 msgid "bcrypt" -msgstr "" +msgstr "bcrypt" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:35 msgid "crypt" -msgstr "" +msgstr "Krypta" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:16 msgid "htpasswd file (manually populated)" -msgstr "" +msgstr "plik htpasswd (ręcznie wypełniany)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 msgid "htpasswd-formatted file filename" -msgstr "" +msgstr "Plik w formacie htpasswd" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:37 msgid "md5" -msgstr "" +msgstr "md5" diff --git a/applications/luci-app-radicale2/po/pt/radicale2.po b/applications/luci-app-radicale2/po/pt/radicale2.po index a55ce156a6..aa5e0ab07e 100644 --- a/applications/luci-app-radicale2/po/pt/radicale2.po +++ b/applications/luci-app-radicale2/po/pt/radicale2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-12-02 16:08+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/pt/>\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -31,7 +31,7 @@ msgstr "Cifras Permitidas" msgid "Authentication" msgstr "Autenticação" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "Autenticação / Utilizadores" @@ -147,7 +147,7 @@ msgstr "Configurações Gerais" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -166,6 +166,10 @@ msgstr "Ir para a interface web de Radicale 2.x" msgid "Go to Radicale v2 Web UI" msgstr "Ir para a interface web de Radicale v2" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "Conceder acesso UCI ao luci-app-radicale2" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "Reino Básico da Autenticação HTTP(S)" @@ -199,8 +203,8 @@ msgid "" msgstr "" "Se 'Palavra-Passe de Texto Simples' for preenchido e corresponder com " "'Confirmar Palavra-Passe de Texto Simples'' este campo torna-se de hash " -"dessa palavra-passe, caso contrário este campo permanece o hash existente (" -"também pode colocar o seu próprio valor de hash para o tipo de hash listado " +"dessa palavra-passe, caso contrário este campo permanece o hash existente " +"(também pode colocar o seu próprio valor de hash para o tipo de hash listado " "acima)." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 @@ -227,7 +231,7 @@ msgstr "" "Ficheiro de configuração de log (nenhum ficheiro significa o padrão de procd " "que será syslog" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "Logging" @@ -409,7 +413,7 @@ msgstr "Selecione bcrypt acima para ativar um hash seguro" msgid "Send debug information to logs" msgstr "Enviar informações de depuração para os logs" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "Configurações do Servidor" @@ -418,7 +422,7 @@ msgstr "Configurações do Servidor" msgid "Socket timeout (seconds)" msgstr "Tempo limite do soquete (segundos)" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/pt_BR/radicale2.po b/applications/luci-app-radicale2/po/pt_BR/radicale2.po index 9661d127c2..0a929aa470 100644 --- a/applications/luci-app-radicale2/po/pt_BR/radicale2.po +++ b/applications/luci-app-radicale2/po/pt_BR/radicale2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsradicale2/pt_BR/>\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -31,7 +31,7 @@ msgstr "Cifras Permitidas" msgid "Authentication" msgstr "Autenticação" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "Autenticação / Usuários" @@ -146,7 +146,7 @@ msgstr "Configurações Gerais" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -166,6 +166,10 @@ msgstr "Vá para a interface do usuário Radicale 2.x na Web" msgid "Go to Radicale v2 Web UI" msgstr "Vá para a interface do usuário Radicale v2 na Web" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "Conceda acesso UCI ao luci-app-radicale2" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "Região de Autenticação Básica HTTP(S)" @@ -228,7 +232,7 @@ msgstr "" "Arquivo de configuração do registro log (nenhum arquivo significa um 'procd' " "predefinido que vai para o syslog" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "Registrando os eventos" @@ -413,7 +417,7 @@ msgstr "Selecione bcrypt acima para ativar um hash seguro" msgid "Send debug information to logs" msgstr "Enviar informações de depuração para os registros logs" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "Configurações do Servidor" @@ -422,7 +426,7 @@ msgstr "Configurações do Servidor" msgid "Socket timeout (seconds)" msgstr "Tempo limite do Socket (segundos)" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/ro/radicale2.po b/applications/luci-app-radicale2/po/ro/radicale2.po index b4f44dfc9d..a29b01100a 100644 --- a/applications/luci-app-radicale2/po/ro/radicale2.po +++ b/applications/luci-app-radicale2/po/ro/radicale2.po @@ -1,15 +1,17 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-01-09 06:32-0500\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2020-03-29 12:19+0000\n" +"Last-Translator: Cristian Ionescu <joker_op@yahoo.com>\n" +"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsradicale2/ro/>\n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -20,7 +22,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 msgid "Advanced Settings" -msgstr "" +msgstr "Setări avansate" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" @@ -30,13 +32,13 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" -msgstr "" +msgstr "Tipul Autentificării" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" @@ -141,11 +143,11 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 msgid "General Settings" -msgstr "" +msgstr "Setări generale" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -160,6 +162,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -214,7 +220,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -393,7 +399,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -402,7 +408,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/ru/radicale2.po b/applications/luci-app-radicale2/po/ru/radicale2.po index f62102fd64..cb50fde59e 100644 --- a/applications/luci-app-radicale2/po/ru/radicale2.po +++ b/applications/luci-app-radicale2/po/ru/radicale2.po @@ -1,17 +1,17 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-10-19 18:25+0000\n" -"Last-Translator: Anton Kikin <a.a.kikin@gmail.com>\n" +"PO-Revision-Date: 2020-06-07 15:48+0000\n" +"Last-Translator: Artem <KovalevArtem.ru@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/ru/>\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -30,15 +30,15 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 msgid "Authentication" -msgstr "" +msgstr "Аутентификация" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" -msgstr "" +msgstr "Тип аутентификации" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" @@ -78,7 +78,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Debug" -msgstr "" +msgstr "Отладка" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 msgid "Default (htpasswd file from users below)" @@ -123,15 +123,15 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Encryption" -msgstr "" +msgstr "Шифрование" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 msgid "Filename" -msgstr "" +msgstr "Имя файла" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder" -msgstr "" +msgstr "Папка" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder in which to store collections" @@ -143,11 +143,11 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 msgid "General Settings" -msgstr "" +msgstr "Основные настройки" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -162,6 +162,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "Предоставить UCI доступ для luci-app-radicale2" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -216,10 +220,10 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" -msgstr "" +msgstr "Настройка журнала" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "Logging File" @@ -285,7 +289,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 msgid "Private Key" -msgstr "" +msgstr "Приватный ключ" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 msgid "REMOTE_USER from web server" @@ -321,7 +325,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "Realm" -msgstr "" +msgstr "Область" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 msgid "Redact passwords in logs" @@ -353,7 +357,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 msgid "Rights" -msgstr "" +msgstr "Права" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:176 msgid "Rights File" @@ -395,20 +399,20 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" -msgstr "" +msgstr "Настройки сервера" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" -msgstr "" +msgstr "Хранилище" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:13 msgid "Storage Type" @@ -428,7 +432,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Timeout" -msgstr "" +msgstr "Тайм-аут" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "Use File Locks" @@ -440,7 +444,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "User" -msgstr "" +msgstr "Пользователь" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 msgid "User-based ACL Settings" @@ -448,7 +452,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 msgid "Username" -msgstr "" +msgstr "Имя пользователя" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "Users and Passwords" @@ -484,4 +488,4 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:37 msgid "md5" -msgstr "" +msgstr "MD5" diff --git a/applications/luci-app-radicale2/po/sk/radicale2.po b/applications/luci-app-radicale2/po/sk/radicale2.po index c12dbf0790..d2f69f6a3e 100644 --- a/applications/luci-app-radicale2/po/sk/radicale2.po +++ b/applications/luci-app-radicale2/po/sk/radicale2.po @@ -1,14 +1,16 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-01-09 06:32-0500\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2020-04-04 17:34+0000\n" +"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n" +"Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsradicale2/sk/>\n" "Language: sk\n" "MIME-Version: 1.0\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.0-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -19,7 +21,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 msgid "Advanced Settings" -msgstr "" +msgstr "Pokročilé nastavenia" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" @@ -27,15 +29,15 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 msgid "Authentication" -msgstr "" +msgstr "Overenie totožnosti" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" -msgstr "" +msgstr "Typ overenia totožnosti" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" @@ -120,11 +122,11 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Encryption" -msgstr "" +msgstr "Šifrovanie" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 msgid "Filename" -msgstr "" +msgstr "Názov súboru" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder" @@ -140,11 +142,11 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 msgid "General Settings" -msgstr "" +msgstr "Všeobecné nastavenia" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -159,6 +161,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -213,10 +219,10 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" -msgstr "" +msgstr "Zaznamenávanie" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "Logging File" @@ -282,7 +288,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 msgid "Private Key" -msgstr "" +msgstr "Súkromný kľúč" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 msgid "REMOTE_USER from web server" @@ -392,16 +398,16 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" -msgstr "" +msgstr "Nastavenia servera" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" @@ -445,7 +451,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 msgid "Username" -msgstr "" +msgstr "Používateľské meno" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "Users and Passwords" diff --git a/applications/luci-app-radicale2/po/sv/radicale2.po b/applications/luci-app-radicale2/po/sv/radicale2.po index dd01afa5f6..aab8d963b9 100644 --- a/applications/luci-app-radicale2/po/sv/radicale2.po +++ b/applications/luci-app-radicale2/po/sv/radicale2.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-10-17 20:20+0000\n" -"Last-Translator: Mattias Münster <mattiasmun@gmail.com>\n" +"PO-Revision-Date: 2019-12-20 21:21+0000\n" +"Last-Translator: smorgasbeerd <viktorwestas@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/sv/>\n" "Language: sv\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 3.10\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -31,7 +31,7 @@ msgstr "" msgid "Authentication" msgstr "Autentisering" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -126,7 +126,7 @@ msgstr "Kryptering" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 msgid "Filename" -msgstr "" +msgstr "Filnamn" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder" @@ -146,7 +146,7 @@ msgstr "Generella inställningar" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -161,6 +161,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -215,7 +219,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "Loggning" @@ -394,7 +398,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "Server-inställningar" @@ -403,7 +407,7 @@ msgstr "Server-inställningar" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/templates/radicale2.pot b/applications/luci-app-radicale2/po/templates/radicale2.pot index 40789b0ca0..a0eac05881 100644 --- a/applications/luci-app-radicale2/po/templates/radicale2.pot +++ b/applications/luci-app-radicale2/po/templates/radicale2.pot @@ -20,7 +20,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -135,7 +135,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -150,6 +150,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -204,7 +208,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -383,7 +387,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -392,7 +396,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/tr/radicale2.po b/applications/luci-app-radicale2/po/tr/radicale2.po index 371aa15b2c..29baad1738 100644 --- a/applications/luci-app-radicale2/po/tr/radicale2.po +++ b/applications/luci-app-radicale2/po/tr/radicale2.po @@ -31,7 +31,7 @@ msgstr "" msgid "Authentication" msgstr "Kimlik Doğrulama" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -146,7 +146,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -161,6 +161,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -215,7 +219,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -394,7 +398,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -403,7 +407,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/uk/radicale2.po b/applications/luci-app-radicale2/po/uk/radicale2.po index 9d334320f3..7f521e9548 100644 --- a/applications/luci-app-radicale2/po/uk/radicale2.po +++ b/applications/luci-app-radicale2/po/uk/radicale2.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-12-13 23:06+0000\n" -"Last-Translator: Сергій Йовенко <s.yovenko@gmail.com>\n" +"PO-Revision-Date: 2020-02-18 11:31+0000\n" +"Last-Translator: Olexandr Nesterenko <olexn@ukr.net>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/uk/>\n" "Language: uk\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 3.11\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -32,7 +32,7 @@ msgstr "" msgid "Authentication" msgstr "Автентифікація" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -78,7 +78,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Debug" -msgstr "Відлагодження" +msgstr "Зневаджування" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 msgid "Default (htpasswd file from users below)" @@ -147,7 +147,7 @@ msgstr "Загальні параметри" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -162,6 +162,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -216,7 +220,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "Журналювання" @@ -373,7 +377,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 msgid "SSL" -msgstr "" +msgstr "SSL" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 msgid "SSL not available" @@ -395,7 +399,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "Налаштування сервера" @@ -404,11 +408,11 @@ msgstr "Налаштування сервера" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" -msgstr "" +msgstr "Сховище" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:13 msgid "Storage Type" @@ -440,7 +444,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "User" -msgstr "" +msgstr "Користувач" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 msgid "User-based ACL Settings" @@ -472,7 +476,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:35 msgid "crypt" -msgstr "" +msgstr "crypt" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:16 msgid "htpasswd file (manually populated)" diff --git a/applications/luci-app-radicale2/po/vi/radicale2.po b/applications/luci-app-radicale2/po/vi/radicale2.po index 3237023390..946eb842ef 100644 --- a/applications/luci-app-radicale2/po/vi/radicale2.po +++ b/applications/luci-app-radicale2/po/vi/radicale2.po @@ -29,7 +29,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 msgid "Authentication / Users" msgstr "" @@ -144,7 +144,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "" -"Generate this field using an generator for Apache htpasswd-style " +"Generate this field using a generator for Apache htpasswd-style " "authentication files (for the hash format you have chosen above), or install " "python3-passlib to enable the ability to create the hash by entering the " "plaintext in a field that will appear on this page if python3-passlib is " @@ -159,6 +159,10 @@ msgstr "" msgid "Go to Radicale v2 Web UI" msgstr "" +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" msgstr "" @@ -213,7 +217,7 @@ msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 msgid "Logging" msgstr "" @@ -392,7 +396,7 @@ msgstr "" msgid "Send debug information to logs" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" msgstr "" @@ -401,7 +405,7 @@ msgstr "" msgid "Socket timeout (seconds)" msgstr "" -#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" diff --git a/applications/luci-app-radicale2/po/zh_Hans/radicale2.po b/applications/luci-app-radicale2/po/zh_Hans/radicale2.po new file mode 100644 index 0000000000..45c19a18a8 --- /dev/null +++ b/applications/luci-app-radicale2/po/zh_Hans/radicale2.po @@ -0,0 +1,494 @@ +msgid "" +msgstr "" +"Project-Id-Version: luci-app-radicale 2\n" +"PO-Revision-Date: 2020-05-22 12:40+0000\n" +"Last-Translator: Luis Liou <liouluis@gmail.com>\n" +"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" +"openwrt/luciapplicationsradicale2/zh_Hans/>\n" +"Language: zh_Hans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.1-dev\n" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:8 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:7 +msgid "A lightweight CalDAV/CardDAV server" +msgstr "轻量级的 CalDAV/CardDAV 服务器" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 +msgid "Advanced Settings" +msgstr "高级设置" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 +msgid "Allowed Ciphers" +msgstr "允许的密码" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 +msgid "Authentication" +msgstr "身份验证" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 +msgid "Authentication / Users" +msgstr "身份验证 / 用户" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 +msgid "Authentication Type" +msgstr "身份验证类型" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 +msgid "Based on settings in 'Rights File'" +msgstr "基于\"权限文件\"中的设置" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 +msgid "CORS" +msgstr "CORS" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:62 +msgid "Certificate" +msgstr "证书" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 +msgid "Client Certificate Authority" +msgstr "客户端证书颁发机构" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 +msgid "Close Lock File" +msgstr "关闭锁文件" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 +msgid "Close the lock file when no more clients are waiting" +msgstr "当没有更多的客户端等待时关闭锁文件" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 +msgid "Command that is run after changes to storage" +msgstr "更改存储后运行的命令" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:80 +msgid "Confirm Plaintext Password" +msgstr "确认明文密码" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 +msgid "DNS Lookup" +msgstr "域名解析" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 +msgid "Debug" +msgstr "调试" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 +msgid "Default (htpasswd file from users below)" +msgstr "默认值(来自以下用户的 htpasswd 文件)" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:14 +msgid "Default (multifilesystem)" +msgstr "默认值(多文件系统)" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:167 +msgid "Default (owner only)" +msgstr "默认值(仅限所有者)" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 +msgid "Delete sync token that are older (seconds)" +msgstr "删除较旧的同步令牌(秒)" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:132 +msgid "Document Encoding" +msgstr "文档编码" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 +msgid "Dump Environment" +msgstr "转储环境" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 +msgid "Enable SSL connections" +msgstr "启用 SSL 连接" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 +msgid "Encoding for responding to requests/events" +msgstr "用于响应 请求/事件 的编码" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 +msgid "Encoding for storing local collections" +msgstr "用于存储本地集合的编码" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 +msgid "Encrypted Password" +msgstr "加密的密码" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 +msgid "Encryption" +msgstr "加密" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 +msgid "Filename" +msgstr "文件名" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 +msgid "Folder" +msgstr "文件夹" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 +msgid "Folder in which to store collections" +msgstr "用于存储集合的文件夹" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 +msgid "For verifying client certificates" +msgstr "用于验证客户端证书" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 +msgid "General Settings" +msgstr "常规设置" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 +msgid "" +"Generate this field using a generator for Apache htpasswd-style " +"authentication files (for the hash format you have chosen above), or install " +"python3-passlib to enable the ability to create the hash by entering the " +"plaintext in a field that will appear on this page if python3-passlib is " +"installed." +msgstr "" +"使用 Apache htpasswd 风格的身份验证文件生成器(对于您在上面选择的哈希格式)生" +"成此字段,或安装 python3-passlib,以便在此页面上显示的字段中输入纯文本来创建" +"哈希。" + +#: applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm:24 +msgid "Go to Radicale 2.x Web UI" +msgstr "转到 Radicale 2.x Web UI" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:14 +msgid "Go to Radicale v2 Web UI" +msgstr "转到 Radicale v2 Web UI" + +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "为luci-app-radicale2授权UCI访问权限" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 +msgid "HTTP(S) Basic Authentication Realm" +msgstr "HTTP(S) 基本身份验证" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 +msgid "HTTP(S) Headers" +msgstr "HTTP(S) 标头" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:32 +msgid "HTTP(S) Listeners (address:port)" +msgstr "HTTP(S) 监听(地址:端口)" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 +#, fuzzy +msgid "Header: X-Access-Control-Allow-Origin" +msgstr "Header: X-Access-Control-Allow-Origin" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 +msgid "Headers" +msgstr "报头" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 +msgid "Hook" +msgstr "钩子" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 +msgid "" +"If 'Plaintext Password' filled and matches 'Confirm Plaintext Password' then " +"this field becomes of hash of that password, otherwise this field remains " +"the existing hash (you can also put your own hash value for the type of hash " +"listed above)." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 +msgid "Include full environment in logs" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 +msgid "Insecure hashes" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 +msgid "Install package python3-openssl to support SSL connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 +msgid "Install python3-passlib and python3-bcrypt to enable a secure hash" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 +msgid "" +"Log configuration file (no file means default procd which ends up in syslog" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 +msgid "Logging" +msgstr "日志" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 +msgid "Logging File" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 +msgid "Lookup reverse DNS for clients for logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 +msgid "Mask Passwords" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 +msgid "Max Connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 +msgid "Max Content Length" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 +msgid "Max Sync Token Age" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 +msgid "Maximum number of simultaneous connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 +msgid "Maximum size of request body (bytes)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:15 +msgid "Multiple files on filesystem" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:17 +msgid "No authentication" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:98 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:105 +msgid "Password and confirmation do not match" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 +msgid "Password encryption method" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:32 +msgid "Plaintext" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:76 +msgid "Plaintext Password" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 +msgid "" +"Prevent other instances or processes from modifying collections while in use" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 +msgid "Private Key" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 +msgid "REMOTE_USER from web server" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:172 +msgid "RO: All, RW: All" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:170 +msgid "RO: Authenticated Users, RW: Owner" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:169 +msgid "RO: None, RW: Authenticated Users" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:168 +msgid "RO: None, RW: Owner" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:13 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:7 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:3 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:7 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:6 +msgid "Radicale 2.x" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:10 +msgid "Radicale v2 Web UI" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 +msgid "Realm" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 +msgid "Redact passwords in logs" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:84 +msgid "Remove configuration for certificate, key, and CA" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:16 +msgid "Remove configuration for logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:181 +msgid "Remove configuration for rights file" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 +msgid "Request" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 +msgid "Required time between a failed authentication attempt and trying again" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 +msgid "Retry Delay" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 +msgid "Rights" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:176 +msgid "Rights File" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:166 +msgid "Rights Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:33 +msgid "SHA1" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:34 +msgid "SSHA" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 +msgid "SSL" +msgstr "SSL" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 +msgid "SSL not available" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 +msgid "See python3-openssl documentation for available ciphers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 +msgid "See python3-openssl documentation for available protocols" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 +msgid "Select bcrypt above to enable a secure hash" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 +msgid "Send debug information to logs" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 +msgid "Server Settings" +msgstr "服务器设置" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 +msgid "Socket timeout (seconds)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 +msgid "Storage" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:13 +msgid "Storage Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:17 +msgid "This permanently deletes configuration for logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:85 +msgid "This permanently deletes the cert, key, and configuration to use same." +msgstr "这将永久删除证书、密钥及使用它的配置。" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:182 +msgid "This permanently deletes the rights file and configuration to use same." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 +msgid "Timeout" +msgstr "超时" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 +msgid "Use File Locks" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 +msgid "Use Protocol" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 +msgid "User" +msgstr "用户" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 +msgid "User-based ACL Settings" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 +msgid "Username" +msgstr "用户名" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 +msgid "Users and Passwords" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:113 +msgid "Web UI" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:117 +msgid "Web UI Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:19 +msgid "X-Remote-User from web server" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:39 +msgid "bcrypt" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:35 +msgid "crypt" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:16 +msgid "htpasswd file (manually populated)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 +msgid "htpasswd-formatted file filename" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:37 +msgid "md5" +msgstr "" diff --git a/applications/luci-app-radicale2/po/zh_Hant/radicale2.po b/applications/luci-app-radicale2/po/zh_Hant/radicale2.po new file mode 100644 index 0000000000..d434c181fb --- /dev/null +++ b/applications/luci-app-radicale2/po/zh_Hant/radicale2.po @@ -0,0 +1,490 @@ +msgid "" +msgstr "" +"Project-Id-Version: luci-app-radicale 2\n" +"PO-Revision-Date: 2020-06-30 13:41+0000\n" +"Last-Translator: Hulen <shift0106@gmail.com>\n" +"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" +"openwrt/luciapplicationsradicale2/zh_Hant/>\n" +"Language: zh_Hant\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.2-dev\n" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:8 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:7 +msgid "A lightweight CalDAV/CardDAV server" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 +msgid "Advanced Settings" +msgstr "進階設定" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 +msgid "Allowed Ciphers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 +msgid "Authentication" +msgstr "認證" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:21 +msgid "Authentication / Users" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 +msgid "Authentication Type" +msgstr "認證類型" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 +msgid "Based on settings in 'Rights File'" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 +msgid "CORS" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:62 +msgid "Certificate" +msgstr "憑證" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 +msgid "Client Certificate Authority" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 +msgid "Close Lock File" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 +msgid "Close the lock file when no more clients are waiting" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 +msgid "Command that is run after changes to storage" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:80 +msgid "Confirm Plaintext Password" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 +msgid "DNS Lookup" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 +msgid "Debug" +msgstr "除錯 Debug" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 +msgid "Default (htpasswd file from users below)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:14 +msgid "Default (multifilesystem)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:167 +msgid "Default (owner only)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 +msgid "Delete sync token that are older (seconds)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:132 +msgid "Document Encoding" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 +msgid "Dump Environment" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 +msgid "Enable SSL connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 +msgid "Encoding for responding to requests/events" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 +msgid "Encoding for storing local collections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 +msgid "Encrypted Password" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 +msgid "Encryption" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 +msgid "Filename" +msgstr "檔名" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 +msgid "Folder" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 +msgid "Folder in which to store collections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 +msgid "For verifying client certificates" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 +msgid "General Settings" +msgstr "一般設定" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 +msgid "" +"Generate this field using a generator for Apache htpasswd-style " +"authentication files (for the hash format you have chosen above), or install " +"python3-passlib to enable the ability to create the hash by entering the " +"plaintext in a field that will appear on this page if python3-passlib is " +"installed." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm:24 +msgid "Go to Radicale 2.x Web UI" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:14 +msgid "Go to Radicale v2 Web UI" +msgstr "" + +#: applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json:3 +msgid "Grant UCI access for luci-app-radicale2" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 +msgid "HTTP(S) Basic Authentication Realm" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 +msgid "HTTP(S) Headers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:32 +msgid "HTTP(S) Listeners (address:port)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 +msgid "Header: X-Access-Control-Allow-Origin" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 +msgid "Headers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 +msgid "Hook" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 +msgid "" +"If 'Plaintext Password' filled and matches 'Confirm Plaintext Password' then " +"this field becomes of hash of that password, otherwise this field remains " +"the existing hash (you can also put your own hash value for the type of hash " +"listed above)." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 +msgid "Include full environment in logs" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 +msgid "Insecure hashes" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 +msgid "Install package python3-openssl to support SSL connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 +msgid "Install python3-passlib and python3-bcrypt to enable a secure hash" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 +msgid "" +"Log configuration file (no file means default procd which ends up in syslog" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:29 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 +msgid "Logging" +msgstr "日誌" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 +msgid "Logging File" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 +msgid "Lookup reverse DNS for clients for logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 +msgid "Mask Passwords" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 +msgid "Max Connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 +msgid "Max Content Length" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 +msgid "Max Sync Token Age" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 +msgid "Maximum number of simultaneous connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 +msgid "Maximum size of request body (bytes)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:15 +msgid "Multiple files on filesystem" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:17 +msgid "No authentication" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:98 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:105 +msgid "Password and confirmation do not match" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 +msgid "Password encryption method" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:32 +msgid "Plaintext" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:76 +msgid "Plaintext Password" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 +msgid "" +"Prevent other instances or processes from modifying collections while in use" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 +msgid "Private Key" +msgstr "私鑰" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 +msgid "REMOTE_USER from web server" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:172 +msgid "RO: All, RW: All" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:170 +msgid "RO: Authenticated Users, RW: Owner" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:169 +msgid "RO: None, RW: Authenticated Users" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:168 +msgid "RO: None, RW: Owner" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:13 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:7 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:3 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:7 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:6 +msgid "Radicale 2.x" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:10 +msgid "Radicale v2 Web UI" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 +msgid "Realm" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 +msgid "Redact passwords in logs" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:84 +msgid "Remove configuration for certificate, key, and CA" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:16 +msgid "Remove configuration for logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:181 +msgid "Remove configuration for rights file" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 +msgid "Request" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 +msgid "Required time between a failed authentication attempt and trying again" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 +msgid "Retry Delay" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 +msgid "Rights" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:176 +msgid "Rights File" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:166 +msgid "Rights Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:33 +msgid "SHA1" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:34 +msgid "SSHA" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 +msgid "SSL" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 +msgid "SSL not available" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 +msgid "See python3-openssl documentation for available ciphers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 +msgid "See python3-openssl documentation for available protocols" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 +msgid "Select bcrypt above to enable a secure hash" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 +msgid "Send debug information to logs" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:17 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 +msgid "Server Settings" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 +msgid "Socket timeout (seconds)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:25 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 +msgid "Storage" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:13 +msgid "Storage Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:17 +msgid "This permanently deletes configuration for logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:85 +msgid "This permanently deletes the cert, key, and configuration to use same." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:182 +msgid "This permanently deletes the rights file and configuration to use same." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 +msgid "Timeout" +msgstr "逾時" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 +msgid "Use File Locks" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 +msgid "Use Protocol" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 +msgid "User" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 +msgid "User-based ACL Settings" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 +msgid "Username" +msgstr "使用者名稱" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 +msgid "Users and Passwords" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:113 +msgid "Web UI" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:117 +msgid "Web UI Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:19 +msgid "X-Remote-User from web server" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:39 +msgid "bcrypt" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:35 +msgid "crypt" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:16 +msgid "htpasswd file (manually populated)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 +msgid "htpasswd-formatted file filename" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:37 +msgid "md5" +msgstr "" diff --git a/applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json b/applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json new file mode 100644 index 0000000000..edb1dbd499 --- /dev/null +++ b/applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json @@ -0,0 +1,11 @@ +{ + "luci-app-radicale2": { + "description": "Grant UCI access for luci-app-radicale2", + "read": { + "uci": [ "radicale2" ] + }, + "write": { + "uci": [ "radicale2" ] + } + } +} |